Age | Commit message (Expand) | Author |
2021-04-28 | pcnet32: Use pci_resource_len to validate PCI resource | Guenter Roeck |
2019-11-25 | net: amd: fix return type of ndo_start_xmit function | YueHaibing |
2018-12-13 | net: amd: add missing of_node_put() | Yangtao Li |
2018-09-05 | net: prevent ISA drivers from building on PPC32 | Randy Dunlap |
2018-08-06 | net: fix amd-xgbe flow-control issue | tangpengpeng |
2018-02-25 | amd-xgbe: Fix unused suspend handlers build warning | Borislav Petkov |
2017-07-05 | amd-xgbe: Check xgbe_init() return code | Lendacky, Thomas |
2017-03-30 | amd-xgbe: Fix jumbo MTU processing on newer hardware | Lendacky, Thomas |
2015-12-15 | amd-xgbe: fix a couple timeout loops | Dan Carpenter |
2015-11-20 | various: fix pci_set_dma_mask return value checking | Christoph Hellwig |
2015-11-12 | Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2015-11-10 | pcnet32: use pci_set_dma_mask insted of pci_dma_supported | Christoph Hellwig |
2015-11-07 | Merge branch 'acpi-pci' | Rafael J. Wysocki |
2015-11-07 | device property: ACPI: Make use of the new DMA Attribute APIs | Suthikulpanit, Suravee |
2015-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-10-27 | amd-xgbe: Fix race between access of desc and desc index | Lendacky, Thomas |
2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-10-23 | amd-xgbe: Use wmb before updating current descriptor count | Lendacky, Thomas |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-10-16 | drivers/net: get rid of unnecessary initializations in .get_drvinfo() | Ivan Vecera |
2015-10-15 | amd-xgbe: Use system workqueue for device restart | Lendacky, Thomas |
2015-10-05 | amd-xgbe: Check for successful buffer allocation before use | Tom Lendacky |
2015-10-05 | amd-xgbe: Remove the XGBE_LINK state bit | Lendacky, Thomas |
2015-10-05 | amd-xgbe: Use device workqueue instead of system workqueue | Lendacky, Thomas |
2015-10-05 | amd-xgbe: Add receive buffer unavailable statistic | Lendacky, Thomas |
2015-10-05 | amd-xgbe: Simplify calculation and setting of queue fifos | Lendacky, Thomas |
2015-10-05 | amd-xgbe: Add ethtool error and debug messages | Lendacky, Thomas |
2015-10-05 | amd-xgbe: Add ethtool support for setting the msglevel | Lendacky, Thomas |
2015-10-05 | amd-xgbe: Use proper DT / ACPI precedence checking | Lendacky, Thomas |
2015-10-05 | amd-xgbe: Remove an unneeded semicolon on a switch statement | Lendacky, Thomas |
2015-10-05 | amd-xgbe: fix potential memory leak in xgbe-debugfs | Geliang Tang |
2015-09-29 | net: hplance: Allow modular build | Geert Uytterhoeven |
2015-09-29 | net: 7990: Export lance_poll() to modules | Geert Uytterhoeven |
2015-08-07 | treewide: fix typos in comment blocks | Masahiro Yamada |
2015-07-08 | amd-xgbe: Fix DMA API debug warning | Lendacky, Thomas |
2015-06-29 | amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocation | Tom Lendacky |
2015-06-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2015-06-23 | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker |
2015-06-15 | amd-xgbe: Unify coherency checking logic with device_dma_is_coherent() | Suthikulpanit, Suravee |
2015-06-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-06-07 | amd-xgbe: Use disable_irq_nosync from within timer function | Lendacky, Thomas |
2015-05-25 | amd-xgbe: Add more netif_dbg output to the driver | Lendacky, Thomas |
2015-05-25 | amd-xgbe: Fix initial mode when auto-negotiation is disabled | Lendacky, Thomas |
2015-05-25 | amd-xgbe: Add setting of a missing hardware feature | Lendacky, Thomas |
2015-05-15 | amd-xgbe: Remove manual check and set of dma_mask pointer | Lendacky, Thomas |
2015-05-15 | amd-xgbe: Fix flow control setting logic | Lendacky, Thomas |
2015-05-15 | amd-xgbe: Support defining PHY resources in ETH device node | Lendacky, Thomas |
2015-05-15 | amd-xgbe: Move the PHY support into amd-xgbe | Lendacky, Thomas |
2015-05-15 | amd-xgbe: Rework the Rx path SKB allocation | Lendacky, Thomas |
2015-05-15 | amd-xgbe: Add netif_* message support to the driver | Lendacky, Thomas |