index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
gro.h
Age
Commit message (
Expand
)
Author
2024-05-14
net: gro: fix napi_gro_cb zeroed alignment
Richard Gobert
2024-05-13
net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
Richard Gobert
2024-05-13
net: gro: use cb instead of skb->network_header
Richard Gobert
2024-05-06
net: move skb_gro_receive_list from udp to core
Felix Fietkau
2024-05-02
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
2024-03-11
net: gro: move two declarations to include/net/gro.h
Eric Dumazet
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: change skb_gro_network_header()
Eric Dumazet
2024-03-05
net: gro: rename skb_gro_header_hard()
Eric Dumazet
2023-10-06
xfrm: Support GRO for IPv4 ESP in UDP encapsulation
Steffen Klassert
2023-07-29
net: gro: fix misuse of CB in udp socket lookup
Richard Gobert
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
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-25
net: gro: skb_gro_header helper function
Richard Gobert
2022-08-24
net: Fix a data-race around gro_normal_batch.
Kuniyuki Iwashima
2022-02-18
net: gro: Fix a 'directive in macro's argument list' sparse warning
Gal Pressman
2022-02-05
net: gro: minor optimization for dev_gro_receive()
Paolo Abeni
2021-12-06
net: fix recent csum changes
Eric Dumazet
2021-11-25
gro: optimize skb_gro_postpull_rcsum()
Eric Dumazet
2021-11-17
net: add missing include in include/net/gro.h
Eric Dumazet
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
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
2021-03-18
gro: add combined call_gro_receive() + INDIRECT_CALL_INET() helper
Alexander Lobakin
2021-03-18
gro: make net/gro.h self-contained
Alexander Lobakin
2021-02-04
net/core: move gro function declarations to separate header
Leon Romanovsky