summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
Commit message (Expand)AuthorAgeFilesLines
* amd-xgbe: Add support for MDIO attached PHYsLendacky, Thomas2016-11-131-1/+18
* amd-xgbe: Add I2C support for sideband communicationLendacky, Thomas2016-11-131-0/+4
* amd-xgbe: Add ECC status support for the device memoryLendacky, Thomas2016-11-131-2/+178
* amd-xgbe: Add support for new DMA interrupt modeLendacky, Thomas2016-11-131-31/+68
* amd-xgbe: Add PCI device supportLendacky, Thomas2016-11-131-7/+11
* amd-xgbe: Prepare for supporting PCI devicesLendacky, Thomas2016-11-041-16/+6Star
* amd-xgbe: Prepare for working with more than one type of phyLendacky, Thomas2016-11-041-3/+3
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-5/+0Star
* xgbe: constify get_netdev_ops and get_ethtool_opsstephen hemminger2016-08-311-2/+2
* net: amd-xgbe: use correct format specifierxypron.glpk@gmx.de2016-08-011-1/+1
* net: relax setup_tc ndo op handle restrictionJohn Fastabend2016-03-031-1/+1
* amd-xgbe: Do traffic class setup when called through dcbnlLendacky, Thomas2016-02-171-18/+4Star
* amd-xgbe: Use __napi_schedule_irqoffLendacky, Thomas2016-02-171-2/+2
* amd-xgbe: Change from napi_complete to napi_complete_doneLendacky, Thomas2016-02-171-4/+4
* net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-3/+6
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-1/+4
* net: move skb_mark_napi_id() into core networking stackEric Dumazet2015-11-181-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-011-0/+4
|\
| * amd-xgbe: Fix race between access of desc and desc indexLendacky, Thomas2015-10-281-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-241-1/+3
|\|
| * amd-xgbe: Use wmb before updating current descriptor countLendacky, Thomas2015-10-231-1/+3
* | amd-xgbe: Use system workqueue for device restartLendacky, Thomas2015-10-151-2/+2
* | amd-xgbe: Use device workqueue instead of system workqueueLendacky, Thomas2015-10-051-5/+6
* | amd-xgbe: Add receive buffer unavailable statisticLendacky, Thomas2015-10-051-0/+3
|/
* amd-xgbe: Fix DMA API debug warningLendacky, Thomas2015-07-091-6/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-091-1/+1
|\
| * amd-xgbe: Use disable_irq_nosync from within timer functionLendacky, Thomas2015-06-071-1/+1
* | amd-xgbe: Add setting of a missing hardware featureLendacky, Thomas2015-05-251-0/+1
* | amd-xgbe: Fix flow control setting logicLendacky, Thomas2015-05-151-2/+0Star
* | amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas2015-05-151-124/+52Star
* | amd-xgbe: Rework the Rx path SKB allocationLendacky, Thomas2015-05-151-29/+37
* | amd-xgbe: Add netif_* message support to the driverLendacky, Thomas2015-05-151-45/+56
* | net: batch of last_rx update avoidance in ethernet drivers.françois romieu2015-05-141-1/+0Star
|/
* amd-xgbe: Add support for the netdev Tx watchdogLendacky, Thomas2015-04-091-0/+9
* amd-xgbe: Move Rx mode configuration into initLendacky, Thomas2015-04-091-11/+1Star
* amd-xgbe: Allow rx-frames coalescing to be changed anytimeLendacky, Thomas2015-04-091-1/+1
* amd-xgbe: Use napi_alloc_skb when allocating skb in softirqLendacky, Thomas2015-03-201-4/+3Star
* amd-xgbe: Fix Rx coalescing reportingLendacky, Thomas2015-03-201-0/+1
* amd-xgbe: Remove Tx coalescingLendacky, Thomas2015-03-201-11/+5Star
* amd-xgbe: Set DMA mask based on hardware register valueLendacky, Thomas2015-03-201-0/+16
* amd-xgbe: Use the new DMA memory barriers where appropriateLendacky, Thomas2015-03-201-1/+4
* amd-xgbe: Request IRQs only after driver is fully setupLendacky, Thomas2015-02-271-82/+93
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-091-5/+6
|\
| * amd-xgbe: Check per channel DMA interrupt use in main ISRLendacky, Thomas2015-02-081-5/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-1/+3
|\|
| * amd-xgbe: Set RSS enablement based on hardware featuresLendacky, Thomas2015-02-051-0/+1
| * amd-xgbe: Adjust for zero-based traffic class countLendacky, Thomas2015-02-051-1/+2
* | amd-xgbe: Remove need for Tx path spinlockLendacky, Thomas2015-01-171-20/+1Star
* | amd-xgbe: Simplify the Rx desciptor ring trackingLendacky, Thomas2015-01-171-4/+21
* | amd-xgbe: Clear all state during a device restartLendacky, Thomas2015-01-171-6/+5Star