summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2019-03-24net: xilinx: fix possible object reference leakWen Yang1-0/+2
2019-03-22r8169: don't read interrupt mask register in interrupt handlerHeiner Kallweit1-2/+4
2019-03-21net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin2-8/+6
2019-03-21net: macb: Add null check for PCLK and HCLKHarini Katakam1-2/+8
2019-03-21dpaa2-eth: Fix possible access beyond end of arrayIoana Ciocoi Radulescu1-1/+1
2019-03-20net: ks8851: Deduplicate register macrosLukas Wunner3-330/+34
2019-03-20net: ks8851: Fix register macro misnomersLukas Wunner1-25/+27
2019-03-20net: ks8851: Set initial carrier state to downLukas Wunner1-0/+2
2019-03-20net: ks8851: Delay requesting IRQ until openedLukas Wunner1-13/+11
2019-03-20net: ks8851: Reassert reset pin if chip ID check failsLukas Wunner1-1/+1
2019-03-20net: ks8851: Dequeue RX packets explicitlyLukas Wunner1-4/+4
2019-03-203c515: fix integer overflow warningArnd Bergmann1-1/+1
2019-03-19net: stmmac: fix memory corruption with large MTUsAaro Koskinen1-2/+3
2019-03-19mlxsw: core: mlxsw: core: avoid -Wint-in-bool-context warningArnd Bergmann1-1/+1
2019-03-19net: aquantia: fix rx checksum offload for UDP/TCP over IPv6Dmitry Bogdanov1-2/+3
2019-03-19mac8390: Fix mmio access size probeFinn Thain1-7/+12
2019-03-18IB/mlx5: Use mlx5 core to create/destroy a DEVX DCTYishai Hadas1-3/+3
2019-03-18net/mlx5: Fix DCT creation bad flowYishai Hadas1-30/+36
2019-03-15net: sis900: fix indentation issues, remove some spacesColin Ian King1-5/+5
2019-03-15drivers: net: atp: fix various indentation issuesColin Ian King1-1/+1
2019-03-15qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki1-0/+2
2019-03-15net: stmmac: fix jumbo frame sending with non-linear skbsAaro Koskinen1-2/+4
2019-03-15net: stmmac: don't set own bit too early for jumbo framesAaro Koskinen2-8/+10
2019-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-138/+263
2019-03-13lan743x: Fix TX Stall IssueBryan Whitehead1-8/+1
2019-03-13net/mlx4_core: Fix qp mtt size calculationJack Morgenstein1-3/+3
2019-03-13net/mlx4_core: Fix locking in SRIOV mode when switching between events and po...Jack Morgenstein1-0/+8
2019-03-13net/mlx4_core: Fix reset flow when in command polling modeJack Morgenstein1-0/+1
2019-03-13mlxsw: minimal: Initialize base_macJiri Pirko1-0/+18
2019-03-13mlxsw: core: Prevent duplication during QSFP module initializationVadim Pasternak1-10/+11
2019-03-13net: dwmac-sun8i: fix a missing check of of_get_phy_modeKangjie Lu1-1/+4
2019-03-13net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu1-1/+5
2019-03-13net: 8390: fix potential NULL pointer dereferencesKangjie Lu1-0/+10
2019-03-13net: fujitsu: fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-03-13net: qlogic: fix a potential NULL pointer dereferenceKangjie Lu1-0/+6
2019-03-12Merge tag 'mlx5-fixes-2019-03-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller8-101/+128
2019-03-12net: rocker: fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-03-12net: qlge: fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-03-11net: thunder: fix a potential NULL pointer dereferenceKangjie Lu1-0/+6
2019-03-11net: lio_core: fix two NULL pointer dereferencesKangjie Lu1-0/+10
2019-03-11lan743x: Fix RX Kernel PanicBryan Whitehead1-14/+32
2019-03-11net: liquidio: fix a NULL pointer dereferenceKangjie Lu1-0/+5
2019-03-11net/mlx5: Avoid panic when setting vport rateTonghao Zhang1-4/+9
2019-03-11net/mlx5: Avoid panic when setting vport mac, getting vport configTonghao Zhang1-2/+2
2019-03-11net/mlx5e: Fix access to non-existing receive queueTariq Toukan1-0/+3
2019-03-11net/mlx5e: IPoIB, Fix RX checksum statistics updateFeras Daoud1-3/+8
2019-03-11net/mlx5: Remove redundant lag function to get pf numRoi Dayan2-23/+0
2019-03-11net/mlx5e: Properly get the PF number phys port name ndoRoi Dayan1-6/+7
2019-03-11net/mlx5: Consolidate update FTE for all removal changesEli Britstein1-6/+25
2019-03-11net/mlx5: Add a locked flag to node removal functionsEli Britstein1-42/+44