summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
AgeCommit message (Expand)Author
2017-03-09amd-xgbe: Enable IRQs only if napi_complete_done() is trueLendacky, Thomas
2017-03-02amd-xgbe: Stop the PHY before releasing interruptsLendacky, Thomas
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-22amd-xgbe: Check xgbe_init() return codeLendacky, Thomas
2017-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-06amd-xgbe: Fix IRQ processing when running in single IRQ modeLendacky, Thomas
2016-11-13amd-xgbe: Add support for MDIO attached PHYsLendacky, Thomas
2016-11-13amd-xgbe: Add I2C support for sideband communicationLendacky, Thomas
2016-11-13amd-xgbe: Add ECC status support for the device memoryLendacky, Thomas
2016-11-13amd-xgbe: Add support for new DMA interrupt modeLendacky, Thomas
2016-11-13amd-xgbe: Add PCI device supportLendacky, Thomas
2016-11-04amd-xgbe: Prepare for supporting PCI devicesLendacky, Thomas
2016-11-04amd-xgbe: Prepare for working with more than one type of phyLendacky, Thomas
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson
2016-08-31xgbe: constify get_netdev_ops and get_ethtool_opsstephen hemminger
2016-08-01net: amd-xgbe: use correct format specifierxypron.glpk@gmx.de
2016-03-03net: relax setup_tc ndo op handle restrictionJohn Fastabend
2016-02-17amd-xgbe: Do traffic class setup when called through dcbnlLendacky, 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-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
2015-11-18net: move skb_mark_napi_id() into core networking stackEric Dumazet
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-15amd-xgbe: Use system workqueue for device restartLendacky, Thomas
2015-10-05amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas
2015-10-05amd-xgbe: Add receive buffer unavailable statisticLendacky, Thomas
2015-07-08amd-xgbe: Fix DMA API debug warningLendacky, Thomas
2015-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-06-07amd-xgbe: Use disable_irq_nosync from within timer functionLendacky, Thomas
2015-05-25amd-xgbe: Add setting of a missing hardware featureLendacky, Thomas
2015-05-15amd-xgbe: Fix flow control setting logicLendacky, Thomas
2015-05-15amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas
2015-05-15amd-xgbe: Rework the Rx path SKB allocationLendacky, Thomas
2015-05-15amd-xgbe: Add netif_* message support to the driverLendacky, Thomas
2015-05-14net: batch of last_rx update avoidance in ethernet drivers.françois romieu
2015-04-09amd-xgbe: Add support for the netdev Tx watchdogLendacky, Thomas
2015-04-09amd-xgbe: Move Rx mode configuration into initLendacky, Thomas
2015-04-09amd-xgbe: Allow rx-frames coalescing to be changed anytimeLendacky, Thomas
2015-03-20amd-xgbe: Use napi_alloc_skb when allocating skb in softirqLendacky, Thomas
2015-03-20amd-xgbe: Fix Rx coalescing reportingLendacky, Thomas
2015-03-20amd-xgbe: Remove Tx coalescingLendacky, Thomas
2015-03-20amd-xgbe: Set DMA mask based on hardware register valueLendacky, Thomas
2015-03-20amd-xgbe: Use the new DMA memory barriers where appropriateLendacky, Thomas
2015-02-27amd-xgbe: Request IRQs only after driver is fully setupLendacky, Thomas
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller