- be00872 net: gro: initialize network_offset in network layer by Willem de Bruijn · 9 months ago
- 4b0ebbc net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment by Richard Gobert · 9 months ago
- 186b1ea net: gro: use cb instead of skb->network_header by Richard Gobert · 9 months ago
- 5ef31ea net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offset to napi_gro_cb by Richard Gobert · 10 months ago
- 61a0be1 net: move ip_packet_offload and ipv6_packet_offload to net_hotdata by Eric Dumazet · 12 months ago
- dff0b01 net: gro: parse ipv6 ext headers without frag0 invalidation by Richard Gobert · 1 year, 2 months ago
- f2e3fc2 net: gso: add HBH extension header offload support by Richard Gobert · 1 year, 2 months ago
- d457a0e net: move gso declarations and functions to their own files by Eric Dumazet · 1 year, 8 months ago
- 8930046 IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver by Coco Li · 2 years, 2 months ago
- d427c89 net-next: skbuff: refactor pskb_pull by Richard Gobert · 2 years, 5 months ago
- cb628a9 net-next: gro: Fix use of skb_gro_header_slow by Richard Gobert · 2 years, 5 months ago
- 35ffb66 net: gro: skb_gro_header helper function by Richard Gobert · 2 years, 6 months ago
- 81fbc81 ipv6/gro: insert temporary HBH/jumbo header by Eric Dumazet · 2 years, 9 months ago
- 09f3d1a ipv6/gso: remove temporary HBH/jumbo header by Eric Dumazet · 2 years, 9 months ago
- aaa25a2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
- cc20cce gso: do not skip outer ip header in case of ipip and net_failover by Tao Liu · 3 years ago
- 6fc2f38 ipv6: gro: flush instead of assuming different flows on hop_limit mismatch by Jakub Kicinski · 3 years, 1 month ago
- fc993be Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
- 1ebb87c gro: Fix inconsistent indenting by Jiapeng Chong · 3 years, 3 months ago
- 627b94f gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlers by Eric Dumazet · 3 years, 3 months ago
- fc1ca33 gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlers by Eric Dumazet · 3 years, 3 months ago
- 04f00ab net/core: move gro function declarations to separate header by Leon Romanovsky · 4 years ago
- 6db6932 udp: move gro declarations to net/udp.h by Eric Dumazet · 4 years, 8 months ago
- 5521d95 net: move tcp gro declarations to net/tcp.h by Eric Dumazet · 4 years, 8 months ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 418e897 gso: validate gso_type on ipip style tunnels by Willem de Bruijn · 6 years ago
- 028e0a4 net: use indirect call wrappers at GRO transport layer by Paolo Abeni · 6 years ago
- aaa5d90 net: use indirect call wrappers at GRO network layer by Paolo Abeni · 6 years ago
- 0b215b9 ipv6: gro: do not use slow memcmp() in ipv6_gro_receive() by Eric Dumazet · 6 years ago
- c56cae2 gso_segment: Reset skb->mac_len after modifying network header by Toke Høiland-Jørgensen · 6 years ago
- d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
- ee80d1e udp: add udp gso by Willem de Bruijn · 7 years ago
- 3d0241d gso: fix payload length when gso_size is zero by Alexey Kodanev · 7 years ago
- e3e86b5 ipv6: Fix leak in ipv6_gso_segment(). by David S. Miller · 8 years ago
- 7dd7eb9 ipv6: Check ip6_find_1stfragopt() return value properly. by David S. Miller · 8 years ago
- 2423496 ipv6: Prevent overrun when parsing v6 header options by Craig Gallek · 8 years ago
- 294acf1 net/tunnel: set inner protocol in network gro hooks by Paolo Abeni · 8 years ago
- 5f11416 net: Add a skb_gro_flush_final helper. by Steffen Klassert · 8 years ago
- 57ea52a gro: Disable frag0 optimization on IPv6 ext headers by Herbert Xu · 8 years ago
- 6b6ebb6 ip6_offload: check segs for NULL in ipv6_gso_segment. by Artem Savkov · 8 years ago
- fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
- 07b26c9 gso: Support partial splitting at the frag_list pointer by Steffen Klassert · 8 years ago
- b8921ca ip4ip6: Support for GSO/GRO by Tom Herbert · 9 years ago
- 815d22e ip6ip6: Support for GSO/GRO by Tom Herbert · 9 years ago
- 7e13318 net: define gso types for IPx over IPv4 and IPv6 by Tom Herbert · 9 years ago
- 5c7cdf33 gso: Remove arbitrary checks for unsupported GSO by Tom Herbert · 9 years ago
- 802ab55 GSO: Support partial segmentation offload by Alexander Duyck · 9 years ago
- 1530545 GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values by Alexander Duyck · 9 years ago
- cbc53e0 GSO: Add GSO type for fixed IPv4 ID by Alexander Duyck · 9 years ago
- a602456 udp: Add GRO functions to UDP socket by Tom Herbert · 9 years ago
- fac8e0f tunnels: Don't apply GRO to multiple layers of encapsulation. by Jesse Gross · 9 years ago
- feec0cb ipv6: gro: support sit protocol by Eric Dumazet · 9 years ago
- fdbf5b0 Revert "sit: Add gro callbacks to sit_offload" by Herbert Xu · 10 years ago
- 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
- 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
- b6fef4c ipv6: Do not treat a GSO_TCPV4 request from UDP tunnel over IPv6 as invalid by Alexander Duyck · 10 years ago
- 59b93b4 net: Remove MPLS GSO feature. by Pravin B Shelar · 10 years ago
- e585f23 udp: Changes to udp_offload to support remote checksum offload by Tom Herbert · 10 years ago
- 1e16aa3 net: gso: use feature flag argument in all protocol gso handlers by Florian Westphal · 10 years ago
- fc6fb41 ipv6: fix a potential use after free in ip6_offload.c by Li RongQing · 10 years ago
- 53e5039 net: Remove gso_send_check as an offload callback by Tom Herbert · 10 years ago
- 19424e0 sit: Add gro callbacks to sit_offload by Tom Herbert · 10 years ago
- 03d56da ipv6: Clear flush_id to make GRO work by Tom Herbert · 10 years ago
- 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
- 4749c09 gre: Call gso_make_checksum by Tom Herbert · 11 years ago
- 0f4f4ff net: Add GSO support for UDP tunnels with checksum by Tom Herbert · 11 years ago
- 4de462a ipv6: gro: fix CHECKSUM_COMPLETE support by Eric Dumazet · 11 years ago
- 91a48a2 ipv4: ipv6: better estimate tunnel header cut for correct ufo handling by Hannes Frederic Sowa · 11 years ago
- bf5a755 net-gre-gro: Add GRE support to the GRO stack by Jerry Chu · 11 years ago
- 810c23a net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len() by Jerry Chu · 11 years ago
- f52d81d ipv6: fix compiler warning in ipv6_exthdrs_len by Hannes Frederic Sowa · 11 years ago
- 299603e8 net-gro: Prepare GRO stack for the upcoming tunneling support by Jerry Chu · 11 years ago
- 61c1db7 ipv6: sit: add GSO/TSO support by Eric Dumazet · 11 years ago
- d3e5e00 ipv6: gso: make ipv6_gso_segment() stackable by Eric Dumazet · 11 years ago
- cb32f51 ipip: add GSO/TSO support by Eric Dumazet · 11 years ago
- b917eb1 ipv6: gso: remove redundant locking by Eric Dumazet · 11 years ago
- d949d82 ipv6: Add generic UDP Tunnel segmentation by Cong Wang · 11 years ago
- 0d89d20 MPLS: Add limited GSO support by Simon Horman · 12 years ago
- 7313626 tunneling: Add generic Tunnel segmentation. by Pravin B Shelar · 12 years ago
- ec5f061 net: Kill link between CSUM and SG features. by Pravin B Shelar · 12 years ago
- 68c3316 v4 GRE: Add TCP segmentation offload for GRE by Pravin B Shelar · 12 years ago
- c9af6db net: Fix possible wrong checksum generation. by Pravin B Shelar · 12 years ago
- cef401d net: fix possible wrong checksum generation by Eric Dumazet · 12 years ago
- f191a1d net: Remove code duplication between offload structures by Vlad Yasevich · 12 years ago
- c6b641a ipv6: Pull IPv6 GSO registration out of the module by Vlad Yasevich · 12 years ago
- d1da932 ipv6: Separate ipv6 offload support by Vlad Yasevich · 12 years ago