1. 9fd1ff5 udp: Support UDP fraglist GRO/GSO. by Steffen Klassert · 5 years ago
  2. b39c78b net: remove the check argument from __skb_gro_checksum_convert by Li RongQing · 5 years ago
  3. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  4. 028e0a4 net: use indirect call wrappers at GRO transport layer by Paolo Abeni · 6 years ago
  5. e20cf8d udp: implement GRO for plain UDP sockets. by Paolo Abeni · 6 years ago
  6. f2e9de2 udp: gro behind static key by Willem de Bruijn · 6 years ago
  7. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  8. 6053d0f udp: Add support for software checksum and GSO_PARTIAL with GSO offload by Alexander Duyck · 7 years ago
  9. 9a0d41b udp: Do not pass checksum as a parameter to GSO segmentation by Alexander Duyck · 7 years ago
  10. b21c034 udp: Do not pass MSS as parameter to GSO segmentation by Alexander Duyck · 7 years ago
  11. ee80d1e udp: add udp gso by Willem de Bruijn · 7 years ago
  12. 121d57a gso: validate gso_type in GSO handlers by Willem de Bruijn · 7 years ago
  13. 0c19f846 net: accept UFO datagrams from tuntap and packet by Willem de Bruijn · 7 years ago
  14. 6800b2e inet: Remove software UFO fragmenting code. by David S. Miller · 7 years ago
  15. 7dd7eb9 ipv6: Check ip6_find_1stfragopt() return value properly. by David S. Miller · 8 years ago
  16. 2423496 ipv6: Prevent overrun when parsing v6 header options by Craig Gallek · 8 years ago
  17. 5c7cdf33 gso: Remove arbitrary checks for unsupported GSO by Tom Herbert · 9 years ago
  18. a602456 udp: Add GRO functions to UDP socket by Tom Herbert · 9 years ago
  19. 2246387 GSO: Provide software checksum of tunneled UDP fragmentation offload by Alexander Duyck · 9 years ago
  20. 5a352dd ipv6: hash net ptr into fragmentation bucket selection by Hannes Frederic Sowa · 10 years ago
  21. 8e199df ipv6: call ipv6_proxy_select_ident instead of ipv6_select_ident in udp6_ufo_fragment by Sabrina Dubroca · 10 years ago
  22. 6db93ea udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO path by Tom Herbert · 10 years ago
  23. 0508c07 ipv6: Select fragment id during UFO segmentation if not set. by Vlad Yasevich · 10 years ago
  24. 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
  25. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  26. efc98d0 fou: eliminate IPv4,v6 specific GRO functions by Tom Herbert · 10 years ago
  27. 8bce6d7 udp: Generalize skb_udp_segment by Tom Herbert · 10 years ago
  28. 53e5039 net: Remove gso_send_check as an offload callback by Tom Herbert · 10 years ago
  29. f71470b udp: move logic out of udp[46]_ufo_send_check by Tom Herbert · 10 years ago
  30. 2d8f7e2 udp: Fix inverted NAPI_GRO_CB(skb)->flush test by Scott Wood · 10 years ago
  31. cc9c668 ipv6: udp6_gro_complete() is static by Eric Dumazet · 10 years ago
  32. 2abb7cd udp: Add support for doing checksum unnecessary conversion by Tom Herbert · 10 years ago
  33. 57c67ff udp: additional GRO support by Tom Herbert · 10 years ago
  34. 4749c09 gre: Call gso_make_checksum by Tom Herbert · 11 years ago
  35. 0f4f4ff net: Add GSO support for UDP tunnels with checksum by Tom Herbert · 11 years ago
  36. 916e4cf ipv6: reuse ip6_frag_id from ip6_ufo_append_data by Hannes Frederic Sowa · 11 years ago
  37. 0e033e0 ipv6: fix headroom calculation in udp6_ufo_fragment by Hannes Frederic Sowa · 11 years ago
  38. 61c1db7 ipv6: sit: add GSO/TSO support by Eric Dumazet · 11 years ago
  39. cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
  40. eb3c0d8 net: unify skb_udp_tunnel_segment() and skb_udp6_tunnel_segment() by Cong Wang · 11 years ago
  41. d949d82 ipv6: Add generic UDP Tunnel segmentation by Cong Wang · 11 years ago
  42. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  43. 1e2bd51 udp6: Fix udp fragmentation for tunnel traffic. by Pravin B Shelar · 12 years ago
  44. 0d89d20 MPLS: Add limited GSO support by Simon Horman · 12 years ago
  45. 7313626 tunneling: Add generic Tunnel segmentation. by Pravin B Shelar · 12 years ago
  46. 68c3316 v4 GRE: Add TCP segmentation offload for GRE by Pravin B Shelar · 12 years ago
  47. d4d0d35 ipv6: Fix build error with udp_offload by Vlad Yasevich · 12 years ago
  48. f191a1d net: Remove code duplication between offload structures by Vlad Yasevich · 12 years ago
  49. c6b641a ipv6: Pull IPv6 GSO registration out of the module by Vlad Yasevich · 12 years ago
  50. 5edbb07 ipv6: Separate out UDP offload functionality by Vlad Yasevich · 12 years ago