aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/toshiba (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-18ps3_gelic: Use [] to denote a flexible array memberGeert Uytterhoeven1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 301Thomas Gleixner1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Thomas Gleixner1-13/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner5-70/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-12/+17
2018-09-19net: toshiba: remove a redundant local variable 'index_specified'zhong jiang1-6/+3
2018-09-19net: toshiba: fix return type of ndo_start_xmit functionYueHaibing4-7/+9
2018-09-12net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-9/+7
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-21drivers: net: spider_net: use setup_timer() helper.Allen Pais1-7/+5
2017-07-29net: tc35815: fix spelling mistake: "Intterrupt" -> "Interrupt"Colin Ian King1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-05-08format-security: move static strings to constKees Cook1-1/+1
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-04-24net: tc35815: move free after the dereferenceDan Carpenter1-1/+1
2017-03-08net: toshiba: spider_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-10/+14
2017-03-08net: toshiba: ps3_genic_net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+29
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet3-3/+3
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-11-14ps3_gelic: fix spelling mistake in debug messageColin Ian King1-1/+1
2016-10-18ethernet/toshiba: use core min/max MTU checkingJarod Wilson4-41/+8
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-10-06net: ps3_gelic: Add missing \n to end of deb_dbg messageColin Ian King1-1/+1
2016-09-13net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman1-2/+2
2016-07-15net: ethernet: tc35815: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-16/+2
2016-07-15net: ethernet: tc35815: use phydev from struct net_devicePhilippe Reynes1-27/+18
2016-06-27net: tc35815: fix spelling mistake on "descriptors"Colin Ian King1-5/+5
2016-05-20ps3_gelic: use kmemdupMuhammad Falak R Wani1-2/+2
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-04-28ps3_gelic: fix memcpy parameterChristophe Jaillet1-1/+1
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2016-01-10net: tc35815: Drop unused variableGuenter Roeck1-1/+0
2016-01-10net: tc35815: Fix build error due to missed API changeGuenter Roeck1-15/+2
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-13/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-4/+2
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-2/+2
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-06-11net/ps3_gelic: Fix build error with DEBUGGeoff Levand1-12/+12
2015-05-21spider_net: Use DECLARE_BITMAPJoe Perches1-2/+1
2015-04-14toshiba: Remove celleb from Kconfig optionsDaniel Axtens1-2/+2
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-03-03ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2014-10-05net: spider_net: avoid using signed char for bitopsAntoine Ténart1-3/+3
2014-10-05net: spider_net: do not read mac address again after setting itAntoine Ténart1-34/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2-2/+2
2014-07-20ps3_gelic: remove unnecessary break after returnFabian Frederick1-7/+0