summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_state.c
AgeCommit message (Expand)Author
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
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca
2022-09-22xfrm: add extack support to xfrm_init_replaySabrina Dubroca
2022-09-22xfrm: add extack to __xfrm_init_stateSabrina Dubroca
2022-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-08-03xfrm: clone missing x->lastused in xfrm_do_migrateAntony Antony
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-07-15ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima
2022-06-24xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao
2022-05-06xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky
2022-01-27Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac
2022-01-26xfrm: Fix xfrm migrate issues when address family changesYan Yan
2022-01-26xfrm: Check if_id in xfrm_migrateYan Yan
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-23xfrm: rate limit SA mapping change message to user spaceAntony Antony
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-21xfrm: replay: avoid xfrm replay notify indirectionFlorian Westphal
2021-05-14xfrm: add state hashtable keyed by seqSabrina Dubroca
2021-04-19xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca
2021-03-22net: xfrm: Use sequence counter with associated spinlockAhmed S. Darwish
2021-03-22net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish
2020-12-16Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-11-23lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2020-11-10net: xfrm: fix memory leak in xfrm_user_policy()Yu Kuai
2020-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2020-10-23net: xfrm: fix a race condition during allocing spizhuoliang zhang
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-25xfrm: Use correct address family in xfrm_state_findHerbert Xu
2020-09-24xfrm/compat: Translate 32-bit user_policy from sockptrDmitry Safonov