1. 7ce5a27 Revert "net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum()." by David S. Miller · 11 years ago
  2. 018c5bb net: Handle CHECKSUM_COMPLETE more adequately in pskb_trim_rcsum(). by David S. Miller · 11 years ago
  3. 6aafeef netfilter: push reasm skb through instead of original frag skbs by Jiri Pirko · 11 years ago
  4. bc32383 net: skbuff - kernel-doc fixes by Mathias Krause · 11 years ago
  5. 0c7ddf3 net: move pskb_put() to core code by Mathias Krause · 11 years ago
  6. f8e617e net: introduce skb_coalesce_rx_frag() by Jason Wang · 11 years ago
  7. 2817a33 net: skb_checksum: allow custom update/combine for walking skb by Daniel Borkmann · 11 years ago
  8. 61c1db7 ipv6: sit: add GSO/TSO support by Eric Dumazet · 11 years ago
  9. cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
  10. 3347c96 ipv4: gso: make inet_gso_segment() stackable by Eric Dumazet · 11 years ago
  11. 400dfd3 net: refactor sk_page_frag_refill() by Eric Dumazet · 11 years ago
  12. 0b3d8e0 include/linux/skbuff.h: move CONFIG_XFRM check inside the skb_sec_path() by Denis Kirjanov · 11 years ago
  13. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  14. 4590672 skbuff: size of hole is wrong in a comment by Nicolas Dichtel · 11 years ago
  15. 36a8f39 net: skb_is_gso_v6() requires skb_is_gso() by Eric Dumazet · 11 years ago
  16. 7965bd4 net.h/skbuff.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  17. 8b27f27 skb: allow skb_scrub_packet() to be used by tunnels by Nicolas Dichtel · 11 years ago
  18. bc6fc9f net: fix comment typo for __skb_alloc_pages() by Florian Fainelli · 11 years ago
  19. c3bdeb5 net: move zerocopy_sg_from_iovec() to net/core/datagram.c by Jason Wang · 11 years ago
  20. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  21. e0d1095 net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL by Cong Wang · 11 years ago
  22. 376c731 net: add a temporary sanity check in skb_orphan() by Eric Dumazet · 11 years ago
  23. c34a761 net: skb_orphan() changes by Eric Dumazet · 11 years ago
  24. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  25. 621e84d dev: introduce skb_scrub_packet() by Nicolas Dichtel · 11 years ago
  26. bd8a703 gre: fix a possible skb leak by Eric Dumazet · 11 years ago
  27. 30f3a40 net: remove last caller of skb_tail_offset() and itself by Cong Wang · 11 years ago
  28. 0602129 net: add low latency socket poll by Eliezer Tamir · 11 years ago
  29. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  30. 1e2bd51 udp6: Fix udp fragmentation for tunnel traffic. by Pravin B Shelar · 11 years ago
  31. 35d0461 net: clean up skb headers code by Cong Wang · 11 years ago
  32. 7cc4619 net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tail by Simon Horman · 11 years ago
  33. 0d89d20 MPLS: Add limited GSO support by Simon Horman · 11 years ago
  34. 1a37e41 net: Use 16bits for *_headers fields of struct skbuff by Simon Horman · 11 years ago
  35. 0ebd0ac net: add function to allocate sk_buff head without data area by Patrick McHardy · 11 years ago
  36. 86a9bad net: vlan: add protocol argument to packet tagging functions by Patrick McHardy · 11 years ago
  37. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  38. 124dff0 netfilter: don't reset nf_trace in nf_reset() by Patrick McHardy · 11 years ago
  39. 932bc4d net: add skb_dst_set_noref_force by Julian Anastasov · 11 years ago
  40. fbbdb8f net: fix compile error of implicit declaration of skb_probe_transport_header by Ying Xue · 11 years ago
  41. 5203cd2 net: core: introduce skb_probe_transport_header() by Jason Wang · 11 years ago
  42. 130549fe netfilter: reset nf_trace in nf_reset by Gao feng · 11 years ago
  43. f77668d net: flow_dissector: add __skb_get_poff to get a start offset to payload by Daniel Borkmann · 11 years ago
  44. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  45. cca7af3 skb: Propagate pfmemalloc on skb from head page only by Pavel Emelyanov · 11 years ago
  46. 16fad69 tcp: fix skb_availroom() by Eric Dumazet · 11 years ago
  47. 7313626 tunneling: Add generic Tunnel segmentation. by Pravin B Shelar · 11 years ago
  48. aefbd2b tunneling: Capture inner mac header during encapsulation. by Pravin B Shelar · 11 years ago
  49. 68c3316 v4 GRE: Add TCP segmentation offload for GRE by Pravin B Shelar · 11 years ago
  50. 14bbd6a net: Add skb_unclone() helper function. by Pravin B Shelar · 11 years ago
  51. c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 11 years ago
  52. e5e6730 skbuff: Move definition of NETDEV_FRAG_PAGE_MAX_SIZE by Alexander Duyck · 11 years ago
  53. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 12 years ago
  54. fda55ec net: introduce skb_transport_header_was_set() by Eric Dumazet · 12 years ago
  55. 6a674e9 net: Add support for hardware-offloaded encapsulation by Joseph Gasparakis · 12 years ago
  56. 2512117 skb: api to report errors for zero copy skbs by Michael S. Tsirkin · 12 years ago
  57. e19d676 skb: report completion status for zero copy skbs by Michael S. Tsirkin · 12 years ago
  58. ecd5cf5 net: compute skb->rxhash if nic hash may be 3-tuple by Willem de Bruijn · 12 years ago
  59. acb600d net: remove skb recycling by Eric Dumazet · 12 years ago
  60. 47061bc net: skb_share_check() should use consume_skb() by Eric Dumazet · 12 years ago
  61. 0614002 netvm: propagate page->pfmemalloc from skb_alloc_page to skb by Mel Gorman · 12 years ago
  62. c48a11c netvm: propagate page->pfmemalloc to skb by Mel Gorman · 12 years ago
  63. c93bdd0 netvm: allow skb allocation to use PFMEMALLOC reserves by Mel Gorman · 12 years ago
  64. a353e0c skbuff: add an api to orphan frags by Michael S. Tsirkin · 12 years ago
  65. 62b1a8a net: remove skb_orphan_try() by Eric Dumazet · 12 years ago
  66. 617c8c1 skb: avoid unnecessary reallocations in __skb_cow by Felix Fietkau · 12 years ago
  67. bad43ca net: introduce skb_try_coalesce() by Eric Dumazet · 12 years ago
  68. 6f53261 net: introduce netdev_alloc_frag() by Eric Dumazet · 12 years ago
  69. 0d6c4a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  70. ec47ea8 skb: Add inline helper for getting the skb end offset from head by Alexander Duyck · 12 years ago
  71. 3a7c1ee4 skb: Add skb_head_is_locked helper function by Alexander Duyck · 12 years ago
  72. d96194966 net: fix two typos in skbuff.h by Eric Dumazet · 12 years ago
  73. 18d0700 net: skb_peek()/skb_peek_tail() cleanups by Eric Dumazet · 12 years ago
  74. d7e8883 net: make GRO aware of skb->head_frag by Eric Dumazet · 12 years ago
  75. d3836f2 net: allow skb->head to be a page fragment by Eric Dumazet · 12 years ago
  76. 38ba0a6 net: skb_can_coalesce returns a boolean by Eric Dumazet · 12 years ago
  77. bf1ac5c nf_bridge: remove holes in struct nf_bridge_info by Eric Dumazet · 12 years ago
  78. ca8f4fb skbuff: struct ubuf_info callback type safety by Michael S. Tsirkin · 12 years ago
  79. a21d457 tcp: avoid order-1 allocations on wifi and tx path by Eric Dumazet · 12 years ago
  80. 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
  81. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  82. de8856d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  83. 50269e1 net: add a truesize parameter to skb_add_rx_frag() by Eric Dumazet · 12 years ago
  84. 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
  85. 3af7930 net: update the usage of CHECKSUM_UNNECESSARY by Yi Zou · 12 years ago
  86. bdcc092 net: Use bool in skbuff.h helper functions. by David S. Miller · 12 years ago
  87. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  88. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  89. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 12 years ago
  90. 0360689 ipsec: be careful of non existing mac headers by Eric Dumazet · 12 years ago
  91. da5ef6e skb: Add skb_peek_next helper by Pavel Emelyanov · 12 years ago
  92. 3f518bf datagram: Add offset argument to __skb_recv_datagram by Pavel Emelyanov · 12 years ago
  93. 4031ae6 skbuff: Move rxhash and vlan_tci to consolidate holes in sk_buff by Alexander Duyck · 13 years ago
  94. 9f42f12 net: pack skb_shared_info more efficiently by Ian Campbell · 13 years ago
  95. 9d4dde5 net: only use a single page of slop in MAX_SKB_FRAGS by Ian Campbell · 13 years ago
  96. 117632e tcp: take care of misalignments by Eric Dumazet · 13 years ago
  97. 1f2149c net: remove netdev_alloc_page and use __GFP_COLD by Eric Dumazet · 13 years ago
  98. 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
  99. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  100. c8f44af net: introduce and use netdev_features_t for device features sets by Michał Mirosław · 13 years ago