aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-03Merge tag 'net-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds59-199/+496
2020-12-03Merge branch 'mptcp-reject-invalid-mp_join-requests-right-away'Jakub Kicinski15-50/+91
2020-12-03mptcp: emit tcp reset when a join request failsFlorian Westphal1-11/+36
2020-12-03tcp: merge 'init_req' and 'route_req' functionsFlorian Westphal5-28/+44
2020-12-03security: add const qualifier to struct sock in various placesFlorian Westphal10-15/+15
2020-12-03samples/bpf: Fix spelling mistake "recieving" -> "receiving"Colin Ian King1-1/+1
2020-12-03bpf: Fix cold build of test_progs-no_alu32Brendan Jackman1-1/+1
2020-12-03libbpf: Cap retries in sys_bpf_prog_loadStanislav Fomichev1-1/+2
2020-12-03Merge tag 's390-5.10-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-21/+13
2020-12-03libbpf: Sanitise map names before pinningToke Høiland-Jørgensen1-0/+12
2020-12-03Merge tag '9p-for-5.10-rc7' of git://github.com/martinetd/linuxLinus Torvalds1-0/+12
2020-12-03libbpf: Fail early when loading programs with unspecified typeAndrei Matei1-1/+14
2020-12-03Merge branch 'Fixes for ima selftest'Andrii Nakryiko2-44/+64
2020-12-03selftests/bpf: Indent ima_setup.sh with tabs.KP Singh1-54/+54
2020-12-03selftests/bpf: Add config dependency on BLK_DEV_LOOPKP Singh1-0/+1
2020-12-03selftests/bpf: Ensure securityfs mount before writing ima policyKP Singh1-0/+15
2020-12-03selftests/bpf: Update ima_setup.sh for busyboxKP Singh1-4/+8
2020-12-03Merge branch 'mlx5-fixes-2020-12-01'Jakub Kicinski7-10/+51
2020-12-03net/mlx5: DR, Proper handling of unsupported Connect-X6DX SW steeringYevgeny Kliteynik4-1/+15
2020-12-03net/mlx5e: kTLS, Enforce HW TX csum offload with kTLSTariq Toukan1-7/+15
2020-12-03net: mlx5e: fix fs_tcp.c build when IPV6 is not enabledRandy Dunlap1-0/+2
2020-12-03net/mlx5: Fix wrong address reclaim when command interface is downEran Ben Elisha1-2/+19
2020-12-03net/sched: act_mpls: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-03net: openvswitch: ensure LSE is pullable before reading itDavide Caratti1-0/+3
2020-12-03net: skbuff: ensure LSE is pullable before decrementing the MPLS ttlDavide Caratti1-0/+3
2020-12-03Merge tag 'wireless-drivers-2020-12-03' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski5-13/+19
2020-12-03net: mvpp2: Fix error return code in mvpp2_open()Wang Hai1-0/+1
2020-12-03chelsio/chtls: fix a double free in chtls_setkey()Dan Carpenter1-0/+1
2020-12-03Merge branch 'libbpf: add support for privileged/unprivileged control separat...Alexei Starovoitov7-15/+427
2020-12-03samples/bpf: Sample application for eBPF load and socket creation splitMariusz Dudek4-6/+337
2020-12-03libbpf: Separate XDP program load with xsk socket creationMariusz Dudek3-9/+90
2020-12-03tools/resolve_btfids: Fix some error messagesBrendan Jackman1-3/+3
2020-12-03selftests/bpf: Copy file using read/write in local storage testStanislav Fomichev1-10/+18
2020-12-03Merge branch 'bpftool: improve split BTF support'Alexei Starovoitov4-4/+30
2020-12-03tools/bpftool: Auto-detect split BTFs in common casesAndrii Nakryiko1-4/+21
2020-12-03libbpf: Add base BTF accessorAndrii Nakryiko3-0/+7
2020-12-03tools/bpftool: Emit name <anon> for anonymous BTFsAndrii Nakryiko1-0/+2
2020-12-03uapi: fix statx attribute value overlap for DAX & MOUNT_ROOTEric Sandeen1-3/+6
2020-12-03pwm: sl28cpld: fix getting driver data in pwm callbacksUwe Kleine-König1-2/+4
2020-12-03lib/syscall: fix syscall registers retrieval on 32-bit platformsWilly Tarreau1-2/+9
2020-12-03macvlan: Support for high multicast packet rateThomas Karlsson4-2/+43
2020-12-03rtw88: debug: Fix uninitialized memory in debugfs codeDan Carpenter1-0/+2
2020-12-02Merge branch 'switch to memcg-based memory accounting'Alexei Starovoitov61-762/+533
2020-12-02bpf: samples: Do not touch RLIMIT_MEMLOCKRoman Gushchin27-133/+0
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf progsRoman Gushchin3-80/+12
2020-12-02bpf: Eliminate rlimit-based memory accounting infra for bpf mapsRoman Gushchin4-100/+17
2020-12-02bpf: Eliminate rlimit-based memory accounting for bpf local storage mapsRoman Gushchin1-10/+0
2020-12-02bpf: Eliminate rlimit-based memory accounting for xskmap mapsRoman Gushchin1-10/+2
2020-12-02bpf: Eliminate rlimit-based memory accounting for stackmap mapsRoman Gushchin1-13/+3
2020-12-02bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash mapsRoman Gushchin1-27/+6