summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
* net: systemport: Guard against unmapped TX ringFlorian Fainelli2017-10-231-0/+3
* mlxsw: spectrum: Add another partition to KVD linearIdo Schimmel2017-10-231-2/+17
* mlxsw: spectrum: Increase number of linear entriesIdo Schimmel2017-10-232-3/+3
* mlxsw: spectrum_router: Populate adjacency entries according to weightsIdo Schimmel2017-10-231-12/+99
* mlxsw: spectrum_router: Prepare for large adjacency groupsIdo Schimmel2017-10-231-0/+58
* mlxsw: spectrum_router: Store weight in nexthop structIdo Schimmel2017-10-231-0/+7
* mlxsw: spectrum: Add ability to query KVDL allocation sizeIdo Schimmel2017-10-232-0/+18
* mlxsw: spectrum: Better represent KVDL partitionsIdo Schimmel2017-10-233-37/+238
* mlxsw: spectrum_dpipe: Add adjacency group sizeIdo Schimmel2017-10-233-7/+44
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-2232-245/+529
|\
| * stmmac: Don't access tx_q->dirty_tx before netif_tx_lockBernd Edlinger2017-10-221-1/+2
| * net: stmmac: Prevent infinite loop in get_rx_timestamp_status()Jose Abreu2017-10-221-1/+1
| * net: stmmac: Fix stmmac_get_rx_hwtstamp()Jose Abreu2017-10-221-7/+6Star
| * net: stmmac: Add missing call to dev_kfree_skb()Jose Abreu2017-10-221-0/+1
| * mlxsw: spectrum_router: Configure TIGCR on initPetr Machata2017-10-221-1/+10
| * mlxsw: reg: Add Tunneling IPinIP General Configuration RegisterPetr Machata2017-10-221-0/+31
| * net: aquantia: Bad udp rate on default interrupt coalescingIgor Russkikh2017-10-211-6/+6
| * net: aquantia: Enable coalescing management via ethtool interfaceIgor Russkikh2017-10-219-62/+155
| * net: aquantia: mmio unmap was not performed on driver removalIgor Russkikh2017-10-211-0/+3
| * net: aquantia: Limit number of MSIX irqs to the number of cpusIgor Russkikh2017-10-211-4/+7
| * net: aquantia: Fixed transient link up/down/up notificationIgor Russkikh2017-10-211-0/+2
| * net: aquantia: Add queue restarts stats counterIgor Russkikh2017-10-212-58/+37Star
| * net: aquantia: Reset nic statistics on interface up/downIgor Russkikh2017-10-216-17/+75
| * net: ena: fix wrong max Tx/Rx queues on ethtoolNetanel Belgazal2017-10-191-2/+2
| * net: ena: fix rare kernel crash when bar memory remap failsNetanel Belgazal2017-10-191-1/+2
| * net: ena: reduce the severity of some printoutsNetanel Belgazal2017-10-191-2/+2
| * ibmvnic: Fix calculation of number of TX header descriptorsThomas Falcon2017-10-181-8/+8
| * mlxsw: core: Fix possible deadlockIdo Schimmel2017-10-181-1/+10
| * bnxt_en: Fix possible corruption in DCB parameters from firmware.Sankar Patchineelam2017-10-151-5/+18
| * bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.Michael Chan2017-10-153-1/+10
| * bnxt_en: Fix VF resource checking.Michael Chan2017-10-151-2/+9
| * bnxt_en: Fix VF PCIe link speed and width logic.Vasundhara Volam2017-10-151-1/+1
| * bnxt_en: Don't use rtnl lock to protect link change logic in workqueue.Michael Chan2017-10-153-12/+21
| * bnxt_en: Improve VF/PF link change logic.Michael Chan2017-10-151-13/+53
| * net: stmmac: dwmac_lib: fix interchanged sleep/timeout values in DMA reset fu...Emiliano Ingrassia2017-10-131-1/+1
| * liquidio: fix timespec64_to_ns typoArnd Bergmann2017-10-131-1/+1
| * r8169: only enable PCI wakeups when WOL is activeDaniel Drake2017-10-121-2/+0Star
| * nfp: handle page allocation failuresJakub Kicinski2017-10-101-6/+14
| * nfp: fix ethtool stats gather retryJakub Kicinski2017-10-101-3/+5
| * i40e: Fix memory leak related filter programming statusAlexander Duyck2017-10-101-27/+36
| * i40e: Fix comment about locking for __i40e_read_nvm_word()Stefano Brivio2017-10-101-1/+1
* | nfp: use struct fields for 8 bit-wide accessPieter Jansen van Vuuren2017-10-222-74/+39Star
* | drivers, net, mlx5: convert fs_node.refcount from atomic_t to refcount_tElena Reshetova2017-10-222-15/+16
* | drivers, net, mlx5: convert mlx5_cq.refcount from atomic_t to refcount_tElena Reshetova2017-10-221-8/+8
* | drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_tElena Reshetova2017-10-221-4/+4
* | drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_tElena Reshetova2017-10-221-4/+4
* | drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_tElena Reshetova2017-10-221-4/+4
* | drivers, net, ethernet: convert mtk_eth.dma_refcnt from atomic_t to refcount_tElena Reshetova2017-10-222-4/+8
* | drivers, net, ethernet: convert clip_entry.refcnt from atomic_t to refcount_tElena Reshetova2017-10-222-8/+9
* | net: hns3: Add mac loopback selftest support in hns3 driverYunsheng Lin2017-10-222-0/+327