1. d3a9632 skb_copy_datagram_iovec() can die by Al Viro · 10 years ago
  2. e5a4b0b switch memcpy_to_msg() and skb_copy{,_and_csum}_datagram_msg() to primitives by Al Viro · 10 years ago
  3. 8feb2fb switch AF_PACKET and AF_UNIX to skb_copy_datagram_from_iter() by Al Viro · 10 years ago
  4. 195e952 kill zerocopy_sg_from_iovec() by Al Viro · 10 years ago
  5. 3a654f9 new helpers: skb_copy_datagram_from_iter() and zerocopy_sg_from_iter() by Al Viro · 10 years ago
  6. bfe1be3 net: Kill skb_copy_datagram_const_iovec by Herbert Xu · 10 years ago
  7. a8f820aa inet: Add skb_copy_datagram_iter by Herbert Xu · 10 years ago
  8. e793c0f net: treewide: Fix typo found in DocBook/networking.xml by Masanari Iida · 10 years ago
  9. 46fb51e net: Fix save software checksum complete by Tom Herbert · 10 years ago
  10. 7e3cead net: Save software checksum complete by Tom Herbert · 10 years ago
  11. c4e819d net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec() by Zhi Yong Wu · 11 years ago
  12. 3d9953a net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec() by Jason Wang · 11 years ago
  13. 0433547 net: use release_pages() in zerocopy_sg_from_iovec() by Jason Wang · 11 years ago
  14. 234a426 net: remove the useless comment in zerocopy_sg_from_iovec() by Jason Wang · 11 years ago
  15. 0a57ec6 net: use skb_fill_page_desc() in zerocopy_sg_from_iovec() by Jason Wang · 11 years ago
  16. c3bdeb5 net: move zerocopy_sg_from_iovec() to net/core/datagram.c by Jason Wang · 11 years ago
  17. 076bb0c net: rename include/net/ll_poll.h to include/net/busy_poll.h by Eliezer Tamir · 11 years ago
  18. cbf5500 net: rename low latency sockets functions to busy poll by Eliezer Tamir · 11 years ago
  19. a5b5047 udp: add low latency socket poll support by Eliezer Tamir · 11 years ago
  20. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  21. 39cc861 unix/dgram: fix peeking with an offset larger than data in queue by Benjamin Poirier · 11 years ago
  22. add05ad unix/dgram: peek beyond 0-sized skbs by Benjamin Poirier · 11 years ago
  23. 8facd5f net: fix smatch warnings inside datagram_poll by Jacob Keller · 11 years ago
  24. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 11 years ago
  25. 77c1090 net: fix infinite loop in __skb_recv_datagram() by Eric Dumazet · 11 years ago
  26. 22911fc net: skb_free_datagram_locked() doesnt drop all packets by Eric Dumazet · 12 years ago
  27. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  28. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  29. 3f518bf datagram: Add offset argument to __skb_recv_datagram by Pavel Emelyanov · 12 years ago
  30. 4934b03 datagram: Factor out sk queue referencing by Pavel Emelyanov · 12 years ago
  31. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  32. ea2ab69 net: convert core to skb paged frag APIs by Ian Campbell · 13 years ago
  33. 8917a3c Fix a typo in datagram.c and sctp/socket.c. by David Shwatrz · 14 years ago
  34. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  35. 07dc22e skb: Add tracepoints to freeing skb by Koki Sanagi · 14 years ago
  36. db40980 net: poll() optimizations by Eric Dumazet · 14 years ago
  37. 9e34a5b net/core: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  38. 8a74ad6 net: fix lock_sock_bh/unlock_sock_bh by Eric Dumazet · 14 years ago
  39. 93bb64e net: skb_free_datagram_locked() fix by Eric Dumazet · 14 years ago
  40. 4b0b72f net: speedup udp receive path by Eric Dumazet · 14 years ago
  41. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  42. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  43. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  44. 9d410c7 net: fix sk_forward_alloc corruption by Eric Dumazet · 15 years ago
  45. 8edf19c net: sk_drops consolidation part 2 by Eric Dumazet · 15 years ago
  46. e9b3cc1 net: skb ftracer - add tracepoint to skb_copy_datagram_iovec (v3) by Neil Horman · 15 years ago
  47. a57de0b net: adding memory barrier to the poll and receive callbacks by Jiri Olsa · 15 years ago
  48. 5b1a002 datagram: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  49. d2d27bf net: Fix skb_copy_datagram_from_iovec() to pass the right offset by Sridhar Samudrala · 15 years ago
  50. 61de71c Network Drop Monitor: Fix skb_kill_datagram by John Dykstra · 15 years ago
  51. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  52. bf368e4 net: Avoid extra wakeups of threads blocked in wait_for_packet() by Eric Dumazet · 15 years ago
  53. 6f26c9a tun: fix tun_chr_aio_write so that aio works by Michael S. Tsirkin · 15 years ago
  54. 0a1ec07 net: skb_copy_datagram_const_iovec() by Michael S. Tsirkin · 15 years ago
  55. ead2ceb Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs by Neil Horman · 15 years ago
  56. 270acef net: sk_free_datagram() should use sk_mem_reclaim_partial() by Eric Dumazet · 16 years ago
  57. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  58. db543c1 net: skb_copy_datagram_from_iovec() by Rusty Russell · 16 years ago
  59. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  60. 3ab224b [NET] CORE: Introducing new memory accounting interface. by Hideo Aoki · 17 years ago
  61. a59322b [UDP]: Only increment counter on first peek/recv by Herbert Xu · 17 years ago
  62. 27ab256 [UDP]: Avoid repeated counting of checksum errors due to peeking by Herbert Xu · 17 years ago
  63. ef8aef5 [NET]: Do not dereference iov if length is zero by Herbert Xu · 17 years ago
  64. 1a028e5 [NET]: Revert sk_buff walker cleanups. by David S. Miller · 17 years ago
  65. eefa390 [NET]: Clean up sk_buff walkers. by Jean Delvare · 17 years ago
  66. 759e5d0 [UDP]: Clean up UDP-Lite receive checksum by Herbert Xu · 17 years ago
  67. 4ec93ed [NET] CORE: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  68. b51655b [NET]: Annotate __skb_checksum_complete() and friends. by Al Viro · 18 years ago
  69. 5084205 [NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in net/* by Al Viro · 18 years ago
  70. d3bc23e [NET]: Annotate callers of csum_fold() in net/* by Al Viro · 18 years ago
  71. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  72. f348d70 [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications by Davide Libenzi · 18 years ago
  73. b4d9eda [NET]: Revert skb_copy_datagram_iovec() recursion elimination. by David S. Miller · 18 years ago
  74. 3305b80 [IP]: Simplify and consolidate MSG_PEEK error handling by Herbert Xu · 19 years ago
  75. fb286bb [NET]: Detect hardware rx checksum faults correctly by Herbert Xu · 19 years ago
  76. c75d721 [NET]: Fix zero-size datagram reception by Herbert Xu · 19 years ago
  77. bc8dfcb [NET]: Use non-recursive algorithm in skb_copy_datagram_iovec() by Daniel Phillips · 19 years ago
  78. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  79. 67be2dd [PATCH] DocBook: fix some descriptions by Martin Waitz · 19 years ago
  80. 4dc3b16 [PATCH] DocBook: changes and extensions to the kernel documentation by Pavel Pisa · 19 years ago
  81. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago