summaryrefslogtreecommitdiffstats
path: root/net/xfrm
AgeCommit message (Expand)AuthorLines
2023-02-10Daniel Borkmann says:Jakub Kicinski-5/+2
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-20/+73
2023-02-01netlink: provide an ability to set default extack messageLeon Romanovsky-1/+4
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet-5/+2
2023-01-30xfrm: fix bug with DSCP copy to v6 from v4 tunnelChristian Hopps-2/+1
2023-01-27xfrm: annotate data-race around use_timeEric Dumazet-9/+12
2023-01-27xfrm: consistently use time64_t in xfrm_timer_handler()Eric Dumazet-4/+4
2023-01-26xfrm: extend add state callback to set failure reasonLeon Romanovsky-5/+3
2023-01-26xfrm: extend add policy callback to set failure reasonLeon Romanovsky-2/+1
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye-0/+3
2023-01-23xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()Eric Dumazet-0/+2
2023-01-12xfrm: compat: change expression for switch in xfrm_xlate64Anastasia Belova-1/+1
2023-01-09Fix XFRM-I support for nested ESP tunnelsBenedict Wong-4/+53
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington-0/+1
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-73/+627
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-0/+137
2022-12-09xfrm: Fix spelling mistake "oflload" -> "offload"Colin Ian King-1/+1
2022-12-05xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger-0/+135
2022-12-05xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.cEyal Birger-0/+2
2022-12-05xfrm: add support to HW update soft and hard limitsLeon Romanovsky-0/+4
2022-12-05xfrm: speed-up lookup of HW policiesLeon Romanovsky-20/+62
2022-12-05xfrm: add TX datapath support for IPsec packet offload modeLeon Romanovsky-6/+142
2022-12-05xfrm: add an interface to offload policyLeon Romanovsky-1/+153
2022-12-05xfrm: allow state packet offload modeLeon Romanovsky-5/+19
2022-12-05xfrm: add new packet offload flagLeon Romanovsky-0/+5
2022-11-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-41/+105
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-1/+1
2022-11-25xfrm: add extack to xfrm_set_spdinfoSabrina Dubroca-4/+12
2022-11-25xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca-8/+21
2022-11-25xfrm: add extack to xfrm_do_migrateSabrina Dubroca-13/+31
2022-11-25xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_lenSabrina Dubroca-9/+28
2022-11-25xfrm: add extack to xfrm_del_saSabrina Dubroca-1/+1
2022-11-25xfrm: add extack to xfrm_add_sa_expireSabrina Dubroca-1/+4
2022-11-25xfrm: a few coding style clean upsSabrina Dubroca-6/+9
2022-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-2/+15
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-1/+1
2022-10-25xfrm: Remove not-used total variableLeon Romanovsky-2/+2
2022-10-25xfrm: update x->lastused for every packetAntony Antony-2/+2
2022-10-19xfrm: replay: Fix ESN wrap around for GSOChristian Langrock-2/+15
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-1/+1
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+14
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-175/+503
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert-1/+1
2022-09-29xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca-3/+7
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca-1/+1
2022-09-28xfrm: Reinject transport-mode packets through workqueueLiu Jian-5/+13
2022-09-22xfrm: add extack support to xfrm_init_replaySabrina Dubroca-5/+9