index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
gro.c
Age
Commit message (
Expand
)
Author
2024-10-01
net: Add netif_get_gro_max_size helper for GRO
Daniel Borkmann
2024-09-11
net: support non paged skb frags
Mina Almasry
2024-08-26
net: Correct spelling in net/core
Simon Horman
2024-05-13
net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
Richard Gobert
2024-05-06
net: move skb_gro_receive_list from udp to core
Felix Fietkau
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-02
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
2024-04-11
net: move skb ref helpers to new header
Mina Almasry
2024-03-29
gro: fix ownership transfer
Antoine Tenart
2024-03-07
net: introduce struct net_hotdata
Eric Dumazet
2024-03-05
net: gro: enable fast path for more cases
Eric Dumazet
2024-03-05
net: gro: rename skb_gro_header_hard()
Eric Dumazet
2023-06-18
gro: move the tc_ext comparison to a helper
Jakub Kicinski
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
2023-06-06
gro: decrease size of CB
Richard Gobert
2023-05-13
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
2023-04-20
net: skbuff: update and rename __kfree_skb_defer()
Jakub Kicinski
2023-02-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-01
net: add support for ipv4 big tcp
Xin Long
2023-01-27
skb: Do mix page pool and page referenced frags in GRO
Alexander Duyck
2023-01-09
gro: take care of DODGY packets
Eric Dumazet
2022-11-11
net: gro: no longer use skb_vlan_tag_present()
Eric Dumazet
2022-11-10
gro: avoid checking for a failed search
Richard Gobert
2022-10-03
gro: add support of (hw)gro packets to gro stack
Coco Li
2022-05-16
net: allow gro_max_size to exceed 65536
Alexander Duyck
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-07
net: Fix esp GSO on inter address family tunnels.
Steffen Klassert
2022-02-05
net: gro: minor optimization for dev_gro_receive()
Paolo Abeni
2022-02-05
net: gro: avoid re-computing truesize twice on recycle
Paolo Abeni
2022-01-06
gro: add ability to control gro max packet size
Coco Li
2021-11-16
net: gro: populate net/core/gro.c
Eric Dumazet
2021-11-16
net: gro: move skb_gro_receive into net/core/gro.c
Eric Dumazet