1. a353e0c skbuff: add an api to orphan frags by Michael S. Tsirkin · 12 years ago
  2. 62b1a8a net: remove skb_orphan_try() by Eric Dumazet · 12 years ago
  3. 617c8c1 skb: avoid unnecessary reallocations in __skb_cow by Felix Fietkau · 12 years ago
  4. bad43ca net: introduce skb_try_coalesce() by Eric Dumazet · 12 years ago
  5. 6f53261 net: introduce netdev_alloc_frag() by Eric Dumazet · 12 years ago
  6. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  7. ec47ea8 skb: Add inline helper for getting the skb end offset from head by Alexander Duyck · 12 years ago
  8. 3a7c1ee4 skb: Add skb_head_is_locked helper function by Alexander Duyck · 12 years ago
  9. d96194966 net: fix two typos in skbuff.h by Eric Dumazet · 12 years ago
  10. 18d0700 net: skb_peek()/skb_peek_tail() cleanups by Eric Dumazet · 12 years ago
  11. d7e8883 net: make GRO aware of skb->head_frag by Eric Dumazet · 12 years ago
  12. d3836f2 net: allow skb->head to be a page fragment by Eric Dumazet · 12 years ago
  13. 38ba0a6 net: skb_can_coalesce returns a boolean by Eric Dumazet · 12 years ago
  14. bf1ac5c nf_bridge: remove holes in struct nf_bridge_info by Eric Dumazet · 12 years ago
  15. ca8f4fb skbuff: struct ubuf_info callback type safety by Michael S. Tsirkin · 12 years ago
  16. a21d457 tcp: avoid order-1 allocations on wifi and tx path by Eric Dumazet · 12 years ago
  17. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  18. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  19. de8856d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  20. 50269e1 net: add a truesize parameter to skb_add_rx_frag() by Eric Dumazet · 12 years ago
  21. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  22. 3af7930 net: update the usage of CHECKSUM_UNNECESSARY by Yi Zou · 12 years ago
  23. bdcc092 net: Use bool in skbuff.h helper functions. by David S. Miller · 12 years ago
  24. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  25. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  26. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  27. 0360689 ipsec: be careful of non existing mac headers by Eric Dumazet · 12 years ago
  28. da5ef6e skb: Add skb_peek_next helper by Pavel Emelyanov · 12 years ago
  29. 3f518bf datagram: Add offset argument to __skb_recv_datagram by Pavel Emelyanov · 12 years ago
  30. 4031ae6 skbuff: Move rxhash and vlan_tci to consolidate holes in sk_buff by Alexander Duyck · 12 years ago
  31. 9f42f12 net: pack skb_shared_info more efficiently by Ian Campbell · 13 years ago
  32. 9d4dde5 net: only use a single page of slop in MAX_SKB_FRAGS by Ian Campbell · 13 years ago
  33. 117632e tcp: take care of misalignments by Eric Dumazet · 13 years ago
  34. 1f2149c net: remove netdev_alloc_page and use __GFP_COLD by Eric Dumazet · 13 years ago
  35. e11c259 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  36. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  37. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  38. b2b5ce9 net: introduce build_skb() by Eric Dumazet · 13 years ago
  39. 6e3e939 net: add wireless TX status socket option by Johannes Berg · 13 years ago
  40. f83347d include: linux: skbuf.h: Fix parameter documentation by Marcos Paulo de Souza · 13 years ago
  41. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  42. da92b19 net: hold sock reference while processing tx timestamps by Richard Cochran · 13 years ago
  43. a8605c6 net: add opaque struct around skb frag page by Ian Campbell · 13 years ago
  44. 05bdd2f net: constify skbuff and Qdisc elements by Eric Dumazet · 13 years ago
  45. a0bec1c net: do not take an additional reference in skb_frag_set_page by Ian Campbell · 13 years ago
  46. 3d153a7 net: Allow skb_recycle_check to be done in stages by Andy Fleming · 13 years ago
  47. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  48. 87fb4b7 net: more accurate skb truesize by Eric Dumazet · 13 years ago
  49. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  50. 48c8301 net: copy userspace buffers on device forwarding by Michael S. Tsirkin · 13 years ago
  51. ea2ab69 net: convert core to skb paged frag APIs by Ian Campbell · 13 years ago
  52. 131ea66 net: add APIs for manipulating skb page fragments. by Ian Campbell · 13 years ago
  53. 4ca2462 net: add the comment for skb->l4_rxhash by Changli Gao · 13 years ago
  54. bdeab99 rps: Add flag to skb to indicate rxhash is based on L4 tuple by Tom Herbert · 13 years ago
  55. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  56. 4915a0d net: introduce __netdev_alloc_skb_ip_align by Eric Dumazet · 13 years ago
  57. d84e0bd skbuff: update struct sk_buff members comments by Daniel Baluta · 13 years ago
  58. a6686f2 skbuff: skb supports zero-copy buffers by Shirley Ma · 13 years ago
  59. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  60. 4ff75b7 net: correct comment on where to place transmit time stamp hook. by Richard Cochran · 13 years ago
  61. 0b5c9db vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check by Jiri Pirko · 13 years ago
  62. 53ee756 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  63. a1e4891 Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h" by Linus Torvalds · 13 years ago
  64. c4264f2 net: skb_trim explicitely check the linearity instead of data_len by Emmanuel Grumbach · 13 years ago
  65. 67f11f4 net: Remove linux/prefetch.h include from linux/skbuff.h by David S. Miller · 13 years ago
  66. 0fcbe74 net: Remove prefetches from SKB list handlers. by David S. Miller · 13 years ago
  67. 34ea646 net: add missing prefetch.h include by Heiko Carstens · 13 years ago
  68. 0a14842 net: filter: Just In Time compiler for x86-64 by Eric Dumazet · 13 years ago
  69. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  70. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  71. eec0095 net: Fix warnings caused by MAX_SKB_FRAGS change. by David S. Miller · 13 years ago
  72. a715dea net: Always allocate at least 16 skb frags regardless of page size by Anton Blanchard · 13 years ago
  73. 8a4eb57 net: introduce rx_handler results and logic around that by Jiri Pirko · 13 years ago
  74. 04ed3e7 net: change netdev->features to u32 by Michał Mirosław · 13 years ago
  75. 686a295 net: Add safe reverse SKB queue walkers. by David S. Miller · 13 years ago
  76. 2fc72c7 netfilter: fix compilation when conntrack is disabled but tproxy is enabled by KOVACS Krisztian · 14 years ago
  77. 04fb451 net: Introduce skb_checksum_start_offset() by Michał Mirosław · 14 years ago
  78. a3d22a6 bnx2x: Take the distribution range definition out of skb_tx_hash() by Vladislav Zolotarov · 14 years ago
  79. 3853b58 xps: Improvements in TX queue selection by Tom Herbert · 14 years ago
  80. 27b75c9 net: avoid RCU for NOCACHE dst by Eric Dumazet · 14 years ago
  81. 564824b net: allocate skbs on local node by Eric Dumazet · 14 years ago
  82. cb4dfe5 net: skb_frag_t can be smaller on small arches by Eric Dumazet · 14 years ago
  83. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  84. bc8acf2 drivers/net: avoid some skb->ip_summed initializations by Eric Dumazet · 14 years ago
  85. 21dc330 net: Rename skb_has_frags to skb_has_frag_list by David S. Miller · 14 years ago
  86. 2244d07 net: simplify flags for tx timestamping by Oliver Hartkopp · 14 years ago
  87. bfb564e core: Factor out flow calculation from get_rps_cpu by Krishna Kumar · 14 years ago
  88. f9599ce sk_buff: introduce pskb_network_may_pull() by Changli Gao · 14 years ago
  89. cff0d6e can-raw: Fix skb_orphan_try handling by Oliver Hartkopp · 14 years ago
  90. fed6638 net: pskb_expand_head() optimization by Eric Dumazet · 14 years ago
  91. c1f19b5 net: support time stamping in phy devices. by Richard Cochran · 14 years ago
  92. 4507a71 net: add driver hook for tx time stamping. by Richard Cochran · 14 years ago
  93. 5933dd2 net: NET_SKB_PAD should depend on L1_CACHE_BYTES by Eric Dumazet · 14 years ago
  94. 62522d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  95. 597a264 net: deliver skbs on inactive slaves to exact matches by John Fastabend · 14 years ago
  96. b78462e skbuff: add check for non-linear to warn_if_lro and needs_linearize by Alexander Duyck · 14 years ago
  97. 5b0daa3 skb: make skb_recycle_check() return a bool value by Changli Gao · 14 years ago
  98. 7fee226 net: add a noref bit on skb dst by Eric Dumazet · 14 years ago
  99. 18e8c13 net: Increase NET_SKB_PAD to 64 bytes by Eric Dumazet · 14 years ago
  100. ec7d2f2 net: __alloc_skb() speedup by Eric Dumazet · 14 years ago