summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-16net/sched: Remove unnecessary if statementYajun Deng3-29/+8
2021-07-16rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng1-8/+1
2021-07-16gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang1-2/+4
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller52-384/+3122
2021-07-15Merge branch 'sockmap: add sockmap support for unix datagram socket'Alexei Starovoitov11-128/+564
2021-07-15selftests/bpf: Add test cases for redirection between udp and unixCong Wang1-0/+170
2021-07-15selftests/bpf: Add a test case for unix sockmapCong Wang1-0/+97
2021-07-15selftests/bpf: Factor out add_to_sockmap()Cong Wang1-38/+21
2021-07-15selftests/bpf: Factor out udp_socketpair()Cong Wang1-38/+40
2021-07-15af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang3-3/+93
2021-07-15af_unix: Implement ->psock_update_sk_prot()Cong Wang6-1/+65
2021-07-15af_unix: Add a dummy ->close() for sockmapCong Wang1-0/+9
2021-07-15af_unix: Set TCP_ESTABLISHED for datagram sockets tooCong Wang1-6/+8
2021-07-15af_unix: Implement ->read_sock() for sockmapCong Wang1-0/+37
2021-07-15sock_map: Lift socket state restriction for datagram socketsCong Wang3-24/+6
2021-07-15sock_map: Relax config dependency to CONFIG_NETCong Wang3-21/+21
2021-07-15Merge branch 'Add bpf_get_func_ip helper'Alexei Starovoitov11-14/+297
2021-07-15selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probeJiri Olsa2-2/+27
2021-07-15libbpf: Allow specification of "kprobe/function+offset"Alan Maguire1-2/+22
2021-07-15libbpf: Add bpf_program__attach_kprobe_opts functionJiri Olsa1-9/+25
2021-07-15selftests/bpf: Add test for bpf_get_func_ip helperJiri Olsa2-0/+101
2021-07-15bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa4-2/+20
2021-07-15bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa4-0/+72
2021-07-15bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa2-4/+11
2021-07-15bpf, x86: Store caller's ip in trampoline stackJiri Olsa2-0/+24
2021-07-15Merge branch 'bpf-timers'Daniel Borkmann20-64/+1651
2021-07-15selftests/bpf: Add a test with bpf_timer in inner map.Alexei Starovoitov3-0/+231
2021-07-15selftests/bpf: Add bpf_timer test.Alexei Starovoitov2-0/+352
2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov2-3/+16
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov3-9/+131
2021-07-15bpf: Relax verifier recursion check.Alexei Starovoitov1-2/+6
2021-07-15bpf: Remember BTF of inner maps.Alexei Starovoitov1-0/+6
2021-07-15bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov2-4/+36
2021-07-15bpf: Add map side support for bpf timers.Alexei Starovoitov9-46/+259
2021-07-15bpf: Introduce bpf timers.Alexei Starovoitov7-1/+585
2021-07-15bpf: Factor out bpf_spin_lock into helpers.Alexei Starovoitov1-4/+14
2021-07-15bpf: Prepare bpf_prog_put() to be called from irq context.Alexei Starovoitov1-6/+26
2021-07-15selftests/bpf: Remove unused variable in tc_tunnel progTobias Klauser1-1/+0
2021-07-15ipv6: remove unnecessary local variableRocco Yue1-4/+2
2021-07-15bus: mhi: pci-generic: configurable network interface MRURichard Laing4-2/+11
2021-07-14bpf: Fix potential memleak and UAF in the verifier.He Fengqing1-11/+16
2021-07-14bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima2-2/+2
2021-07-14bpf: Sync tools/include/uapi/linux/bpf.hAlexei Starovoitov1-3/+0
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds191-2346/+3595
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner3-27/+43
2021-07-14cgroup: verify that source is a stringChristian Brauner1-0/+2
2021-07-13net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean1-2/+2
2021-07-13Merge tag 'vboxsf-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds3-38/+116
2021-07-13Merge tag 'for-5.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-286/+687
2021-07-13Merge branch 'sfc-tx-queues'David S. Miller1-8/+14