summaryrefslogtreecommitdiff
path: root/include/net/gro.h
AgeCommit message (Expand)Author
2023-10-06xfrm: Support GRO for IPv4 ESP in UDP encapsulationSteffen Klassert
2023-07-29net: gro: fix misuse of CB in udp socket lookupRichard Gobert
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-06gro: decrease size of CBRichard Gobert
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert
2022-08-24net: Fix a data-race around gro_normal_batch.Kuniyuki Iwashima
2022-02-18net: gro: Fix a 'directive in macro's argument list' sparse warningGal Pressman
2022-02-05net: gro: minor optimization for dev_gro_receive()Paolo Abeni
2021-12-06net: fix recent csum changesEric Dumazet
2021-11-25gro: optimize skb_gro_postpull_rcsum()Eric Dumazet
2021-11-17net: add missing include in include/net/gro.hEric Dumazet
2021-11-16net: gro: populate net/core/gro.cEric Dumazet
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet
2021-11-16net: move gro definitions to include/net/gro.hEric Dumazet
2021-03-18gro: add combined call_gro_receive() + INDIRECT_CALL_INET() helperAlexander Lobakin
2021-03-18gro: make net/gro.h self-containedAlexander Lobakin
2021-02-04net/core: move gro function declarations to separate headerLeon Romanovsky