summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfrm: ah: add extack to ah_init_state, ah6_init_stateSabrina Dubroca2022-09-292-15/+27
* xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca2022-09-2911-12/+15
* Merge branch 'xfrm: add netlink extack for state creation'Steffen Klassert2022-09-245-81/+196
|\
| * xfrm: add extack support to xfrm_init_replaySabrina Dubroca2022-09-224-6/+10
| * xfrm: add extack to __xfrm_init_stateSabrina Dubroca2022-09-223-9/+22
| * xfrm: add extack to attach_*Sabrina Dubroca2022-09-221-16/+30
| * xfrm: add extack support to xfrm_dev_state_addSabrina Dubroca2022-09-223-10/+23
| * xfrm: add extack to verify_one_alg, verify_auth_trunc, verify_aeadSabrina Dubroca2022-09-221-11/+20
| * xfrm: add extack to verify_replaySabrina Dubroca2022-09-221-8/+22
| * xfrm: add extack support to verify_newsa_infoSabrina Dubroca2022-09-221-21/+69
|/
* Merge remote-tracking branch 'xfrm: start adding netlink extack support'Steffen Klassert2022-09-011-60/+103
|\
| * xfrm: add extack to verify_sec_ctx_lenSabrina Dubroca2022-08-311-7/+9
| * xfrm: add extack to validate_tmplSabrina Dubroca2022-08-311-9/+20
| * xfrm: add extack to verify_policy_typeSabrina Dubroca2022-08-311-11/+17
| * xfrm: add extack to verify_policy_dirSabrina Dubroca2022-08-311-4/+5
| * xfrm: add extack support to verify_newpolicy_infoSabrina Dubroca2022-08-311-7/+18
| * xfrm: propagate extack to all netlink doit handlersSabrina Dubroca2022-08-311-22/+34
|/
* xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md modeEyal Birger2022-08-294-0/+107
* xfrm: interface: support collect metadata modeEyal Birger2022-08-295-29/+121
* net: allow storing xfrm interface metadata in metadata_dstEyal Birger2022-08-291-0/+20
* xfrm: Drop unused argumentHongbin Wang2022-08-231-8/+7
* selftests/net: Refactor xfrm_fill_key() to use array of structsGautam Menghani2022-08-161-59/+45
* Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-11116-646/+1865
|\
| * net: atm: bring back zatm uAPIJakub Kicinski2022-08-111-0/+47
| * dpaa2-eth: trace the allocated address instead of page structChen Lin2022-08-111-2/+2
| * net: add missing kdoc for struct genl_multicast_group::flagsJakub Kicinski2022-08-111-2/+3
| * nfp: fix use-after-free in area_cache_get()Jialiang Wang2022-08-111-1/+2
| * MAINTAINERS: use my korg address for mt7601uJakub Kicinski2022-08-111-1/+1
| * mlxsw: minimal: Fix deadlock in ports creationVadim Pasternak2022-08-111-7/+0
| * bonding: fix reference count leak in balance-alb modeJay Vosburgh2022-08-111-1/+4
| * net: usb: qmi_wwan: Add support for Cinterion MV32Slark Xiao2022-08-111-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-111-0/+8
| |\
| | * bpf: Shut up kern_sys_bpf warning.Alexei Starovoitov2022-08-111-0/+8
| |/
| * net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy2022-08-116-15/+54
| * tls: rx: device: don't try to copy too much on detachJakub Kicinski2022-08-111-1/+1
| * tls: rx: device: bound the frag walkJakub Kicinski2022-08-111-1/+7
| * net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo2022-08-111-1/+1
| * selftests: forwarding: Fix failing tests with old libnetIdo Schimmel2022-08-113-24/+48
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-1119-35/+424
| |\
| | * Merge branch 'fixes for bpf map iterator'Alexei Starovoitov2022-08-108-7/+191
| | |\
| | | * selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao2022-08-102-0/+15
| | | * selftests/bpf: Add write tests for sk local storage map iteratorHou Tao2022-08-102-4/+38
| | | * selftests/bpf: Add tests for reading a dangling map iter fdHou Tao2022-08-101-0/+92
| | | * bpf: Only allow sleepable program for resched-able iteratorHou Tao2022-08-101-1/+10
| | | * bpf: Check the validity of max_rdwr_access for sock local storage map iteratorHou Tao2022-08-101-1/+1
| | | * bpf: Acquire map uref in .init_seq_private for sock{map,hash} iteratorHou Tao2022-08-101-1/+19
| | | * bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao2022-08-101-1/+9
| | | * bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao2022-08-101-0/+2
| | | * bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao2022-08-101-0/+6
| | |/
| | * bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov2022-08-102-8/+16