Age | Commit message (Expand) | Author | Files | Lines |
2015-03-20 | net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5} | Markos Chandras | 1 | -2/+29 |
2015-02-28 | amd-xgbe: Request IRQs only after driver is fully setup | Lendacky, Thomas | 1 | -82/+93 |
2015-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 11 | -170/+291 |
2015-02-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 1 | -4/+4 |
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 | 3 | -3/+7 |
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-30 | net: am2150: fix nmclan_cs.c shared interrupt handling | Arnd Bergmann | 1 | -0/+2 |
2015-01-30 | net: lance,ni64: don't build for ARM | Arnd Bergmann | 1 | -2/+2 |
2015-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -6/+7 |
2015-01-24 | amd-xgbe: Use proper Rx flow control register | Lendacky, Thomas | 2 | -6/+7 |
2015-01-19 | mii: Handle link state changes for forced modes in mii_check_media() | Ben Hutchings | 1 | -1/+1 |
2015-01-17 | amd-xgbe: Add ACPI support | Lendacky, Thomas | 6 | -68/+181 |
2015-01-17 | amd-xgbe-phy: Change auto-negotiation logic | Lendacky, Thomas | 1 | -0/+27 |
2015-01-17 | amd-xgbe: Remove need for Tx path spinlock | Lendacky, Thomas | 2 | -28/+10 |
2015-01-17 | amd-xgbe: Simplify the Rx desciptor ring tracking | Lendacky, Thomas | 3 | -43/+25 |
2015-01-17 | amd-xgbe: Clear all state during a device restart | Lendacky, Thomas | 3 | -6/+24 |
2015-01-17 | amd-xgbe: Add check to be sure amd-xgbe-phy driver is used | Lendacky, Thomas | 1 | -2/+6 |
2015-01-17 | amd-xgbe: Checkpatch fixes | Lendacky, Thomas | 3 | -3/+3 |
2015-01-15 | net: atarilance: Remove obsolete IRQ_TYPE_PRIO | Geert Uytterhoeven | 1 | -4/+4 |
2015-01-14 | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 2 | -6/+6 |
2014-12-31 | net: xgbe: convert to timecounter adjtime. | Richard Cochran | 1 | -7/+1 |
2014-12-31 | time: move the timecounter/cyclecounter code into its own file. | Richard Cochran | 1 | -1/+1 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+0 |
2014-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -3/+6 |
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: Associate Tx SKB with proper ring descriptor | Lendacky, Thomas | 1 | -1/+5 |
2014-12-09 | amd-xgbe: Do not clear interrupt indicator | Lendacky, Thomas | 1 | -1/+0 |
2014-12-09 | amd-xgbe: IRQ names require allocated memory | Lendacky, Thomas | 2 | -4/+5 |
2014-12-09 | ethtool: Support for configurable RSS hash function | Eyal Perry | 1 | -2/+9 |
2014-11-21 | amd-xgbe: Add support for the skb->xmit_more flag | Lendacky, Thomas | 4 | -22/+78 |
2014-11-21 | amd-xgbe: Perform Tx coalescing on a packet basis | Lendacky, Thomas | 1 | -20/+26 |
2014-11-21 | amd-xgbe: Remove unused variable | Lendacky, Thomas | 2 | -2/+0 |
2014-11-21 | amd-xgbe: Add BQL support | Lendacky, Thomas | 3 | -1/+51 |
2014-11-21 | amd-xgbe: Separate Tx/Rx ring data fields into new structs | Lendacky, Thomas | 4 | -46/+54 |
2014-11-21 | amd-xgbe: Incorporate Smatch coding suggestion | Lendacky, Thomas | 1 | -1/+2 |
2014-11-21 | amd-xgbe: Tx engine must not be active before stopping it | Lendacky, Thomas | 3 | -7/+74 |
2014-11-21 | amd-xgbe: Add a read memory barrier to Tx/Rx path | Lendacky, Thomas | 2 | -0/+7 |
2014-11-16 | amd-xgbe: use netdev_rss_key_fill() helper | Eric Dumazet | 1 | -1/+1 |
2014-11-13 | amd-xgbe: fix ->rss_hash_type | Dan Carpenter | 1 | -1/+1 |
2014-11-12 | amd-xgbe: Fix sparse endian warnings | Lendacky, Thomas | 1 | -4/+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: Let AMD_XGBE depend on HAS_IOMEM | Lendacky, Thomas | 1 | -1/+1 |
2014-11-06 | amd-xgbe: Fix a spelling error | Lendacky, Thomas | 1 | -2/+2 |
2014-11-06 | amd-xgbe: Add receive side scaling ethtool support | Lendacky, Thomas | 3 | -0/+96 |
2014-11-06 | amd-xgbe: Provide support for receive side scaling | Lendacky, Thomas | 5 | -2/+233 |