aboutsummaryrefslogtreecommitdiff
path: root/net/core/datagram.c
AgeCommit message (Expand)Author
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-30unix/dgram: fix peeking with an offset larger than data in queueBenjamin Poirier
2013-04-30unix/dgram: peek beyond 0-sized skbsBenjamin Poirier
2013-04-02net: fix smatch warnings inside datagram_pollJacob Keller
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E
2013-02-12net: fix infinite loop in __skb_recv_datagram()Eric Dumazet
2012-06-27net: skb_free_datagram_locked() doesnt drop all packetsEric Dumazet
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-02-21datagram: Add offset argument to __skb_recv_datagramPavel Emelyanov
2012-02-21datagram: Factor out sk queue referencingPavel Emelyanov
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-08-24net: convert core to skb paged frag APIsIan Campbell
2010-12-06Fix a typo in datagram.c and sctp/socket.c.David Shwatrz
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-09-07skb: Add tracepoints to freeing skbKoki Sanagi
2010-09-06net: poll() optimizationsEric Dumazet
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet
2010-05-03net: skb_free_datagram_locked() fixEric Dumazet
2010-04-28net: speedup udp receive pathEric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet
2009-10-18net: sk_drops consolidation part 2Eric Dumazet
2009-08-13net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3)Neil Horman
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa
2009-06-09datagram: Use frag list abstraction interfaces.David S. Miller
2009-06-08net: Fix skb_copy_datagram_from_iovec() to pass the right offsetSridhar Samudrala
2009-05-08Network Drop Monitor: Fix skb_kill_datagramJohn Dykstra
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-04-28net: Avoid extra wakeups of threads blocked in wait_for_packet()Eric Dumazet
2009-04-21tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin
2009-04-21net: skb_copy_datagram_const_iovec()Michael S. Tsirkin
2009-03-13Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-...Neil Horman
2008-11-05net: sk_free_datagram() should use sk_mem_reclaim_partial()Eric Dumazet
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox
2008-08-15net: skb_copy_datagram_from_iovec()Rusty Russell
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen
2008-01-28[NET] CORE: Introducing new memory accounting interface.Hideo Aoki
2008-01-28[UDP]: Only increment counter on first peek/recvHerbert Xu
2008-01-28[UDP]: Avoid repeated counting of checksum errors due to peekingHerbert Xu
2007-09-11[NET]: Do not dereference iov if length is zeroHerbert Xu
2007-04-27[NET]: Revert sk_buff walker cleanups.David S. Miller
2007-04-26[NET]: Clean up sk_buff walkers.Jean Delvare
2007-04-25[UDP]: Clean up UDP-Lite receive checksumHerbert Xu
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro
2006-12-02[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in ...Al Viro