summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-11net: add missing kdoc for struct genl_multicast_group::flagsJakub Kicinski1-2/+3
2022-08-11nfp: fix use-after-free in area_cache_get()Jialiang Wang1-1/+2
2022-08-11MAINTAINERS: use my korg address for mt7601uJakub Kicinski1-1/+1
2022-08-11mlxsw: minimal: Fix deadlock in ports creationVadim Pasternak1-7/+0
2022-08-11bonding: fix reference count leak in balance-alb modeJay Vosburgh1-1/+4
2022-08-11net: usb: qmi_wwan: Add support for Cinterion MV32Slark Xiao1-0/+2
2022-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-0/+8
2022-08-11bpf: Shut up kern_sys_bpf warning.Alexei Starovoitov1-0/+8
2022-08-11net/tls: Use RCU API to access tls_ctx->netdevMaxim Mikityanskiy6-15/+54
2022-08-11tls: rx: device: don't try to copy too much on detachJakub Kicinski1-1/+1
2022-08-11tls: rx: device: bound the frag walkJakub Kicinski1-1/+7
2022-08-11net_sched: cls_route: remove from list when handle is 0Thadeu Lima de Souza Cascardo1-1/+1
2022-08-11selftests: forwarding: Fix failing tests with old libnetIdo Schimmel3-24/+48
2022-08-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski19-35/+424
2022-08-11Merge branch 'net-enhancements-to-sk_user_data-field'Jakub Kicinski4-28/+56
2022-08-11net: refactor bpf_sk_reuseport_detach()Hawkins Jiawei1-6/+3
2022-08-11net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei3-22/+53
2022-08-10Merge branch 'fixes for bpf map iterator'Alexei Starovoitov8-7/+191
2022-08-10selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao2-0/+15
2022-08-10selftests/bpf: Add write tests for sk local storage map iteratorHou Tao2-4/+38
2022-08-10selftests/bpf: Add tests for reading a dangling map iter fdHou Tao1-0/+92
2022-08-10bpf: Only allow sleepable program for resched-able iteratorHou Tao1-1/+10
2022-08-10bpf: Check the validity of max_rdwr_access for sock local storage map iteratorHou Tao1-1/+1
2022-08-10bpf: Acquire map uref in .init_seq_private for sock{map,hash} iteratorHou Tao1-1/+19
2022-08-10bpf: Acquire map uref in .init_seq_private for sock local storage map iteratorHou Tao1-1/+9
2022-08-10bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao1-0/+2
2022-08-10bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao1-0/+6
2022-08-10bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov2-8/+16
2022-08-10bpf, arm64: Fix bpf trampoline instruction endiannessXu Kuohai1-6/+6
2022-08-10genetlink: correct uAPI definesJakub Kicinski1-2/+3
2022-08-10devlink: Fix use-after-free after a failed reloadIdo Schimmel1-2/+2
2022-08-10net:bonding:support balance-alb interface with vlan to bridgeSun Shouxin1-0/+7
2022-08-10macsec: Fix traffic counters/statisticsClayton Yager1-9/+49
2022-08-10vsock: Set socket state back to SS_UNCONNECTED in vsock_connect_timeout()Peilin Ye1-0/+1
2022-08-10vsock: Fix memory leak in vsock_connect()Peilin Ye1-1/+8
2022-08-10Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"Jose Alonso1-13/+13
2022-08-10netlabel: fix typo in commentTopi Miettinen1-1/+1
2022-08-10Merge tag 'linux-can-fixes-for-6.0-20220810' of git://git.kernel.org/pub/scm/...David S. Miller4-6/+27
2022-08-10Merge branch 'do-not-use-rt_tos-for-ipv6-flowlabel'Jakub Kicinski4-7/+5
2022-08-10ipv6: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+1
2022-08-10mlx5: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+2
2022-08-10vxlan: do not use RT_TOS for IPv6 flowlabelMatthias May1-1/+1
2022-08-10geneve: do not use RT_TOS for IPv6 flowlabelMatthias May1-2/+1
2022-08-10geneve: fix TOS inheriting for ipv4Matthias May1-4/+8
2022-08-10net: atlantic: fix aq_vec index out of range errorChia-Lin Kao (AceLan)1-13/+8
2022-08-10ax88796: Fix some typo in a commentChristophe JAILLET1-2/+2
2022-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski8-138/+222
2022-08-10Merge branch 'Don't reinit map value in prealloc_lru_pop'Alexei Starovoitov4-5/+72
2022-08-10selftests/bpf: Add test for prealloc_lru_pop bugKumar Kartikeya Dwivedi2-0/+70
2022-08-10bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi1-5/+1