| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | drivers: net: spider_net: use setup_timer() helper. | Allen Pais | 2017-09-21 | 1 | -7/+5 |
|/ |
|
* | net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt" | Colin Ian King | 2017-07-30 | 1 | -1/+1 |
* | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 2017-06-16 | 1 | -1/+1 |
* | format-security: move static strings to const | Kees Cook | 2017-05-09 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-27 | 1 | -1/+1 |
|\ |
|
| * | net: tc35815: move free after the dereference | Dan Carpenter | 2017-04-24 | 1 | -1/+1 |
* | | net: toshiba: spider_net: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 2017-03-09 | 1 | -10/+14 |
* | | net: toshiba: ps3_genic_net: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 2017-03-09 | 1 | -22/+29 |
|/ |
|
* | drivers: net: generalize napi_complete_done() | Eric Dumazet | 2017-01-30 | 3 | -3/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-15 | 1 | -1/+1 |
|\ |
|
| * | ps3_gelic: fix spelling mistake in debug message | Colin Ian King | 2016-11-14 | 1 | -1/+1 |
* | | ethernet/toshiba: use core min/max MTU checking | Jarod Wilson | 2016-10-18 | 4 | -41/+8 |
* | | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 2016-10-13 | 1 | -1/+0 |
|/ |
|
* | net: ps3_gelic: Add missing \n to end of deb_dbg message | Colin Ian King | 2016-10-07 | 1 | -1/+1 |
* | net: Remove NO_IRQ from powerpc-only network drivers | Michael Ellerman | 2016-09-13 | 1 | -2/+2 |
* | net: ethernet: tc35815: use phy_ethtool_{get|set}_link_ksettings | Philippe Reynes | 2016-07-16 | 1 | -16/+2 |
* | net: ethernet: tc35815: use phydev from struct net_device | Philippe Reynes | 2016-07-16 | 1 | -27/+18 |
* | net: tc35815: fix spelling mistake on "descriptors" | Colin Ian King | 2016-06-27 | 1 | -5/+5 |
* | ps3_gelic: use kmemdup | Muhammad Falak R Wani | 2016-05-21 | 1 | -2/+2 |
* | treewide: replace dev->trans_start update with helper | Florian Westphal | 2016-05-04 | 1 | -1/+1 |
* | ps3_gelic: fix memcpy parameter | Christophe Jaillet | 2016-04-28 | 1 | -1/+1 |
* | PCI: Remove includes of asm/pci-bridge.h | Bjorn Helgaas | 2016-02-05 | 1 | -1/+0 |
* | net: tc35815: Drop unused variable | Guenter Roeck | 2016-01-11 | 1 | -1/+0 |
* | net: tc35815: Fix build error due to missed API change | Guenter Roeck | 2016-01-11 | 1 | -15/+2 |
* | mdio: Move allocation of interrupts into core | Andrew Lunn | 2016-01-07 | 1 | -13/+1 |
* | phy: Centralise print about attached phy | Andrew Lunn | 2016-01-07 | 1 | -4/+2 |
* | phy: add phydev_name() wrapper | Andrew Lunn | 2016-01-07 | 1 | -2/+2 |
* | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker | 2015-06-23 | 1 | -3/+1 |
* | net/ps3_gelic: Fix build error with DEBUG | Geoff Levand | 2015-06-11 | 1 | -12/+12 |
* | spider_net: Use DECLARE_BITMAP | Joe Perches | 2015-05-21 | 1 | -2/+1 |
* | toshiba: Remove celleb from Kconfig options | Daniel Axtens | 2015-04-14 | 1 | -2/+2 |
* | ethernet: codespell comment spelling fixes | Joe Perches | 2015-03-09 | 1 | -1/+1 |
* | ethernet: Use eth_<foo>_addr instead of memset | Joe Perches | 2015-03-03 | 1 | -2/+2 |
* | net: spider_net: avoid using signed char for bitops | Antoine Ténart | 2014-10-06 | 1 | -3/+3 |
* | net: spider_net: do not read mac address again after setting it | Antoine Ténart | 2014-10-06 | 1 | -34/+2 |
* | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 2014-08-12 | 2 | -2/+2 |
* | ps3_gelic: remove unnecessary break after return | Fabian Frederick | 2014-07-21 | 1 | -7/+0 |
* | ps3_gelic: remove unnecessary break after goto | Fabian Frederick | 2014-07-14 | 1 | -3/+0 |
* | net: ethernet: toshiba: ps3_gelic_net.c: Cleaning up a check on a memory allo... | Rickard Strandqvist | 2014-06-11 | 1 | -1/+1 |
* | spider_net: Call dev_consume_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 2014-03-25 | 1 | -1/+1 |
* | tc35815: Don't receive packets when the napi budget == 0 | Eric W. Biederman | 2014-03-15 | 1 | -0/+3 |
* | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 1 | -1/+0 |
* | net: fix error return code | Julia Lawall | 2014-01-02 | 1 | -7/+11 |
* | net: tc35815: use phy_init_hw for PHY reset | Florian Fainelli | 2013-12-10 | 1 | -11/+4 |
* | net: tc35815: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-10-23 | 1 | -1/+0 |
* | net: spider_net: remove unnecessary pci_set_drvdata() | Jingoo Han | 2013-10-23 | 1 | -1/+0 |
* | toshiba: Remove extern from function prototypes | Joe Perches | 2013-09-24 | 3 | -20/+19 |
* | net: ps3_gelic: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2013-09-16 | 1 | -1/+1 |
* | ps3_gelic: lower NAPI weight | Michal Schmidt | 2013-08-27 | 2 | -3/+1 |
* | net/ethernet/toshiba/tc35815: Use module_pci_driver to register driver | Peter Hüwe | 2013-05-22 | 1 | -13/+1 |