summaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)AuthorFilesLines
2023-08-23xfrm: add forgotten nla_policy for XFRMA_MTIMER_THRESHLin Ma1-0/+1
2023-08-23xfrm: add NULL check in xfrm_update_ae_paramsLin Ma1-1/+1
2023-08-23xfrm: fix slab-use-after-free in decode_session6Zhengchao Shao1-2/+2
2023-08-23net: xfrm: Amend XFRMA_SEC_CTX nla_policy structureLin Ma2-2/+2
2023-08-23net: xfrm: Fix xfrm_address_filter OOB readLin Ma1-0/+9
2023-08-11net: annotate data-races around sk->sk_markEric Dumazet1-1/+1
2023-06-28xfrm: Ensure policies always checked on XFRM-I input pathBenedict Wong1-4/+50
2023-06-28xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.cEyal Birger2-0/+2
2023-06-28xfrm: Treat already-verified secpath entries as optionalBenedict Wong2-0/+13
2023-06-09xfrm: Check if_id in inbound policy/secpath matchBenedict Wong1-5/+6
2023-05-24xfrm: Reject optional tunnel/BEET mode templates in outbound policiesTobias Brunner1-5/+9
2023-05-24Revert "Fix XFRM-I support for nested ESP tunnels"Martin Willi2-53/+4
2023-05-24xfrm: don't check the default policy if the policy allows the packetSabrina Dubroca1-6/+0
2023-04-06xfrm: Zero padding when dumping algos and encapHerbert Xu1-4/+41
2023-03-22xfrm: Allow transport-mode states with AF_UNSPEC selectorHerbert Xu1-5/+0
2023-03-03Fix XFRM-I support for nested ESP tunnelsBenedict Wong2-4/+53
2023-02-14xfrm: fix bug with DSCP copy to v6 from v4 tunnelChristian Hopps1-2/+1
2023-02-14xfrm: annotate data-race around use_timeEric Dumazet2-9/+12
2023-02-14xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()Eric Dumazet1-0/+2
2023-02-14xfrm: compat: change expression for switch in xfrm_xlate64Anastasia Belova1-1/+1
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2-2/+15
2022-10-19xfrm: replay: Fix ESN wrap around for GSOChristian Langrock2-2/+15
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+14
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller8-175/+503
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert1-1/+1
2022-09-29xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca1-3/+7
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca1-1/+1
2022-09-28xfrm: Reinject transport-mode packets through workqueueLiu Jian1-5/+13
2022-09-22xfrm: add extack support to xfrm_init_replaySabrina Dubroca3-5/+9
2022-09-22xfrm: add extack to __xfrm_init_stateSabrina Dubroca2-8/+20
2022-09-22xfrm: add extack to attach_*Sabrina Dubroca1-16/+30
2022-09-22xfrm: add extack support to xfrm_dev_state_addSabrina Dubroca2-8/+20
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-09-01xfrm: Update ipcomp_scratches with NULL when freedKhalid Masum1-0/+1
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-08-29xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md modeEyal Birger1-0/+85
2022-08-29xfrm: interface: support collect metadata modeEyal Birger3-27/+111
2022-08-24net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima2-2/+2
2022-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller4-3/+3
2022-08-23xfrm: Drop unused argumentHongbin Wang1-8/+7
2022-08-17xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov1-1/+1