index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
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