summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_policy.c
AgeCommit message (Expand)Author
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
2021-07-02Revert "xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_l...Steffen Klassert
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-06-11xfrm: policy: fix a spelling mistakegushengxian
2021-06-01xfrm: policy: Read seqcount outside of rcu-read side in xfrm_policy_lookup_by...Varad Gautam
2021-05-10selinux: delete selinux_xfrm_policy_lookup() useless argumentZhongjun Tan
2021-04-19xfrm: remove stray synchronize_rcu from xfrm_initFlorian Westphal
2021-04-19flow: remove spi key from flowi structFlorian Westphal
2021-03-28xfrm_policy.c : Mundane typo fixBhaskar Chowdhury
2021-01-04xfrm: Fix wraparound in xfrm_policy_addr_delta()Visa Hankala
2021-01-04xfrm: fix disable_xfrm sysctl when used on xfrm interfacesEyal Birger
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-10Merge tag 'locking-urgent-2020-08-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-29xfrm: policy: Use sequence counters with associated lockAhmed S. Darwish
2020-07-21xfrm: Make the policy hold queue work with VTI.Steffen Klassert