summaryrefslogtreecommitdiffstats
path: root/include/net/gro.h
AgeCommit message (Expand)AuthorLines
2025-09-25net: gro: remove unnecessary df checksRichard Gobert-3/+2
2025-09-25net: gro: only merge packets with incrementing or fixed outer idsRichard Gobert-15/+11
2025-09-25net: gro: remove is_ipv6 from napi_gro_cbRichard Gobert-3/+0
2025-07-24net: Create separate gro_flush_normal functionSamiullah Khawaja-0/+6
2025-02-27net: gro: expose GRO init/cleanup to use outside of NAPIAlexander Lobakin-0/+3
2025-02-27net: gro: decouple GRO from the NAPI layerAlexander Lobakin-10/+25
2025-02-20net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni-0/+3
2024-05-14net: gro: fix napi_gro_cb zeroed alignmentRichard Gobert-2/+4
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert-8/+68
2024-05-13net: gro: use cb instead of skb->network_headerRichard Gobert-2/+7
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau-0/+1
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert-0/+9
2024-03-11net: gro: move two declarations to include/net/gro.hEric Dumazet-3/+6
2024-03-07net: introduce struct net_hotdataEric Dumazet-3/+2
2024-03-05net: gro: enable fast path for more casesEric Dumazet-1/+1
2024-03-05net: gro: change skb_gro_network_header()Eric Dumazet-15/+12
2024-03-05net: gro: rename skb_gro_header_hard()Eric Dumazet-3/+4
2023-10-06xfrm: Support GRO for IPv4 ESP in UDP encapsulationSteffen Klassert-1/+1
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert-0/+43
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet-0/+1
2023-06-06gro: decrease size of CBRichard Gobert-10/+16
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert-15/+18
2022-08-24net: Fix a data-race around gro_normal_batch.Kuniyuki Iwashima-1/+1
2022-02-18net: gro: Fix a 'directive in macro's argument list' sparse warningGal Pressman-2/+3
2022-02-05net: gro: minor optimization for dev_gro_receive()Paolo Abeni-24/+28
2021-12-06net: fix recent csum changesEric Dumazet-2/+2
2021-11-25gro: optimize skb_gro_postpull_rcsum()Eric Dumazet-2/+2
2021-11-17net: add missing include in include/net/gro.hEric Dumazet-0/+1
2021-11-16net: gro: populate net/core/gro.cEric Dumazet-0/+22
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet-0/+2
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet-2/+394
2021-03-18gro: add combined call_gro_receive() + INDIRECT_CALL_INET() helperAlexander Lobakin-0/+8
2021-03-18gro: make net/gro.h self-containedAlexander Lobakin-0/+5
2021-02-04net/core: move gro function declarations to separate headerLeon Romanovsky-0/+12