1. 028e0a4 net: use indirect call wrappers at GRO transport layer by Paolo Abeni · 6 years ago
  2. aaa5d90 net: use indirect call wrappers at GRO network layer by Paolo Abeni · 6 years ago
  3. 0b215b9 ipv6: gro: do not use slow memcmp() in ipv6_gro_receive() by Eric Dumazet · 6 years ago
  4. c56cae2 gso_segment: Reset skb->mac_len after modifying network header by Toke Høiland-Jørgensen · 6 years ago
  5. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  6. ee80d1e udp: add udp gso by Willem de Bruijn · 7 years ago
  7. 3d0241d gso: fix payload length when gso_size is zero by Alexey Kodanev · 7 years ago
  8. e3e86b5 ipv6: Fix leak in ipv6_gso_segment(). by David S. Miller · 8 years ago
  9. 7dd7eb9 ipv6: Check ip6_find_1stfragopt() return value properly. by David S. Miller · 8 years ago
  10. 2423496 ipv6: Prevent overrun when parsing v6 header options by Craig Gallek · 8 years ago
  11. 294acf1 net/tunnel: set inner protocol in network gro hooks by Paolo Abeni · 8 years ago
  12. 5f11416 net: Add a skb_gro_flush_final helper. by Steffen Klassert · 8 years ago
  13. 57ea52a gro: Disable frag0 optimization on IPv6 ext headers by Herbert Xu · 8 years ago
  14. 6b6ebb6 ip6_offload: check segs for NULL in ipv6_gso_segment. by Artem Savkov · 8 years ago
  15. fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
  16. 07b26c9 gso: Support partial splitting at the frag_list pointer by Steffen Klassert · 8 years ago
  17. b8921ca ip4ip6: Support for GSO/GRO by Tom Herbert · 9 years ago
  18. 815d22e ip6ip6: Support for GSO/GRO by Tom Herbert · 9 years ago
  19. 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 9 years ago
  20. 5c7cdf33 gso: Remove arbitrary checks for unsupported GSO by Tom Herbert · 9 years ago
  21. 802ab55 GSO: Support partial segmentation offload by Alexander Duyck · 9 years ago
  22. 1530545 GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values by Alexander Duyck · 9 years ago
  23. cbc53e0 GSO: Add GSO type for fixed IPv4 ID by Alexander Duyck · 9 years ago
  24. a602456 udp: Add GRO functions to UDP socket by Tom Herbert · 9 years ago
  25. fac8e0f tunnels: Don't apply GRO to multiple layers of encapsulation. by Jesse Gross · 9 years ago
  26. feec0cb ipv6: gro: support sit protocol by Eric Dumazet · 9 years ago
  27. fdbf5b0 Revert "sit: Add gro callbacks to sit_offload" by Herbert Xu · 9 years ago
  28. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  29. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  30. b6fef4c ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalid by Alexander Duyck · 10 years ago
  31. 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
  32. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  33. 1e16aa3 net: gso: use feature flag argument in all protocol gso handlers by Florian Westphal · 10 years ago
  34. fc6fb41 ipv6: fix a potential use after free in ip6_offload.c by Li RongQing · 10 years ago
  35. 53e5039 net: Remove gso_send_check as an offload callback by Tom Herbert · 10 years ago
  36. 19424e0 sit: Add gro callbacks to sit_offload by Tom Herbert · 10 years ago
  37. 03d56da ipv6: Clear flush_id to make GRO work by Tom Herbert · 10 years ago
  38. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  39. 4749c09 gre: Call gso_make_checksum by Tom Herbert · 11 years ago
  40. 0f4f4ff net: Add GSO support for UDP tunnels with checksum by Tom Herbert · 11 years ago
  41. 4de462a ipv6: gro: fix CHECKSUM_COMPLETE support by Eric Dumazet · 11 years ago
  42. 91a48a2 ipv4: ipv6: better estimate tunnel header cut for correct ufo handling by Hannes Frederic Sowa · 11 years ago
  43. bf5a755 net-gre-gro: Add GRE support to the GRO stack by Jerry Chu · 11 years ago
  44. 810c23a net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len() by Jerry Chu · 11 years ago
  45. f52d81d ipv6: fix compiler warning in ipv6_exthdrs_len by Hannes Frederic Sowa · 11 years ago
  46. 299603e8 net-gro: Prepare GRO stack for the upcoming tunneling support by Jerry Chu · 11 years ago
  47. 61c1db7 ipv6: sit: add GSO/TSO support by Eric Dumazet · 11 years ago
  48. d3e5e00 ipv6: gso: make ipv6_gso_segment() stackable by Eric Dumazet · 11 years ago
  49. cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
  50. b917eb1 ipv6: gso: remove redundant locking by Eric Dumazet · 11 years ago
  51. d949d82 ipv6: Add generic UDP Tunnel segmentation by Cong Wang · 11 years ago
  52. 0d89d20 MPLS: Add limited GSO support by Simon Horman · 12 years ago
  53. 7313626 tunneling: Add generic Tunnel segmentation. by Pravin B Shelar · 12 years ago
  54. ec5f061 net: Kill link between CSUM and SG features. by Pravin B Shelar · 12 years ago
  55. 68c3316 v4 GRE: Add TCP segmentation offload for GRE by Pravin B Shelar · 12 years ago
  56. c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 12 years ago
  57. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 12 years ago
  58. f191a1d net: Remove code duplication between offload structures by Vlad Yasevich · 12 years ago
  59. c6b641a ipv6: Pull IPv6 GSO registration out of the module by Vlad Yasevich · 12 years ago
  60. d1da932 ipv6: Separate ipv6 offload support by Vlad Yasevich · 12 years ago