summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/toshiba
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 301Thomas Gleixner2019-06-051-13/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Thomas Gleixner2019-05-301-13/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner2019-05-305-70/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-12/+17
* net: toshiba: remove a redundant local variable 'index_specified'zhong jiang2018-09-191-6/+3
* net: toshiba: fix return type of ndo_start_xmit functionYueHaibing2018-09-194-7/+9
* net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn2018-09-121-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+3
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-9/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | drivers: net: spider_net: use setup_timer() helper.Allen Pais2017-09-211-7/+5
|/
* net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"Colin Ian King2017-07-291-1/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* format-security: move static strings to constKees Cook2017-05-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-1/+1
|\
| * net: tc35815: move free after the dereferenceDan Carpenter2017-04-241-1/+1
* | net: toshiba: spider_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-081-10/+14
* | net: toshiba: ps3_genic_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-081-22/+29
|/
* 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