summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-141-11/+0
|\
| * qedr: Add RoCE driver frameworkRam Amrani2016-10-141-11/+0
* | Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-10-149-53/+118
|\ \ | |/ |/|
| * net: hns: delete redundant broadcast packet filter processDaode Huang2016-10-031-10/+0
| * net: hns: bug fix about broadcast/multicast packetsDaode Huang2016-10-031-0/+16
| * net: hns: fix the bug of forwarding tableDaode Huang2016-10-033-5/+18
| * net: hns: fix port not available after testing loopbackKejian Yan2016-10-034-14/+7
| * net: hns: delete repeat read fbd num after whileDaode Huang2016-10-031-13/+2
| * net: hns: add fini_process for v2 napi processDaode Huang2016-10-031-7/+38
| * net: hns: bug fix about setting coalsecs-usecs to 0Daode Huang2016-10-032-0/+20
| * net: hns: fix port unavailable after hnae_reserve_buffer_map faillipeng2016-10-031-5/+18
* | net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser2016-10-131-6/+5
* | liquidio: CN23XX: fix a loop timeoutDan Carpenter2016-10-131-1/+1
* | stmmac: fix error check when init ptpGiuseppe CAVALLARO2016-10-132-6/+8
* | stmmac: fix ptp init for gmac4Giuseppe CAVALLARO2016-10-131-5/+12
* | qed: fix old-style function definitionArnd Bergmann2016-10-131-1/+1
* | net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ONTom Herbert2016-10-131-2/+2
* | qed: Fix to use list_for_each_entry_safe() when delete itemsWei Yongjun2016-10-131-2/+2
* | tlan: avoid unused label with PCI=nArnd Bergmann2016-10-131-1/+1
* | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-113-3/+0
* | kthread: kthread worker API cleanupPetr Mladek2016-10-111-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1123-139/+257
|\ \
| * | be2net: Enable VF link state setting for BE3Suresh Reddy2016-10-091-1/+1
| * | be2net: Fix TX stats for TSO packetsSriharsha Basavapatna2016-10-091-2/+12
| * | be2net: Update Copyright string in be_hw.hSriharsha Basavapatna2016-10-091-1/+1
| * | be2net: NCSI FW section should be properly updated with ethtool for BE3Sriharsha Basavapatna2016-10-091-1/+23
| * | be2net: Provide an alternate way to read pf_num for BEx chipsSriharsha Basavapatna2016-10-092-1/+10
| * | net: macb: NULL out phydev after removing mdio busNathan Sullivan2016-10-071-0/+1
| * | ethernet: qualcomm: QCOM_EMAC should depend on HAS_DMA and HAS_IOMEMGeert Uytterhoeven2016-10-061-0/+1
| * | net: ethernet: mediatek: get hw lro capability by the chip id instead of by t...Nelson Chang2016-10-062-2/+13
| * | net: ethernet: mediatek: get the chip id by ETHDMASYS registersNelson Chang2016-10-062-0/+34
| * | net: bgmac: Fix errant feature flag checkJon Mason2016-10-061-1/+1
| * | drivers: net: cpsw-phy-sel: add support to configure rgmii internal delayMugunthan V N2016-10-061-0/+14
| * | net: hns: Add missing \n to end of dev_err messages, tidy up textColin Ian King2016-10-061-11/+11
| * | net: ps3_gelic: Add missing \n to end of deb_dbg messageColin Ian King2016-10-061-1/+1
| * | net: axienet: Add missing \n to end of dev_err messagesColin Ian King2016-10-061-2/+2
| * | Merge branch 'fman-next' of git://git.freescale.com/ppc/upstream/linuxDavid S. Miller2016-10-0610-116/+132
| |\ \
| | * | fsl/fman: remove leftover commentMadalin Bucur2016-10-041-4/+0
| | * | fsl/fman: fix return value checkingMadalin Bucur2016-10-041-2/+2
| | * | fsl/fman: simplify redundant conditionMadalin Bucur2016-10-041-2/+1
| | * | fsl/fman: check of_get_phy_mode() return valueMadalin Bucur2016-10-041-4/+6
| | * | fsl/fman: check pcsphy pointer before useMadalin Bucur2016-10-041-0/+3
| | * | fsl/fman: MEMAC may use QSGMII PHY interface modeMadalin Bucur2016-10-041-1/+2
| | * | fsl/fman: return a phy_dev pointer from initMadalin Bucur2016-10-042-12/+13
| | * | fsl/fman: simplify device tree readsMadalin Bucur2016-10-043-48/+30
| | * | fsl/fman: use of_get_phy_mode()Madalin Bucur2016-10-041-31/+2
| | * | fsl/fman: small fixesMadalin Bucur2016-10-042-6/+8
| | * | fsl/fman: fix loadable module compilationIgal Liberman2016-10-044-7/+64
| | * | fsl/fman: split lines over 80 charactersMadalin Bucur2016-10-042-2/+4
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-0912-44/+111
|\ \ \ \