aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-26devlink: convert snapshot destructor callback to region opJacob Keller2-3/+6
2020-03-26devlink: prepare to support region operationsJacob Keller2-5/+17
2020-03-26veth: rely on peer veth_rq for ndo_xdp_xmit accountingLorenzo Bianconi1-47/+82
2020-03-26veth: rely on veth_rq in veth_xdp_flush_bq signatureLorenzo Bianconi1-15/+15
2020-03-26sfc: falcon: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2020-03-26igb: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2020-03-26mlxsw: spectrum_flower: Offload FLOW_ACTION_MANGLEPetr Machata5-0/+174
2020-03-26mlxsw: core: Add DSCP, ECN, dscp_rw to QOS_ACTIONPetr Machata1-0/+64
2020-03-26mlxsw: core: Rename mlxsw_afa_qos_cmd to mlxsw_afa_qos_switch_prio_cmdPetr Machata1-7/+7
2020-03-26Merge tag 'mlx5-updates-2020-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller12-146/+261
2020-03-26atl2: remove unused variable 'atl2_driver_string'YueHaibing1-1/+0
2020-03-25net/mlx5: E-switch, Protect eswitch mode changesParav Pandit4-50/+123
2020-03-25net/mlx5: E-switch, Extend eswitch enable to handle num_vfs changeParav Pandit4-32/+58
2020-03-25net/mlx5: Split eswitch mode check to different helper functionParav Pandit1-4/+33
2020-03-25net/mlx5: Simplify mlx5_unload_one() and its callersParav Pandit3-10/+5
2020-03-25net/mlx5: Simplify mlx5_register_device to return voidParav Pandit3-15/+5
2020-03-25net/mlx5: Avoid group version scan when not necessaryEli Cohen1-6/+10
2020-03-25net/mlx5: Avoid incrementing FTE versionEli Cohen1-1/+0
2020-03-25net/mlx5: Fix group version managementEli Cohen1-0/+1
2020-03-25net/mlx5: Simplify matching group searchesEli Cohen1-30/+11
2020-03-25net/mlx5: E-Switch, Use correct type for chain, prio and level valuesRoi Dayan1-1/+2
2020-03-25net/mlx5: E-Switch, free flow_group_in after creating the restore tableRoi Dayan1-0/+2
2020-03-25net/mlx5: E-Switch, Enable chains only if regs loopback is enabledPaul Blakey2-20/+26
2020-03-25net/mlx5: E-Switch, Enable restore table only if reg_c1 is supportedPaul Blakey1-0/+9
2020-03-25net/mlx5e: remove duplicated check chain_index in mlx5e_rep_setup_ft_cbwenxu1-2/+1
2020-03-25net/mlx5e: Fix actions_match_supported() returnDan Carpenter1-1/+1
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller81-567/+622
2020-03-25Merge tag 'wireless-drivers-2020-03-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller4-13/+27
2020-03-25net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} buildPablo Neira Ayuso3-4/+5
2020-03-25cxgb4: Add support to catch bits set in INT_CAUSE5Rahul Kundu2-8/+30
2020-03-25octeontx2-pf: Fix ndo_set_rx_modeSunil Goutham2-2/+29
2020-03-25octeontx2-pf: Fix rx buffer page refcountSunil Goutham1-0/+1
2020-03-25net: ena: Add PCI shutdown handler to allow safe kexecGuilherme G. Piccoli1-10/+41
2020-03-25cxgb4: remove set but not used variable 'tab'YueHaibing1-3/+1
2020-03-24Merge tag 'mlx5-fixes-2020-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller8-18/+41
2020-03-24r8169: re-enable MSI on RTL8168cHeiner Kallweit1-1/+1
2020-03-24net: phy: mdio-bcm-unimac: Fix clock handlingAndre Przywara1-4/+2
2020-03-24net: phy: mscc: consolidate a common RGMII delay implementationVladimir Oltean2-57/+49
2020-03-24net: axienet: Allow DMA to beyond 4GBAndre Przywara1-0/+8
2020-03-24net: axienet: Autodetect 64-bit DMA capabilityAndre Przywara2-0/+27
2020-03-24net: axienet: Upgrade descriptors to hold 64-bit addressesAndre Przywara2-39/+83
2020-03-24net: axienet: Wrap DMA pointer writes to prepare for 64 bitAndre Przywara1-10/+16
2020-03-24net: axienet: Add mii-tool supportAndre Przywara1-0/+11
2020-03-24net: axienet: Drop MDIO interrupt registers from ethtools dumpAndre Przywara2-11/+0
2020-03-24net: axienet: Mark eth_irq as optionalAndre Przywara1-2/+2
2020-03-24net: axienet: Check for DMA mapping errorsAndre Przywara1-1/+30
2020-03-24net: axienet: Factor out TX descriptor chain cleanupAndre Przywara1-22/+57
2020-03-24net: axienet: Improve DMA error handlingAndre Przywara1-2/+2
2020-03-24net: axienet: Fix DMA descriptor cleanup pathAndre Przywara1-15/+28
2020-03-24net: axienet: Propagate failure of DMA descriptor setupAndre Przywara1-7/+19