aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/datagram.c
Commit message (Expand)AuthorAgeFilesLines
* net: Fix skb csum races when peekingHerbert Xu2015-10-131-1/+2
* net: Fix skb_set_peeked use-after-free bugHerbert Xu2015-10-131-6/+7
* net: Clone skb before setting peeked flagHerbert Xu2015-10-131-4/+38
* datagram: Factor out sk queue referencingPavel Emelyanov2015-08-121-4/+5
* net: add skb frag size accessorsEric Dumazet2011-10-191-8/+8
* net: convert core to skb paged frag APIsIan Campbell2011-08-241-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/+2
|\
| * net: poll() optimizationsEric Dumazet2010-09-061-3/+2
* | skb: Add tracepoints to freeing skbKoki Sanagi2010-09-071-0/+1
|/
* net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-5/+3
* net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-271-2/+4
* net: skb_free_datagram_locked() fixEric Dumazet2010-05-031-2/+7
* net: speedup udp receive pathEric Dumazet2010-04-281-3/+7
* net: sk_sleep() helperEric Dumazet2010-04-201-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-181-0/+1
|/
* net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3)Neil Horman2009-08-131-0/+3
* net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-091-1/+1
* datagram: Use frag list abstraction interfaces.David S. Miller2009-06-091-95/+83
* 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-291-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/+2
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-131-1/+1
* net: skb_copy_datagram_from_iovec()Rusty Russell2008-08-151-0/+87
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-251-4/+4
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-281-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-271-17/+33
* [NET]: Clean up sk_buff walkers.Jean Delvare2007-04-261-33/+17
* [UDP]: Clean up UDP-Lite receive checksumHerbert Xu2007-04-251-2/+8
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-1/+1
* [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-021-1/+1
* [NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro2006-12-021-3/+3
* [NET]: Annotate callers of csum_fold() in net/*Al Viro2006-12-021-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-131-28/+53
* [IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu2006-01-031-0/+36
* [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-101-3/+18
* [NET]: Fix zero-size datagram receptionHerbert Xu2005-11-021-0/+4