aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/i825xx
AgeCommit message (Expand)Author
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-21i825xx: fix typo "Frame to short" -> "Frame too short"Tong Zhang
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2022-01-26ethernet: i825xx: don't write directly to netdev->dev_addrJakub Kicinski
2022-01-14lib82596: Fix IRQ check in sni_82596_probeMiaoqian Lin
2021-11-2082596: use eth_hw_addr_set()Jakub Kicinski
2021-11-19lasi_82594: use eth_hw_addr_set()Jakub Kicinski
2021-10-14ethernet: replace netdev->dev_addr assignment loopsJakub Kicinski
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-09-15net: i825xx: Use absolute_pointer for memcpy from fixed memory locationGuenter Roeck
2021-09-07Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-09-02net/sun3_82586: Fix return value of sun3_82586_probe()Geert Uytterhoeven
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König
2021-08-03m68k: remove legacy probingArnd Bergmann
2021-02-04drivers: net: ethernet: i825xx: Fix couple of spellings in the file ether1.cBhaskar Chowdhury
2020-09-25lib82596: convert to dma_alloc_noncoherentChristoph Hellwig
2020-09-25lib82596: move DMA allocation into the callers of i82596_probeChristoph Hellwig
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-10-15net: i82596: fix dma_alloc_attr for sni_82596Thomas Bogendoerfer
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-03parisc: Tune LASI LAN for QEMUHelge Deller
2019-02-14net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2019-01-28net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei
2018-09-21net: i825xx: fix return type of ndo_start_xmit functionYueHaibing
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-08-29i825xx: switch to switch to dma_alloc_attrsChristoph Hellwig
2017-08-22parisc/net/lasi_82596: Fix section mismatchesHelge Deller
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-09-12i825xx: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker
2014-10-20net: ethernet: i825xx: drop owner assignment from platform_driversWolfram Sang
2014-03-24i825xx: Call dev_kfree_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-11-07net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-01-22drivers/net: delete Racal Interlan ISA ni52 (i825xx) driverPaul Gortmaker