summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-2722-423/+160Star
|\
| * dpaa2-eth: fix race condition with bql frame accountingIoana Ciornei2019-03-261-4/+9
| * chelsio: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-03-262-2/+2
| * r8169: fix cable re-plugging issueHeiner Kallweit2019-03-241-1/+1
| * net: ethernet: ti: fix possible object reference leakWen Yang2019-03-241-2/+6
| * net: ibm: fix possible object reference leakWen Yang2019-03-241-0/+1
| * net: xilinx: fix possible object reference leakWen Yang2019-03-241-0/+2
| * r8169: don't read interrupt mask register in interrupt handlerHeiner Kallweit2019-03-221-2/+4
| * net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin2019-03-212-8/+6Star
| * net: macb: Add null check for PCLK and HCLKHarini Katakam2019-03-211-2/+8
| * dpaa2-eth: Fix possible access beyond end of arrayIoana Ciocoi Radulescu2019-03-211-1/+1
| * net: ks8851: Deduplicate register macrosLukas Wunner2019-03-203-330/+34Star
| * net: ks8851: Fix register macro misnomersLukas Wunner2019-03-201-25/+27
| * net: ks8851: Set initial carrier state to downLukas Wunner2019-03-201-0/+2
| * net: ks8851: Delay requesting IRQ until openedLukas Wunner2019-03-201-13/+11Star
| * net: ks8851: Reassert reset pin if chip ID check failsLukas Wunner2019-03-201-1/+1
| * net: ks8851: Dequeue RX packets explicitlyLukas Wunner2019-03-201-4/+4
| * 3c515: fix integer overflow warningArnd Bergmann2019-03-191-1/+1
| * net: stmmac: fix memory corruption with large MTUsAaro Koskinen2019-03-191-2/+3
| * mlxsw: core: mlxsw: core: avoid -Wint-in-bool-context warningArnd Bergmann2019-03-191-1/+1
| * net: aquantia: fix rx checksum offload for UDP/TCP over IPv6Dmitry Bogdanov2019-03-191-2/+3
| * mac8390: Fix mmio access size probeFinn Thain2019-03-191-7/+12
| * net: sis900: fix indentation issues, remove some spacesColin Ian King2019-03-151-5/+5
| * drivers: net: atp: fix various indentation issuesColin Ian King2019-03-151-1/+1
| * qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki2019-03-151-0/+2
| * net: stmmac: fix jumbo frame sending with non-linear skbsAaro Koskinen2019-03-151-2/+4
| * net: stmmac: don't set own bit too early for jumbo framesAaro Koskinen2019-03-152-8/+10
* | IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTYishai Hadas2019-03-181-3/+3
* | net/mlx5: Fix DCT creation bad flowYishai Hadas2019-03-181-30/+36
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-1423-138/+263
|\
| * lan743x: Fix TX Stall IssueBryan Whitehead2019-03-131-8/+1Star
| * net/mlx4_core: Fix qp mtt size calculationJack Morgenstein2019-03-121-3/+3
| * net/mlx4_core: Fix locking in SRIOV mode when switching between events and po...Jack Morgenstein2019-03-121-0/+8
| * net/mlx4_core: Fix reset flow when in command polling modeJack Morgenstein2019-03-121-0/+1
| * mlxsw: minimal: Initialize base_macJiri Pirko2019-03-121-0/+18
| * mlxsw: core: Prevent duplication during QSFP module initializationVadim Pasternak2019-03-121-10/+11
| * net: dwmac-sun8i: fix a missing check of of_get_phy_modeKangjie Lu2019-03-121-1/+4
| * net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu2019-03-121-1/+5
| * net: 8390: fix potential NULL pointer dereferencesKangjie Lu2019-03-121-0/+10
| * net: fujitsu: fix a potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+5
| * net: qlogic: fix a potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+6
| * Merge tag 'mlx5-fixes-2019-03-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-03-128-101/+128
| |\
| | * net/mlx5: Avoid panic when setting vport rateTonghao Zhang2019-03-111-4/+9
| | * net/mlx5: Avoid panic when setting vport mac, getting vport configTonghao Zhang2019-03-111-2/+2
| | * net/mlx5e: Fix access to non-existing receive queueTariq Toukan2019-03-111-0/+3
| | * net/mlx5e: IPoIB, Fix RX checksum statistics updateFeras Daoud2019-03-111-3/+8
| | * net/mlx5: Remove redundant lag function to get pf numRoi Dayan2019-03-112-23/+0Star
| | * net/mlx5e: Properly get the PF number phys port name ndoRoi Dayan2019-03-111-6/+7
| | * net/mlx5: Consolidate update FTE for all removal changesEli Britstein2019-03-111-6/+25
| | * net/mlx5: Add a locked flag to node removal functionsEli Britstein2019-03-111-42/+44