summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-15net: mvneta: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-15net: mv643xx_eth: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-15net: jme: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-15Merge branch 'net-phy-split-the-mscc-driver'David S. Miller8-1474/+1532
2020-03-15net: phy: mscc: fix header defines and descriptionsAntoine Tenart3-12/+12
2020-03-15net: phy: mscc: split the driver into separate filesAntoine Tenart5-1462/+1515
2020-03-15net: phy: move the mscc driver to its own directoryAntoine Tenart6-1/+6
2020-03-15Merge branch 'RED-Introduce-an-ECN-tail-dropping-mode'David S. Miller9-20/+371
2020-03-15selftests: mlxsw: RED: Test RED ECN nodrop offloadPetr Machata3-8/+61
2020-03-15selftests: qdiscs: RED: Add nodrop testsPetr Machata1-0/+68
2020-03-15mlxsw: spectrum_qdisc: Offload RED ECN nodrop modePetr Machata1-4/+5
2020-03-15net: sched: RED: Introduce an ECN nodrop modePetr Machata4-6/+32
2020-03-15net: sched: Allow extending set of supported RED flagsPetr Machata3-3/+89
2020-03-15selftests: qdiscs: Add TDC test for REDPetr Machata1-0/+117
2020-03-15sfc: support configuring vf spoofchk on EF10 VFsEdward Cree1-3/+63
2020-03-15Merge branch 'net-phy-XLGMII-define-and-usage-in-PHYLINK'David S. Miller2-0/+30
2020-03-15net: phylink: Add XLGMII supportJose Abreu1-0/+27
2020-03-15net: phy: Add XLGMII interface defineJose Abreu1-0/+3
2020-03-15net: ena: ethtool: clean up minor indentation issueColin Ian King1-1/+1
2020-03-15net: dsa: sja1105: move MAC configuration to .phylink_mac_link_upVladimir Oltean1-4/+9
2020-03-15cxgb4: update T5/T6 adapter register rangesShahjada Abul Husain1-14/+8
2020-03-14Merge tag 'mlx5-updates-2020-03-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller10-386/+266
2020-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller107-1700/+5771
2020-03-14net/mlx5: DR, Remove unneeded functions decelerationAlex Vesker1-101/+0
2020-03-14net/mlx5: DR, Add support for flow table id destination actionAlex Vesker3-0/+33
2020-03-14net/mlx5: Avoid deriving mlx5_core_dev second timeParav Pandit1-9/+7
2020-03-14net/mlx5: E-switch, Annotate esw state_lock mutex destroyParav Pandit1-0/+1
2020-03-14net/mlx5: E-switch, Annotate termtbl_mutex mutex destroyParav Pandit1-1/+3
2020-03-14net/mlx5: Accept flow rules without matchMark Bloch6-31/+14
2020-03-14net/mlx5: E-Switch, Refactor unload all reps per rep typeBodong Wang1-19/+5
2020-03-14net/mlx5: E-Switch, Update VF vports config when num of VFs changedBodong Wang3-82/+46
2020-03-14net/mlx5: E-Switch, Introduce per vport configuration for eswitch modesBodong Wang3-108/+111
2020-03-14net/mlx5: E-switch, Make vport setup/cleanup sequence symmetricBodong Wang1-48/+53
2020-03-14net/mlx5: E-Switch, Prepare for vport enable/disable refactorBodong Wang1-11/+15
2020-03-14net/mlx5: E-Switch, Remove redundant warning when QoS enable failedBodong Wang1-3/+1
2020-03-14net/mlx5: E-Switch, Hold mutex when querying drop counter in legacy modeBodong Wang1-4/+10
2020-03-14net/mlx5: E-Switch, Remove redundant check of eswitch manager capBodong Wang1-4/+2
2020-03-14Merge branch 'bpf-core-fixes'Daniel Borkmann7-10/+249
2020-03-14selftests/bpf: Add vmlinux.h selftest exercising tracing of syscallsAndrii Nakryiko3-1/+133
2020-03-14libbpf: Provide CO-RE variants of PT_REGS macrosAndrii Nakryiko1-0/+103
2020-03-14libbpf: Ignore incompatible types with matching name during CO-RE relocationAndrii Nakryiko1-0/+4
2020-03-14selftests/bpf: Ensure consistent test failure outputAndrii Nakryiko2-9/+9
2020-03-13selftests/bpf: Fix spurious failures in accept due to EAGAINJakub Sitnicki1-19/+58
2020-03-13tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser3-4/+4
2020-03-13bpf: Add missing annotations for __bpf_prog_enter() and __bpf_prog_exit()Jules Irenge1-0/+2
2020-03-13bpf_helpers_doc.py: Fix warning when compiling bpftoolCarlos Neira1-0/+1
2020-03-13selftests/bpf: Fix usleep() implementationAndrii Nakryiko1-1/+10
2020-03-13Merge branch 'generalize-bpf-ksym'Alexei Starovoitov9-169/+151
2020-03-13bpf: Remove bpf_image treeJiri Olsa4-84/+13
2020-03-13bpf: Add dispatchers to kallsymsJiri Olsa2-7/+13