Age | Commit message (Expand) | Author |
2024-02-08 | net/sun3_82586: Avoid reading past buffer in debug output | Kees Cook |
2023-09-20 | net: ethernet: i825xx: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-05-16 | net: ethernet: i825xx: sun3_8256: Add SPDX license identifier | Bagas Sanjaya |
2023-05-16 | net: ethernet: i825xx: Replace unversioned GPL (GPL 1.0) notice with SPDX ide... | Bagas Sanjaya |
2023-03-16 | i825xx: sni_82596: use eth_hw_addr_set() | Thomas Bogendoerfer |
2022-03-24 | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2022-03-21 | i825xx: fix typo "Frame to short" -> "Frame too short" | Tong Zhang |
2022-02-17 | treewide: Replace zero-length arrays with flexible-array members | Gustavo A. R. Silva |
2022-01-26 | ethernet: i825xx: don't write directly to netdev->dev_addr | Jakub Kicinski |
2022-01-14 | lib82596: Fix IRQ check in sni_82596_probe | Miaoqian Lin |
2021-11-20 | 82596: use eth_hw_addr_set() | Jakub Kicinski |
2021-11-19 | lasi_82594: use eth_hw_addr_set() | Jakub Kicinski |
2021-10-14 | ethernet: replace netdev->dev_addr assignment loops | Jakub Kicinski |
2021-10-14 | ethernet: constify references to netdev->dev_addr in drivers | Jakub Kicinski |
2021-09-15 | net: i825xx: Use absolute_pointer for memcpy from fixed memory location | Guenter Roeck |
2021-09-07 | Merge tag 'net-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-09-02 | Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2021-09-02 | net/sun3_82586: Fix return value of sun3_82586_probe() | Geert Uytterhoeven |
2021-08-30 | parisc: Make struct parisc_driver::remove() return void | Uwe Kleine-König |
2021-08-03 | m68k: remove legacy probing | Arnd Bergmann |
2021-02-04 | drivers: net: ethernet: i825xx: Fix couple of spellings in the file ether1.c | Bhaskar Chowdhury |
2020-09-25 | lib82596: convert to dma_alloc_noncoherent | Christoph Hellwig |
2020-09-25 | lib82596: move DMA allocation into the callers of i82596_probe | Christoph Hellwig |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-09 | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig |
2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin |
2019-10-15 | net: i82596: fix dma_alloc_attr for sni_82596 | Thomas Bogendoerfer |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner |
2019-05-03 | parisc: Tune LASI LAN for QEMU | Helge Deller |
2019-02-14 | net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles | Yang Wei |
2019-01-28 | net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles | Yang Wei |
2018-09-21 | net: i825xx: fix return type of ndo_start_xmit function | YueHaibing |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-09-12 | Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2017-08-29 | i825xx: switch to switch to dma_alloc_attrs | Christoph Hellwig |
2017-08-22 | parisc/net/lasi_82596: Fix section mismatches | Helge Deller |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg |
2016-10-13 | net: deprecate eth_change_mtu, remove usage | Jarod Wilson |
2016-09-12 | i825xx: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal |
2015-06-23 | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker |
2014-10-20 | net: ethernet: i825xx: drop owner assignment from platform_drivers | Wolfram Sang |
2014-03-24 | i825xx: Call dev_kfree_skb_any instead of dev_kfree_skb. | Eric W. Biederman |
2014-01-16 | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker |
2013-11-07 | net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO | Duan Jiong |