| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-07 | 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-04 | 1 | -0/+1 |
| * | amd-xgbe: Adjust for zero-based traffic class count | Lendacky, Thomas | 2015-02-04 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-01-27 | 2 | -6/+7 |
|\ \
| |/ |
|
| * | amd-xgbe: Use proper Rx flow control register | Lendacky, Thomas | 2015-01-23 | 2 | -6/+7 |
* | | amd-xgbe: Add ACPI support | Lendacky, Thomas | 2015-01-16 | 5 | -67/+180 |
* | | amd-xgbe-phy: Change auto-negotiation logic | Lendacky, Thomas | 2015-01-16 | 1 | -0/+27 |
* | | amd-xgbe: Remove need for Tx path spinlock | Lendacky, Thomas | 2015-01-16 | 2 | -28/+10 |
* | | amd-xgbe: Simplify the Rx desciptor ring tracking | Lendacky, Thomas | 2015-01-16 | 3 | -43/+25 |
* | | amd-xgbe: Clear all state during a device restart | Lendacky, Thomas | 2015-01-16 | 3 | -6/+24 |
* | | amd-xgbe: Add check to be sure amd-xgbe-phy driver is used | Lendacky, Thomas | 2015-01-16 | 1 | -2/+6 |
* | | amd-xgbe: Checkpatch fixes | Lendacky, Thomas | 2015-01-16 | 3 | -3/+3 |
* | | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 2015-01-13 | 1 | -4/+4 |
* | | net: xgbe: convert to timecounter adjtime. | Richard Cochran | 2014-12-30 | 1 | -7/+1 |
* | | time: move the timecounter/cyclecounter code into its own file. | Richard Cochran | 2014-12-30 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-12-10 | 2 | -3/+6 |
|\ |
|
| * | amd-xgbe: Prevent Tx cleanup stall | Lendacky, Thomas | 2014-12-09 | 1 | -1/+1 |
| * | amd-xgbe: Associate Tx SKB with proper ring descriptor | Lendacky, Thomas | 2014-12-09 | 1 | -1/+5 |
| * | amd-xgbe: Do not clear interrupt indicator | Lendacky, Thomas | 2014-12-09 | 1 | -1/+0 |
* | | amd-xgbe: Use disable_irq_nosync when in IRQ context | Lendacky, Thomas | 2014-12-09 | 1 | -1/+1 |
* | | amd-xgbe: IRQ names require allocated memory | Lendacky, Thomas | 2014-12-09 | 2 | -4/+5 |
* | | ethtool: Support for configurable RSS hash function | Eyal Perry | 2014-12-08 | 1 | -2/+9 |
* | | amd-xgbe: Add support for the skb->xmit_more flag | Lendacky, Thomas | 2014-11-21 | 4 | -22/+78 |
* | | amd-xgbe: Perform Tx coalescing on a packet basis | Lendacky, Thomas | 2014-11-21 | 1 | -20/+26 |
* | | amd-xgbe: Remove unused variable | Lendacky, Thomas | 2014-11-21 | 2 | -2/+0 |
* | | amd-xgbe: Add BQL support | Lendacky, Thomas | 2014-11-21 | 3 | -1/+51 |
* | | amd-xgbe: Separate Tx/Rx ring data fields into new structs | Lendacky, Thomas | 2014-11-21 | 4 | -46/+54 |
* | | amd-xgbe: Incorporate Smatch coding suggestion | Lendacky, Thomas | 2014-11-21 | 1 | -1/+2 |
* | | amd-xgbe: Tx engine must not be active before stopping it | Lendacky, Thomas | 2014-11-21 | 3 | -7/+74 |
* | | amd-xgbe: Add a read memory barrier to Tx/Rx path | Lendacky, Thomas | 2014-11-21 | 2 | -0/+7 |
* | | amd-xgbe: use netdev_rss_key_fill() helper | Eric Dumazet | 2014-11-16 | 1 | -1/+1 |
* | | amd-xgbe: fix ->rss_hash_type | Dan Carpenter | 2014-11-13 | 1 | -1/+1 |
* | | amd-xgbe: Fix sparse endian warnings | Lendacky, Thomas | 2014-11-12 | 1 | -4/+4 |
* | | amd-xgbe: Check for complete packet on skb allocation error | Lendacky, Thomas | 2014-11-06 | 1 | -2/+2 |
* | | amd-xgbe: Free channel/ring structures later | Lendacky, Thomas | 2014-11-06 | 1 | -3/+3 |
* | | amd-xgbe: Fix a spelling error | Lendacky, Thomas | 2014-11-05 | 1 | -2/+2 |
* | | amd-xgbe: Add receive side scaling ethtool support | Lendacky, Thomas | 2014-11-05 | 3 | -0/+96 |
* | | amd-xgbe: Provide support for receive side scaling | Lendacky, Thomas | 2014-11-05 | 5 | -2/+233 |
* | | amd-xgbe: Add support for per DMA channel interrupts | Lendacky, Thomas | 2014-11-05 | 4 | -49/+209 |
* | | amd-xgbe: Implement split header receive support | Lendacky, Thomas | 2014-11-05 | 5 | -111/+201 |
* | | amd-xgbe: Use page allocations for Rx buffers | Lendacky, Thomas | 2014-11-05 | 4 | -127/+196 |
* | | amd-xgbe: Use the u32 data type for descriptors | Lendacky, Thomas | 2014-11-05 | 1 | -4/+4 |
* | | amd-xgbe: Rename pre_xmit function to dev_xmit | Lendacky, Thomas | 2014-11-05 | 3 | -6/+6 |
* | | amd-xgbe: Move ring allocation to device open | Lendacky, Thomas | 2014-11-05 | 3 | -70/+93 |
|/ |
|
* | 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-07 | 6 | -96/+136 |
|\ |
|
| * | amd-xgbe: Enable interrupts for all management counters | Lendacky, Thomas | 2014-09-05 | 1 | -2/+2 |