summaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-16bnx2x: remove unused variable 'cur_data_offset'Bill Wendling1-6/+0
2021-07-16net: switchdev: Simplify 'mlxsw_sp_mc_write_mdb_entry()'Christophe JAILLET1-5/+3
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-16selftests/bpf: Add test cases for redirection between udp and unixCong Wang1-0/+170
2021-07-16selftests/bpf: Add a test case for unix sockmapCong Wang1-0/+97
2021-07-16selftests/bpf: Factor out add_to_sockmap()Cong Wang1-38/+21
2021-07-16selftests/bpf: Factor out udp_socketpair()Cong Wang1-38/+40
2021-07-16af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang3-3/+93
2021-07-16af_unix: Implement ->psock_update_sk_prot()Cong Wang6-1/+65
2021-07-16af_unix: Add a dummy ->close() for sockmapCong Wang1-0/+9
2021-07-16af_unix: Set TCP_ESTABLISHED for datagram sockets tooCong Wang1-6/+8
2021-07-16af_unix: Implement ->read_sock() for sockmapCong Wang1-0/+37
2021-07-16sock_map: Lift socket state restriction for datagram socketsCong Wang3-24/+6
2021-07-16sock_map: Relax config dependency to CONFIG_NETCong Wang3-21/+21
2021-07-16selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probeJiri Olsa2-2/+27
2021-07-16libbpf: Allow specification of "kprobe/function+offset"Alan Maguire1-2/+22
2021-07-16libbpf: Add bpf_program__attach_kprobe_opts functionJiri Olsa1-9/+25
2021-07-16selftests/bpf: Add test for bpf_get_func_ip helperJiri Olsa2-0/+101
2021-07-16bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa4-2/+20
2021-07-16bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa4-0/+72
2021-07-16bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa2-4/+11
2021-07-16bpf, x86: Store caller's ip in trampoline stackJiri Olsa2-0/+24
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-15bpf: Fix potential memleak and UAF in the verifier.He Fengqing1-11/+16
2021-07-15bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima2-2/+2
2021-07-15bpf: Sync tools/include/uapi/linux/bpf.hAlexei Starovoitov1-3/+0
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-13sfc: add logs explaining XDP_TX/REDIRECT is not availableÍñigo Huguet1-0/+4
2021-07-13sfc: ensure correct number of XDP queuesÍñigo Huguet1-7/+8
2021-07-13sfc: fix lack of XDP TX queues - error XDP TX failed (-22)Íñigo Huguet1-1/+2
2021-07-13net: fddi: fix UAF in fza_probePavel Skripkin1-2/+1
2021-07-13net: dsa: sja1105: fix address learning getting disabled on the CPU portVladimir Oltean1-8/+6
2021-07-13net: ocelot: fix switchdev objects synced for wrong netdev with LAG offloadVladimir Oltean1-4/+5