summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_policy.c
AgeCommit message (Expand)Author
2024-03-08Merge tag 'ipsec-next-2024-03-06' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller
2024-03-05xfrm: fix xfrm child route lookup for packet offloadMike Yu
2024-02-09xfrm: Simplify the allocation of slab caches in xfrm_policy_initKunwu Chan
2024-01-25xfrm: introduce forwarding of ICMP Error messagesAntony Antony
2024-01-17xfrm: Clear low order bits of ->flowi4_tos in decode_session4().Guillaume Nault
2023-12-14bpf: xfrm: Add bpf_xdp_get_xfrm_state() kfuncDaniel Xu
2023-10-30Merge tag 'ipsec-next-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2023-10-27xfrm: policy: fix layer 4 flowi decodingFlorian Westphal
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-13xfrm: fix a data-race in xfrm_lookup_with_ifid()Eric Dumazet
2023-10-06xfrm: policy: replace session decode with flow dissectorFlorian Westphal
2023-10-06xfrm: move mark and oif flowi decode into common codeFlorian Westphal
2023-10-06xfrm: pass struct net to xfrm_decode_session wrappersFlorian Westphal
2023-09-13xfrm: fix a data-race in xfrm_gen_index()Eric Dumazet
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao
2023-09-05net: xfrm: skip policies marked as dead while reinserting policiesDong Chenchen
2023-07-29net: annotate data-races around sk->sk_markEric Dumazet
2023-06-07xfrm: add missed call to delete offloaded policiesLeon Romanovsky
2023-05-21xfrm: Treat already-verified secpath entries as optionalBenedict Wong
2023-05-10xfrm: Check if_id in inbound policy/secpath matchBenedict Wong
2023-04-25Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi
2023-04-06xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca
2023-01-27xfrm: annotate data-race around use_timeEric Dumazet
2023-01-09Fix XFRM-I support for nested ESP tunnelsBenedict Wong
2022-12-05xfrm: speed-up lookup of HW policiesLeon Romanovsky
2022-12-05xfrm: add an interface to offload policyLeon Romanovsky
2022-11-25xfrm: add extack to xfrm_do_migrateSabrina Dubroca
2022-11-25xfrm: a few coding style clean upsSabrina Dubroca
2022-10-25xfrm: Remove not-used total variableLeon Romanovsky
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-08-29xfrm: interface: support collect metadata modeEyal Birger
2022-08-23xfrm: Drop unused argumentHongbin Wang
2022-08-17xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov
2022-07-26xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong
2022-06-02xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua
2022-05-17xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdownXin Long
2022-04-04xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern
2022-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller
2022-03-18xfrm: rework default policy structureNicolas Dichtel
2022-01-26xfrm: Check if_id in xfrm_migrateYan Yan
2022-01-11xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-01net: xfrm: drop check of pols[0] for the second timeJean Sacren
2021-11-23xfrm: fix policy lookup for ipv6 gre packetsGhalem Boudour
2021-11-18xfrm: Remove duplicate assignmentluo penghao
2021-10-18xfrm: Use memset_after() to clear paddingKees Cook
2021-08-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller
2021-08-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-07-21xfrm: Add possibility to set the default to block if we have no policySteffen Klassert
2021-07-02xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker