summaryrefslogtreecommitdiffstats
path: root/net/xfrm/xfrm_state.c
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Add Direction to the SA in or outAntony Antony2024-05-011-0/+8
* xfrm: get global statistics from the offloaded deviceLeon Romanovsky2024-02-051-0/+13
* xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky2024-02-051-2/+2
* xfrm: don't skip free of empty state in acquire policyLeon Romanovsky2023-08-011-6/+2
* Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski2023-03-221-0/+1
|\
| * xfrm: add new device offload acquire flagRaed Salem2023-03-201-0/+1
* | Merge tag 'ipsec-2023-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-03-161-5/+0
|\ \ | |/ |/|
| * xfrm: Allow transport-mode states with AF_UNSPEC selectorHerbert Xu2023-02-241-5/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-091-9/+9
|\|
| * xfrm: annotate data-race around use_timeEric Dumazet2023-01-271-5/+5
| * xfrm: consistently use time64_t in xfrm_timer_handler()Eric Dumazet2023-01-271-4/+4
* | xfrm: extend add state callback to set failure reasonLeon Romanovsky2023-01-261-1/+1
|/
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-131-23/+189
|\
| * xfrm: add support to HW update soft and hard limitsLeon Romanovsky2022-12-051-0/+4
| * xfrm: speed-up lookup of HW policiesLeon Romanovsky2022-12-051-15/+51
| * xfrm: add TX datapath support for IPsec packet offload modeLeon Romanovsky2022-12-051-3/+118
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-291-5/+16
| |\
| | * xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca2022-11-251-5/+16
* | | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1
* | | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-1/+1
|/ /
* / treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-1/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-10-031-9/+21
|\
| * xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca2022-09-291-1/+1
| * xfrm: add extack support to xfrm_init_replaySabrina Dubroca2022-09-221-1/+1
| * xfrm: add extack to __xfrm_init_stateSabrina Dubroca2022-09-221-7/+19
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-08-241-0/+1
|\ \ | |/ |/|
| * xfrm: clone missing x->lastused in xfrm_do_migrateAntony Antony2022-08-031-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-07-251-4/+2
|\ \ | |/ |/|
| * xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao2022-06-241-4/+2
* | ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima2022-07-151-1/+1
|/
* xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky2022-05-061-2/+2
* Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac2022-01-271-12/+2
* xfrm: Fix xfrm migrate issues when address family changesYan Yan2022-01-261-3/+5
* xfrm: Check if_id in xfrm_migrateYan Yan2022-01-261-1/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-01-061-1/+22
|\
| * xfrm: rate limit SA mapping change message to user spaceAntony Antony2021-12-231-1/+22
* | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-2/+12
|\
| * xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-04-191-2/+12
* | xfrm: replay: avoid xfrm replay notify indirectionFlorian Westphal2021-06-211-1/+1
* | xfrm: add state hashtable keyed by seqSabrina Dubroca2021-05-141-13/+52
|/
* net: xfrm: Use sequence counter with associated spinlockAhmed S. Darwish2021-03-221-1/+2
* net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish2021-03-221-5/+5
* Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-161-2/+4
|\
| * lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-231-2/+4
* | net: xfrm: fix memory leak in xfrm_user_policy()Yu Kuai2020-11-101-1/+3
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-11-041-3/+5
|\ \ | |/ |/|
| * net: xfrm: fix a race condition during allocing spizhuoliang zhang2020-10-231-3/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-5/+37
|\|
| * xfrm: Use correct address family in xfrm_state_findHerbert Xu2020-09-251-4/+7