aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)Author
2016-08-01net: amd-xgbe: use correct format specifierxypron.glpk@gmx.de
2016-07-15net: ethernet: amd: au1000_eth: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-07-15net: ethernet: amd: au1000_eth: use phydev from struct net_devicePhilippe Reynes
2016-06-10net: au1000_eth: fix PHY detectionManuel Lauss
2016-06-10Revert "net: au1000_eth: fix PHY detection"David S. Miller
2016-06-10net: au1000_eth: fix PHY detectionManuel Lauss
2016-05-19net: au1000 eth: simplify logical expressionxypron.glpk@gmx.de
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-04-26drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKEDFlorian Westphal
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-18lance: Return correct error codeAmitoj Kaur Chawla
2016-02-17amd-xgbe: Mask auto-negotiation interrupts in ISRLendacky, Thomas
2016-02-17amd-xgbe: Check Rx queue fifos before stopping Rx DMALendacky, Thomas
2016-02-17amd-xgbe: Do traffic class setup when called through dcbnlLendacky, Thomas
2016-02-17amd-xgbe: Fix the mapping of priorities to traffic classesLendacky, Thomas
2016-02-17amd-xgbe: Enable/disable PFC per traffic classLendacky, Thomas
2016-02-17amd-xgbe: Verify forced speed matches the active speedsetLendacky, Thomas
2016-02-17amd-xgbe: Use __napi_schedule_irqoffLendacky, Thomas
2016-02-17amd-xgbe: Change from napi_complete to napi_complete_doneLendacky, Thomas
2016-02-17amd-xgbe: Disable VLAN filtering when in promiscuous modeLendacky, Thomas
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend
2016-02-16net: am79c961a: avoid %? in inline assemblyArnd Bergmann
2016-01-10ethernet: amd: au1000: Remove pointless warningAndrew Lunn
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: Centralise print about attached phyAndrew Lunn
2016-01-07phy: add phydev_name() wrapperAndrew Lunn
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-12-15amd-xgbe: fix a couple timeout loopsDan Carpenter
2015-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-20various: fix pci_set_dma_mask return value checkingChristoph Hellwig
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
2015-11-12Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-11-10pcnet32: use pci_set_dma_mask insted of pci_dma_supportedChristoph Hellwig
2015-11-07Merge branch 'acpi-pci'Rafael J. Wysocki
2015-11-07device property: ACPI: Make use of the new DMA Attribute APIsSuthikulpanit, Suravee
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-27amd-xgbe: Fix race between access of desc and desc indexLendacky, Thomas
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-23amd-xgbe: Use wmb before updating current descriptor countLendacky, Thomas
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-10-15amd-xgbe: Use system workqueue for device restartLendacky, Thomas
2015-10-05amd-xgbe: Check for successful buffer allocation before useTom Lendacky
2015-10-05amd-xgbe: Remove the XGBE_LINK state bitLendacky, Thomas
2015-10-05amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas
2015-10-05amd-xgbe: Add receive buffer unavailable statisticLendacky, Thomas
2015-10-05amd-xgbe: Simplify calculation and setting of queue fifosLendacky, Thomas