summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | net: phy: marvell10g: enable WoL for 88X3310 and 88E2110Voon Weifeng2021-07-161-0/+89
* | ARM: dts: imx7-mba7: remove un-used "phy-reset-delay" propertyJoakim Zhang2021-07-162-2/+0
* | ARM: dts: imx35: correct node name for FECJoakim Zhang2021-07-161-1/+1
* | dt-bindings: net: fec: convert fsl,*fec bindings to yamlJoakim Zhang2021-07-162-95/+213
* | netdevsim: Add multi-queue supportPeilin Ye2021-07-163-9/+15
* | openvswitch: Introduce per-cpu upcall dispatchMark Gray2021-07-164-3/+103
|/
* bnx2x: remove unused variable 'cur_data_offset'Bill Wendling2021-07-161-6/+0
* net: switchdev: Simplify 'mlxsw_sp_mc_write_mdb_entry()'Christophe JAILLET2021-07-161-5/+3
* net/sched: Remove unnecessary if statementYajun Deng2021-07-163-29/+8
* rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng2021-07-161-8/+1
* gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang2021-07-161-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-1552-384/+3122
|\
| * Merge branch 'sockmap: add sockmap support for unix datagram socket'Alexei Starovoitov2021-07-1511-128/+564
| |\
| | * selftests/bpf: Add test cases for redirection between udp and unixCong Wang2021-07-151-0/+170
| | * selftests/bpf: Add a test case for unix sockmapCong Wang2021-07-151-0/+97
| | * selftests/bpf: Factor out add_to_sockmap()Cong Wang2021-07-151-38/+21
| | * selftests/bpf: Factor out udp_socketpair()Cong Wang2021-07-151-38/+40
| | * af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang2021-07-153-3/+93
| | * af_unix: Implement ->psock_update_sk_prot()Cong Wang2021-07-156-1/+65
| | * af_unix: Add a dummy ->close() for sockmapCong Wang2021-07-151-0/+9
| | * af_unix: Set TCP_ESTABLISHED for datagram sockets tooCong Wang2021-07-151-6/+8
| | * af_unix: Implement ->read_sock() for sockmapCong Wang2021-07-151-0/+37
| | * sock_map: Lift socket state restriction for datagram socketsCong Wang2021-07-153-24/+6
| | * sock_map: Relax config dependency to CONFIG_NETCong Wang2021-07-153-21/+21
| |/
| * Merge branch 'Add bpf_get_func_ip helper'Alexei Starovoitov2021-07-1511-14/+297
| |\
| | * selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probeJiri Olsa2021-07-152-2/+27
| | * libbpf: Allow specification of "kprobe/function+offset"Alan Maguire2021-07-151-2/+22
| | * libbpf: Add bpf_program__attach_kprobe_opts functionJiri Olsa2021-07-151-9/+25
| | * selftests/bpf: Add test for bpf_get_func_ip helperJiri Olsa2021-07-152-0/+101
| | * bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa2021-07-154-2/+20
| | * bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa2021-07-154-0/+72
| | * bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa2021-07-152-4/+11
| | * bpf, x86: Store caller's ip in trampoline stackJiri Olsa2021-07-152-0/+24
| |/
| * Merge branch 'bpf-timers'Daniel Borkmann2021-07-1520-64/+1651
| |\
| | * selftests/bpf: Add a test with bpf_timer in inner map.Alexei Starovoitov2021-07-153-0/+231
| | * selftests/bpf: Add bpf_timer test.Alexei Starovoitov2021-07-152-0/+352
| | * bpf: Teach stack depth check about async callbacks.Alexei Starovoitov2021-07-152-3/+16
| | * bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov2021-07-153-9/+131
| | * bpf: Relax verifier recursion check.Alexei Starovoitov2021-07-151-2/+6
| | * bpf: Remember BTF of inner maps.Alexei Starovoitov2021-07-151-0/+6
| | * bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov2021-07-152-4/+36
| | * bpf: Add map side support for bpf timers.Alexei Starovoitov2021-07-159-46/+259
| | * bpf: Introduce bpf timers.Alexei Starovoitov2021-07-157-1/+585
| | * bpf: Factor out bpf_spin_lock into helpers.Alexei Starovoitov2021-07-151-4/+14
| | * bpf: Prepare bpf_prog_put() to be called from irq context.Alexei Starovoitov2021-07-151-6/+26
| |/
| * selftests/bpf: Remove unused variable in tc_tunnel progTobias Klauser2021-07-151-1/+0
| * bpf: Fix potential memleak and UAF in the verifier.He Fengqing2021-07-141-11/+16
| * bpf: Fix a typo of reuseport map in bpf.h.Kuniyuki Iwashima2021-07-142-2/+2
| * bpf: Sync tools/include/uapi/linux/bpf.hAlexei Starovoitov2021-07-141-3/+0
| * libbpf: Fix reuse of pinned map on older kernelMartynas Pumputis2021-07-121-3/+45