summaryrefslogtreecommitdiff
path: root/net/xfrm/xfrm_user.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01xfrm: Restrict SA direction attribute to specific netlink message typesAntony Antony1-0/+24
2024-05-01xfrm: Add Direction to the SA in or outAntony Antony1-6/+132
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2024-03-07Merge tag 'ipsec-2024-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-0/+3
2024-02-26xfrm: Avoid clang fortify warning in copy_to_user_tmpl()Nathan Chancellor1-0/+3
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-02-10net: fill in MODULE_DESCRIPTION()s for xfrmBreno Leitao1-0/+1
2024-02-06xfrm: generalize xdo_dev_state_update_curlft to allow statistics updateLeon Romanovsky1-1/+1
2023-08-01xfrm: delete offloaded policyLeon Romanovsky1-0/+1
2023-07-31xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma1-0/+1
2023-07-31xfrm: add NULL check in xfrm_update_ae_paramsLin Ma1-1/+1
2023-07-03net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma1-1/+1
2023-06-29net: xfrm: Fix xfrm_address_filter OOB readLin Ma1-0/+9
2023-05-17Merge tag 'ipsec-2023-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-5/+10
2023-05-10xfrm: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner1-5/+9
2023-04-21xfrm: release all offloaded policy memoryLeon Romanovsky1-0/+1
2023-03-23Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski1-0/+2
2023-03-20xfrm: copy_to_user_state fetch offloaded SA packets/bytes statisticsRaed Salem1-0/+2
2023-02-13xfrm: Zero padding when dumping algos and encapHerbert Xu1-4/+41
2022-12-05xfrm: add an interface to offload policyLeon Romanovsky1-0/+18
2022-12-05xfrm: add new packet offload flagLeon Romanovsky1-0/+2
2022-11-25xfrm: add extack to xfrm_set_spdinfoSabrina Dubroca1-4/+12
2022-11-25xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca1-3/+5
2022-11-25xfrm: add extack to xfrm_do_migrateSabrina Dubroca1-5/+11
2022-11-25xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_lenSabrina Dubroca1-9/+28
2022-11-25xfrm: add extack to xfrm_del_saSabrina Dubroca1-1/+1
2022-11-25xfrm: add extack to xfrm_add_sa_expireSabrina Dubroca1-1/+4
2022-11-25xfrm: a few coding style clean upsSabrina Dubroca1-3/+3
2022-09-22xfrm: add extack support to xfrm_init_replaySabrina Dubroca1-1/+1
2022-09-22xfrm: add extack to __xfrm_init_stateSabrina Dubroca1-1/+1
2022-09-22xfrm: add extack to attach_*Sabrina Dubroca1-16/+30
2022-09-22xfrm: add extack support to xfrm_dev_state_addSabrina Dubroca1-3/+5
2022-09-22xfrm: add extack to verify_one_alg, verify_auth_trunc, verify_aeadSabrina Dubroca1-11/+20
2022-09-22xfrm: add extack to verify_replaySabrina Dubroca1-8/+22
2022-09-22xfrm: add extack support to verify_newsa_infoSabrina Dubroca1-21/+69
2022-08-31xfrm: add extack to verify_sec_ctx_lenSabrina Dubroca1-7/+9
2022-08-31xfrm: add extack to validate_tmplSabrina Dubroca1-9/+20
2022-08-31xfrm: add extack to verify_policy_typeSabrina Dubroca1-11/+17
2022-08-31xfrm: add extack to verify_policy_dirSabrina Dubroca1-4/+5
2022-08-31xfrm: add extack support to verify_newpolicy_infoSabrina Dubroca1-7/+18
2022-08-31xfrm: propagate extack to all netlink doit handlersSabrina Dubroca1-22/+34
2022-06-24xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao1-4/+2
2022-05-06xfrm: store and rely on direction to construct offload flagsLeon Romanovsky1-1/+2
2022-05-06xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky1-1/+1
2022-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller1-25/+18
2022-03-18xfrm: rework default policy structureNicolas Dichtel1-25/+18
2022-03-06Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke1-18/+3
2022-01-26xfrm: Check if_id in xfrm_migrateYan Yan1-1/+5
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+19
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-1/+17