summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/i825xx
Commit message (Expand)AuthorAgeFilesLines
* net/sun3_82586: Avoid reading past buffer in debug outputKees Cook2024-02-081-1/+1
* net: ethernet: i825xx: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-3/+2
* net: ethernet: i825xx: sun3_8256: Add SPDX license identifierBagas Sanjaya2023-05-162-0/+2
* net: ethernet: i825xx: Replace unversioned GPL (GPL 1.0) notice with SPDX ide...Bagas Sanjaya2023-05-163-9/+6
* i825xx: sni_82596: use eth_hw_addr_set()Thomas Bogendoerfer2023-03-161-6/+8
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-1/+1
|\
| * i825xx: fix typo "Frame to short" -> "Frame too short"Tong Zhang2022-03-211-1/+1
* | treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2022-02-171-1/+1
|/
* ethernet: i825xx: don't write directly to netdev->dev_addrJakub Kicinski2022-01-261-1/+3
* lib82596: Fix IRQ check in sni_82596_probeMiaoqian Lin2022-01-141-1/+2
* 82596: use eth_hw_addr_set()Jakub Kicinski2021-11-201-1/+2
* lasi_82594: use eth_hw_addr_set()Jakub Kicinski2021-11-191-2/+4
* ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski2021-10-141-3/+2
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* net: i825xx: Use absolute_pointer for memcpy from fixed memory locationGuenter Roeck2021-09-151-1/+1
* Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-071-1/+1
|\
| * net/sun3_82586: Fix return value of sun3_82586_probe()Geert Uytterhoeven2021-09-021-1/+1
* | Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-2/+1
|\ \ | |/ |/|
| * parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König2021-08-301-2/+1
* | m68k: remove legacy probingArnd Bergmann2021-08-032-28/+13
|/
* drivers: net: ethernet: i825xx: Fix couple of spellings in the file ether1.cBhaskar Chowdhury2021-02-041-2/+2
* lib82596: convert to dma_alloc_noncoherentChristoph Hellwig2020-09-253-63/+80
* lib82596: move DMA allocation into the callers of i82596_probeChristoph Hellwig2020-09-253-39/+40
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-7/+7
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-284-8/+8
|\
| * netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-124-8/+8
* | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-3/+3
|/
* net: i82596: fix dma_alloc_attr for sni_82596Thomas Bogendoerfer2019-10-153-4/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* parisc: Tune LASI LAN for QEMUHelge Deller2019-05-031-2/+3
* net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-02-141-1/+1
* net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-281-1/+1
* net: i825xx: fix return type of ndo_start_xmit functionYueHaibing2018-09-213-6/+9
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-09-123-12/+9
|\
| * i825xx: switch to switch to dma_alloc_attrsChristoph Hellwig2017-08-293-12/+9
* | parisc/net/lasi_82596: Fix section mismatchesHelge Deller2017-08-221-5/+5
|/
* networking: introduce and use skb_put_data()Johannes Berg2017-06-162-2/+4
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-134-4/+0
* i825xx: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-2/+2
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-043-4/+4
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* net: ethernet: i825xx: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* i825xx: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-241-1/+1
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-163-3/+0
* net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2013-11-071-3/+1