summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_policy.c
AgeCommit message (Expand)Author
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-01-20xfrm: Fix the usage of skb->skSteffen Klassert
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps
2024-12-05xfrm: add mode_cbs module functionalityChristian Hopps
2024-11-06xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.Guillaume Nault
2024-11-06xfrm: Convert xfrm_dst_lookup() to dscp_t.Guillaume Nault
2024-11-06xfrm: Convert xfrm_bundle_create() to dscp_t.Guillaume Nault
2024-11-06xfrm: Convert xfrm_get_tos() to dscp_t.Guillaume Nault
2024-10-29xfrm: Cache used outbound xfrm states at the policy.Steffen Klassert
2024-09-24xfrm: policy: remove last remnants of pernet inexact listFlorian Westphal
2024-09-23xfrm: respect ip protocols rules criteria when performing dst lookupsEyal Birger
2024-09-23xfrm: extract dst lookup parameters into a structEyal Birger
2024-09-10Merge tag 'ipsec-next-2024-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-09-09xfrm: policy: Restore dir assignments in xfrm_hash_rebuild()Nathan Chancellor
2024-09-09xfrm: policy: fix null dereferenceFlorian Westphal
2024-08-31xfrm: Unmask upper DSCP bits in xfrm_get_tos()Ido Schimmel
2024-08-28xfrm: minor update to sdb and xfrm_policy commentsFlorian Westphal
2024-08-28xfrm: policy: use recently added helper in more placesFlorian Westphal
2024-08-24xfrm: policy: remove remaining use of inexact listFlorian Westphal
2024-08-24xfrm: switch migrate to xfrm_policy_lookup_bytypeFlorian Westphal
2024-08-24xfrm: policy: don't iterate inexact policies twice at insert timeFlorian Westphal
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-14Merge tag 'ipsec-next-2024-07-13' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-07-14Merge tag 'ipsec-2024-07-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2024-07-12xfrm: Support crypto offload for inbound IPv6 ESP packets not in GRO pathMike Yu
2024-07-08xfrm: call xfrm_dev_policy_delete when kill policyJianbo Liu
2024-06-26xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger
2024-05-29net: fix __dst_negative_advice() raceEric Dumazet
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-06Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-05-01xfrm: Add dir validation to "out" data path lookupAntony Antony
2024-04-29ipv6: introduce dst_rt6_info() helperEric Dumazet
2024-04-11xfrm: fix possible derferencing in error pathAntony Antony
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