summaryrefslogtreecommitdiffstats
path: root/net/core/datagram.c
Commit message (Expand)AuthorAgeFilesLines
* net: fix infinite loop in __skb_recv_datagram()Eric Dumazet2013-02-121-1/+1
* net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet2012-06-281-1/+0Star
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-3/+3
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov2012-02-211-8/+13
* datagram: Factor out sk queue referencingPavel Emelyanov2012-02-211-4/+5
* net: add skb frag size accessorsEric Dumazet2011-10-191-8/+8
* net: convert core to skb paged frag APIsIan Campbell2011-08-251-4/+4
* Fix a typo in datagram.c and sctp/socket.c.David Shwatrz2010-12-061-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-3/+2Star
|\
| * net: poll() optimizationsEric Dumazet2010-09-071-3/+2Star
* | skb: Add tracepoints to freeing skbKoki Sanagi2010-09-071-0/+1
|/
* net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-5/+3Star
* net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-271-2/+4
* net: skb_free_datagram_locked() fixEric Dumazet2010-05-041-2/+7
* net: speedup udp receive pathEric Dumazet2010-04-281-3/+7
* net: sk_sleep() helperEric Dumazet2010-04-211-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-1/+9
|\
| * net: fix sk_forward_alloc corruptionEric Dumazet2009-10-301-1/+9
* | net: sk_drops consolidation part 2Eric Dumazet2009-10-191-0/+1
|/
* net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3)Neil Horman2009-08-141-0/+3
* net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-101-1/+1
* datagram: Use frag list abstraction interfaces.David S. Miller2009-06-091-95/+83Star
* net: Fix skb_copy_datagram_from_iovec() to pass the right offsetSridhar Samudrala2009-06-081-1/+2
* Network Drop Monitor: Fix skb_kill_datagramJohn Dykstra2009-05-081-1/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-301-1/+13
|\
| * net: Avoid extra wakeups of threads blocked in wait_for_packet()Eric Dumazet2009-04-281-1/+13
* | tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin2009-04-211-6/+14
* | net: skb_copy_datagram_const_iovec()Michael S. Tsirkin2009-04-211-0/+92
|/
* Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-...Neil Horman2009-03-131-1/+1
* net: sk_free_datagram() should use sk_mem_reclaim_partial()Eric Dumazet2008-11-051-3/+2Star
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-141-1/+1
* net: skb_copy_datagram_from_iovec()Rusty Russell2008-08-161-0/+87
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-261-4/+4
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-291-0/+2
* [UDP]: Only increment counter on first peek/recvHerbert Xu2008-01-281-16/+27
* [UDP]: Avoid repeated counting of checksum errors due to peekingHerbert Xu2008-01-281-1/+8
* [NET]: Do not dereference iov if length is zeroHerbert Xu2007-09-111-0/+3
* [NET]: Revert sk_buff walker cleanups.David S. Miller2007-04-281-17/+33
* [NET]: Clean up sk_buff walkers.Jean Delvare2007-04-261-33/+17Star
* [UDP]: Clean up UDP-Lite receive checksumHerbert Xu2007-04-261-2/+8
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-1/+1
* [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-031-1/+1
* [NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro2006-12-031-3/+3
* [NET]: Annotate callers of csum_fold() in net/*Al Viro2006-12-031-4/+4
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-2/+2
* [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi2006-03-251-0/+2
* [NET]: Revert skb_copy_datagram_iovec() recursion elimination.David S. Miller2006-02-141-28/+53
* [IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu2006-01-031-0/+36