summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-20net: bridge: multicast: add vlan state initialization and controlNikolay Aleksandrov3-18/+164
2021-07-20net: bridge: vlan: add global and per-port multicast contextNikolay Aleksandrov3-40/+106
2021-07-20net: bridge: multicast: use multicast contexts instead of bridge or portNikolay Aleksandrov8-515/+575
2021-07-20net: bridge: multicast: factor out bridge multicast contextNikolay Aleksandrov5-275/+335
2021-07-20net: bridge: multicast: factor out port multicast contextNikolay Aleksandrov5-99/+146
2021-07-17igmp: Add ip_mc_list lock in ip_check_mc_rcuLiu Jian1-0/+2
2021-07-17Merge branch 'vmxnet3-version-6'David S. Miller6-82/+235
2021-07-17vmxnet3: update to version 6Ronak Doshi2-3/+13
2021-07-17vmxnet3: increase maximum configurable mtu to 9190Ronak Doshi2-2/+6
2021-07-17vmxnet3: set correct hash type based on rss informationRonak Doshi2-9/+29
2021-07-17vmxnet3: add support for ESP IPv6 RSSRonak Doshi1-0/+20
2021-07-17vmxnet3: remove power of 2 limitation on the queuesRonak Doshi1-3/+5
2021-07-17vmxnet3: add support for 32 Tx/Rx queuesRonak Doshi3-60/+151
2021-07-17vmxnet3: prepare for version 6 changesRonak Doshi5-5/+11
2021-07-17tipc: keep the skb in rcv queue until the whole data is readXin Long1-9/+27
2021-07-17Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tDavid S. Miller6-24/+595
2021-07-17igc: Export LEDsKurt Kanzenbach5-0/+155
2021-07-17igc: Make flex filter more flexibleKurt Kanzenbach3-20/+22
2021-07-17igc: Allow for Flex Filters to be installedVinicius Costa Gomes1-6/+0
2021-07-17igc: Integrate flex filter into ethtool opsKurt Kanzenbach4-10/+228
2021-07-17igc: Add possibility to add flex filterKurt Kanzenbach4-5/+207
2021-07-16net: phy: marvell10g: enable WoL for 88X3310 and 88E2110Voon Weifeng1-0/+89
2021-07-16ARM: dts: imx7-mba7: remove un-used "phy-reset-delay" propertyJoakim Zhang2-2/+0
2021-07-16ARM: dts: imx35: correct node name for FECJoakim Zhang1-1/+1
2021-07-16dt-bindings: net: fec: convert fsl,*fec bindings to yamlJoakim Zhang2-95/+213
2021-07-16netdevsim: Add multi-queue supportPeilin Ye3-9/+15
2021-07-16openvswitch: Introduce per-cpu upcall dispatchMark Gray4-3/+103
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-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller52-384/+3122
2021-07-16Merge branch 'sockmap: add sockmap support for unix datagram socket'Alexei Starovoitov11-128/+564
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-16Merge branch 'Add bpf_get_func_ip helper'Alexei Starovoitov11-14/+297
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