Age | Commit message (Expand) | Author | Files | Lines |
2022-09-29 | net: drop the weight argument from netif_napi_add | Jakub Kicinski | 1 | -1/+1 |
2022-09-01 | net: ethernet: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
2022-05-22 | cirrus: cs89x0: fix typo in comment | Julia Lawall | 1 | -1/+1 |
2021-11-19 | cirrus: mac89x0: use eth_hw_addr_set() | Jakub Kicinski | 1 | -2/+5 |
2021-10-18 | ethernet: use eth_hw_addr_set() in unmaintained drivers | Jakub Kicinski | 1 | -4/+7 |
2021-10-05 | ethernet: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski | 1 | -1/+1 |
2021-10-02 | ethernet: use eth_hw_addr_set() | Jakub Kicinski | 2 | -2/+2 |
2021-09-03 | net: cs89x0: disable compile testing on powerpc | Arnd Bergmann | 1 | -1/+1 |
2021-08-03 | ethernet: isa: convert to module_init/module_exit | Arnd Bergmann | 1 | -3/+4 |
2021-08-03 | make legacy ISA probe optional | Arnd Bergmann | 1 | -0/+1 |
2021-08-03 | cs89x0: rework driver configuration | Arnd Bergmann | 2 | -23/+27 |
2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 1 | -1/+1 |
2020-08-18 | ethernet: cirrus: Remove unused macros | Alex Dewar | 1 | -4/+0 |
2020-06-27 | docs: networking: reorganize driver documentation again | Jakub Kicinski | 1 | -1/+1 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -3/+3 |
2020-05-01 | docs: networking: device drivers: convert cirrus/cs89x0.txt to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
2020-03-04 | net/cirrus: Delete driver version | Leon Romanovsky | 1 | -2/+0 |
2019-12-13 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 1 | -1/+1 |
2019-11-15 | net: ep93xx_eth: fix mismatch of request_mem_region in remove | Chuhong Yuan | 1 | -2/+3 |
2019-08-26 | cirrus: cs89x0: remove set but not used variable 'lp' | YueHaibing | 1 | -3/+0 |
2019-08-21 | cirrus: cs89x0: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -3/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-04-29 | ARM: ep93xx: move network platform data to separate header | Arnd Bergmann | 2 | -2/+2 |
2018-12-05 | net: documentation: build a directory structure for drivers | Jakub Kicinski | 1 | -1/+1 |
2018-09-22 | net: cirrus: fix return type of ndo_start_xmit function | YueHaibing | 2 | -3/+3 |
2018-07-22 | net: prevent ISA drivers from building on PPC32 | Randy Dunlap | 1 | -0/+1 |
2018-03-02 | net/mac89x0: Replace custom debug logging with netif_* calls | Finn Thain | 1 | -32/+15 |
2018-03-02 | net/mac89x0: Fix and modernize log messages | Finn Thain | 1 | -10/+9 |
2018-03-02 | net/mac89x0: Convert to platform_driver | Finn Thain | 1 | -39/+29 |
2018-03-02 | net/mac89x0: Remove redundant code | Finn Thain | 1 | -32/+0 |
2018-01-30 | Merge tag 'm68k-for-v4.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+4 |
2018-01-16 | nubus: Adopt standard linked list implementation | Finn Thain | 1 | -2/+4 |
2018-01-15 | net: cs89x0: add MODULE_LICENSE | Arnd Bergmann | 1 | -0/+4 |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 1 | -4/+3 |
2017-06-05 | net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ... | yuval.shaia@oracle.com | 1 | -1/+4 |
2017-05-11 | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+3 |
2017-05-09 | format-security: move static strings to const | Kees Cook | 1 | -1/+1 |
2017-04-20 | Annotate hardware config module parameters in drivers/net/ethernet/ | David Howells | 1 | -3/+3 |
2017-04-18 | net: cx89x0: move attribute declaration before struct keyword | Stefan Agner | 1 | -1/+1 |
2017-02-06 | ep93xx_eth: add GRO support | Eric Dumazet | 1 | -23/+6 |
2016-12-18 | net: cirrus: ep93xx: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -6/+8 |
2016-12-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2016-12-05 | net: ep93xx_eth: Do not crash unloading module | Florian Fainelli | 1 | -0/+4 |
2016-10-13 | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 3 | -3/+0 |
2016-06-15 | net: cx89x0: Add DT support | Alexander Shiyan | 1 | -1/+11 |
2015-06-23 | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker | 1 | -9/+3 |
2015-03-09 | ethernet: codespell comment spelling fixes | Joe Perches | 1 | -1/+1 |
2015-02-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2015-02-05 | net: ep93xx_eth: Delete unnecessary checks before the function call "kfree" | Markus Elfring | 1 | -4/+2 |