aboutsummaryrefslogtreecommitdiffstats
path: root/net/xfrm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-10-03Merge 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/klassert/ipsec-nextDavid 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/klassert/ipsecDavid 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
2022-08-03xfrm: clone missing x->lastused in xfrm_do_migrateAntony Antony1-0/+1
2022-08-03Revert "xfrm: update SA curlft.use_time"Antony Antony2-2/+0
2022-07-26xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong1-0/+1
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-8/+4
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+5
2022-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+4
2022-07-15ip: Fix data-races around sysctl_ip_no_pmtu_disc.Kuniyuki Iwashima1-1/+1
2022-06-24xfrm: change the type of xfrm_register_km and xfrm_unregister_kmZhengchao Shao2-8/+4
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-1/+1
2022-06-02xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua1-1/+4
2022-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecJakub Kicinski1-1/+2
2022-05-25xfrm: do not set IPv4 DF flag when encapsulating IPv6 frames <= 1280 bytes.Maciej Żenczykowski1-1/+2
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-05-17xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdownXin Long1-1/+1
2022-05-06xfrm: drop not needed flags variable in XFRM offload structLeon Romanovsky1-3/+0
2022-05-06xfrm: store and rely on direction to construct offload flagsLeon Romanovsky2-2/+9
2022-05-06xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky3-4/+4
2022-05-06xfrm: delete not used number of external headersLeon Romanovsky1-2/+0
2022-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+3
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp1-3/+1
2022-04-04xfrm: Pass flowi_oif or l3mdev as oif to xfrm_dst_lookupDavid Ahern1-1/+3
2022-03-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller3-40/+27
2022-03-18xfrm: rework default policy structureNicolas Dichtel2-28/+25