aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-21net: netxen: fix a missing check and an uninitialized useKangjie Lu1-1/+2
2018-12-20mscc: Configured MAC entries should be locked.Allan W. Nielsen1-1/+1
2018-12-19net: mvpp2: fix the phylink mode validationAntoine Tenart1-1/+1
2018-12-19lan743x: Remove MAC Reset from initializationBryan Whitehead1-6/+0
2018-12-19net/mlx5e: Remove the false indication of software timestamping supportAlaa Hleihel1-8/+3
2018-12-19net/mlx5: Typo fix in del_sw_hw_ruleYuval Avnery1-1/+1
2018-12-19net/mlx5e: RX, Fix wrong early return in receive queue pollTariq Toukan1-4/+6
2018-12-19bnxt_en: Fix ethtool self-test loopback.Michael Chan1-1/+4
2018-12-18vxge: ensure data0 is initialized in when fetching firmware version informationColin Ian King1-1/+1
2018-12-18lan743x: Expand phy search for LAN7431Bryan Whitehead1-2/+3
2018-12-18net: macb: add missing barriers when reading descriptorsAnssi Hannula2-3/+12
2018-12-18net: macb: fix dropped RX frames due to a raceAnssi Hannula1-2/+7
2018-12-18net: macb: fix random memory corruption on RX with 64-bit DMAAnssi Hannula1-0/+5
2018-12-18net: macb: restart tx after tx used bit readClaudiu Beznea1-1/+20
2018-12-18net: stmmac: Fix an error code in probe()Dan Carpenter1-0/+1
2018-12-18qed: Fix an error code qed_ll2_start_xmit()Dan Carpenter1-0/+1
2018-12-18net: mvpp2: 10G modes aren't supported on all portsAntoine Tenart1-6/+8
2018-12-18mlxsw: spectrum_nve: Fix memory leak upon driver reloadIdo Schimmel1-1/+1
2018-12-18mlxsw: spectrum: Add trap for decapsulated ARP packetsIdo Schimmel2-0/+2
2018-12-18mlxsw: core: Increase timeout during firmware flash processShalom Toledo3-2/+27
2018-12-16net: mvneta: fix operation for 64K PAGE_SIZEMarcin Wojtas1-3/+3
2018-12-16net: hns: Fix ping failed when use net bridge and send multicastYonglong Liu1-41/+216
2018-12-16net: hns: Add mac pcs config when enable|disable macYonglong Liu2-4/+11
2018-12-16net: hns: Fix ntuple-filters status error.Yonglong Liu1-1/+1
2018-12-16net: hns: Avoid net reset caused by pause frames stormYonglong Liu1-2/+10
2018-12-16net: hns: Free irq when exit from abnormal branchYonglong Liu1-1/+22
2018-12-16net: hns: Clean rx fbd when ae stopped.Yonglong Liu1-0/+3
2018-12-16net: hns: Fixed bug that netdev was opened twiceYonglong Liu1-0/+3
2018-12-16net: hns: Some registers use wrong address according to the datasheet.Yonglong Liu2-127/+127
2018-12-16net: hns: All ports can not work when insmod hns ko after rmmod.Yonglong Liu2-0/+18
2018-12-16net: hns: Incorrect offset address used for some registers.Yonglong Liu1-2/+2
2018-12-14w90p910_ether: remove incorrect __init annotationArnd Bergmann1-1/+1
2018-12-14crypto/chelsio/chtls: macro correction in tx pathAtul Gupta1-0/+3
2018-12-14drivers: net: xgene: Remove unnecessary forward declarationsNathan Chancellor1-3/+0
2018-12-13qed: Fix command number mismatch between driver and the mfwSudarsana Reddy Kalluru1-1/+2
2018-12-13Merge tag 'mlx5-fixes-2018-12-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller5-23/+32
2018-12-13net/mlx5e: Cancel DIM work on close SQTal Gilboa1-0/+1
2018-12-13net/mlx5e: Remove unused UDP GSO remaining counterMikhael Goikhman2-4/+0
2018-12-13net/mlx5e: Avoid encap flows deletion attempt the 1st time a neigh is resolvedOr Gerlitz2-6/+5
2018-12-13net/mlx5e: Properly initialize flow attributes for slow path eswitch rule deletionOr Gerlitz1-3/+6
2018-12-13net/mlx5e: Avoid overriding the user provided priority for offloaded tc rulesOr Gerlitz1-5/+4
2018-12-13net/mlx5e: Err if asked to mirror a goto chain tc eswitch ruleOr Gerlitz1-2/+9
2018-12-13net/mlx5e: RX, Verify MPWQE stride size is in rangeMoshe Shemesh1-0/+5
2018-12-13net/mlx5e: Fix default amount of channels for VF representorsGavi Teitz1-3/+2
2018-12-12Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller5-53/+32
2018-12-12bnx2x: Send update-svid ramrod with retry/poll flags enabledSudarsana Reddy Kalluru2-1/+10
2018-12-12bnx2x: Enable PTP only on the PF that initializes the portSudarsana Reddy Kalluru3-12/+12
2018-12-12bnx2x: Remove configured vlans as part of unload sequence.Sudarsana Reddy Kalluru2-8/+30
2018-12-12bnx2x: Clear fip MAC when fcoe offload support is disabledSudarsana Reddy Kalluru1-1/+3
2018-12-12ixgbe: Fix race when the VF driver does a resetRoss Lagerwall1-1/+10