Age | Commit message (Expand) | Author | Files | Lines |
2015-08-07 | treewide: fix typos in comment blocks |  Masahiro Yamada | 1 | -1/+1 |
2015-07-08 | amd-xgbe: Fix DMA API debug warning |  Lendacky, Thomas | 4 | -12/+22 |
2015-06-29 | amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocation |  Tom Lendacky | 1 | -1/+1 |
2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 10 | -540/+2158 |
2015-06-23 | drivers/net: remove all references to obsolete Ethernet-HOWTO |  Paul Gortmaker | 1 | -11/+5 |
2015-06-15 | amd-xgbe: Unify coherency checking logic with device_dma_is_coherent() |  Suthikulpanit, Suravee | 1 | -26/+1 |
2015-06-08 | 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 more netif_dbg output to the driver |  Lendacky, Thomas | 1 | -6/+62 |
2015-05-25 | amd-xgbe: Fix initial mode when auto-negotiation is disabled |  Lendacky, Thomas | 1 | -3/+42 |
2015-05-25 | amd-xgbe: Add setting of a missing hardware feature |  Lendacky, Thomas | 1 | -0/+1 |
2015-05-15 | amd-xgbe: Remove manual check and set of dma_mask pointer |  Lendacky, Thomas | 1 | -2/+0 |
2015-05-15 | amd-xgbe: Fix flow control setting logic |  Lendacky, Thomas | 4 | -40/+72 |
2015-05-15 | amd-xgbe: Support defining PHY resources in ETH device node |  Lendacky, Thomas | 2 | -9/+16 |
2015-05-15 | amd-xgbe: Move the PHY support into amd-xgbe |  Lendacky, Thomas | 8 | -352/+1780 |
2015-05-15 | amd-xgbe: Rework the Rx path SKB allocation |  Lendacky, Thomas | 3 | -33/+37 |
2015-05-15 | amd-xgbe: Add netif_* message support to the driver |  Lendacky, Thomas | 7 | -151/+191 |
2015-05-15 | amd-xgbe: Add additional stats to be reported via ethtool |  Lendacky, Thomas | 3 | -3/+23 |
2015-05-14 | net: batch of last_rx update avoidance in ethernet drivers. |  françois romieu | 1 | -1/+0 |
2015-05-09 | net: amd-xgbe: Add hardware dependency |  Jean Delvare | 1 | -0/+1 |
2015-04-23 | ethernet: amd: AMD_XGBE should depend on HAS_DMA |  Geert Uytterhoeven | 1 | -1/+1 |
2015-04-09 | amd-xgbe: Add support for the netdev Tx watchdog |  Lendacky, Thomas | 2 | -0/+12 |
2015-04-09 | amd-xgbe: Move Rx mode configuration into init |  Lendacky, Thomas | 3 | -17/+20 |
2015-04-09 | amd-xgbe: Allow rx-frames coalescing to be changed anytime |  Lendacky, Thomas | 4 | -28/+21 |
2015-03-31 | ptp: xgbe: convert to the 64 bit get/set time methods. |  Richard Cochran | 1 | -6/+7 |
2015-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -2/+29 |
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 | 3 | -7/+7 |
2015-03-20 | amd-xgbe: Remove Tx coalescing |  Lendacky, Thomas | 4 | -21/+12 |
2015-03-20 | amd-xgbe: Set DMA mask based on hardware register value |  Lendacky, Thomas | 4 | -9/+29 |
2015-03-20 | amd-xgbe: Use the new DMA memory barriers where appropriate |  Lendacky, Thomas | 2 | -7/+13 |
2015-03-20 | amd-xgbe: Clarify output message about queues |  Lendacky, Thomas | 1 | -2/+4 |
2015-03-20 | amd-xgbe-phy: Use the phy_driver flags field |  Lendacky, Thomas | 1 | -1/+0 |
2015-03-20 | net: ethernet: pcnet32: Setup the SRAM and NOUFLO on Am79C97{3, 5} |  Markos Chandras | 1 | -2/+29 |
2015-03-08 | ethernet: codespell comment spelling fixes |  Joe Perches | 3 | -4/+4 |
2015-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -82/+93 |
2015-03-03 | ethernet: Use eth_<foo>_addr instead of memset |  Joe Perches | 1 | -1/+1 |
2015-02-27 | 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-next |  Linus Torvalds | 11 | -170/+291 |
2015-02-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k |  Linus Torvalds | 1 | -4/+4 |
2015-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -5/+6 |
2015-02-07 | amd-xgbe: Check per channel DMA interrupt use in main ISR |  Lendacky, Thomas | 1 | -5/+6 |
2015-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 3 | -3/+7 |
2015-02-04 | amd-xgbe: Set RSS enablement based on hardware features |  Lendacky, Thomas | 1 | -0/+1 |
2015-02-04 | amd-xgbe: Adjust for zero-based traffic class count |  Lendacky, Thomas | 1 | -1/+2 |
2015-01-29 | net: am2150: fix nmclan_cs.c shared interrupt handling |  Arnd Bergmann | 1 | -0/+2 |
2015-01-29 | net: lance,ni64: don't build for ARM |  Arnd Bergmann | 1 | -2/+2 |
2015-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 2 | -6/+7 |
2015-01-23 | 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 |