Age | Commit message (Expand) | Author | Files | Lines |
2015-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2015-10-28 | amd-xgbe: Fix race between access of desc and desc index | Lendacky, Thomas | 1 | -0/+4 |
2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2015-10-23 | amd-xgbe: Use wmb before updating current descriptor count | Lendacky, Thomas | 1 | -1/+3 |
2015-10-15 | amd-xgbe: Use system workqueue for device restart | Lendacky, Thomas | 1 | -2/+2 |
2015-10-05 | amd-xgbe: Use device workqueue instead of system workqueue | Lendacky, Thomas | 1 | -5/+6 |
2015-10-05 | amd-xgbe: Add receive buffer unavailable statistic | Lendacky, Thomas | 1 | -0/+3 |
2015-07-09 | amd-xgbe: Fix DMA API debug warning | Lendacky, Thomas | 1 | -6/+11 |
2015-06-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2015-06-07 | amd-xgbe: Use disable_irq_nosync from within timer function | Lendacky, Thomas | 1 | -1/+1 |
2015-05-25 | amd-xgbe: Add setting of a missing hardware feature | Lendacky, Thomas | 1 | -0/+1 |
2015-05-15 | amd-xgbe: Fix flow control setting logic | Lendacky, Thomas | 1 | -2/+0 |
2015-05-15 | amd-xgbe: Move the PHY support into amd-xgbe | Lendacky, Thomas | 1 | -124/+52 |
2015-05-15 | amd-xgbe: Rework the Rx path SKB allocation | Lendacky, Thomas | 1 | -29/+37 |
2015-05-15 | amd-xgbe: Add netif_* message support to the driver | Lendacky, Thomas | 1 | -45/+56 |
2015-05-15 | net: batch of last_rx update avoidance in ethernet drivers. | françois romieu | 1 | -1/+0 |
2015-04-10 | amd-xgbe: Add support for the netdev Tx watchdog | Lendacky, Thomas | 1 | -0/+9 |
2015-04-10 | amd-xgbe: Move Rx mode configuration into init | Lendacky, Thomas | 1 | -11/+1 |
2015-04-10 | amd-xgbe: Allow rx-frames coalescing to be changed anytime | Lendacky, Thomas | 1 | -1/+1 |
2015-03-20 | amd-xgbe: Use napi_alloc_skb when allocating skb in softirq | Lendacky, Thomas | 1 | -4/+3 |
2015-03-20 | amd-xgbe: Fix Rx coalescing reporting | Lendacky, Thomas | 1 | -0/+1 |
2015-03-20 | amd-xgbe: Remove Tx coalescing | Lendacky, Thomas | 1 | -11/+5 |
2015-03-20 | amd-xgbe: Set DMA mask based on hardware register value | Lendacky, Thomas | 1 | -0/+16 |
2015-03-20 | amd-xgbe: Use the new DMA memory barriers where appropriate | Lendacky, Thomas | 1 | -1/+4 |
2015-02-28 | amd-xgbe: Request IRQs only after driver is fully setup | Lendacky, Thomas | 1 | -82/+93 |
2015-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+6 |
2015-02-08 | amd-xgbe: Check per channel DMA interrupt use in main ISR | Lendacky, Thomas | 1 | -5/+6 |
2015-02-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2015-02-05 | amd-xgbe: Set RSS enablement based on hardware features | Lendacky, Thomas | 1 | -0/+1 |
2015-02-05 | amd-xgbe: Adjust for zero-based traffic class count | Lendacky, Thomas | 1 | -1/+2 |
2015-01-17 | amd-xgbe: Remove need for Tx path spinlock | Lendacky, Thomas | 1 | -20/+1 |
2015-01-17 | amd-xgbe: Simplify the Rx desciptor ring tracking | Lendacky, Thomas | 1 | -4/+21 |
2015-01-17 | amd-xgbe: Clear all state during a device restart | Lendacky, Thomas | 1 | -6/+5 |
2015-01-17 | amd-xgbe: Checkpatch fixes | Lendacky, Thomas | 1 | -1/+1 |
2015-01-14 | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 1 | -4/+4 |
2014-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2014-12-10 | amd-xgbe: Use disable_irq_nosync when in IRQ context | Lendacky, Thomas | 1 | -1/+1 |
2014-12-09 | amd-xgbe: Prevent Tx cleanup stall | Lendacky, Thomas | 1 | -1/+1 |
2014-12-09 | amd-xgbe: IRQ names require allocated memory | Lendacky, Thomas | 1 | -4/+4 |
2014-11-21 | amd-xgbe: Add support for the skb->xmit_more flag | Lendacky, Thomas | 1 | -6/+31 |
2014-11-21 | amd-xgbe: Add BQL support | Lendacky, Thomas | 1 | -1/+42 |
2014-11-21 | amd-xgbe: Separate Tx/Rx ring data fields into new structs | Lendacky, Thomas | 1 | -14/+14 |
2014-11-21 | amd-xgbe: Add a read memory barrier to Tx/Rx path | Lendacky, Thomas | 1 | -0/+4 |
2014-11-07 | amd-xgbe: Check for complete packet on skb allocation error | Lendacky, Thomas | 1 | -2/+2 |
2014-11-07 | amd-xgbe: Free channel/ring structures later | Lendacky, Thomas | 1 | -3/+3 |
2014-11-06 | amd-xgbe: Fix a spelling error | Lendacky, Thomas | 1 | -2/+2 |
2014-11-06 | amd-xgbe: Provide support for receive side scaling | Lendacky, Thomas | 1 | -1/+15 |
2014-11-06 | amd-xgbe: Add support for per DMA channel interrupts | Lendacky, Thomas | 1 | -42/+184 |
2014-11-06 | amd-xgbe: Implement split header receive support | Lendacky, Thomas | 1 | -31/+32 |
2014-11-06 | amd-xgbe: Use page allocations for Rx buffers | Lendacky, Thomas | 1 | -34/+61 |