summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_state.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-23xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is setAntony Antony1-0/+1
2025-12-12xfrm: flush all states in xfrm_state_finiSabrina Dubroca1-1/+1
2025-12-12xfrm: also call xfrm_state_delete_tunnel at destroy time for states that were...Sabrina Dubroca1-1/+2
2025-12-12Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca1-14/+9
2025-12-12xfrm: delete x->tunnel as we delete xSabrina Dubroca1-11/+8
2025-12-01xfrm: drop SA reference in xfrm_state_update if dir doesn't matchSabrina Dubroca1-2/+6
2025-10-02xfrm: xfrm_alloc_spi shouldn't use 0 as SPISabrina Dubroca1-0/+3
2025-08-20xfrm: Duplicate SPI HandlingAakash Kumar S1-29/+43
2025-08-01xfrm: state: use a consistent pcpu_id in xfrm_state_findSabrina Dubroca1-13/+6
2025-08-01xfrm: state: initialize state_ptrs earlier in xfrm_state_findSabrina Dubroca1-2/+2
2025-06-19xfrm: Use xdo.dev instead of xdo.real_devCosmin Ratiu1-2/+0
2025-05-29xfrm: Sanitize marks before insertPaul Chaignon1-0/+3
2025-05-29espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca1-3/+0
2025-02-08xfrm: Fix acquire state insertion.Steffen Klassert1-0/+1
2025-02-08xfrm: Don't disable preemption while looking up cache state.Sebastian Sewior1-3/+1
2025-02-08xfrm: state: fix out-of-bounds read during lookupFlorian Westphal1-19/+70
2025-02-08xfrm: Add an inbound percpu state cache.Steffen Klassert1-0/+57
2025-02-08xfrm: Cache used outbound xfrm states at the policy.Steffen Klassert1-0/+55
2025-02-08xfrm: 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-06xfrm: get global statistics from the offloaded deviceLeon Romanovsky1-0/+13
2024-02-06xfrm: 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-23Merge 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-17Merge 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
2023-01-27xfrm: consistently use time64_t in xfrm_timer_handler()Eric Dumazet1-4/+4
2023-01-27xfrm: extend add state callback to set failure reasonLeon Romanovsky1-1/+1
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-23/+189
2022-12-05xfrm: add support to HW update soft and hard limitsLeon Romanovsky1-0/+4
2022-12-05xfrm: speed-up lookup of HW policiesLeon Romanovsky1-15/+51
2022-12-05xfrm: add TX datapath support for IPsec packet offload modeLeon Romanovsky1-3/+118
2022-11-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski1-5/+16
2022-11-25xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca1-5/+16
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-9/+21
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca1-1/+1
2022-09-22xfrm: add extack support to xfrm_init_replaySabrina Dubroca1-1/+1
2022-09-22xfrm: add extack to __xfrm_init_stateSabrina Dubroca1-7/+19
2022-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+1