aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_state.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-01xfrm: xfrm_alloc_spi shouldn't use 0 as SPISabrina Dubroca1-0/+3
2025-08-06xfrm: flush all states in xfrm_state_finiSabrina Dubroca1-1/+1
2025-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-43/+26
2025-07-24Merge tag 'ipsec-2025-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-43/+26
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca1-14/+9
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca1-11/+8
2025-07-04xfrm: Skip redundant statistics update for crypto offloadJianbo Liu1-1/+6
2025-07-02xfrm: Duplicate SPI HandlingAakash Kumar S1-29/+43
2025-06-12xfrm: always initialize offload pathLeon Romanovsky1-4/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-03xfrm: state: use a consistent pcpu_id in xfrm_state_findSabrina Dubroca1-13/+6
2025-06-03xfrm: state: initialize state_ptrs earlier in xfrm_state_findSabrina Dubroca1-2/+2
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni1-19/+27
2025-05-20xfrm: use kfree_sensitive() for SA secret zeroizationZilin Guan1-3/+3
2025-05-14xfrm: Sanitize marks before insertPaul Chaignon1-0/+3
2025-04-17xfrm: Refactor migration setup during the cloning processChiachang Wang1-8/+9
2025-04-17xfrm: Migrate offload configurationChiachang Wang1-1/+8
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu1-6/+8
2025-04-16xfrm: Use xdo.dev instead of xdo.real_devCosmin Ratiu1-2/+0
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca1-3/+0
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-30/+24
2025-03-12xfrm: state: make xfrm_state_lookup_byaddr locklessFlorian Westphal1-2/+2
2025-02-21xfrm: simplify SA initialization routineLeon Romanovsky1-12/+10
2025-02-21xfrm: delay initialization of offload path till its actually requestedLeon Romanovsky1-18/+14
2025-02-18xfrm: Switch to use hrtimer_setup()Nam Cao1-2/+2
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-22/+71
2025-01-24xfrm: Don't disable preemption while looking up cache state.Sebastian Sewior1-3/+1
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps1-0/+12
2024-12-05xfrm: add mode_cbs module functionalityChristian Hopps1-0/+72
2024-12-05xfrm: state: fix out-of-bounds read during lookupFlorian Westphal1-19/+70
2024-11-15xfrm: Fix acquire state insertion.Steffen Klassert1-0/+1
2024-10-29xfrm: Add an inbound percpu state cache.Steffen Klassert1-0/+57
2024-10-29xfrm: Cache used outbound xfrm states at the policy.Steffen Klassert1-0/+55
2024-10-29xfrm: Add support for per cpu xfrm state handling.Steffen Klassert1-11/+47
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+61
2024-07-08xfrm: fix netdev reference count imbalanceJianbo Liu1-2/+1
2024-07-01xfrm: Export symbol xfrm_dev_state_delete.Steffen Klassert1-0/+1
2024-06-26xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger1-0/+17
2024-06-25xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert1-2/+59
2024-05-01xfrm: Add Direction to the SA in or outAntony Antony1-0/+8
2024-02-05xfrm: get global statistics from the offloaded deviceLeon Romanovsky1-0/+13
2024-02-05xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky1-2/+2
2023-08-01xfrm: don't skip free of empty state in acquire policyLeon Romanovsky1-6/+2
2023-03-22Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski1-0/+1
2023-03-20xfrm: add new device offload acquire flagRaed Salem1-0/+1
2023-03-16Merge tag 'ipsec-2023-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-5/+0
2023-02-24xfrm: Allow transport-mode states with AF_UNSPEC selectorHerbert Xu1-5/+0
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+9
2023-01-27xfrm: annotate data-race around use_timeEric Dumazet1-5/+5