Age | Commit message (Expand) | Author | Files | Lines |
2016-10-13 | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 14 | -14/+0 |
2016-09-12 | ethernet: amd: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 2 | -4/+4 |
2016-08-31 | xgbe: constify get_netdev_ops and get_ethtool_ops | stephen hemminger | 3 | -6/+7 |
2016-08-29 | amd-xgbe: Reset running devices after resume from hibernate | James Morse | 1 | -1/+7 |
2016-08-01 | net: amd-xgbe: use correct format specifier | xypron.glpk@gmx.de | 1 | -1/+1 |
2016-07-15 | net: ethernet: amd: au1000_eth: use phy_ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -21/+2 |
2016-07-15 | net: ethernet: amd: au1000_eth: use phydev from struct net_device | Philippe Reynes | 2 | -25/+16 |
2016-06-10 | net: au1000_eth: fix PHY detection | Manuel Lauss | 1 | -2/+2 |
2016-06-10 | Revert "net: au1000_eth: fix PHY detection" | David S. Miller | 1 | -6/+7 |
2016-06-10 | net: au1000_eth: fix PHY detection | Manuel Lauss | 1 | -7/+6 |
2016-05-19 | net: au1000 eth: simplify logical expression | xypron.glpk@gmx.de | 1 | -1/+1 |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 10 | -13/+13 |
2016-04-26 | drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED | Florian Westphal | 2 | -7/+8 |
2016-03-03 | net: relax setup_tc ndo op handle restriction | John Fastabend | 1 | -1/+1 |
2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -34/+34 |
2016-02-18 | lance: Return correct error code | Amitoj Kaur Chawla | 1 | -2/+2 |
2016-02-17 | amd-xgbe: Mask auto-negotiation interrupts in ISR | Lendacky, Thomas | 4 | -33/+41 |
2016-02-17 | amd-xgbe: Check Rx queue fifos before stopping Rx DMA | Lendacky, Thomas | 2 | -3/+37 |
2016-02-17 | amd-xgbe: Do traffic class setup when called through dcbnl | Lendacky, Thomas | 4 | -30/+70 |
2016-02-17 | amd-xgbe: Fix the mapping of priorities to traffic classes | Lendacky, Thomas | 1 | -29/+21 |
2016-02-17 | amd-xgbe: Enable/disable PFC per traffic class | Lendacky, Thomas | 1 | -2/+34 |
2016-02-17 | amd-xgbe: Verify forced speed matches the active speedset | Lendacky, Thomas | 1 | -2/+14 |
2016-02-17 | amd-xgbe: Use __napi_schedule_irqoff | Lendacky, Thomas | 1 | -2/+2 |
2016-02-17 | amd-xgbe: Change from napi_complete to napi_complete_done | Lendacky, Thomas | 1 | -4/+4 |
2016-02-17 | amd-xgbe: Disable VLAN filtering when in promiscuous mode | Lendacky, Thomas | 1 | -112/+117 |
2016-02-17 | net: rework setup_tc ndo op to consume general tc operand | John Fastabend | 1 | -3/+6 |
2016-02-17 | net: rework ndo tc op to consume additional qdisc handle parameter | John Fastabend | 1 | -1/+4 |
2016-02-16 | net: am79c961a: avoid %? in inline assembly | Arnd Bergmann | 1 | -32/+32 |
2016-01-10 | ethernet: amd: au1000: Remove pointless warning | Andrew Lunn | 1 | -3/+0 |
2016-01-07 | phy: Add API for {un}registering an mdio device to a bus. | Andrew Lunn | 1 | -4/+5 |
2016-01-07 | mdio: Move allocation of interrupts into core | Andrew Lunn | 1 | -7/+0 |
2016-01-07 | phy: Centralise print about attached phy | Andrew Lunn | 1 | -3/+1 |
2016-01-07 | phy: add phydev_name() wrapper | Andrew Lunn | 1 | -2/+2 |
2015-12-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2015-12-15 | amd-xgbe: fix a couple timeout loops | Dan Carpenter | 1 | -2/+2 |
2015-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
2015-11-20 | various: fix pci_set_dma_mask return value checking | Christoph Hellwig | 1 | -2/+3 |
2015-11-18 | net: move skb_mark_napi_id() into core networking stack | Eric Dumazet | 1 | -1/+0 |
2015-11-12 | Merge tag 'pm+acpi-4.4-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+7 |
2015-11-10 | pcnet32: use pci_set_dma_mask insted of pci_dma_supported | Christoph Hellwig | 1 | -1/+1 |
2015-11-07 | Merge branch 'acpi-pci' | Rafael J. Wysocki | 1 | -1/+7 |
2015-11-07 | device property: ACPI: Make use of the new DMA Attribute APIs | Suthikulpanit, Suravee | 1 | -1/+7 |
2015-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -1/+5 |
2015-10-27 | amd-xgbe: Fix race between access of desc and desc index | Lendacky, Thomas | 2 | -1/+5 |
2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+4 |
2015-10-23 | amd-xgbe: Use wmb before updating current descriptor count | Lendacky, Thomas | 2 | -2/+4 |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2015-10-16 | drivers/net: get rid of unnecessary initializations in .get_drvinfo() | Ivan Vecera | 2 | -2/+0 |
2015-10-15 | amd-xgbe: Use system workqueue for device restart | Lendacky, Thomas | 1 | -2/+2 |
2015-10-05 | amd-xgbe: Check for successful buffer allocation before use | Tom Lendacky | 1 | -0/+3 |