summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_policy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* xfrm: policy: remove last remnants of pernet inexact listFlorian Westphal2024-09-241-3/+0
* xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger2024-09-231-0/+15
* xfrm: extract dst lookup parameters into a structEyal Birger2024-09-231-12/+23
* Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-09-111-122/+100
|\
| * xfrm: policy: Restore dir assignments in xfrm_hash_rebuild()Nathan Chancellor2024-09-091-0/+2
| * xfrm: policy: fix null dereferenceFlorian Westphal2024-09-091-2/+2
| * xfrm: minor update to sdb and xfrm_policy commentsFlorian Westphal2024-08-281-1/+5
| * xfrm: policy: use recently added helper in more placesFlorian Westphal2024-08-281-11/+2
| * xfrm: policy: remove remaining use of inexact listFlorian Westphal2024-08-241-38/+0
| * xfrm: switch migrate to xfrm_policy_lookup_bytypeFlorian Westphal2024-08-241-67/+39
| * xfrm: policy: don't iterate inexact policies twice at insert timeFlorian Westphal2024-08-241-6/+53
* | xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel2024-08-311-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-151-3/+2
|\
| * Merge tag 'ipsec-2024-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2024-07-141-3/+2
| |\
| | * xfrm: call xfrm_dev_policy_delete when kill policyJianbo Liu2024-07-081-3/+2
* | | Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-07-141-1/+12
|\ \ \ | |/ / |/| |
| * | xfrm: Support crypto offload for inbound IPv6 ESP packets not in GRO pathMike Yu2024-07-121-1/+4
| * | xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger2024-06-261-0/+8
| |/
* / 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