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