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
/
xfrm
/
xfrm_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-12
xfrm: Allow UDP encapsulation in crypto offload control path
Mike Yu
1
-3
/
+3
2024-05-01
xfrm: Add Direction to the SA in or out
Antony Antony
1
-0
/
+6
2024-03-18
xfrm: Allow UDP encapsulation only in offload modes
Leon Romanovsky
1
-1
/
+2
2024-01-25
xfrm: Pass UDP encapsulation in TX packet offload
Leon Romanovsky
1
-1
/
+1
2023-07-25
xfrm: Support UDP encapsulation in packet offload mode
Leon Romanovsky
1
-6
/
+7
2023-06-10
net: move gso declarations and functions to their own files
Eric Dumazet
1
-0
/
+1
2023-05-17
Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-1
/
+1
2023-04-21
xfrm: Fix leak of dev tracker
Leon Romanovsky
1
-1
/
+1
2023-04-06
xfrm: don't require advance ESN callback for packet offload
Leon Romanovsky
1
-1
/
+1
2023-02-02
netlink: provide an ability to set default extack message
Leon Romanovsky
1
-1
/
+4
2023-01-27
xfrm: extend add state callback to set failure reason
Leon Romanovsky
1
-4
/
+2
2023-01-27
xfrm: extend add policy callback to set failure reason
Leon Romanovsky
1
-2
/
+1
2022-12-09
xfrm: Fix spelling mistake "oflload" -> "offload"
Colin Ian King
1
-1
/
+1
2022-12-05
xfrm: add TX datapath support for IPsec packet offload mode
Leon Romanovsky
1
-2
/
+13
2022-12-05
xfrm: add an interface to offload policy
Leon Romanovsky
1
-1
/
+66
2022-12-05
xfrm: allow state packet offload mode
Leon Romanovsky
1
-5
/
+19
2022-12-05
xfrm: add new packet offload flag
Leon Romanovsky
1
-0
/
+3
2022-10-19
xfrm: replay: Fix ESN wrap around for GSO
Christian Langrock
1
-1
/
+14
2022-09-22
xfrm: add extack support to xfrm_dev_state_add
Sabrina Dubroca
1
-5
/
+15
2022-06-10
net: rename reference+tracking helpers
Jakub Kicinski
1
-1
/
+1
2022-05-06
xfrm: drop not needed flags variable in XFRM offload struct
Leon Romanovsky
1
-3
/
+0
2022-05-06
xfrm: store and rely on direction to construct offload flags
Leon Romanovsky
1
-1
/
+7
2022-05-06
xfrm: rename xfrm_state_offload struct to allow reuse
Leon Romanovsky
1
-1
/
+1
2022-05-06
xfrm: delete not used number of external headers
Leon Romanovsky
1
-2
/
+0
2022-03-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/
David S. Miller
1
-12
/
+2
2022-03-12
net: add per-cpu storage and net->core_stats
Eric Dumazet
1
-1
/
+1
2022-02-09
xfrm: enforce validity of offload input flags
Leon Romanovsky
1
-1
/
+5
2022-02-02
xfrm: delete duplicated functions that calls same xfrm_api_check()
Leon Romanovsky
1
-12
/
+2
2021-12-10
xfrm: add net device refcount tracker to struct xfrm_state_offload
Eric Dumazet
1
-1
/
+2
2021-06-22
xfrm: Fix xfrm offload fallback fail case
Ayush Sawal
1
-0
/
+1
2021-03-29
xfrm: Provide private skb extensions for segmented and hw offloaded ESP packets
Steffen Klassert
1
-2
/
+0
2020-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+3
2020-06-24
bonding/xfrm: use real_dev instead of slave_dev
Jarod Wilson
1
-2
/
+3
2020-06-23
xfrm: bail early on slave pass over skb
Jarod Wilson
1
-17
/
+17
2020-06-04
xfrm: Fix double ESP trailer insertion in IPsec crypto offload.
Huy Nguyen
1
-1
/
+3
2020-04-15
xfrm: do pskb_pull properly in __xfrm_transport_prep
Xin Long
1
-5
/
+3
2020-03-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+27
2020-03-26
xfrm: add prep for esp beet mode offload
Xin Long
1
-1
/
+27
2020-03-04
esp: remove the skb from the chain when it's enqueued in cryptd_wq
Xin Long
1
-4
/
+4
2020-02-04
xfrm: handle NETDEV_UNREGISTER for xfrm device
Raed Salem
1
-0
/
+1
2020-01-14
net: xfrm: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
1
-11
/
+4
2019-07-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-3
/
+2
2019-07-01
xfrm: remove get_mtu indirection from xfrm_type
Florian Westphal
1
-3
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-04-08
xfrm: store xfrm_mode directly, not its address
Florian Westphal
1
-5
/
+5
2019-04-08
xfrm: remove xmit indirection from xfrm_mode
Florian Westphal
1
-2
/
+56
2019-03-24
xfrm: gso partial offload support
Boris Pismenny
1
-0
/
+3
2019-03-20
net: dev: rename queue selection helpers.
Paolo Abeni
1
-1
/
+1
2018-12-19
net: use skb_sec_path helper in more places
Florian Westphal
1
-1
/
+3
2018-10-02
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+5
[next]