summaryrefslogtreecommitdiff
path: root/include/net/gro.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-14net: gro: fix napi_gro_cb zeroed alignmentRichard Gobert1-2/+4
2024-05-14net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentRichard Gobert1-8/+68
2024-05-14net: gro: use cb instead of skb->network_headerRichard Gobert1-2/+7
2024-05-06net: move skb_gro_receive_list from udp to coreFelix Fietkau1-0/+1
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert1-0/+9
2024-03-12net: gro: move two declarations to include/net/gro.hEric Dumazet1-3/+6
2024-03-08net: introduce struct net_hotdataEric Dumazet1-3/+2
2024-03-05net: gro: enable fast path for more casesEric Dumazet1-1/+1
2024-03-05net: gro: change skb_gro_network_header()Eric Dumazet1-15/+12
2024-03-05net: gro: rename skb_gro_header_hard()Eric Dumazet1-3/+4
2023-10-06xfrm: Support GRO for IPv4 ESP in UDP encapsulationSteffen Klassert1-1/+1
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert1-0/+43
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet1-0/+1
2023-06-06gro: decrease size of CBRichard Gobert1-10/+16
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert1-15/+18
2022-08-24net: Fix a data-race around gro_normal_batch.Kuniyuki Iwashima1-1/+1
2022-02-18net: gro: Fix a 'directive in macro's argument list' sparse warningGal Pressman1-2/+3
2022-02-05net: gro: minor optimization for dev_gro_receive()Paolo Abeni1-24/+28
2021-12-07net: fix recent csum changesEric Dumazet1-2/+2
2021-11-26gro: optimize skb_gro_postpull_rcsum()Eric Dumazet1-2/+2
2021-11-17net: add missing include in include/net/gro.hEric Dumazet1-0/+1
2021-11-16net: gro: populate net/core/gro.cEric Dumazet1-0/+22
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet1-0/+2
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet1-2/+394
2021-03-19gro: add combined call_gro_receive() + INDIRECT_CALL_INET() helperAlexander Lobakin1-0/+8
2021-03-19gro: make net/gro.h self-containedAlexander Lobakin1-0/+5
2021-02-05net/core: move gro function declarations to separate headerLeon Romanovsky1-0/+12