summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/toshiba
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-303-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-1/+1
|\
| * ps3_gelic: fix spelling mistake in debug messageColin Ian King2016-11-141-1/+1
* | ethernet/toshiba: use core min/max MTU checkingJarod Wilson2016-10-184-41/+8
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
|/
* net: ps3_gelic: Add missing \n to end of deb_dbg messageColin Ian King2016-10-061-1/+1
* net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman2016-09-131-2/+2
* net: ethernet: tc35815: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-151-16/+2
* net: ethernet: tc35815: use phydev from struct net_devicePhilippe Reynes2016-07-151-27/+18
* net: tc35815: fix spelling mistake on "descriptors"Colin Ian King2016-06-271-5/+5
* ps3_gelic: use kmemdupMuhammad Falak R Wani2016-05-201-2/+2
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* ps3_gelic: fix memcpy parameterChristophe Jaillet2016-04-281-1/+1
* PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas2016-02-051-1/+0
* net: tc35815: Drop unused variableGuenter Roeck2016-01-101-1/+0
* net: tc35815: Fix build error due to missed API changeGuenter Roeck2016-01-101-15/+2
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-13/+1
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-4/+2
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-2/+2
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* net/ps3_gelic: Fix build error with DEBUGGeoff Levand2015-06-111-12/+12
* spider_net: Use DECLARE_BITMAPJoe Perches2015-05-211-2/+1
* toshiba: Remove celleb from Kconfig optionsDaniel Axtens2015-04-141-2/+2
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-2/+2
* net: spider_net: avoid using signed char for bitopsAntoine Ténart2014-10-051-3/+3
* net: spider_net: do not read mac address again after setting itAntoine Ténart2014-10-051-34/+2
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-122-2/+2
* ps3_gelic: remove unnecessary break after returnFabian Frederick2014-07-201-7/+0
* ps3_gelic: remove unnecessary break after gotoFabian Frederick2014-07-131-3/+0
* net: ethernet: toshiba: ps3_gelic_net.c: Cleaning up a check on a memory allo...Rickard Strandqvist2014-06-111-1/+1
* spider_net: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* tc35815: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0
* net: fix error return codeJulia Lawall2014-01-021-7/+11
* net: tc35815: use phy_init_hw for PHY resetFlorian Fainelli2013-12-091-11/+4
* net: tc35815: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-1/+0
* net: spider_net: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-231-1/+0
* toshiba: Remove extern from function prototypesJoe Perches2013-09-243-20/+19
* net: ps3_gelic: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-151-1/+1
* ps3_gelic: lower NAPI weightMichal Schmidt2013-08-272-3/+1
* net/ethernet/toshiba/tc35815: Use module_pci_driver to register driverPeter Hüwe2013-05-221-13/+1
* net/spider_net: fix error return code in spider_net_open()Wei Yongjun2013-05-081-1/+2
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-2/+2
* net: Fix p3_gelic_net sparse warningsGeoff Levand2013-03-221-123/+117
* drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-2/+1
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-3/+2
* remove init of dev->perm_addr in driversJiri Pirko2013-01-081-1/+0
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-063-10/+13
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-072-7/+5