summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_state.c
AgeCommit message (Expand)Author
6 daystreewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-26Merge tag 'ipsec-next-2025-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2025-05-20xfrm: use kfree_sensitive() for SA secret zeroizationZilin Guan
2025-05-14xfrm: Sanitize marks before insertPaul Chaignon
2025-04-17xfrm: Refactor migration setup during the cloning processChiachang Wang
2025-04-17xfrm: Migrate offload configurationChiachang Wang
2025-04-16xfrm: Add explicit dev to .xdo_dev_state_{add,delete,free}Cosmin Ratiu
2025-04-16xfrm: Use xdo.dev instead of xdo.real_devCosmin Ratiu
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-03-12xfrm: state: make xfrm_state_lookup_byaddr locklessFlorian Westphal
2025-02-21xfrm: simplify SA initialization routineLeon Romanovsky
2025-02-21xfrm: delay initialization of offload path till its actually requestedLeon Romanovsky
2025-02-18xfrm: Switch to use hrtimer_setup()Nam Cao
2025-01-27Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-01-24xfrm: Don't disable preemption while looking up cache state.Sebastian Sewior
2024-12-05xfrm: add generic iptfs defines and functionalityChristian Hopps
2024-12-05xfrm: add mode_cbs module functionalityChristian Hopps
2024-12-05xfrm: state: fix out-of-bounds read during lookupFlorian Westphal
2024-11-15xfrm: Fix acquire state insertion.Steffen Klassert
2024-10-29xfrm: Add an inbound percpu state cache.Steffen Klassert
2024-10-29xfrm: Cache used outbound xfrm states at the policy.Steffen Klassert
2024-10-29xfrm: Add support for per cpu xfrm state handling.Steffen Klassert
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-08xfrm: fix netdev reference count imbalanceJianbo Liu
2024-07-01xfrm: Export symbol xfrm_dev_state_delete.Steffen Klassert
2024-06-26xfrm: support sending NAT keepalives in ESP in UDP statesEyal Birger
2024-06-25xfrm: Fix unregister netdevice hang on hardware offload.Steffen Klassert
2024-05-01xfrm: Add Direction to the SA in or outAntony Antony
2024-02-05xfrm: get global statistics from the offloaded deviceLeon Romanovsky
2024-02-05xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky
2023-08-01xfrm: don't skip free of empty state in acquire policyLeon Romanovsky
2023-03-22Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski
2023-03-20xfrm: add new device offload acquire flagRaed Salem
2023-03-16Merge tag 'ipsec-2023-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-02-24xfrm: Allow transport-mode states with AF_UNSPEC selectorHerbert Xu
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-01-27xfrm: annotate data-race around use_timeEric Dumazet
2023-01-27xfrm: consistently use time64_t in xfrm_timer_handler()Eric Dumazet
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-05xfrm: add support to HW update soft and hard limitsLeon Romanovsky
2022-12-05xfrm: speed-up lookup of HW policiesLeon Romanovsky
2022-12-05xfrm: add TX datapath support for IPsec packet offload modeLeon Romanovsky
2022-11-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-11-25xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld