aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/toshiba (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-29net: spider_net: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-12/+15
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-2/+2
2021-03-31net: toshiba: fix the trailing format of some block commentsYixing Liu2-15/+30
2021-01-16net: ethernet: toshiba: spider_net: Document a whole bunch of function parametersLee Jones1-7/+11
2021-01-16net: ethernet: toshiba: ps3_gelic_net: Fix some kernel-doc misdemeanoursLee Jones1-3/+5
2020-12-04powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König1-2/+1
2020-09-08net: tc35815: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-20/+28
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-15/+15
2020-08-03net: spider_net: Remove a useless memsetChristophe JAILLET1-2/+0
2020-08-03net: spider_net: Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+0
2020-05-19net/ps3_gelic_net: Remove duplicate error messageMarkus Elfring1-2/+0
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-04-30docs: networking: convert netconsole.txt to ReSTMauro Carvalho Chehab2-2/+2
2020-04-27net: tc35815: Fix phydev supported/advertising maskAnthony Felice1-1/+1
2020-02-24toshiba: Replace zero-length array with flexible-array memberGustavo A. R. Silva4-4/+4
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-11/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin4-5/+5
2019-08-29net: spider_net: Use struct_size() helperGustavo A. R. Silva1-4/+2
2019-08-11net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rxNathan Chancellor1-1/+1
2019-07-29net: spider_net: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose1-2/+2
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