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