Age | Commit message (Expand) | Author | Files | Lines |
2017-03-15 | amd-xgbe: Fix jumbo MTU processing on newer hardware | Lendacky, Thomas | 3 | -50/+78 |
2017-03-15 | mqprio: Modify mqprio to pass user parameters via ndo_setup_tc. | Amritha Nambiar | 1 | -1/+2 |
2017-03-09 | amd-xgbe: Enable IRQs only if napi_complete_done() is true | Lendacky, Thomas | 1 | -8/+2 |
2017-03-02 | drivers: net: ethernet: remove incorrect __exit markups | Dmitry Torokhov | 1 | -15/+15 |
2017-03-02 | amd-xgbe: Don't overwrite SFP PHY mod_absent settings | Lendacky, Thomas | 1 | -0/+2 |
2017-03-02 | amd-xgbe: Be sure to set MDIO modes on device (re)start | Lendacky, Thomas | 2 | -1/+23 |
2017-03-02 | amd-xgbe: Stop the PHY before releasing interrupts | Lendacky, Thomas | 1 | -2/+2 |
2017-02-23 | Merge tag 'pci-v4.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -95/+41 |
2017-02-14 | pcnet32: fix BNC/AUI port on AM79C970A | Ondrej Zary | 1 | -52/+125 |
2017-02-14 | pcnet32: factor out pcnet32_clr_suspend() | Ondrej Zary | 1 | -11/+10 |
2017-02-05 | pcnet32: use napi_complete_done() | Eric Dumazet | 1 | -8/+3 |
2017-02-05 | amd8111e: add GRO support | Eric Dumazet | 1 | -92/+72 |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -5/+26 |
2017-01-22 | amd-xgbe: Check xgbe_init() return code | Lendacky, Thomas | 2 | -2/+6 |
2017-01-22 | amd-xgbe: Add a hardware quirk for register definitions | Lendacky, Thomas | 4 | -3/+20 |
2017-01-13 | amd-xgbe: Update PCI support to use new IRQ functions | Tom Lendacky | 2 | -95/+41 |
2017-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger | 1 | -4/+2 |
2017-01-06 | amd-xgbe: Fix IRQ processing when running in single IRQ mode | Lendacky, Thomas | 1 | -1/+1 |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2 | -2/+2 |
2016-12-12 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -3/+5 |
2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2016-12-02 | net: atarilance: use %8ph for printing hex string | Rasmus Villemoes | 1 | -6/+2 |
2016-11-28 | amd-xgbe: Fix unused suspend handlers build warning | Borislav Petkov | 1 | -2/+2 |
2016-11-18 | amd-xgbe: Update connection validation for backplane mode | Lendacky, Thomas | 1 | -0/+2 |
2016-11-16 | amd-xgbe: Fix maximum GPIO value check | Lendacky, Thomas | 1 | -2/+2 |
2016-11-16 | amd-xgbe: Fix possible uninitialized variable | Lendacky, Thomas | 1 | -1/+1 |
2016-11-16 | ptp_clock: Allow for it to be optional | Nicolas Pitre | 2 | -3/+5 |
2016-11-15 | amd-xgbe: Fix up some coccinelle identified warnings | Lendacky, Thomas | 1 | -3/+2 |
2016-11-15 | amd-xgbe: Fix mask appliciation for Clause 37 register | Lendacky, Thomas | 1 | -2/+2 |
2016-11-13 | amd-xgbe: Add support for a KR redriver | Lendacky, Thomas | 5 | -37/+458 |
2016-11-13 | amd-xgbe: Add support for MDIO attached PHYs | Lendacky, Thomas | 6 | -11/+557 |
2016-11-13 | amd-xgbe: Add support for SFP+ modules | Lendacky, Thomas | 6 | -8/+1642 |
2016-11-13 | amd-xgbe: Add I2C support for sideband communication | Lendacky, Thomas | 9 | -1/+753 |
2016-11-13 | amd-xgbe: Add ECC status support for the device memory | Lendacky, Thomas | 7 | -3/+340 |
2016-11-13 | amd-xgbe: Add support for new DMA interrupt mode | Lendacky, Thomas | 6 | -36/+91 |
2016-11-13 | amd-xgbe: Allow for a greater number of Rx queues | Lendacky, Thomas | 1 | -2/+1 |
2016-11-13 | amd-xgbe: Add PCI device support | Lendacky, Thomas | 11 | -20/+1657 |
2016-11-13 | amd-xgbe: Add a workaround for Tx timestamp issue | Lendacky, Thomas | 3 | -3/+12 |
2016-11-13 | amd-xgbe: Guard against incorrectly generated interrupts | Lendacky, Thomas | 1 | -1/+15 |
2016-11-09 | net: xgbe: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -31/+37 |
2016-11-09 | net: amd: pcnet32: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -6/+8 |
2016-11-09 | net: amd8111e: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -6/+8 |
2016-11-04 | amd-xgbe: Prepare for supporting PCI devices | Lendacky, Thomas | 6 | -510/+755 |
2016-11-04 | amd-xgbe: Update how to determine DMA channel status | Lendacky, Thomas | 3 | -21/+43 |
2016-11-04 | amd-xgbe: Support for 64-bit management counter registers | Lendacky, Thomas | 2 | -10/+27 |
2016-11-04 | amd-xgbe: Prepare for a new PCS register access method | Lendacky, Thomas | 4 | -19/+119 |
2016-11-04 | amd-xgbe: Add support for clause 37 auto-negotiation | Lendacky, Thomas | 3 | -8/+286 |
2016-11-04 | amd-xgbe: Prepare for introduction of clause 37 autoneg | Lendacky, Thomas | 4 | -85/+176 |