summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2019-01-13net: hns: Fixed bug that netdev was opened twiceYonglong Liu1-0/+3
2019-01-13net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu2-127/+127
2019-01-13net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu2-0/+18
2019-01-13net: hns: Incorrect offset address used for some registers.Yonglong Liu1-2/+2
2019-01-13w90p910_ether: remove incorrect __init annotationArnd Bergmann1-1/+1
2019-01-13drivers: net: xgene: Remove unnecessary forward declarationsNathan Chancellor1-3/+0
2019-01-13bnx2x: Send update-svid ramrod with retry/poll flags enabledSudarsana Reddy Kalluru2-1/+10
2019-01-13bnx2x: Remove configured vlans as part of unload sequence.Sudarsana Reddy Kalluru2-8/+30
2019-01-13bnx2x: Clear fip MAC when fcoe offload support is disabledSudarsana Reddy Kalluru1-1/+3
2019-01-13ixgbe: Fix race when the VF driver does a resetRoss Lagerwall1-1/+10
2019-01-13i40e: fix mac filter delete when setting mac addressStefan Assmann1-7/+7
2019-01-13ibmvnic: Fix non-atomic memory allocation in IRQ contextThomas Falcon1-1/+1
2019-01-13ibmvnic: Convert reset work item mutex to spin lockThomas Falcon2-8/+10
2019-01-09r8169: fix WoL device wakeup enableHeiner Kallweit1-2/+2
2019-01-09net: mvneta: fix operation for 64K PAGE_SIZEMarcin Wojtas1-3/+3
2019-01-09net/mlx5e: RX, Fix wrong early return in receive queue pollTariq Toukan1-4/+6
2019-01-09net/mlx5e: Remove unused UDP GSO remaining counterMikhael Goikhman2-4/+0
2019-01-09mlxsw: core: Increase timeout during firmware flash processShalom Toledo3-2/+27
2019-01-09qed: Fix command number mismatch between driver and the mfwSudarsana Reddy Kalluru1-1/+2
2019-01-09net: mvpp2: fix the phylink mode validationAntoine Tenart1-1/+1
2019-01-09net/mlx5e: RX, Verify MPWQE stride size is in rangeMoshe Shemesh1-0/+5
2019-01-09net/mlx5e: Cancel DIM work on close SQTal Gilboa1-0/+1
2019-01-09mscc: Configured MAC entries should be locked.Allan W. Nielsen1-1/+1
2019-01-09nfp: flower: ensure TCP flags can be placed in IPv6 framePieter Jansen van Vuuren1-6/+22
2019-01-09net/mlx5e: Remove the false indication of software timestamping supportAlaa Hleihel1-8/+3
2019-01-09net/mlx5: Typo fix in del_sw_hw_ruleYuval Avnery1-1/+1
2019-01-09net: stmmac: Fix an error code in probe()Dan Carpenter1-0/+1
2019-01-09net: mvpp2: 10G modes aren't supported on all portsAntoine Tenart1-6/+8
2019-01-09net: macb: restart tx after tx used bit readClaudiu Beznea1-1/+20
2019-01-09ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler1-1/+5
2018-12-21mlxsw: spectrum_switchdev: Fix VLAN device deletion via ioctlIdo Schimmel1-2/+8
2018-12-21net: mvpp2: fix phylink handling of invalid PHY modesBaruch Siach1-1/+32
2018-12-21net: mvpp2: fix detection of 10G SFP modulesBaruch Siach1-0/+1
2018-12-21ethernet: fman: fix wrong of_node_put() in probe functionNicolas Saenz Julienne1-3/+2
2018-12-21net/mlx4_en: Fix build break when CONFIG_INET is offSaeed Mahameed1-1/+1
2018-12-21liquidio: read sc->iq_no before release scPan Bian1-1/+3
2018-12-21net: aquantia: fix rx checksum offload bitsDmitry Bogdanov1-1/+1
2018-12-21net: stmmac: Move debugfs init/exit to ->probe()/->remove()Thierry Reding1-10/+13
2018-12-21net: ethernet: ave: Replace NET_IP_ALIGN with AVE_FRAME_HEADROOMKunihiko Hayashi1-6/+8
2018-12-17net: hisilicon: remove unexpected free_netdevPan Bian1-3/+1
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser1-1/+3
2018-12-17igb: fix uninitialized variablesYunjian Wang1-0/+1
2018-12-17net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi1-0/+3
2018-12-17Revert "net/ibm/emac: wrong bit is used for STA control"Benjamin Herrenschmidt1-1/+1
2018-12-17net/mlx4_en: Change min MTU size to ETH_MIN_MTUEran Ben Elisha2-3/+2
2018-12-17net/mlx4_core: Correctly set PFC param if global pause is turned off.Tarick Bedeir1-2/+2
2018-12-17net: 8139cp: fix a BUG triggered by changing mtu with network trafficSu Yanjun1-0/+5
2018-12-13net: amd: add missing of_node_put()Yangtao Li1-1/+3
2018-12-13ibmvnic: Update driver queues after change in ring size supportThomas Falcon1-1/+8
2018-12-13ibmvnic: Fix RX queue buffer cleanupThomas Falcon1-2/+2