aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-23drivers: net: xgene: Check for IS_ERR rather than NULL for clock.Suman Tripathi4-11/+18
2015-06-23drivers: net: xgene: Add ACPI support for SGMII0 and XFI1 interface of 2nd H/W version of APM X-Gene SoC ethernet controller.Suman Tripathi1-0/+2
2015-06-23drivers: net: xgene: Implement the backward compatibility with the old and new firmware w.r.t Tx completion IRQ interrupt.Suman Tripathi1-6/+6
2015-06-23drivers: net: xgene: Fix the ACPI support for RGMII/SGMII0/XFI interface of APM X-Gene SoC ethernet controller.Suman Tripathi2-23/+43
2015-06-23NET: Add ezchip ethernet driverNoam Camus6-0/+1023
2015-06-23net: fec: init MAC prior to mii bus probeNimrod Andy1-1/+3
2015-06-23switchdev; add VLAN support for port's bridge_getlinkScott Feldman4-4/+30
2015-06-23switchdev: rename vlan vid_start to vid_beginScott Feldman1-2/+2
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker63-264/+94
2015-06-23net: stmmac: dwmac-rk: add rk3368-specific dataHeiko Stübner1-0/+126
2015-06-23net: stmmac: dwmac-rk: abstract access to mac settings in GRFHeiko Stübner1-41/+75
2015-06-23net: stmmac: dwmac-rk: Fix clk rate when provided by socHeiko Stübner1-2/+1
2015-06-23net: stmmac: dwmac-rk: remove unused gpio register definesHeiko Stübner1-3/+0
2015-06-23net/macb: add config for Atmel sama5d2 SoCsCyrille Pitchen1-0/+8
2015-06-21bna: remove superfluous parenthesesIvan Vecera6-66/+66
2015-06-21bna: make pointers to read-only inputs constIvan Vecera4-21/+20
2015-06-21bna: remove unnecessary cast of BIT valueIvan Vecera2-4/+3
2015-06-21net: via/Kconfig: replace USE_OF with OF_???Antonio Borneo1-2/+2
2015-06-21net: via-rhine: remove unneeded include fileAntonio Borneo1-1/+0
2015-06-21cxgb4: Add PCI device ID for custom T522 & T520 adapterHariprasad Shenai1-0/+2
2015-06-21Modify Liquidio Kconfig for crc libRaghu Vatsavayi1-1/+1
2015-06-21cxgb3: avoid needless buffer copy for firmwareKees Cook1-6/+6
2015-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller10-109/+84
2015-06-18net: stmmac: dwmac-rk: Don't add function name in info or err messagesRomain Perier1-39/+36
2015-06-17fm10k: Fix missing braces after if statementAlexander Duyck1-1/+2
2015-06-17fm10k: fix iov_msg_lport_state_pf issueJacob Keller1-0/+8
2015-06-17fm10k: remove err_no reference in fm10k_mbx.cJacob Keller1-5/+0
2015-06-17fm10k: fix incorrect DIR_NEVATIVE bit in 1588 codeJacob Keller2-3/+3
2015-06-17fm10k: pack TLV overlay structuresJacob Keller1-4/+4
2015-06-17fm10k: re-map all possible VF queues after a VFLRJacob Keller1-0/+6
2015-06-17fm10k: force LPORT delete when updating VLAN or MAC addressJacob Keller1-15/+23
2015-06-17fm10k: use dma_set_mask_and_coherent in fm10k_probeJacob Keller1-18/+6
2015-06-17fm10k: trivial fixup message style to include a colonJacob Keller1-1/+1
2015-06-17fm10k: remove extraneous NULL check on l2_accelJacob Keller1-2/+1
2015-06-17fm10k: use an unsigned int for i in ethtool_get_stringsJacob Keller1-1/+1
2015-06-17fm10k: add call to fm10k_clean_all_rx_rings in fm10k_downJacob Keller1-0/+1
2015-06-17fm10k: fix incorrect free on skb in ts_tx_enqueueJacob Keller1-1/+1
2015-06-17fm10k: move setting shinfo inside ts_tx_enqueueJacob Keller1-3/+3
2015-06-17fm10k: use correct ethernet driver Tx timestamp functionJacob Keller1-2/+3
2015-06-17fm10k: ignore invalid multicast address entriesJacob Keller1-7/+1
2015-06-17fm10k: fold fm10k_pull_tail into fm10k_add_rx_fragAlexander Duyck1-46/+20
2015-06-15sfc: mark state UNINIT after unregisterEdward Cree1-0/+1
2015-06-15net/mlx4_en: Support ndo_get_vf_statsEran Ben Elisha4-0/+90
2015-06-15net/mlx4_en: Show PF own statistics via ethtoolEran Ben Elisha5-3/+49
2015-06-15net/mlx4_core: Add helper to query countersEran Ben Elisha1-0/+57
2015-06-15net/mlx4_core: Allocate default counter per portEran Ben Elisha5-4/+76
2015-06-15net/mlx4_core: Add port attribute when tracking countersEran Ben Elisha1-3/+87
2015-06-15net/mlx4_core: Adjust counter grant policy in the resource trackerEran Ben Elisha1-4/+31
2015-06-15net/mlx4_core: Remove counters table allocation from VF flowEran Ben Elisha1-7/+18
2015-06-15net/mlx4_core: Add sink counterEran Ben Elisha2-5/+8