summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd/xgbe/xgbe-drv.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | amd-xgbe: Checkpatch fixesLendacky, Thomas2015-01-171-1/+1
* | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-101-1/+1
|\
| * amd-xgbe: Prevent Tx cleanup stallLendacky, Thomas2014-12-091-1/+1
* | amd-xgbe: Use disable_irq_nosync when in IRQ contextLendacky, Thomas2014-12-101-1/+1
* | amd-xgbe: IRQ names require allocated memoryLendacky, Thomas2014-12-091-4/+4
* | amd-xgbe: Add support for the skb->xmit_more flagLendacky, Thomas2014-11-211-6/+31
* | amd-xgbe: Add BQL supportLendacky, Thomas2014-11-211-1/+42
* | amd-xgbe: Separate Tx/Rx ring data fields into new structsLendacky, Thomas2014-11-211-14/+14
* | amd-xgbe: Add a read memory barrier to Tx/Rx pathLendacky, Thomas2014-11-211-0/+4
* | amd-xgbe: Check for complete packet on skb allocation errorLendacky, Thomas2014-11-071-2/+2
* | amd-xgbe: Free channel/ring structures laterLendacky, Thomas2014-11-071-3/+3
* | amd-xgbe: Fix a spelling errorLendacky, Thomas2014-11-061-2/+2
* | amd-xgbe: Provide support for receive side scalingLendacky, Thomas2014-11-061-1/+15
* | amd-xgbe: Add support for per DMA channel interruptsLendacky, Thomas2014-11-061-42/+184