summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* mlxsw: Replace license text with SPDX identifiers and adjust copyrightsJiri Pirko2018-08-0964-2139/+131Star
* mlxsw: spectrum: Reset FW after flashJiri Pirko2018-08-093-5/+24
* mlxsw: spectrum: Update the supported firmware to version 13.1702.6Nir Dotan2018-08-091-2/+2
* mlxsw: spectrum_flower: Disallow usage of vlan_id key on egressNir Dotan2018-08-093-0/+17
* net/mlx5: Reduce command polling intervalEli Cohen2018-08-091-1/+1
* net/mlx5: Unexport functions that need not be exportedEli Cohen2018-08-091-2/+0Star
* net/mlx5: Remove unused mlx5_query_vport_admin_stateEli Cohen2018-08-091-10/+0Star
* net/mlx5: E-Switch, Remove unused argument when creating legacy FDBEli Cohen2018-08-091-2/+2
* net/mlx5: Rename modify/query_vport state related enumsEran Ben Elisha2018-08-094-16/+16
* net/mlx5: Use max_num_eqs for calculation of required MSIX vectorsDenis Drozdov2018-08-091-1/+3
* net-next: hinic: fix a problem in free_tx_poll()Zhao Chen2018-08-083-11/+49
* net: nixge: Get rid of unused struct member 'last_link'Moritz Fischer2018-08-081-1/+0Star
* net: ethernet: ti: cpts: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* net: tlan: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* net: sfc: falcon: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* net: ethernet: sxgbe: mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
* qlge: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* qlcnic: Mark expected switch fall-througsGustavo A. R. Silva2018-08-081-1/+2
* qede: qede_fp: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+2
* netxen_nic: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-1/+2
* qed: qed_dev: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-2/+2
* net/mlx5e: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
* vxge: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+3
* igbvf: netdev: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* igb: e1000_phy: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* igb: e1000_82575: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* igb_main: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
* net/mlx4/en_rx: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
* net/mlx4/mcg: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
* i40e_txrx: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-1/+2
* i40e_main: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* net: hns3: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* net: hns: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* be2net: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* net: tulip: de4x5: mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+6
* net: tulip_core: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* net: thunderx: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* cxgb3/l2t: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* cxgb4/t4_hw: mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+3
* cxgb4/l2t: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* liquidio: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* net: macb: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* bnx2x: Mark expected switch fall-thoughsGustavo A. R. Silva2018-08-081-1/+1
* alteon: acenic: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* 8390: axnet_cs: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-08-089-194/+276
|\
| * i40e: fix i40e_add_queue_stats data pointer updateJacob Keller2018-08-071-1/+6
| * i40e: Add AQ command for rearrange NVM structurePiotr Azarewicz2018-08-074-0/+42
| * i40e: Add additional return code to i40e_asq_send_commandPiotr Azarewicz2018-08-072-0/+4
| * i40e: fix warning about shadowed ring parameterJacob Keller2018-08-071-4/+2Star