1. 3110e21 gso: validate gso_type in GSO handlers by Willem de Bruijn · 6 years ago
  2. 97ba8f8 gso: fix payload length when gso_size is zero by Alexey Kodanev · 7 years ago
  3. affd260 udp: disable inner UDP checksum offloads in IPsec case by Ansis Atteka · 7 years ago
  4. 69ffc96 net: avoid skb_warn_bad_offload false positives on UFO by Willem de Bruijn · 7 years ago
  5. fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
  6. 07b26c9 gso: Support partial splitting at the frag_list pointer by Steffen Klassert · 8 years ago
  7. 5c7cdf33 gso: Remove arbitrary checks for unsupported GSO by Tom Herbert · 8 years ago
  8. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  9. 229740c udp_offload: Set encapsulation before inner completes. by Jarno Rajahalme · 8 years ago
  10. 802ab55 GSO: Support partial segmentation offload by Alexander Duyck · 8 years ago
  11. 46aa2f3 udp: Remove udp_offloads by Tom Herbert · 8 years ago
  12. a602456 udp: Add GRO functions to UDP socket by Tom Herbert · 8 years ago
  13. 5197f34 net: Reset encap_level to avoid resetting features on inner IP headers by Alexander Duyck · 8 years ago
  14. fac8e0f tunnels: Don't apply GRO to multiple layers of encapsulation. by Jesse Gross · 8 years ago
  15. 0833482 GSO/UDP: Use skb->len instead of udph->len to determine length of original skb by Alexander Duyck · 8 years ago
  16. 2246387 GSO: Provide software checksum of tunneled UDP fragmentation offload by Alexander Duyck · 8 years ago
  17. dbef491 udp: Use uh->len instead of skb->len to compute checksum in segmentation by Alexander Duyck · 8 years ago
  18. fdaefd6 udp: Clean up the use of flags in UDP segmentation offload by Alexander Duyck · 8 years ago
  19. 7fbeffe net: Update remote checksum segmentation to support use of GSO checksum by Alexander Duyck · 8 years ago
  20. bef3c6c net: Drop unecessary enc_features variable from tunnel segmentation functions by Alexander Duyck · 8 years ago
  21. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  22. 787d7ac udp: restrict offloads to one namespace by Hannes Frederic Sowa · 8 years ago
  23. c8cd098 net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM by Tom Herbert · 8 years ago
  24. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  25. 6db93ea udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO path by Tom Herbert · 9 years ago
  26. a2b12f3 udp: pass udp_offload struct to UDP gro callbacks by Tom Herbert · 9 years ago
  27. 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
  28. e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
  29. 4bcb877 udp: Offload outer UDP tunnel csum if available by Tom Herbert · 10 years ago
  30. 1e16aa3 net: gso: use feature flag argument in all protocol gso handlers by Florian Westphal · 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. afe9332 fou: Add GRO support by Tom Herbert · 10 years ago
  36. 2d8f7e2 udp: Fix inverted NAPI_GRO_CB(skb)->flush test by Scott Wood · 10 years ago
  37. 72bb17b ipv4: udp4_gro_complete() is static by Eric Dumazet · 10 years ago
  38. 2abb7cd udp: Add support for doing checksum unnecessary conversion by Tom Herbert · 10 years ago
  39. 662880f net: Allow GRO to use and set levels of checksum unnecessary by Tom Herbert · 10 years ago
  40. 57c67ff udp: additional GRO support by Tom Herbert · 10 years ago
  41. 2744644 net/udp_offload: Use IS_ERR_OR_NULL by Himangi Saraogi · 10 years ago
  42. 155e010 udp: Move udp_tunnel_segment into udp_offload.c by Tom Herbert · 10 years ago
  43. 6bae1d4 net: Add skb_gro_postpull_rcsum to udp and vxlan by Tom Herbert · 10 years ago
  44. 4749c09 gre: Call gso_make_checksum by Tom Herbert · 10 years ago
  45. 0f4f4ff net: Add GSO support for UDP tunnels with checksum by Tom Herbert · 10 years ago
  46. a664a4f net/ipv4: Use proper RCU APIs for writer-side in udp_offload.c by Shlomo Pongratz · 10 years ago
  47. b5aaab1 net/ipv4: Use non-atomic allocation of udp offloads structure instance by Or Gerlitz · 10 years ago
  48. a1d0cd8 net/udp_offload: Handle static checker complaints by Shlomo Pongratz · 10 years ago
  49. b582ef0 net: Add GRO support for UDP encapsulating protocols by Or Gerlitz · 10 years ago
  50. 7a7ffba ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC by Wei-Chun Chao · 10 years ago
  51. cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
  52. da5bab0 net: udp4: move GSO functions to udp_offload by Daniel Borkmann · 11 years ago