index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
ip6_offload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-28
net: gro: initialize network_offset in network layer
Willem de Bruijn
1
-1
/
+1
2024-05-14
net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
Richard Gobert
1
-11
/
+0
2024-05-14
net: gro: use cb instead of skb->network_header
Richard Gobert
1
-3
/
+2
2024-05-02
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
1
-0
/
+1
2024-03-08
net: move ip_packet_offload and ipv6_packet_offload to net_hotdata
Eric Dumazet
1
-9
/
+9
2024-01-05
net: gro: parse ipv6 ext headers without frag0 invalidation
Richard Gobert
1
-10
/
+41
2024-01-05
net: gso: add HBH extension header offload support
Richard Gobert
1
-14
/
+11
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
1
-0
/
+1
2022-12-13
IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver
Coco Li
1
-23
/
+4
2022-09-30
net-next: skbuff: refactor pskb_pull
Richard Gobert
1
-1
/
+1
2022-09-20
net-next: gro: Fix use of skb_gro_header_slow
Richard Gobert
1
-1
/
+1
2022-08-25
net: gro: skb_gro_header helper function
Richard Gobert
1
-6
/
+3
2022-05-16
ipv6/gro: insert temporary HBH/jumbo header
Eric Dumazet
1
-2
/
+30
2022-05-16
ipv6/gso: remove temporary HBH/jumbo header
Eric Dumazet
1
-1
/
+23
2022-02-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2022-02-21
gso: do not skip outer ip header in case of ipip and net_failover
Tao Liu
1
-0
/
+2
2022-01-25
ipv6: gro: flush instead of assuming different flows on hop_limit mismatch
Jakub Kicinski
1
-2
/
+3
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+3
2021-12-02
gro: Fix inconsistent indenting
Jiapeng Chong
1
-3
/
+3
2021-11-25
gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlers
Eric Dumazet
1
-6
/
+2
2021-11-25
gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlers
Eric Dumazet
1
-5
/
+1
2021-02-05
net/core: move gro function declarations to separate header
Leon Romanovsky
1
-0
/
+1
2020-06-24
udp: move gro declarations to net/udp.h
Eric Dumazet
1
-3
/
+1
2020-06-24
net: move tcp gro declarations to net/tcp.h
Eric Dumazet
1
-3
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-02-20
gso: validate gso_type on ipip style tunnels
Willem de Bruijn
1
-3
/
+30
2018-12-16
net: use indirect call wrappers at GRO transport layer
Paolo Abeni
1
-2
/
+27
2018-12-16
net: use indirect call wrappers at GRO network layer
Paolo Abeni
1
-3
/
+3
2018-11-07
ipv6: gro: do not use slow memcmp() in ipv6_gro_receive()
Eric Dumazet
1
-3
/
+10
2018-09-13
gso_segment: Reset skb->mac_len after modifying network header
Toke Høiland-Jørgensen
1
-0
/
+1
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
1
-8
/
+8
2018-04-26
udp: add udp gso
Willem de Bruijn
1
-2
/
+4
2017-10-08
gso: fix payload length when gso_size is zero
Alexey Kodanev
1
-1
/
+1
2017-06-05
ipv6: Fix leak in ipv6_gso_segment().
David S. Miller
1
-1
/
+3
2017-05-18
ipv6: Check ip6_find_1stfragopt() return value properly.
David S. Miller
1
-5
/
+4
2017-05-17
ipv6: Prevent overrun when parsing v6 header options
Craig Gallek
1
-0
/
+2
2017-03-10
net/tunnel: set inner protocol in network gro hooks
Paolo Abeni
1
-1
/
+3
2017-02-15
net: Add a skb_gro_flush_final helper.
Steffen Klassert
1
-1
/
+1
2017-01-11
gro: Disable frag0 optimization on IPv6 ext headers
Herbert Xu
1
-0
/
+1
2016-12-02
ip6_offload: check segs for NULL in ipv6_gso_segment.
Artem Savkov
1
-1
/
+1
2016-10-20
net: add recursion limit to GRO
Sabrina Dubroca
1
-1
/
+1
2016-09-20
gso: Support partial splitting at the frag_list pointer
Steffen Klassert
1
-1
/
+4
2016-05-21
ip4ip6: Support for GSO/GRO
Tom Herbert
1
-1
/
+32
2016-05-21
ip6ip6: Support for GSO/GRO
Tom Herbert
1
-3
/
+21
2016-05-21
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
1
-2
/
+2
2016-05-21
gso: Remove arbitrary checks for unsupported GSO
Tom Herbert
1
-18
/
+0
2016-04-14
GSO: Support partial segmentation offload
Alexander Duyck
1
-1
/
+9
2016-04-14
GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values
Alexander Duyck
1
-2
/
+6
2016-04-14
GSO: Add GSO type for fixed IPv4 ID
Alexander Duyck
1
-1
/
+2
2016-04-07
udp: Add GRO functions to UDP socket
Tom Herbert
1
-2
/
+0
[next]