summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-16vmxnet3: add support for 32 Tx/Rx queuesRonak Doshi
2021-07-16vmxnet3: prepare for version 6 changesRonak Doshi
2021-07-16tipc: keep the skb in rcv queue until the whole data is readXin Long
2021-07-16Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tDavid S. Miller
2021-07-16igc: Export LEDsKurt Kanzenbach
2021-07-16igc: Make flex filter more flexibleKurt Kanzenbach
2021-07-16igc: Allow for Flex Filters to be installedVinicius Costa Gomes
2021-07-16igc: Integrate flex filter into ethtool opsKurt Kanzenbach
2021-07-16igc: Add possibility to add flex filterKurt Kanzenbach
2021-07-16net: phy: marvell10g: enable WoL for 88X3310 and 88E2110Voon Weifeng
2021-07-16ARM: dts: imx7-mba7: remove un-used "phy-reset-delay" propertyJoakim Zhang
2021-07-16ARM: dts: imx35: correct node name for FECJoakim Zhang
2021-07-16dt-bindings: net: fec: convert fsl,*fec bindings to yamlJoakim Zhang
2021-07-16netdevsim: Add multi-queue supportPeilin Ye
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray
2021-07-16bnx2x: remove unused variable 'cur_data_offset'Bill Wendling
2021-07-16net: switchdev: Simplify 'mlxsw_sp_mc_write_mdb_entry()'Christophe JAILLET
2021-07-16net/sched: Remove unnecessary if statementYajun Deng
2021-07-16rtnetlink: use nlmsg_notify() in rtnetlink_send()Yajun Deng
2021-07-16gve: fix the wrong AdminQ buffer overflow checkHaiyue Wang
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15Merge branch 'sockmap: add sockmap support for unix datagram socket'Alexei Starovoitov
2021-07-15selftests/bpf: Add test cases for redirection between udp and unixCong Wang
2021-07-15selftests/bpf: Add a test case for unix sockmapCong Wang
2021-07-15selftests/bpf: Factor out add_to_sockmap()Cong Wang
2021-07-15selftests/bpf: Factor out udp_socketpair()Cong Wang
2021-07-15af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang
2021-07-15af_unix: Implement ->psock_update_sk_prot()Cong Wang
2021-07-15af_unix: Add a dummy ->close() for sockmapCong Wang
2021-07-15af_unix: Set TCP_ESTABLISHED for datagram sockets tooCong Wang
2021-07-15af_unix: Implement ->read_sock() for sockmapCong Wang
2021-07-15sock_map: Lift socket state restriction for datagram socketsCong Wang
2021-07-15sock_map: Relax config dependency to CONFIG_NETCong Wang
2021-07-15Merge branch 'Add bpf_get_func_ip helper'Alexei Starovoitov
2021-07-15selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probeJiri Olsa
2021-07-15libbpf: Allow specification of "kprobe/function+offset"Alan Maguire
2021-07-15libbpf: Add bpf_program__attach_kprobe_opts functionJiri Olsa
2021-07-15selftests/bpf: Add test for bpf_get_func_ip helperJiri Olsa
2021-07-15bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa
2021-07-15bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa
2021-07-15bpf: Enable BPF_TRAMP_F_IP_ARG for trampolines with call_get_func_ipJiri Olsa
2021-07-15bpf, x86: Store caller's ip in trampoline stackJiri Olsa
2021-07-15Merge branch 'bpf-timers'Daniel Borkmann
2021-07-15selftests/bpf: Add a test with bpf_timer in inner map.Alexei Starovoitov
2021-07-15selftests/bpf: Add bpf_timer test.Alexei Starovoitov
2021-07-15bpf: Teach stack depth check about async callbacks.Alexei Starovoitov
2021-07-15bpf: Implement verifier support for validation of async callbacks.Alexei Starovoitov
2021-07-15bpf: Relax verifier recursion check.Alexei Starovoitov
2021-07-15bpf: Remember BTF of inner maps.Alexei Starovoitov
2021-07-15bpf: Prevent pointer mismatch in bpf_timer_init.Alexei Starovoitov