summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2015-01-19mii: Handle link state changes for forced modes in mii_check_media()Ben Hutchings2-2/+3
2015-01-19net: netcp: Enhance GBE driver to support 10G EthernetWingman Kwok3-15/+958
2015-01-19net: netcp: Add Keystone NetCP GbE driverWingman Kwok3-1/+1847
2015-01-19net: netcp: Add Keystone NetCP core ethernet driverKaricheri, Muralidharan4-0/+2384
2015-01-19net: ethernet: ti: cpsw: fix buld break when NET_POLL_CONTROLLERFelipe Balbi1-2/+2
2015-01-18net: rocker: Add basic netdev counters - v2David Ahern1-1/+20
2015-01-18net: ethernet: cpsw: don't requests IRQs we don't useFelipe Balbi1-39/+33
2015-01-18net: ethernet: cpsw: unroll IRQ request loopFelipe Balbi1-15/+47
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg1-1/+2
2015-01-18net: replace br_fdb_external_learn_* calls with switchdev notifier eventsJiri Pirko1-2/+8
2015-01-18niu: remove one compound_head() callEric Dumazet1-2/+1
2015-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller13-81/+365
2015-01-17amd-xgbe: Add ACPI supportLendacky, Thomas6-68/+181
2015-01-17amd-xgbe-phy: Change auto-negotiation logicLendacky, Thomas1-0/+27
2015-01-17amd-xgbe: Remove need for Tx path spinlockLendacky, Thomas2-28/+10
2015-01-17amd-xgbe: Simplify the Rx desciptor ring trackingLendacky, Thomas3-43/+25
2015-01-17amd-xgbe: Clear all state during a device restartLendacky, Thomas3-6/+24
2015-01-17amd-xgbe: Add check to be sure amd-xgbe-phy driver is usedLendacky, Thomas1-2/+6
2015-01-17amd-xgbe: Checkpatch fixesLendacky, Thomas3-3/+3
2015-01-16i40e/i40evf: Bump i40e and i40evf versionsSravanthi Tangeda2-2/+2
2015-01-16i40e: Support for NPAR iSCSI partition with DCBNeerav Parikh4-18/+62
2015-01-16i40e: when Rx timestamps disabled set specific modeJacob Keller1-11/+17
2015-01-16i40e: use same check for Rx hang as for Rx timestampsJacob Keller1-1/+6
2015-01-16i40e: AQ API updates for new commandsShannon Nelson2-10/+126
2015-01-16i40e: AQ API updatesJeff Kirsher2-10/+10
2015-01-16i40e: add more struct size checksShannon Nelson2-0/+86
2015-01-16i40e: Issue "Stop LLDP" command for firmware older than v4.3Neerav Parikh1-0/+10
2015-01-16i40e: check I40E_FLAG_PTP before handling Tx or Rx timestampsJacob Keller2-1/+11
2015-01-16i40e: only enable PTP interrupt cause if PTP is enabledJacob Keller1-4/+7
2015-01-16i40e/i40evf: Bump i40e/i40evf versionsCatherine Sullivan2-2/+2
2015-01-16i40e: Dump Stats string removed from debugfs help commandSravanthi Tangeda1-1/+0
2015-01-16i40e: Add define for interrupt name string lenCarolyn Wyborny2-8/+9
2015-01-16i40e: don't give up on DCB error after resetShannon Nelson1-4/+6
2015-01-16i40e: fix proc/int descriptionsCarolyn Wyborny1-2/+2
2015-01-16i40e/i40evf: Increase ASQ timeoutKevin Scott2-2/+2
2015-01-16i40e/i40evf: AdminQ updates ww36Shannon Nelson2-8/+10
2015-01-16net/macb: Create gem_ethtool_ops for new statistics functionsXander Huff1-2/+13
2015-01-16net/macb: Add whitespace around arithmetic operatorsXander Huff1-5/+5
2015-01-16net/macb: Fix comments to meet style guidelinesXander Huff1-450/+284
2015-01-16net: smc91x: Add Atari EtherNAT supportMichael Schmitz2-4/+27
2015-01-16cxgb4 : Update ipv6 address handling apiAnish Bhatt7-163/+447
2015-01-15net: sh_eth: Use u32 for 32-bit register dataGeert Uytterhoeven2-23/+21
2015-01-15dm9000: Add regulator and reset support to dm9000Zubair Lutfullah Kakakhel1-0/+40
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-77/+173
2015-01-15tg3: Release tp->lock before invoking synchronize_irq()Prashant Sreedharan1-0/+12
2015-01-15tg3: tg3_reset_task() needs to use rtnl_lock to synchronizePrashant Sreedharan1-0/+3
2015-01-15tg3: tg3_timer() should grab tp->lock before checking for tp->irq_syncPrashant Sreedharan1-3/+5
2015-01-15i40e: adds FCoE configure optionVasu Dev3-3/+14
2015-01-15cxgb4vf: Fix queue allocation for 40G adapterHariprasad Shenai1-1/+1
2015-01-14net: hisilicon: new hip04 ethernet driverdingtianhong2-1/+970