aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-30net: lpc-enet: fix error return code in lpc_mii_init()Wei Yongjun1-1/+2
2020-04-30ice: Fix error return code in ice_add_prof()Wei Yongjun1-1/+3
2020-04-30octeontx2-pf: Fix error return code in otx2_probe()Wei Yongjun1-2/+6
2020-04-30dpaa_eth: Fix comparing pointer to 0Aishwarya Ramakrishnan1-1/+1
2020-04-30net: dsa: b53: Remove is_static argument to b53_read_op()Florian Fainelli1-3/+3
2020-04-30net: dsa: b53: Bound check ARL searchesFlorian Fainelli2-1/+6
2020-04-30net: dsa: b53: Provide number of ARL bucketsFlorian Fainelli2-0/+22
2020-04-30net: dsa: b53: Rename num_arl_entries to num_arl_binsFlorian Fainelli2-27/+27
2020-04-30r8169: add check for invalid parameter combination in rtl_set_coalesceHeiner Kallweit1-0/+5
2020-04-30r8169: improve rtl_set_coalesceHeiner Kallweit1-40/+30
2020-04-30r8169: improve interrupt coalescing parameter handlingHeiner Kallweit1-6/+6
2020-04-30r8169: improve rtl_coalesce_choose_scaleHeiner Kallweit1-6/+7
2020-04-30r8169: improve rtl_get_coalesceHeiner Kallweit1-26/+20
2020-04-30r8169: merge scale for tx and rx irq coalescingHeiner Kallweit1-40/+25
2020-04-30r8169: don't pass net_device to irq coalescing sub-functionsHeiner Kallweit1-6/+6
2020-04-30Merge tag 'mlx5-updates-2020-04-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller76-1439/+1192
2020-04-30mlxsw: spectrum_span: Remove old SPAN APIIdo Schimmel2-209/+2
2020-04-30mlxsw: spectrum_span: Use new analyzed ports list during speed / MTU changeIdo Schimmel1-37/+35
2020-04-30mlxsw: spectrum_acl: Convert flower-based mirroring to new SPAN APIIdo Schimmel1-12/+19
2020-04-30mlxsw: spectrum: Convert matchall-based mirroring to new SPAN APIIdo Schimmel1-13/+39
2020-04-30mlxsw: spectrum_span: Add APIs to bind / unbind a SPAN agentIdo Schimmel2-0/+187
2020-04-30mlxsw: spectrum_span: Wrap buffer change in a functionIdo Schimmel1-5/+12
2020-04-30mlxsw: spectrum_span: Rename functionIdo Schimmel1-8/+8
2020-04-30mlxsw: spectrum_span: Add APIs to get / put an analyzed portIdo Schimmel2-0/+140
2020-04-30mlxsw: spectrum_span: Add APIs to get / put a SPAN agentIdo Schimmel2-0/+47
2020-04-30docs: networking: convert switchdev.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30docs: networking: convert skfp.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30docs: networking: convert ray_cs.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30docs: networking: convert PLIP.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30docs: networking: convert netconsole.txt to ReSTMauro Carvalho Chehab3-4/+4
2020-04-30docs: networking: convert ltpc.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30stmmac: intel: Place object in the Makefile according to the orderAndy Shevchenko1-2/+2
2020-04-30stmmac: intel: Fix indentation to put on one line affected codeAndy Shevchenko1-60/+32
2020-04-30stmmac: intel: Eliminate useless conditions and variablesAndy Shevchenko1-12/+2
2020-04-30stmmac: intel: Convert to use pci_alloc_irq_vectors() APIAndy Shevchenko1-3/+8
2020-04-30stmmac: intel: Remove unnecessary loop for PCI BARsAndy Shevchenko1-18/+5
2020-04-30stmmac: intel: Fix clock handling on error and remove pathsAndy Shevchenko2-9/+16
2020-04-30stmmac: intel: Fix kernel crash due to wrong error pathAndy Shevchenko1-1/+3
2020-04-30net/faraday: Fix unnecessary check in ftmac100_probe()Tang Bin1-3/+0
2020-04-30rionet: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-04-30net: phy: mdio: add IPQ4019 MDIO driverRobert Marko3-0/+168
2020-04-30hinic: Use ARRAY_SIZE for nic_vf_cmd_msg_handlerZou Wei1-5/+3
2020-04-30hinic: make a bunch of functions staticYueHaibing1-43/+48
2020-04-30net/mlx5e: Unify reserving space for WQEsMaxim Mikityanskiy6-69/+88
2020-04-30net/mlx5e: Rename ICOSQ WQE info struct and fieldMaxim Mikityanskiy4-15/+15
2020-04-30net/mlx5e: Fetch WQE: reuse code and enforce typingMaxim Mikityanskiy8-40/+38
2020-04-30net/mlx5e: XDP, Print the offending TX descriptor on error completionTariq Toukan1-4/+3
2020-04-30net/mlx5e: TX, Generalise code and usage of error CQE dumpTariq Toukan4-22/+27
2020-04-30net/mlx5e: Use proper name field for the UMR keyTariq Toukan1-1/+1
2020-04-30net/mlx5: Add support for release all pages eventEran Ben Elisha2-3/+41