aboutsummaryrefslogtreecommitdiff
path: root/net/core/gro.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-13net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segmentGravatar Richard Gobert 1-3/+0
2024-05-06net: move skb_gro_receive_list from udp to coreGravatar Felix Fietkau 1-0/+27
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Gravatar Richard Gobert 1-0/+1
2024-04-11net: move skb ref helpers to new headerGravatar Mina Almasry 1-0/+1
2024-03-29gro: fix ownership transferGravatar Antoine Tenart 1-1/+2
2024-03-07net: introduce struct net_hotdataGravatar Eric Dumazet 1-9/+6
2024-03-05net: gro: enable fast path for more casesGravatar Eric Dumazet 1-7/+16
2024-03-05net: gro: rename skb_gro_header_hard()Gravatar Eric Dumazet 1-1/+1
2023-06-18gro: move the tc_ext comparison to a helperGravatar Jakub Kicinski 1-13/+19
2023-06-10net: move gso declarations and functions to their own filesGravatar Eric Dumazet 1-58/+1
2023-06-06gro: decrease size of CBGravatar Richard Gobert 1-7/+12
2023-05-13net: introduce and use skb_frag_fill_page_desc()Gravatar Yunsheng Lin 1-3/+1
2023-04-20net: skbuff: update and rename __kfree_skb_defer()Gravatar Jakub Kicinski 1-1/+1
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+10
2023-02-01net: add support for ipv4 big tcpGravatar Xin Long 1-5/+7
2023-01-27skb: Do mix page pool and page referenced frags in GROGravatar Alexander Duyck 1-0/+9
2023-01-09gro: take care of DODGY packetsGravatar Eric Dumazet 1-2/+3
2022-11-11net: gro: no longer use skb_vlan_tag_present()Gravatar Eric Dumazet 1-3/+1
2022-11-10gro: avoid checking for a failed searchGravatar Richard Gobert 1-35/+35
2022-10-03gro: add support of (hw)gro packets to gro stackGravatar Coco Li 1-4/+14
2022-05-16net: allow gro_max_size to exceed 65536Gravatar Alexander Duyck 1-0/+8
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+25
2022-03-07net: Fix esp GSO on inter address family tunnels.Gravatar Steffen Klassert 1-0/+25
2022-02-05net: gro: minor optimization for dev_gro_receive()Gravatar Paolo Abeni 1-11/+4
2022-02-05net: gro: avoid re-computing truesize twice on recycleGravatar Paolo Abeni 1-1/+0
2022-01-06gro: add ability to control gro max packet sizeGravatar Coco Li 1-1/+5
2021-11-16net: gro: populate net/core/gro.cGravatar Eric Dumazet 1-0/+648
2021-11-16net: gro: move skb_gro_receive into net/core/gro.cGravatar Eric Dumazet 1-0/+118