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