summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: cpts: rework initialization/deinitializationGrygorii Strashko2016-12-073-57/+92
* net: ethernet: ti: cpts: drop excessive writes to CTRL and INT_EN regsGrygorii Strashko2016-12-071-2/+0Star
* net: ethernet: ti: cpts: clean up event list if event pool is emptyWingMan Kwok2016-12-071-2/+24
* net: ethernet: ti: cpts: disable cpts when unregisteredGrygorii Strashko2016-12-071-0/+4
* net: ethernet: ti: cpts: fix registration orderGrygorii Strashko2016-12-071-10/+14
* net: ethernet: ti: cpts: fix unbalanced clk api usage in cpts_register/unregi...Grygorii Strashko2016-12-071-6/+8
* net: ethernet: ti: cpsw: minimize direct access to struct cptsGrygorii Strashko2016-12-072-13/+54
* net: ethernet: ti: allow cpts to be built separatelyGrygorii Strashko2016-12-075-19/+42
* net: ethernet: ti: cpts: switch to readl/writel_relaxed()Grygorii Strashko2016-12-071-2/+2
* bnxt_en: Add interface to support RDMA driver.Michael Chan2016-12-075-5/+483
* bnxt_en: Refactor the driver registration function with firmware.Michael Chan2016-12-072-5/+31
* bnxt_en: Reserve RDMA resources by default.Michael Chan2016-12-072-1/+66
* bnxt_en: Improve completion ring allocation for VFs.Michael Chan2016-12-073-12/+12
* bnxt_en: Move function reset to bnxt_init_one().Michael Chan2016-12-072-20/+6Star
* bnxt_en: Enable MSIX early in bnxt_init_one().Michael Chan2016-12-072-69/+115
* bnxt_en: Add bnxt_set_max_func_irqs().Michael Chan2016-12-072-6/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-0718-51/+90
|\
| * net/mlx5e: Change the SQ/RQ operational state to positive logicMohamad Haj Yahia2016-12-065-13/+17
| * net/mlx5e: Don't flush SQ on errorSaeed Mahameed2016-12-061-1/+0Star
| * net/mlx5e: Don't notify HW when filling the edge of ICO SQSaeed Mahameed2016-12-061-1/+1
| * net/mlx5: Fix query ISSI flowKamal Heib2016-12-063-11/+14
| * net/mlx5: Remove duplicate pci dev name printKamal Heib2016-12-061-4/+4
| * net/mlx5: Verify module parametersKamal Heib2016-12-062-12/+17
| * net: fec: fix compile with CONFIG_M5272Nikita Yushchenko2016-12-061-3/+10
| * be2net: Add DEVSEC privilege to SET_HSW_CONFIG command.Venkat Duvvuru2016-12-061-1/+2
| * net: stmmac: clear reset value of snps, wr_osr_lmt/snps, rd_osr_lmt before wr...Niklas Cassel2016-12-063-2/+8
| * net: ep93xx_eth: Do not crash unloading moduleFlorian Fainelli2016-12-051-0/+4
| * bnx2x: Prevent tunnel config for 577xxMintz, Yuval2016-12-051-2/+2
| * bnx2x: Correct ringparam estimate when DOWNMintz, Yuval2016-12-051-0/+8
| * net: bnx2x: fix improper return valuePan Bian2016-12-051-0/+1
| * net: ethernet: qlogic: set error code on failurePan Bian2016-12-051-0/+1
| * netdev: broadcom: propagate error codePan Bian2016-12-051-1/+1
* | net: hns: Fix to conditionally convey RX checksum flag to stackSalil2016-12-062-7/+71
* | net: ethernet: ti: cpsw: fix early budget splitIvan Khoronzhuk2016-12-061-77/+77
* | net: ethernet: slicoss: add slicoss gigabit ethernet driverLino Sanfilippo2016-12-066-0/+2491
* | net: hix5hd2_gmac: add reset control and clock signalsDongpo Li2016-12-061-12/+127
* | net: hix5hd2_gmac: add tx scatter-gather featureDongpo Li2016-12-061-11/+187
* | net: hix5hd2_gmac: add generic compatible stringDongpo Li2016-12-061-4/+11
* | net: calxeda: xgmac: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-051-9/+8Star
* | net: ethoc: Demote packet dropped error message to debugFlorian Fainelli2016-12-051-1/+1
* | net: ethoc: Utilize of_get_mac_address()Florian Fainelli2016-12-051-4/+3Star
* | net: ethoc: Account for duplex changesFlorian Fainelli2016-12-051-0/+35
* | r8169: Add support for restarting auto-negotiationFlorian Fainelli2016-12-051-0/+8
* | bnxt_en: Add PFC statistics.Michael Chan2016-12-053-8/+36
* | bnxt_en: Implement DCBNL to support host-based DCBX.Michael Chan2016-12-056-3/+557
* | bnxt_en: Update firmware header file to latest 1.6.0.Michael Chan2016-12-054-621/+993
* | bnxt_en: Re-factor bnxt_setup_tc().Michael Chan2016-12-052-8/+11
* | ipv4: fib: Replay events when registering FIB notifierIdo Schimmel2016-12-042-2/+26
* | rocker: Register FIB notifier before creating portsIdo Schimmel2016-12-041-4/+5
* | rocker: Implement FIB offload in deferred workIdo Schimmel2016-12-042-8/+51