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.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
/
ipv6
/
esp6_offload.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-06
xfrm: Support GRO for IPv6 ESP in UDP encapsulation
Steffen Klassert
1
-2
/
+8
2023-10-06
xfrm: Use the XFRM_GRO to indicate a GRO call on input
Steffen Klassert
1
-1
/
+1
2023-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2023-06-16
xfrm: Linearize the skb after offloading if needed.
Sebastian Andrzej Siewior
1
-0
/
+3
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
1
-0
/
+1
2022-11-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
Jakub Kicinski
1
-2
/
+1
2022-10-19
esp6: remove redundant variable err
Colin Ian King
1
-2
/
+1
2022-10-19
xfrm: replay: Fix ESN wrap around for GSO
Christian Langrock
1
-0
/
+3
2022-08-29
esp: choose the correct inner protocol for GSO on inter address family tunnels
Sabrina Dubroca
1
-1
/
+4
2022-03-07
net: Fix esp GSO on inter address family tunnels.
Steffen Klassert
1
-2
/
+1
2022-03-07
esp: Fix BEET mode inter address family tunneling on GSO
Steffen Klassert
1
-0
/
+3
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
1
-0
/
+1
2021-06-09
xfrm: remove description from xfrm_type struct
Florian Westphal
1
-1
/
+0
2021-04-14
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+1
2021-03-29
xfrm: Provide private skb extensions for segmented and hw offloaded ESP packets
Steffen Klassert
1
-1
/
+10
2021-03-22
esp: delete NETIF_F_SCTP_CRC bit from features for esp offload
Xin Long
1
-2
/
+4
2021-03-12
esp6: remove a duplicative condition
Junlin Yang
1
-1
/
+1
2020-06-21
net: Add MODULE_DESCRIPTION entries to network modules
Rob Gill
1
-0
/
+1
2020-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-12
/
+25
2020-05-14
esp6: calculate transport_header correctly when sel.family != AF_INET6
Xin Long
1
-12
/
+15
2020-04-28
xfrm: add support for UDPv6 encapsulation of ESP
Sabrina Dubroca
1
-4
/
+3
2020-04-21
esp6: support ipv6 nexthdrs process for beet gso segment
Xin Long
1
-2
/
+7
2020-04-20
xfrm: remove the xfrm_state_put call becofe going to out_reset
Xin Long
1
-3
/
+1
2020-04-15
esp6: get the right proto for transport mode in esp6_gso_encap
Xin Long
1
-1
/
+8
2020-03-26
esp6: add gso_segment for esp6 beet mode
Xin Long
1
-0
/
+36
2020-01-15
xfrm: support output_mark for offload ESP packets
Ulrich Weber
1
-0
/
+2
2019-07-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-3
/
+1
2019-06-06
xfrm: remove type and offload_type map from xfrm_state_afinfo
Florian Westphal
1
-3
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422
Thomas Gleixner
1
-4
/
+1
2019-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+5
2019-04-08
xfrm: store xfrm_mode directly, not its address
Florian Westphal
1
-1
/
+1
2019-04-08
xfrm: remove gso_segment indirection from xfrm_mode
Florian Westphal
1
-1
/
+39
2019-03-08
xfrm: Reset secpath in xfrm failure
Myungho Jung
1
-3
/
+5
2018-12-19
net: use skb_sec_path helper in more places
Florian Westphal
1
-1
/
+3
2018-12-19
xfrm: change secpath_set to return secpath struct, not error value
Florian Westphal
1
-5
/
+6
2018-07-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-4
/
+2
2018-07-19
xfrm: don't check offload_handle for nonzero
Shannon Nelson
1
-4
/
+2
2018-06-26
net: Convert GRO SKB handling to list_head.
David Miller
1
-2
/
+2
2018-02-27
esp: check the NETIF_F_HW_ESP_TX_CSUM bit before segmenting
Shannon Nelson
1
-0
/
+2
2018-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2018-01-23
gso: validate gso_type in GSO handlers
Willem de Bruijn
1
-0
/
+3
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2018-01-09
esp: Fix GRO when the headers not fully in the linear part of the skb.
Steffen Klassert
1
-1
/
+2
2017-12-20
xfrm: Separate ESP handling from segmentation for GRO packets.
Steffen Klassert
1
-56
/
+24
2017-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-08-07
esp: Fix error handling on layer 2 xmit.
Steffen Klassert
1
-1
/
+1
2017-08-02
xfrm: Auto-load xfrm offload modules
Ilan Tayari
1
-0
/
+1
2017-08-02
esp6: Support RX checksum with crypto offload
Ilan Tayari
1
-1
/
+3
2017-06-22
esp6_offload: Fix IP6CB(skb)->nhoff for ESP GRO
Yossi Kuperman
1
-0
/
+25
2017-04-19
esp4/6: Fix GSO path for non-GSO SW-crypto packets
Ilan Tayari
1
-3
/
+4
[next]