summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ena: remove set but not used variable 'hash_key'YueHaibing2020-02-181-4/+0
* net: usb: cdc-phonet: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-181-1/+1
* net: phy: allow bcm84881 to be a moduleRussell King2020-02-181-2/+2
* mlxsw: spectrum: Reduce dependency between bridge and router codeIdo Schimmel2020-02-173-20/+2
* mlxsw: spectrum_switchdev: Remove VXLAN checks during FID membershipIdo Schimmel2020-02-171-58/+2
* mlxsw: spectrum_switchdev: Have VXLAN device take reference on FIDIdo Schimmel2020-02-171-19/+74
* mlxsw: spectrum_switchdev: Propagate extack to bridge creation functionIdo Schimmel2020-02-171-7/+12
* mlxsw: spectrum_fid: Use 'refcount_t' for FID reference countingIdo Schimmel2020-02-171-6/+7
* sfc: move some ARFS code out of headersEdward Cree2020-02-172-18/+17
* sfc: only schedule asynchronous filter work if neededEdward Cree2020-02-172-2/+8
* net: stmmac: Get rid of custom STMMAC_DEVICE() macroAndy Shevchenko2020-02-171-20/+15
* net: mvneta: get rid of xdp_ret in mvneta_swbm_rx_frameLorenzo Bianconi2020-02-171-17/+13
* net: mvneta: introduce xdp counters to ethtoolLorenzo Bianconi2020-02-171-0/+45
* net: mvneta: rely on struct mvneta_stats in mvneta_update_stats routineLorenzo Bianconi2020-02-171-32/+41
* net: mvneta: rely on open-coding updating stats for non-xdp and tx pathLorenzo Bianconi2020-02-171-16/+24
* net: mvneta: move refill_err and skb_alloc_err in per-cpu statsLorenzo Bianconi2020-02-171-14/+55
* net: dsa: mv88e6xxx: Add 6390 family PCS registers to ethtool -dAndrew Lunn2020-02-173-0/+68
* net: dsa: mv88e6xxx: Add 6352 family PCS registers to ethtool -dAndrew Lunn2020-02-173-0/+34
* net: dsa: mv88e6xxx: Allow PCS registers to be retrieved via ethtoolAndrew Lunn2020-02-172-1/+16
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-02-1715-198/+385
|\
| * ice: use true/false for bool typesBruce Allan2020-02-161-1/+1
| * ice: add function argument description to function header commentBruce Allan2020-02-161-0/+1
| * ice: use proper format for function pointer as a function parameterBruce Allan2020-02-161-1/+1
| * ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan2020-02-165-9/+9
| * ice: remove unnecessary fallthrough commentsBruce Allan2020-02-166-10/+0
| * ice: Fix virtchnl_queue_select bitmap validationBrett Creeley2020-02-161-8/+18
| * ice: Fix and refactor Rx queue disable for VFsBrett Creeley2020-02-162-10/+27
| * ice: Handle LAN overflow event for VF queuesBrett Creeley2020-02-165-0/+86
| * ice: Fix implicit queue mapping mode in ice_vsi_get_qsBrett Creeley2020-02-161-9/+12
| * ice: Add support to enable/disable all Rx queues before waitingBrett Creeley2020-02-168-34/+67
| * ice: Only allow tagged bcast/mcast traffic for VF in port VLANBrett Creeley2020-02-161-18/+31
| * ice: Fix Port VLAN priority bitsBrett Creeley2020-02-162-19/+13
| * ice: Add helper to determine if VF link is upBrett Creeley2020-02-161-17/+25
| * ice: Refactor port vlan configuration for the VFBrett Creeley2020-02-162-51/+37
| * ice: Add initial support for QinQBrett Creeley2020-02-164-17/+63
* | net/macsonic: Remove interrupt handler wrapperFinn Thain2020-02-171-15/+4
* | net/sonic: Start packet transmission immediatelyFinn Thain2020-02-171-6/+7
* | net/sonic: Remove explicit memory barriersFinn Thain2020-02-171-2/+0
* | net/sonic: Remove redundant netif_start_queue() callFinn Thain2020-02-171-1/+1
* | net/sonic: Remove redundant next_tx variableFinn Thain2020-02-172-5/+4
* | net/sonic: Refactor duplicated codeFinn Thain2020-02-175-93/+44
* | net/sonic: Remove obsolete commentFinn Thain2020-02-171-5/+0
* | sh_eth: use Gigabit register map for R7S72100Sergei Shtylyov2020-02-172-68/+1
* | sh_eth: add sh_eth_cpu_data::gecmr flagSergei Shtylyov2020-02-172-1/+14
* | sh_eth: check sh_eth_cpu_data::no_xdfar when dumping registersSergei Shtylyov2020-02-171-2/+4
* | sh_eth: check sh_eth_cpu_data::cexcr when dumping registersSergei Shtylyov2020-02-171-2/+4
* | sh_eth: check sh_eth_cpu_data::no_tx_cntrs when dumping registersSergei Shtylyov2020-02-171-4/+6
* | net: phylink: improve initial mac configurationRussell King2020-02-171-2/+34
* | net: phylink: allow ethtool -A to change flow control advertisementRussell King2020-02-171-0/+18
* | net: phylink: resolve fixed link flow controlRussell King2020-02-171-39/+31