index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
toshiba
/
spider_net.c
Age
Commit message (
Expand
)
Author
2023-09-18
net: spider_net: Use size_add() in call to struct_size()
Gustavo A. R. Silva
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-05-05
net: ethernet: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
2022-04-29
eth: spider: remove a copy of the NAPI_POLL_WEIGHT define
Jakub Kicinski
2021-12-01
net: spider_net: Use non-atomic bitmap API when applicable
Christophe JAILLET
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
2021-08-29
net: spider_net: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-03-31
net: toshiba: fix the trailing format of some block comments
Yixing Liu
2021-01-16
net: ethernet: toshiba: spider_net: Document a whole bunch of function parame...
Lee Jones
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-03
net: spider_net: Remove a useless memset
Christophe JAILLET
2020-08-03
net: spider_net: Fix the size used in a 'dma_free_coherent()' call
Christophe JAILLET
2020-04-30
docs: networking: convert netconsole.txt to ReST
Mauro Carvalho Chehab
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-08-29
net: spider_net: Use struct_size() helper
Gustavo A. R. Silva
2019-07-29
net: spider_net: Mark expected switch fall-through
Gustavo A. R. Silva
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153
Thomas Gleixner
2018-09-19
net: toshiba: fix return type of ndo_start_xmit function
YueHaibing
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-09-21
drivers: net: spider_net: use setup_timer() helper.
Allen Pais
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
2016-10-18
ethernet/toshiba: use core min/max MTU checking
Jarod Wilson
2016-05-04
treewide: replace dev->trans_start update with helper
Florian Westphal
2016-02-05
PCI: Remove includes of asm/pci-bridge.h
Bjorn Helgaas
2015-05-21
spider_net: Use DECLARE_BITMAP
Joe Perches
2014-10-05
net: spider_net: avoid using signed char for bitops
Antoine Ténart
2014-10-05
net: spider_net: do not read mac address again after setting it
Antoine Ténart
2014-08-12
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
Benoit Taine
2014-03-24
spider_net: Call dev_consume_skb_any instead of dev_kfree_skb.
Eric W. Biederman
2013-10-23
net: spider_net: remove unnecessary pci_set_drvdata()
Jingoo Han
2013-05-08
net/spider_net: fix error return code in spider_net_open()
Wei Yongjun
2013-04-19
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2013-03-17
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
Joe Perches
2012-12-03
net/spider_net: remove __dev* attributes
Bill Pemberton
2012-07-10
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
2011-08-17
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
2011-08-16
net: Fix sungem_phy sharing.
David S. Miller
2011-08-12
toshiba: Move the Toshiba drivers
Jeff Kirsher