1. 76f21b9 net: Add docbook description for 'mtu' arg to skb_gso_validate_mtu() by David S. Miller · 8 years ago
  2. 90017ac sctp: Add GSO support by Marcelo Ricardo Leitner · 8 years ago
  3. ae7ef81 skbuff: introduce skb_gso_validate_mtu by Marcelo Ricardo Leitner · 8 years ago
  4. 3953c46 sk_buff: allow segmenting based on frag sizes by Marcelo Ricardo Leitner · 8 years ago
  5. 57c05650 skbuff: export skb_gro_receive by Marcelo Ricardo Leitner · 8 years ago
  6. 953abb3 skbuff: remove unused variable `doff' by Sowmini Varadhan · 8 years ago
  7. 36c9838 gso: Only allow GSO_PARTIAL if we can checksum the inner protocol by Alexander Duyck · 8 years ago
  8. d7fb5a8 gso: Do not perform partial GSO if number of partial segments is 1 or less by Alexander Duyck · 8 years ago
  9. 6fa01cc skbuff: Add pskb_extract() helper function by Sowmini Varadhan · 8 years ago
  10. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  11. 9241e2d vlan: pull on __vlan_insert_tag error path and fix csum correction by Daniel Borkmann · 8 years ago
  12. 802ab55 GSO: Support partial segmentation offload by Alexander Duyck · 8 years ago
  13. abbdb5a net: remove a dubious unlikely() clause by Eric Dumazet · 8 years ago
  14. 885eb0a net: adjust napi_consume_skb to handle non-NAPI callers by Jesper Dangaard Brouer · 8 years ago
  15. fa9835e net: Walk fragments in __skb_splice_bits by Tom Herbert · 8 years ago
  16. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  17. 64d4e34 net: remove skb_sender_cpu_clear() by WANG Cong · 8 years ago
  18. 9b36881 net: fix bridge multicast packet checksum validation by Linus Lüssing · 8 years ago
  19. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  20. 6b83d28 net: use skb_postpush_rcsum instead of own implementations by Daniel Borkmann · 8 years ago
  21. 15fad71 net: bulk free SKBs that were delay free'ed due to IRQ context by Jesper Dangaard Brouer · 8 years ago
  22. 795bb1c net: bulk free infrastructure for NAPI context, use napi_consume_skb by Jesper Dangaard Brouer · 8 years ago
  23. f245d07 net: Allow tunnels to use inner checksum offloads with outer checksums needed by Alexander Duyck · 8 years ago
  24. ddff00d net: Move skb_has_shared_frag check out of GRE code and into segmentation by Alexander Duyck · 8 years ago
  25. 7fbeffe net: Update remote checksum segmentation to support use of GSO checksum by Alexander Duyck · 8 years ago
  26. 7644345 net: Move GSO csum into SKB_GSO_CB by Alexander Duyck · 8 years ago
  27. 5f74f82 net:Add sysctl_max_skb_frags by Hans Westgaard Ry · 8 years ago
  28. ac5cc97 net: check both type and procotol for tcp sockets by WANG Cong · 9 years ago
  29. f654861 skbuff: Fix offset error in skb_reorder_vlan_header by Vlad Yasevich · 9 years ago
  30. a6e18ff vlan: Fix untag operations of stacked vlans with REORDER_HEADER off by Vlad Yasevich · 9 years ago
  31. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  32. 31b33df skbuff: Fix skb checksum partial check. by Pravin B Shelar · 9 years ago
  33. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  34. d749916 net-next: Fix warning while make xmldocs caused by skbuff.c by Masanari Iida · 9 years ago
  35. 2f064f3 mm: make page pfmemalloc check more robust by Michal Hocko · 9 years ago
  36. a516993 net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code by Linus Lüssing · 9 years ago
  37. 25c43bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  38. fb05e7a net: don't wait for order-3 page allocation by Shaohua Li · 9 years ago
  39. 2b51457 net: af_unix: implement splice for stream af_unix sockets by Hannes Frederic Sowa · 9 years ago
  40. a60e3cc net: make skb_splice_bits more configureable by Hannes Frederic Sowa · 9 years ago
  41. be12a1f net: skbuff: add skb_append_pagefrags and use it by Hannes Frederic Sowa · 9 years ago
  42. a080e7b net: Reserve skb headroom and set skb->dev even if using __alloc_skb by Alexander Duyck · 9 years ago
  43. 181edb2 net: Add skb_free_frag to replace use of put_page in freeing skb->head by Alexander Duyck · 9 years ago
  44. b63ae8c mm/net: Rename and move page fragment handling from net/ to mm/ by Alexander Duyck · 9 years ago
  45. 0e39250 net: Store virtual address instead of page in netdev_alloc_cache by Alexander Duyck · 9 years ago
  46. 9451980 net: Use cached copy of pfmemalloc to avoid accessing page by Alexander Duyck · 9 years ago
  47. fcba67c net: fix two sparse warnings introduced by IGMP/MLD parsing exports by Linus Lüssing · 9 years ago
  48. 9afd85c net: Export IGMP/MLD message validation code by Linus Lüssing · 9 years ago
  49. 2ea2f62 net: fix crash in build_skb() by Eric Dumazet · 9 years ago
  50. 79930f5 net: do not deplete pfmemalloc reserve by Eric Dumazet · 9 years ago
  51. 213dd74 skbuff: Do not scrub skb mark within the same name space by Herbert Xu · 9 years ago
  52. 4c0ee41 Revert "net: Reset secmark when scrubbing packet" by Herbert Xu · 9 years ago
  53. 8bc0034 net: remove extra newlines by Sheng Yong · 9 years ago
  54. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  55. 3a8dd97 sock: fix possible NULL sk dereference in __skb_tstamp_tx by Willem de Bruijn · 9 years ago
  56. c29390c xps: must clear sender_cpu before forwarding by Eric Dumazet · 9 years ago
  57. 58025e4 net: gro: remove obsolete code from skb_gro_receive() by Eric Dumazet · 9 years ago
  58. 71a83a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  59. 059a244 net: Remove state argument from skb_find_text() by Bojan Prtvar · 9 years ago
  60. 997d5c3 sock: sock_dequeue_err_skb() needs hard irq safety by Eric Dumazet · 9 years ago
  61. 2bd8248 xps: fix xps for stacked devices by Eric Dumazet · 9 years ago
  62. b245be1 net-timestamp: no-payload only sysctl by Willem de Bruijn · 9 years ago
  63. 49ca0d8 net-timestamp: no-payload option by Willem de Bruijn · 9 years ago
  64. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  65. e8768f9 net: skbuff: don't zero tc members when freeing skb by Florian Westphal · 10 years ago
  66. b8fb4e0 net: Reset secmark when scrubbing packet by Thomas Graf · 10 years ago
  67. fd11a83 net: Pull out core bits of __netdev_alloc_skb and add __napi_alloc_skb by Alexander Duyck · 10 years ago
  68. ffde732 net: Split netdev_alloc_frag into __alloc_page_frag and add __napi_alloc_frag by Alexander Duyck · 10 years ago
  69. 6ffe75e net: avoid two atomic operations in fast clones by Eric Dumazet · 10 years ago
  70. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  71. e7820e3 net: Revert "net: avoid one atomic operation in skb_clone()" by Eric Dumazet · 10 years ago
  72. 93515d5 net: move vlan pop/push functions into common code by Jiri Pirko · 10 years ago
  73. e219512 net: move make_writable helper into common code by Jiri Pirko · 10 years ago
  74. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  75. 432c856 net: skb_segment() should preserve backpressure by Toshiaki Makita · 10 years ago
  76. f993bc2 net: core: handle encapsulation offloads when computing segment lengths by Florian Westphal · 10 years ago
  77. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  78. 4c45058 net: fix races in page->_count manipulation by Eric Dumazet · 10 years ago
  79. de3f0d0 net: Missing @ before descriptions cause make xmldocs warning by Masanari Iida · 10 years ago
  80. bec3cfd net: skb_segment() provides list head and tail by Eric Dumazet · 10 years ago
  81. 61b37d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
  82. c8753d5 net: Cleanup skb cloning by adding SKB_FCLONE_FREE by Vijay Subramanian · 10 years ago
  83. 0129120 net: do not export skb_gro_receive() by Eric Dumazet · 10 years ago
  84. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  85. 1109a90 netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER) by Pablo Neira Ayuso · 10 years ago
  86. ce1a4ea net: avoid one atomic operation in skb_clone() by Eric Dumazet · 10 years ago
  87. d0bf4a9 net: cleanup and document skb fclone layout by Eric Dumazet · 10 years ago
  88. 73d3fe6 gro: fix aggregation for skb using frag_list by Eric Dumazet · 10 years ago
  89. b193722 net: reorganize sk_buff for faster __copy_skb_header() by Eric Dumazet · 10 years ago
  90. ff04a77 net : optimize skb_release_data() by Eric Dumazet · 10 years ago
  91. f4a775d net: introduce __skb_header_release() by Eric Dumazet · 10 years ago
  92. 2e4e441 net: add alloc_skb_with_frags() helper by Eric Dumazet · 10 years ago
  93. e93a043 tcp: allow segment with FIN in tcp_try_coalesce() by Eric Dumazet · 10 years ago
  94. bf7fa55 mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack path by Alexander Duyck · 10 years ago
  95. cab41c4 skb: Add documentation for skb_clone_sk by Alexander Duyck · 10 years ago
  96. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  97. 62bccb8 net-timestamp: Make the clone operation stand-alone from phy timestamping by Alexander Duyck · 10 years ago
  98. 37846ef net-timestamp: Merge shared code between phy and regular timestamping by Alexander Duyck · 10 years ago
  99. e793c0f net: treewide: Fix typo found in DocBook/networking.xml by Masanari Iida · 10 years ago
  100. 364a9e9 sock: deduplicate errqueue dequeue by Willem de Bruijn · 10 years ago