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