aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/datagram.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-06Fix a typo in datagram.c and sctp/socket.c.David Shwatrz1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-3/+2
2010-09-07skb: Add tracepoints to freeing skbKoki Sanagi1-0/+1
2010-09-06net: poll() optimizationsEric Dumazet1-3/+2
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet1-5/+3
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet1-2/+4
2010-05-03net: skb_free_datagram_locked() fixEric Dumazet1-2/+7
2010-04-28net: speedup udp receive pathEric Dumazet1-3/+7
2010-04-20net: sk_sleep() helperEric Dumazet1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+9
2009-10-30net: fix sk_forward_alloc corruptionEric Dumazet1-1/+9
2009-10-18net: sk_drops consolidation part 2Eric Dumazet1-0/+1
2009-08-13net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3)Neil Horman1-0/+3
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa1-1/+1
2009-06-09datagram: Use frag list abstraction interfaces.David S. Miller1-95/+83
2009-06-08net: Fix skb_copy_datagram_from_iovec() to pass the right offsetSridhar Samudrala1-1/+2
2009-05-08Network Drop Monitor: Fix skb_kill_datagramJohn Dykstra1-1/+3
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+13
2009-04-28net: Avoid extra wakeups of threads blocked in wait_for_packet()Eric Dumazet1-1/+13
2009-04-21tun: fix tun_chr_aio_write so that aio worksMichael S. Tsirkin1-6/+14
2009-04-21net: skb_copy_datagram_const_iovec()Michael S. Tsirkin1-0/+92
2009-03-13Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbsNeil Horman1-1/+1
2008-11-05net: sk_free_datagram() should use sk_mem_reclaim_partial()Eric Dumazet1-3/+2
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-08-15net: skb_copy_datagram_from_iovec()Rusty Russell1-0/+87
2008-07-25net: convert BUG_TRAP to generic WARN_ONIlpo Järvinen1-4/+4
2008-01-28[NET] CORE: Introducing new memory accounting interface.Hideo Aoki1-0/+2
2008-01-28[UDP]: Only increment counter on first peek/recvHerbert Xu1-16/+27
2008-01-28[UDP]: Avoid repeated counting of checksum errors due to peekingHerbert Xu1-1/+8
2007-09-11[NET]: Do not dereference iov if length is zeroHerbert Xu1-0/+3
2007-04-27[NET]: Revert sk_buff walker cleanups.David S. Miller1-17/+33
2007-04-26[NET]: Clean up sk_buff walkers.Jean Delvare1-33/+17
2007-04-25[UDP]: Clean up UDP-Lite receive checksumHerbert Xu1-2/+8
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro1-1/+1
2006-12-02[NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in net/*Al Viro1-3/+3
2006-12-02[NET]: Annotate callers of csum_fold() in net/*Al Viro1-4/+4
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-2/+2
2006-03-25[PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi1-0/+2
2006-02-13[NET]: Revert skb_copy_datagram_iovec() recursion elimination.David S. Miller1-28/+53
2006-01-03[IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu1-0/+36
2005-11-10[NET]: Detect hardware rx checksum faults correctlyHerbert Xu1-3/+18
2005-11-02[NET]: Fix zero-size datagram receptionHerbert Xu1-0/+4
2005-09-27[NET]: Use non-recursive algorithm in skb_copy_datagram_iovec()Daniel Phillips1-55/+26
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo1-3/+3
2005-05-01[PATCH] DocBook: fix some descriptionsMartin Waitz1-2/+2
2005-05-01[PATCH] DocBook: changes and extensions to the kernel documentationPavel Pisa1-14/+14
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+482