aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/gro.c
AgeCommit message (Expand)Author
2023-06-18gro: move the tc_ext comparison to a helperJakub Kicinski
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet
2023-06-06gro: decrease size of CBRichard Gobert
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin
2023-04-20net: skbuff: update and rename __kfree_skb_defer()Jakub Kicinski
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-01net: add support for ipv4 big tcpXin Long
2023-01-27skb: Do mix page pool and page referenced frags in GROAlexander Duyck
2023-01-09gro: take care of DODGY packetsEric Dumazet
2022-11-11net: gro: no longer use skb_vlan_tag_present()Eric Dumazet
2022-11-10gro: avoid checking for a failed searchRichard Gobert
2022-10-03gro: add support of (hw)gro packets to gro stackCoco Li
2022-05-16net: allow gro_max_size to exceed 65536Alexander Duyck
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-07net: Fix esp GSO on inter address family tunnels.Steffen Klassert
2022-02-05net: gro: minor optimization for dev_gro_receive()Paolo Abeni
2022-02-05net: gro: avoid re-computing truesize twice on recyclePaolo Abeni
2022-01-06gro: add ability to control gro max packet sizeCoco Li
2021-11-16net: gro: populate net/core/gro.cEric Dumazet
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cEric Dumazet