summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_state.c
AgeCommit message (Expand)Author
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
2020-09-24xfrm: Provide API to register translator moduleDmitry Safonov
2020-09-07xfrm: clone whole liftime_cur structure in xfrm_do_migrateAntony Antony
2020-09-07xfrm: clone XFRMA_SEC_CTX in xfrm_do_migrateAntony Antony
2020-09-07xfrm: clone XFRMA_SET_MARK in xfrm_do_migrateAntony Antony
2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig
2020-02-19xfrm: Use kmem_cache_zalloc() instead of kmem_cache_alloc() with flag GFP_ZERO.Huang Zijiang
2019-12-09xfrm: add espintcp (RFC 8229)Sabrina Dubroca
2019-11-07xfrm: Fix memleak on xfrm state destroySteffen Klassert
2019-07-01xfrm: remove get_mtu indirection from xfrm_typeFlorian Westphal
2019-06-06xfrm: remove type and offload_type map from xfrm_state_afinfoFlorian Westphal
2019-06-06xfrm: remove state and template sort indirections from xfrm_state_afinfoFlorian Westphal
2019-06-05xfrm: remove init_flags indirection from xfrm_state_afinfoFlorian Westphal
2019-06-05xfrm: remove init_temprop indirection from xfrm_state_afinfoFlorian Westphal
2019-06-05xfrm: remove init_tempsel indirection from xfrm_state_afinfoFlorian Westphal
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-23xfrm: remove unneeded export_symbolsFlorian Westphal