summaryrefslogtreecommitdiffstats
path: root/net/ipv6/ip6_offload.c
Commit message (Expand)AuthorAgeFilesLines
* net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert8 days1-11/+0
* net: gro: use cb instead of skb->network_headerRichard Gobert8 days1-3/+2
* net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert2024-05-021-0/+1
* net: move ip_packet_offload and ipv6_packet_offload to net_hotdataEric Dumazet2024-03-071-9/+9
* net: gro: parse ipv6 ext headers without frag0 invalidationRichard Gobert2024-01-051-10/+41
* net: gso: add HBH extension header offload supportRichard Gobert2024-01-051-14/+11
* net: move gso declarations and functions to their own filesEric Dumazet2023-06-101-0/+1
* IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driverCoco Li2022-12-121-23/+4
* net-next: skbuff: refactor pskb_pullRichard Gobert2022-09-301-1/+1
* net-next: gro: Fix use of skb_gro_header_slowRichard Gobert2022-09-201-1/+1
* net: gro: skb_gro_header helper functionRichard Gobert2022-08-251-6/+3
* ipv6/gro: insert temporary HBH/jumbo headerEric Dumazet2022-05-161-2/+30
* ipv6/gso: remove temporary HBH/jumbo headerEric Dumazet2022-05-161-1/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-241-0/+2
|\
| * gso: do not skip outer ip header in case of ipip and net_failoverTao Liu2022-02-211-0/+2
* | ipv6: gro: flush instead of assuming different flows on hop_limit mismatchJakub Kicinski2022-01-251-2/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-021-3/+3
|\
| * gro: Fix inconsistent indentingJiapeng Chong2021-12-021-3/+3
* | gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet2021-11-241-6/+2
* | gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet2021-11-241-5/+1
|/
* net/core: move gro function declarations to separate headerLeon Romanovsky2021-02-041-0/+1
* udp: move gro declarations to net/udp.hEric Dumazet2020-06-231-3/+1
* net: move tcp gro declarations to net/tcp.hEric Dumazet2020-06-231-3/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* gso: validate gso_type on ipip style tunnelsWillem de Bruijn2019-02-201-3/+30
* net: use indirect call wrappers at GRO transport layerPaolo Abeni2018-12-151-2/+27
* net: use indirect call wrappers at GRO network layerPaolo Abeni2018-12-151-3/+3
* ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()Eric Dumazet2018-11-061-3/+10
* gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2018-09-131-0/+1
* net: Convert GRO SKB handling to list_head.David Miller2018-06-261-8/+8
* udp: add udp gsoWillem de Bruijn2018-04-261-2/+4
* gso: fix payload length when gso_size is zeroAlexey Kodanev2017-10-081-1/+1
* ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-06-041-1/+3
* ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-05-171-5/+4
* ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-05-171-0/+2
* net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-091-1/+3
* net: Add a skb_gro_flush_final helper.Steffen Klassert2017-02-151-1/+1
* gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu2017-01-101-0/+1
* ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov2016-12-021-1/+1
* net: add recursion limit to GROSabrina Dubroca2016-10-201-1/+1
* gso: Support partial splitting at the frag_list pointerSteffen Klassert2016-09-191-1/+4
* ip4ip6: Support for GSO/GROTom Herbert2016-05-201-1/+32
* ip6ip6: Support for GSO/GROTom Herbert2016-05-201-3/+21
* net: define gso types for IPx over IPv4 and IPv6Tom Herbert2016-05-201-2/+2
* gso: Remove arbitrary checks for unsupported GSOTom Herbert2016-05-201-18/+0
* GSO: Support partial segmentation offloadAlexander Duyck2016-04-141-1/+9
* GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck2016-04-141-2/+6
* GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-141-1/+2
* udp: Add GRO functions to UDP socketTom Herbert2016-04-071-2/+0
* tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-03-201-1/+14