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_policy.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-15
bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfunc
Daniel Xu
1
-0
/
+2
2023-10-31
Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
1
-174
/
+125
2023-10-27
xfrm: policy: fix layer 4 flowi decoding
Florian Westphal
1
-6
/
+20
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+16
2023-10-13
xfrm: fix a data-race in xfrm_lookup_with_ifid()
Eric Dumazet
1
-1
/
+1
2023-10-06
xfrm: policy: replace session decode with flow dissector
Florian Westphal
1
-158
/
+95
2023-10-06
xfrm: move mark and oif flowi decode into common code
Florian Westphal
1
-12
/
+12
2023-10-06
xfrm: pass struct net to xfrm_decode_session wrappers
Florian Westphal
1
-5
/
+5
2023-09-13
xfrm: fix a data-race in xfrm_gen_index()
Eric Dumazet
1
-4
/
+2
2023-09-12
net: dst: remove unnecessary input parameter in dst_alloc and dst_init
Zhengchao Shao
1
-1
/
+1
2023-09-05
net: xfrm: skip policies marked as dead while reinserting policies
Dong Chenchen
1
-6
/
+13
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
1
-1
/
+1
2023-06-07
xfrm: add missed call to delete offloaded policies
Leon Romanovsky
1
-0
/
+2
2023-05-21
xfrm: Treat already-verified secpath entries as optional
Benedict Wong
1
-0
/
+12
2023-05-10
xfrm: Check if_id in inbound policy/secpath match
Benedict Wong
1
-5
/
+6
2023-04-25
Revert "Fix XFRM-I support for nested ESP tunnels"
Martin Willi
1
-3
/
+0
2023-04-06
xfrm: don't check the default policy if the policy allows the packet
Sabrina Dubroca
1
-6
/
+0
2023-01-27
xfrm: annotate data-race around use_time
Eric Dumazet
1
-4
/
+7
2023-01-09
Fix XFRM-I support for nested ESP tunnels
Benedict Wong
1
-0
/
+3
2022-12-05
xfrm: speed-up lookup of HW policies
Leon Romanovsky
1
-5
/
+11
2022-12-05
xfrm: add an interface to offload policy
Leon Romanovsky
1
-0
/
+69
2022-11-25
xfrm: add extack to xfrm_do_migrate
Sabrina Dubroca
1
-8
/
+20
2022-11-25
xfrm: a few coding style clean ups
Sabrina Dubroca
1
-3
/
+6
2022-10-25
xfrm: Remove not-used total variable
Leon Romanovsky
1
-2
/
+2
2022-10-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-13
/
+12
2022-08-29
xfrm: interface: support collect metadata mode
Eyal Birger
1
-5
/
+5
2022-08-23
xfrm: Drop unused argument
Hongbin Wang
1
-8
/
+7
2022-08-17
xfrm: policy: fix metadata dst->dev xmit null pointer dereference
Nikolay Aleksandrov
1
-1
/
+1
2022-07-27
xfrm: fix refcount leak in __xfrm_policy_check()
Xin Xiong
1
-0
/
+1
2022-06-02
xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()
Hangyu Hua
1
-1
/
+4
2022-05-17
xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdown
Xin Long
1
-1
/
+1
2022-04-04
xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookup
David Ahern
1
-1
/
+3
2022-03-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/
David S. Miller
1
-3
/
+7
2022-03-18
xfrm: rework default policy structure
Nicolas Dichtel
1
-3
/
+7
2022-01-26
xfrm: Check if_id in xfrm_migrate
Yan Yan
1
-6
/
+8
2022-01-12
xfrm: Don't accidentally set RTO_ONLINK in decode_session4()
Guillaume Nault
1
-1
/
+2
2022-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+21
2021-12-01
net: xfrm: drop check of pols[0] for the second time
Jean Sacren
1
-1
/
+1
2021-11-23
xfrm: fix policy lookup for ipv6 gre packets
Ghalem Boudour
1
-0
/
+21
2021-11-18
xfrm: Remove duplicate assignment
luo penghao
1
-1
/
+0
2021-10-18
xfrm: Use memset_after() to clear padding
Kees Cook
1
-3
/
+1
2021-08-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/
David S. Miller
1
-0
/
+16
2021-08-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-20
/
+12
2021-07-21
xfrm: Add possibility to set the default to block if we have no policy
Steffen Klassert
1
-0
/
+16
2021-07-02
xfrm: Fix RCU vs hash_resize_mutex lock inversion
Frederic Weisbecker
1
-9
/
+8
2021-07-02
Revert "xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_l...
Steffen Klassert
1
-14
/
+7
2021-07-01
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-8
/
+15
2021-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+14
2021-06-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-7
/
+14
2021-06-11
xfrm: policy: fix a spelling mistake
gushengxian
1
-1
/
+1
[next]