| Commit message (Expand) | Author | Age | Files | Lines |
* | Daniel Borkmann says: | Jakub Kicinski | 2023-02-11 | 1 | -5/+2 |
|\ |
|
| * | bpf: Add __bpf_kfunc tag to all kfuncs | David Vernet | 2023-02-02 | 1 | -5/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-02-09 | 5 | -20/+73 |
|\ \ |
|
| * | | xfrm: fix bug with DSCP copy to v6 from v4 tunnel | Christian Hopps | 2023-01-30 | 1 | -2/+1 |
| * | | xfrm: annotate data-race around use_time | Eric Dumazet | 2023-01-27 | 2 | -9/+12 |
| * | | xfrm: consistently use time64_t in xfrm_timer_handler() | Eric Dumazet | 2023-01-27 | 1 | -4/+4 |
| * | | xfrm/compat: prevent potential spectre v1 gadget in xfrm_xlate32_attr() | Eric Dumazet | 2023-01-23 | 1 | -0/+2 |
| * | | xfrm: compat: change expression for switch in xfrm_xlate64 | Anastasia Belova | 2023-01-12 | 1 | -1/+1 |
| * | | Fix XFRM-I support for nested ESP tunnels | Benedict Wong | 2023-01-09 | 2 | -4/+53 |
* | | | netlink: provide an ability to set default extack message | Leon Romanovsky | 2023-02-02 | 1 | -1/+4 |
| |/
|/| |
|
* | | xfrm: extend add state callback to set failure reason | Leon Romanovsky | 2023-01-27 | 2 | -5/+3 |
* | | xfrm: extend add policy callback to set failure reason | Leon Romanovsky | 2023-01-27 | 1 | -2/+1 |
* | | net/sock: Introduce trace_sk_data_ready() | Peilin Ye | 2023-01-23 | 1 | -0/+3 |
|/ |
|
* | Treewide: Stop corrupting socket's task_frag | Benjamin Coddington | 2022-12-20 | 1 | -0/+1 |
* | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-12-14 | 9 | -73/+627 |
|\ |
|
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf... | Jakub Kicinski | 2022-12-12 | 3 | -0/+137 |
| |\ |
|
| | * | xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ... | Eyal Birger | 2022-12-06 | 3 | -0/+135 |
| | * | xfrm: interface: rename xfrm_interface.c to xfrm_interface_core.c | Eyal Birger | 2022-12-06 | 2 | -0/+2 |
| * | | xfrm: Fix spelling mistake "oflload" -> "offload" | Colin Ian King | 2022-12-09 | 1 | -1/+1 |
| * | | xfrm: add support to HW update soft and hard limits | Leon Romanovsky | 2022-12-05 | 1 | -0/+4 |
| * | | xfrm: speed-up lookup of HW policies | Leon Romanovsky | 2022-12-05 | 2 | -20/+62 |
| * | | xfrm: add TX datapath support for IPsec packet offload mode | Leon Romanovsky | 2022-12-05 | 3 | -6/+142 |
| * | | xfrm: add an interface to offload policy | Leon Romanovsky | 2022-12-05 | 3 | -1/+153 |
| * | | xfrm: allow state packet offload mode | Leon Romanovsky | 2022-12-05 | 1 | -5/+19 |
| * | | xfrm: add new packet offload flag | Leon Romanovsky | 2022-12-05 | 2 | -0/+5 |
| |/ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | Jakub Kicinski | 2022-11-30 | 5 | -41/+105 |
| |\ |
|
| | * | xfrm: add extack to xfrm_set_spdinfo | Sabrina Dubroca | 2022-11-25 | 1 | -4/+12 |
| | * | xfrm: add extack to xfrm_alloc_userspi | Sabrina Dubroca | 2022-11-25 | 2 | -8/+21 |
| | * | xfrm: add extack to xfrm_do_migrate | Sabrina Dubroca | 2022-11-25 | 2 | -13/+31 |
| | * | xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_len | Sabrina Dubroca | 2022-11-25 | 1 | -9/+28 |
| | * | xfrm: add extack to xfrm_del_sa | Sabrina Dubroca | 2022-11-25 | 1 | -1/+1 |
| | * | xfrm: add extack to xfrm_add_sa_expire | Sabrina Dubroca | 2022-11-25 | 1 | -1/+4 |
| | * | xfrm: a few coding style clean ups | Sabrina Dubroca | 2022-11-25 | 2 | -6/+9 |
| | * | xfrm: Remove not-used total variable | Leon Romanovsky | 2022-10-25 | 1 | -2/+2 |
| | * | xfrm: update x->lastused for every packet | Antony Antony | 2022-10-25 | 2 | -2/+2 |
* | | | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 2022-12-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | use less confusing names for iov_iter direction initializers | Al Viro | 2022-11-25 | 1 | -1/+1 |
* | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-12-13 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | treewide: use get_random_u32_inclusive() when possible | Jason A. Donenfeld | 2022-11-18 | 1 | -1/+1 |
| * | | | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 2022-11-18 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | Jakub Kicinski | 2022-11-24 | 2 | -2/+15 |
|\ \ \
| |/ /
|/| | |
|
| * | | xfrm: replay: Fix ESN wrap around for GSO | Christian Langrock | 2022-10-19 | 2 | -2/+15 |
| |/ |
|
* / | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 2022-10-12 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-10-04 | 2 | -5/+14 |
|\ |
|
| * | xfrm: Reinject transport-mode packets through workqueue | Liu Jian | 2022-09-28 | 1 | -5/+13 |
| * | xfrm: Update ipcomp_scratches with NULL when freed | Khalid Masum | 2022-09-01 | 1 | -0/+1 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2022-10-03 | 8 | -175/+503 |
|\ \ |
|
| * | | xfrm: ipcomp: add extack to ipcomp{4,6}_init_state | Sabrina Dubroca | 2022-09-29 | 1 | -3/+7 |
| * | | xfrm: pass extack down to xfrm_type ->init_state | Sabrina Dubroca | 2022-09-29 | 1 | -1/+1 |
| * | | xfrm: add extack support to xfrm_init_replay | Sabrina Dubroca | 2022-09-22 | 3 | -5/+9 |