aboutsummaryrefslogtreecommitdiff
path: root/net/xfrm
AgeCommit message (Expand)Author
2023-03-03Fix XFRM-I support for nested ESP tunnelsBenedict Wong
2023-02-14xfrm: fix bug with DSCP copy to v6 from v4 tunnelChristian Hopps
2023-02-14xfrm: annotate data-race around use_timeEric Dumazet
2023-02-14xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()Eric Dumazet
2023-02-14xfrm: compat: change expression for switch in xfrm_xlate64Anastasia Belova
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2022-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-10-19xfrm: replay: Fix ESN wrap around for GSOChristian Langrock
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert
2022-09-29xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca
2022-09-28xfrm: Reinject transport-mode packets through workqueueLiu Jian
2022-09-22xfrm: add extack support to xfrm_init_replaySabrina Dubroca
2022-09-22xfrm: add extack to __xfrm_init_stateSabrina Dubroca
2022-09-22xfrm: add extack to attach_*Sabrina Dubroca
2022-09-22xfrm: add extack support to xfrm_dev_state_addSabrina Dubroca
2022-09-22xfrm: add extack to verify_one_alg, verify_auth_trunc, verify_aeadSabrina Dubroca
2022-09-22xfrm: add extack to verify_replaySabrina Dubroca
2022-09-22xfrm: add extack support to verify_newsa_infoSabrina Dubroca
2022-09-01xfrm: Update ipcomp_scratches with NULL when freedKhalid Masum
2022-08-31xfrm: add extack to verify_sec_ctx_lenSabrina Dubroca
2022-08-31xfrm: add extack to validate_tmplSabrina Dubroca
2022-08-31xfrm: add extack to verify_policy_typeSabrina Dubroca
2022-08-31xfrm: add extack to verify_policy_dirSabrina Dubroca
2022-08-31xfrm: add extack support to verify_newpolicy_infoSabrina Dubroca
2022-08-31xfrm: propagate extack to all netlink doit handlersSabrina Dubroca
2022-08-29xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md modeEyal Birger
2022-08-29xfrm: interface: support collect metadata modeEyal Birger
2022-08-24net: Fix data-races around netdev_max_backlog.Kuniyuki Iwashima
2022-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-08-23xfrm: Drop unused argumentHongbin Wang
2022-08-17xfrm: policy: fix metadata dst->dev xmit null pointer dereferenceNikolay Aleksandrov
2022-08-03xfrm: clone missing x->lastused in xfrm_do_migrateAntony Antony
2022-08-03Revert "xfrm: update SA curlft.use_time"Antony Antony
2022-07-26xfrm: fix refcount leak in __xfrm_policy_check()Xin Xiong
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-20Merge 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-06-09net: rename reference+tracking helpersJakub Kicinski
2022-06-02xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup()Hangyu Hua
2022-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski
2022-05-25xfrm: do not set IPv4 DF flag when encapsulating IPv6 frames <= 1280 bytes.Maciej Żenczykowski
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-17xfrm: set dst dev to blackhole_netdev instead of loopback_dev in ifdownXin Long
2022-05-06xfrm: drop not needed flags variable in XFRM offload structLeon Romanovsky