aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/datagram.c
Commit message (Expand)AuthorAge
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov2012-02-21
* datagram: Factor out sk queue referencingPavel Emelyanov2012-02-21
* net: add skb frag size accessorsEric Dumazet2011-10-19
* net: convert core to skb paged frag APIsIan Campbell2011-08-24
* Fix a typo in datagram.c and sctp/socket.c.David Shwatrz2010-12-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-23
|\
| * net: poll() optimizationsEric Dumazet2010-09-06
* | skb: Add tracepoints to freeing skbKoki Sanagi2010-09-07
|/
* net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-12
* net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-27
* net: skb_free_datagram_locked() fixEric Dumazet2010-05-04
* net: speedup udp receive pathEric Dumazet2010-04-28
* net: sk_sleep() helperEric Dumazet2010-04-20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-06
|\
| * net: fix sk_forward_alloc corruptionEric Dumazet2009-10-30
* | net: sk_drops consolidation part 2Eric Dumazet2009-10-18
|/
* net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3)Neil Horman2009-08-13
* net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-09
* datagram: Use frag list abstraction interfaces.David S. Miller2009-06-09
* net: Fix skb_copy_datagram_from_iovec() to pass the right offsetSridhar Samudrala2009-06-08
* Network Drop Monitor: Fix skb_kill_datagramJohn Dykstra2009-05-08
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-04-29
|\
| * net: Avoid extra wakeups of threads blocked in wait_for_packet()Eric Dumazet2009-04-28
* | tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin2009-04-21
* | net: skb_copy_datagram_const_iovec()Michael S. Tsirkin2009-04-21
|/
* Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-...Neil Horman2009-03-13
* net: sk_free_datagram() should use sk_mem_reclaim_partial()Eric Dumazet2008-11-05
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-13
* net: skb_copy_datagram_from_iovec()Rusty Russell2008-08-15
* net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen2008-07-26
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-28
* [UDP]: Only increment counter on first peek/recvHerbert Xu2008-01-28
* [UDP]: Avoid repeated counting of checksum errors due to peekingHerbert Xu2008-01-28
* [NET]: Do not dereference iov if length is zeroHerbert Xu2007-09-11
* [NET]: Revert sk_buff walker cleanups.David S. Miller2007-04-27
* [NET]: Clean up sk_buff walkers.Jean Delvare2007-04-26
* [UDP]: Clean up UDP-Lite receive checksumHerbert Xu2007-04-26
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-11
* [NET]: Annotate __skb_checksum_complete() and friends.Al Viro2006-12-03
* [NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro2006-12-03
* [NET]: Annotate callers of csum_fold() in net/*Al Viro2006-12-03
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-22
* [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi2006-03-25
* [NET]: Revert skb_copy_datagram_iovec() recursion elimination.David S. Miller2006-02-13
* [IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu2006-01-03
* [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-10
* [NET]: Fix zero-size datagram receptionHerbert Xu2005-11-02