summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: fix __dst_negative_advice() raceEric Dumazet2024-05-301-8/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-091-0/+2
|\
| * xfrm: fix possible derferencing in error pathAntony Antony2024-04-111-0/+2
* | Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-05-071-0/+6
|\ \
| * | xfrm: Add dir validation to "out" data path lookupAntony Antony2024-05-011-0/+6
| |/
* / ipv6: introduce dst_rt6_info() helperEric Dumazet2024-04-291-2/+1
|/
* Merge tag 'ipsec-next-2024-03-06' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2024-03-081-6/+141
|\
| * xfrm: Simplify the allocation of slab caches in xfrm_policy_initKunwu Chan2024-02-091-4/+1
| * xfrm: introduce forwarding of ICMP Error messagesAntony Antony2024-01-251-2/+140
* | xfrm: fix xfrm child route lookup for packet offloadMike Yu2024-03-051-1/+3
* | xfrm: Clear low order bits of ->flowi4_tos in decode_session4().Guillaume Nault2024-01-171-1/+1
|/
* bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu2023-12-151-0/+2
* Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-10-301-174/+125
|\
| * xfrm: policy: fix layer 4 flowi decodingFlorian Westphal2023-10-271-6/+20
| * xfrm: policy: replace session decode with flow dissectorFlorian Westphal2023-10-061-158/+95
| * xfrm: move mark and oif flowi decode into common codeFlorian Westphal2023-10-061-12/+12
| * xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal2023-10-061-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-11/+16
|\ \ | |/ |/|
| * xfrm: fix a data-race in xfrm_lookup_with_ifid()Eric Dumazet2023-10-131-1/+1
| * xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet2023-09-131-4/+2
| * net: xfrm: skip policies marked as dead while reinserting policiesDong Chenchen2023-09-051-6/+13
* | net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao2023-09-121-1/+1
|/
* net: annotate data-races around sk->sk_markEric Dumazet2023-07-291-1/+1
* xfrm: add missed call to delete offloaded policiesLeon Romanovsky2023-06-071-0/+2
* xfrm: Treat already-verified secpath entries as optionalBenedict Wong2023-05-211-0/+12
* xfrm: Check if_id in inbound policy/secpath matchBenedict Wong2023-05-101-5/+6
* Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi2023-04-251-3/+0
* xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca2023-04-061-6/+0
* xfrm: annotate data-race around use_timeEric Dumazet2023-01-271-4/+7
* Fix XFRM-I support for nested ESP tunnelsBenedict Wong2023-01-091-0/+3
* xfrm: speed-up lookup of HW policiesLeon Romanovsky2022-12-051-5/+11
* xfrm: add an interface to offload policyLeon Romanovsky2022-12-051-0/+69
* xfrm: add extack to xfrm_do_migrateSabrina Dubroca2022-11-251-8/+20
* xfrm: a few coding style clean upsSabrina Dubroca2022-11-251-3/+6
* xfrm: Remove not-used total variableLeon Romanovsky2022-10-251-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-10-031-13/+12
|\
| * xfrm: interface: support collect metadata modeEyal Birger2022-08-291-5/+5
| * xfrm: Drop unused argumentHongbin Wang2022-08-231-8/+7
* | xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov2022-08-171-1/+1
* | xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong2022-07-261-0/+1
|/
* xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua2022-06-021-1/+4
* xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdownXin Long2022-05-171-1/+1
* xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern2022-04-041-1/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller2022-03-191-3/+7
|\
| * xfrm: rework default policy structureNicolas Dichtel2022-03-181-3/+7
* | xfrm: Check if_id in xfrm_migrateYan Yan2022-01-261-6/+8
|/
* xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault2022-01-121-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-101-0/+21
|\
| * xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour2021-11-231-0/+21
* | net: xfrm: drop check of pols[0] for the second timeJean Sacren2021-12-011-1/+1