summaryrefslogtreecommitdiff
path: root/net/xfrm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ipsec-next-2023-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2023-04-192-65/+34
|\
| * xfrm: Remove inner/outer modes from output pathHerbert Xu2023-03-131-22/+11
| * xfrm: Remove inner/outer modes from input pathHerbert Xu2023-03-131-43/+23
* | Merge tag 'ipsec-esn-replay' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-04-071-1/+1
|\ \
| * | xfrm: don't require advance ESN callback for packet offloadLeon Romanovsky2023-04-061-1/+1
* | | Merge tag 'ipsec-libreswan-mlx5' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski2023-03-222-0/+3
|\ \ \ | |/ /
| * | xfrm: copy_to_user_state fetch offloaded SA packets/bytes statisticsRaed Salem2023-03-201-0/+2
| * | xfrm: add new device offload acquire flagRaed Salem2023-03-201-0/+1
| |/
* | Merge tag 'ipsec-2023-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-03-162-9/+41
|\ \ | |/ |/|
| * xfrm: Allow transport-mode states with AF_UNSPEC selectorHerbert Xu2023-02-241-5/+0
| * xfrm: Zero padding when dumping algos and encapHerbert Xu2023-02-131-4/+41
* | Daniel Borkmann says:Jakub Kicinski2023-02-101-5/+2
|\ \
| * | bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-021-5/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-095-20/+73
|\ \ \ | | |/ | |/|
| * | xfrm: fix bug with DSCP copy to v6 from v4 tunnelChristian Hopps2023-01-301-2/+1
| * | xfrm: annotate data-race around use_timeEric Dumazet2023-01-272-9/+12
| * | xfrm: consistently use time64_t in xfrm_timer_handler()Eric Dumazet2023-01-271-4/+4
| * | xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr()Eric Dumazet2023-01-231-0/+2
| * | xfrm: compat: change expression for switch in xfrm_xlate64Anastasia Belova2023-01-121-1/+1
| * | Fix XFRM-I support for nested ESP tunnelsBenedict Wong2023-01-092-4/+53
* | | netlink: provide an ability to set default extack messageLeon Romanovsky2023-02-011-1/+4
| |/ |/|
* | xfrm: extend add state callback to set failure reasonLeon Romanovsky2023-01-262-5/+3
* | xfrm: extend add policy callback to set failure reasonLeon Romanovsky2023-01-261-2/+1
* | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+3
|/
* Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
* Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-139-73/+627
|\
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2022-12-123-0/+137
| |\
| | * xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...Eyal Birger2022-12-053-0/+135
| | * xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.cEyal Birger2022-12-052-0/+2
| * | xfrm: Fix spelling mistake "oflload" -> "offload"Colin Ian King2022-12-091-1/+1
| * | xfrm: add support to HW update soft and hard limitsLeon Romanovsky2022-12-051-0/+4
| * | xfrm: speed-up lookup of HW policiesLeon Romanovsky2022-12-052-20/+62
| * | xfrm: add TX datapath support for IPsec packet offload modeLeon Romanovsky2022-12-053-6/+142
| * | xfrm: add an interface to offload policyLeon Romanovsky2022-12-053-1/+153
| * | xfrm: allow state packet offload modeLeon Romanovsky2022-12-051-5/+19
| * | xfrm: add new packet offload flagLeon Romanovsky2022-12-052-0/+5
| |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-11-295-41/+105
| |\
| | * xfrm: add extack to xfrm_set_spdinfoSabrina Dubroca2022-11-251-4/+12
| | * xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca2022-11-252-8/+21
| | * xfrm: add extack to xfrm_do_migrateSabrina Dubroca2022-11-252-13/+31
| | * xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_lenSabrina Dubroca2022-11-251-9/+28
| | * xfrm: add extack to xfrm_del_saSabrina Dubroca2022-11-251-1/+1
| | * xfrm: add extack to xfrm_add_sa_expireSabrina Dubroca2022-11-251-1/+4
| | * xfrm: a few coding style clean upsSabrina Dubroca2022-11-252-6/+9
| | * xfrm: Remove not-used total variableLeon Romanovsky2022-10-251-2/+2
| | * xfrm: update x->lastused for every packetAntony Antony2022-10-252-2/+2
* | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2022-12-121-1/+1
|\ \ \
| * | | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
* | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-121-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld2022-11-181-1/+1