index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
net
/
xfrm.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-27
Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Jakub Kicinski
1
-3
/
+13
2025-01-06
xfrm: delete intermediate secpath entry in packet offload mode
Alexandre Cassen
1
-3
/
+13
2024-12-05
xfrm: add generic iptfs defines and functionality
Christian Hopps
1
-0
/
+1
2024-12-05
xfrm: add mode_cbs module functionality
Christian Hopps
1
-0
/
+43
2024-11-06
xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.
Guillaume Nault
1
-1
/
+2
2024-10-29
xfrm: Add an inbound percpu state cache.
Steffen Klassert
1
-0
/
+5
2024-10-29
xfrm: Cache used outbound xfrm states at the policy.
Steffen Klassert
1
-0
/
+4
2024-10-29
xfrm: Add support for per cpu xfrm state handling.
Steffen Klassert
1
-2
/
+3
2024-09-23
xfrm: respect ip protocols rules criteria when performing dst lookups
Eyal Birger
1
-0
/
+2
2024-09-23
xfrm: extract dst lookup parameters into a struct
Eyal Birger
1
-13
/
+13
2024-08-28
xfrm: minor update to sdb and xfrm_policy comments
Florian Westphal
1
-5
/
+35
2024-08-24
xfrm: policy: remove remaining use of inexact list
Florian Westphal
1
-1
/
+0
2024-08-23
xfrm: Correct spelling in xfrm.h
Simon Horman
1
-2
/
+2
2024-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-26
/
+10
2024-06-26
xfrm: support sending NAT keepalives in ESP in UDP states
Eyal Birger
1
-0
/
+10
2024-06-25
xfrm: Fix unregister netdevice hang on hardware offload.
Steffen Klassert
1
-26
/
+10
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2024-05-01
xfrm: Add Direction to the SA in or out
Antony Antony
1
-0
/
+1
2024-04-26
xfrm: Preserve vlan tags for transport mode software GRO
Paul Davey
1
-0
/
+3
2024-02-05
xfrm: get global statistics from the offloaded device
Leon Romanovsky
1
-0
/
+3
2024-02-05
xfrm: generalize xdo_dev_state_update_curlft to allow statistics update
Leon Romanovsky
1
-7
/
+4
2023-12-14
bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc
Daniel Xu
1
-0
/
+9
2023-10-06
xfrm: pass struct net to xfrm_decode_session wrappers
Florian Westphal
1
-6
/
+6
2023-10-06
xfrm: Support GRO for IPv6 ESP in UDP encapsulation
Steffen Klassert
1
-0
/
+2
2023-10-06
xfrm: Support GRO for IPv4 ESP in UDP encapsulation
Steffen Klassert
1
-0
/
+2
2023-09-28
xfrm: Remove unused function declarations
Yue Haibing
1
-2
/
+0
2023-09-15
ipv6: lockless IPV6_DONTFRAG implementation
Eric Dumazet
1
-1
/
+1
2023-08-01
xfrm: don't skip free of empty state in acquire policy
Leon Romanovsky
1
-0
/
+1
2023-05-21
xfrm: Treat already-verified secpath entries as optional
Benedict Wong
1
-0
/
+1
2023-03-20
xfrm: add new device offload acquire flag
Raed Salem
1
-0
/
+5
2022-12-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-0
/
+17
2022-12-05
xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from TC-BPF
Eyal Birger
1
-0
/
+17
2022-12-05
xfrm: add support to HW update soft and hard limits
Leon Romanovsky
1
-0
/
+17
2022-12-05
xfrm: add RX datapath protection for IPsec packet offload mode
Leon Romanovsky
1
-23
/
+32
2022-12-05
xfrm: add an interface to offload policy
Leon Romanovsky
1
-0
/
+45
2022-12-05
xfrm: add new packet offload flag
Leon Romanovsky
1
-0
/
+7
2022-11-25
xfrm: add extack to xfrm_alloc_userspi
Sabrina Dubroca
1
-2
/
+3
2022-11-25
xfrm: add extack to xfrm_do_migrate
Sabrina Dubroca
1
-1
/
+2
2022-09-29
xfrm: pass extack down to xfrm_type ->init_state
Sabrina Dubroca
1
-1
/
+2
2022-09-22
xfrm: add extack support to xfrm_init_replay
Sabrina Dubroca
1
-1
/
+1
2022-09-22
xfrm: add extack to __xfrm_init_state
Sabrina Dubroca
1
-1
/
+2
2022-09-22
xfrm: add extack support to xfrm_dev_state_add
Sabrina Dubroca
1
-2
/
+3
2022-08-29
xfrm: interface: support collect metadata mode
Eyal Birger
1
-2
/
+9
2022-07-25
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
David S. Miller
1
-2
/
+2
2022-07-11
net: Find dst with sk's xfrm policy not ctl_sk
sewookseo
1
-0
/
+2
2022-06-24
xfrm: change the type of xfrm_register_km and xfrm_unregister_km
Zhengchao Shao
1
-2
/
+2
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
1
-1
/
+1
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+13
2022-05-16
xfrm: fix "disable_policy" flag use when arriving from different devices
Eyal Birger
1
-1
/
+13
2022-05-06
xfrm: drop not needed flags variable in XFRM offload struct
Leon Romanovsky
1
-1
/
+0
[next]