summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/toshiba
Commit message (Expand)AuthorAgeFilesLines
* net: tc35815: Use pci_dev_id() to simplify the codeZheng Zengkai2023-08-131-2/+1
* net/ps3_gelic_net: Use dma_mapping_errorGeoff Levand2023-03-201-11/+13
* net/ps3_gelic_net: Fix RX sk_buff lengthGeoff Levand2023-03-202-11/+13
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-282-3/+2
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-313-9/+9
* eth: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+1
* net: ethernet: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-051-0/+1
* eth: spider: remove a copy of the NAPI_POLL_WEIGHT defineJakub Kicinski2022-04-292-2/+1
* net: spider_net: Use non-atomic bitmap API when applicableChristophe JAILLET2021-12-011-6/+6
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-1/+3
* ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski2021-10-181-2/+4
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+2
* ethernet: fix up ps3_gelic_net.c for "ethernet: use eth_hw_addr_set()"Stephen Rothwell2021-10-051-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-023-3/+3
* net: spider_net: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-291-12/+15
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-2/+2
* net: toshiba: fix the trailing format of some block commentsYixing Liu2021-03-312-15/+30
* net: ethernet: toshiba: spider_net: Document a whole bunch of function parame...Lee Jones2021-01-161-7/+11
* net: ethernet: toshiba: ps3_gelic_net: Fix some kernel-doc misdemeanoursLee Jones2021-01-161-3/+5
* powerpc/ps3: make system bus's remove and shutdown callbacks return voidUwe Kleine-König2020-12-041-2/+1
* net: tc35815: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-081-20/+28
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-15/+15
* net: spider_net: Remove a useless memsetChristophe JAILLET2020-08-031-2/+0
* net: spider_net: Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET2020-08-031-2/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-4/+4
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-051-2/+0
|\
| * net/ps3_gelic_net: Remove duplicate error messageMarkus Elfring2020-05-191-2/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-1/+1
|\ \
| * | net: tc35815: Fix phydev supported/advertising maskAnthony Felice2020-04-271-1/+1
| |/
* / docs: networking: convert netconsole.txt to ReSTMauro Carvalho Chehab2020-04-302-2/+2
|/
* toshiba: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-244-4/+4
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-11/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-124-5/+5
* net: spider_net: Use struct_size() helperGustavo A. R. Silva2019-08-291-4/+2
* net: tc35815: Explicitly check NET_IP_ALIGN is not zero in tc35815_rxNathan Chancellor2019-08-111-1/+1
* net: spider_net: Mark expected switch fall-throughGustavo A. R. Silva2019-07-291-0/+1
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-2/+2
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-2/+2
* | ps3_gelic: Use [] to denote a flexible array memberGeert Uytterhoeven2019-06-181-1/+1
* | 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
|\