index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
gro.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-14
net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
Richard Gobert
1
-3
/
+0
2024-05-06
net: move skb_gro_receive_list from udp to core
Felix Fietkau
1
-0
/
+27
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2024-05-02
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
1
-0
/
+1
2024-04-12
net: move skb ref helpers to new header
Mina Almasry
1
-0
/
+1
2024-03-29
gro: fix ownership transfer
Antoine Tenart
1
-1
/
+2
2024-03-08
net: introduce struct net_hotdata
Eric Dumazet
1
-9
/
+6
2024-03-05
net: gro: enable fast path for more cases
Eric Dumazet
1
-7
/
+16
2024-03-05
net: gro: rename skb_gro_header_hard()
Eric Dumazet
1
-1
/
+1
2023-06-18
gro: move the tc_ext comparison to a helper
Jakub Kicinski
1
-13
/
+19
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
1
-58
/
+1
2023-06-06
gro: decrease size of CB
Richard Gobert
1
-7
/
+12
2023-05-13
net: introduce and use skb_frag_fill_page_desc()
Yunsheng Lin
1
-3
/
+1
2023-04-21
net: skbuff: update and rename __kfree_skb_defer()
Jakub Kicinski
1
-1
/
+1
2023-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+10
2023-02-02
net: add support for ipv4 big tcp
Xin Long
1
-5
/
+7
2023-01-28
skb: Do mix page pool and page referenced frags in GRO
Alexander Duyck
1
-0
/
+9
2023-01-09
gro: take care of DODGY packets
Eric Dumazet
1
-2
/
+3
2022-11-12
net: gro: no longer use skb_vlan_tag_present()
Eric Dumazet
1
-3
/
+1
2022-11-10
gro: avoid checking for a failed search
Richard Gobert
1
-35
/
+35
2022-10-03
gro: add support of (hw)gro packets to gro stack
Coco Li
1
-4
/
+14
2022-05-16
net: allow gro_max_size to exceed 65536
Alexander Duyck
1
-0
/
+8
2022-03-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+25
2022-03-07
net: Fix esp GSO on inter address family tunnels.
Steffen Klassert
1
-0
/
+25
2022-02-05
net: gro: minor optimization for dev_gro_receive()
Paolo Abeni
1
-11
/
+4
2022-02-05
net: gro: avoid re-computing truesize twice on recycle
Paolo Abeni
1
-1
/
+0
2022-01-06
gro: add ability to control gro max packet size
Coco Li
1
-1
/
+5
2021-11-16
net: gro: populate net/core/gro.c
Eric Dumazet
1
-0
/
+648
2021-11-16
net: gro: move skb_gro_receive into net/core/gro.c
Eric Dumazet
1
-0
/
+118