1. 1e2bd51 udp6: Fix udp fragmentation for tunnel traffic. by Pravin B Shelar · 11 years ago
  2. 0ebd0ac net: add function to allocate sk_buff head without data area by Patrick McHardy · 11 years ago
  3. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  4. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  5. 124dff0 netfilter: don't reset nf_trace in nf_reset() by Patrick McHardy · 11 years ago
  6. 932bc4d net: add skb_dst_set_noref_force by Julian Anastasov · 11 years ago
  7. fbbdb8f net: fix compile error of implicit declaration of skb_probe_transport_header by Ying Xue · 11 years ago
  8. 5203cd2 net: core: introduce skb_probe_transport_header() by Jason Wang · 11 years ago
  9. 130549fe netfilter: reset nf_trace in nf_reset by Gao feng · 11 years ago
  10. f77668d net: flow_dissector: add __skb_get_poff to get a start offset to payload by Daniel Borkmann · 11 years ago
  11. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  12. cca7af3 skb: Propagate pfmemalloc on skb from head page only by Pavel Emelyanov · 11 years ago
  13. 16fad69 tcp: fix skb_availroom() by Eric Dumazet · 11 years ago
  14. 7313626 tunneling: Add generic Tunnel segmentation. by Pravin B Shelar · 11 years ago
  15. aefbd2b tunneling: Capture inner mac header during encapsulation. by Pravin B Shelar · 11 years ago
  16. 68c3316 v4 GRE: Add TCP segmentation offload for GRE by Pravin B Shelar · 12 years ago
  17. 14bbd6a net: Add skb_unclone() helper function. by Pravin B Shelar · 12 years ago
  18. c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 12 years ago
  19. e5e6730 skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE by Alexander Duyck · 12 years ago
  20. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 12 years ago
  21. fda55ec net: introduce skb_transport_header_was_set() by Eric Dumazet · 12 years ago
  22. 6a674e9 net: Add support for hardware-offloaded encapsulation by Joseph Gasparakis · 12 years ago
  23. 2512117 skb: api to report errors for zero copy skbs by Michael S. Tsirkin · 12 years ago
  24. e19d676 skb: report completion status for zero copy skbs by Michael S. Tsirkin · 12 years ago
  25. ecd5cf5 net: compute skb->rxhash if nic hash may be 3-tuple by Willem de Bruijn · 12 years ago
  26. acb600d net: remove skb recycling by Eric Dumazet · 12 years ago
  27. 47061bc net: skb_share_check() should use consume_skb() by Eric Dumazet · 12 years ago
  28. 0614002 netvm: propagate page->pfmemalloc from skb_alloc_page to skb by Mel Gorman · 12 years ago
  29. c48a11c netvm: propagate page->pfmemalloc to skb by Mel Gorman · 12 years ago
  30. c93bdd0 netvm: allow skb allocation to use PFMEMALLOC reserves by Mel Gorman · 12 years ago
  31. a353e0c skbuff: add an api to orphan frags by Michael S. Tsirkin · 12 years ago
  32. 62b1a8a net: remove skb_orphan_try() by Eric Dumazet · 12 years ago
  33. 617c8c1 skb: avoid unnecessary reallocations in __skb_cow by Felix Fietkau · 12 years ago
  34. bad43ca net: introduce skb_try_coalesce() by Eric Dumazet · 12 years ago
  35. 6f53261 net: introduce netdev_alloc_frag() by Eric Dumazet · 12 years ago
  36. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  37. ec47ea8 skb: Add inline helper for getting the skb end offset from head by Alexander Duyck · 12 years ago
  38. 3a7c1ee4 skb: Add skb_head_is_locked helper function by Alexander Duyck · 12 years ago
  39. d96194966 net: fix two typos in skbuff.h by Eric Dumazet · 12 years ago
  40. 18d0700 net: skb_peek()/skb_peek_tail() cleanups by Eric Dumazet · 12 years ago
  41. d7e8883 net: make GRO aware of skb->head_frag by Eric Dumazet · 12 years ago
  42. d3836f2 net: allow skb->head to be a page fragment by Eric Dumazet · 12 years ago
  43. 38ba0a6 net: skb_can_coalesce returns a boolean by Eric Dumazet · 12 years ago
  44. bf1ac5c nf_bridge: remove holes in struct nf_bridge_info by Eric Dumazet · 12 years ago
  45. ca8f4fb skbuff: struct ubuf_info callback type safety by Michael S. Tsirkin · 12 years ago
  46. a21d457 tcp: avoid order-1 allocations on wifi and tx path by Eric Dumazet · 12 years ago
  47. 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
  48. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  49. de8856d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  50. 50269e1 net: add a truesize parameter to skb_add_rx_frag() by Eric Dumazet · 12 years ago
  51. 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
  52. 3af7930 net: update the usage of CHECKSUM_UNNECESSARY by Yi Zou · 12 years ago
  53. bdcc092 net: Use bool in skbuff.h helper functions. by David S. Miller · 12 years ago
  54. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  55. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  56. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 13 years ago
  57. 0360689 ipsec: be careful of non existing mac headers by Eric Dumazet · 12 years ago
  58. da5ef6e skb: Add skb_peek_next helper by Pavel Emelyanov · 13 years ago
  59. 3f518bf datagram: Add offset argument to __skb_recv_datagram by Pavel Emelyanov · 13 years ago
  60. 4031ae6 skbuff: Move rxhash and vlan_tci to consolidate holes in sk_buff by Alexander Duyck · 13 years ago
  61. 9f42f12 net: pack skb_shared_info more efficiently by Ian Campbell · 13 years ago
  62. 9d4dde5 net: only use a single page of slop in MAX_SKB_FRAGS by Ian Campbell · 13 years ago
  63. 117632e tcp: take care of misalignments by Eric Dumazet · 13 years ago
  64. 1f2149c net: remove netdev_alloc_page and use __GFP_COLD by Eric Dumazet · 13 years ago
  65. 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
  66. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  67. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago
  68. b2b5ce9 net: introduce build_skb() by Eric Dumazet · 13 years ago
  69. 6e3e939 net: add wireless TX status socket option by Johannes Berg · 13 years ago
  70. f83347d include: linux: skbuf.h: Fix parameter documentation by Marcos Paulo de Souza · 13 years ago
  71. 1805b2f Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  72. da92b19 net: hold sock reference while processing tx timestamps by Richard Cochran · 13 years ago
  73. a8605c6 net: add opaque struct around skb frag page by Ian Campbell · 13 years ago
  74. 05bdd2f net: constify skbuff and Qdisc elements by Eric Dumazet · 13 years ago
  75. a0bec1c net: do not take an additional reference in skb_frag_set_page by Ian Campbell · 13 years ago
  76. 3d153a7 net: Allow skb_recycle_check to be done in stages by Andy Fleming · 13 years ago
  77. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  78. 87fb4b7 net: more accurate skb truesize by Eric Dumazet · 13 years ago
  79. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  80. 48c8301 net: copy userspace buffers on device forwarding by Michael S. Tsirkin · 13 years ago
  81. ea2ab69 net: convert core to skb paged frag APIs by Ian Campbell · 13 years ago
  82. 131ea66 net: add APIs for manipulating skb page fragments. by Ian Campbell · 13 years ago
  83. 4ca2462 net: add the comment for skb->l4_rxhash by Changli Gao · 13 years ago
  84. bdeab99 rps: Add flag to skb to indicate rxhash is based on L4 tuple by Tom Herbert · 13 years ago
  85. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  86. 4915a0d net: introduce __netdev_alloc_skb_ip_align by Eric Dumazet · 13 years ago
  87. d84e0bd skbuff: update struct sk_buff members comments by Daniel Baluta · 13 years ago
  88. a6686f2 skbuff: skb supports zero-copy buffers by Shirley Ma · 13 years ago
  89. 9f6ec8d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  90. 4ff75b7 net: correct comment on where to place transmit time stamp hook. by Richard Cochran · 13 years ago
  91. 0b5c9db vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check by Jiri Pirko · 13 years ago
  92. 53ee756 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  93. a1e4891 Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h" by Linus Torvalds · 13 years ago
  94. c4264f2 net: skb_trim explicitely check the linearity instead of data_len by Emmanuel Grumbach · 13 years ago
  95. 67f11f4 net: Remove linux/prefetch.h include from linux/skbuff.h by David S. Miller · 13 years ago
  96. 0fcbe74 net: Remove prefetches from SKB list handlers. by David S. Miller · 13 years ago
  97. 34ea646 net: add missing prefetch.h include by Heiko Carstens · 13 years ago
  98. 0a14842 net: filter: Just In Time compiler for x86-64 by Eric Dumazet · 13 years ago
  99. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  100. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago