Age | Commit message (Expand) | Author |
2019-08-25 | cirrus: cs89x0: remove set but not used variable 'lp' | YueHaibing |
2019-08-21 | cirrus: cs89x0: use devm_platform_ioremap_resource() to simplify code | YueHaibing |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-04-28 | ARM: ep93xx: move network platform data to separate header | Arnd Bergmann |
2018-12-05 | net: documentation: build a directory structure for drivers | Jakub Kicinski |
2018-09-21 | net: cirrus: fix return type of ndo_start_xmit function | YueHaibing |
2018-07-22 | net: prevent ISA drivers from building on PPC32 | Randy Dunlap |
2018-03-01 | net/mac89x0: Replace custom debug logging with netif_* calls | Finn Thain |
2018-03-01 | net/mac89x0: Fix and modernize log messages | Finn Thain |
2018-03-01 | net/mac89x0: Convert to platform_driver | Finn Thain |
2018-03-01 | net/mac89x0: Remove redundant code | Finn Thain |
2018-01-29 | Merge tag 'm68k-for-v4.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2018-01-16 | nubus: Adopt standard linked list implementation | Finn Thain |
2018-01-15 | net: cs89x0: add MODULE_LICENSE | Arnd Bergmann |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg |
2017-06-05 | net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ... | yuval.shaia@oracle.com |
2017-05-10 | Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2017-05-08 | format-security: move static strings to const | Kees Cook |
2017-04-20 | Annotate hardware config module parameters in drivers/net/ethernet/ | David Howells |
2017-04-18 | net: cx89x0: move attribute declaration before struct keyword | Stefan Agner |
2017-02-05 | ep93xx_eth: add GRO support | Eric Dumazet |
2016-12-17 | net: cirrus: ep93xx: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes |
2016-12-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-12-05 | net: ep93xx_eth: Do not crash unloading module | Florian Fainelli |
2016-10-13 | net: deprecate eth_change_mtu, remove usage | Jarod Wilson |
2016-06-15 | net: cx89x0: Add DT support | Alexander Shiyan |
2015-06-23 | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker |
2015-03-08 | ethernet: codespell comment spelling fixes | Joe Perches |
2015-02-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2015-02-05 | net: ep93xx_eth: Delete unnecessary checks before the function call "kfree" | Markus Elfring |
2015-01-29 | net: cs89x0: always build platform code if !HAS_IOPORT_MAP | Arnd Bergmann |
2014-12-15 | cirrus: cs89x0: fix time comparison | Asaf Vertz |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-10-24 | cirrus/mac89x0: Remove superfluous interrupt disable/restore | Geert Uytterhoeven |
2014-10-20 | net: ethernet: cirrus: drop owner assignment from platform_drivers | Wolfram Sang |
2014-08-02 | cirrus: cs89x0: Use managed interfaces | Himangi Saraogi |
2014-03-24 | cs89x0: Call dev_consume_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-08-30 | net: ep93xx_eth: use dev_get_platdata() | Jingoo Han |
2013-06-19 | net: Move MII out from under NET_CORE and hide it | Ben Hutchings |
2013-05-27 | net: ethernet: remove unnecessary platform_set_drvdata() | Jingoo Han |
2013-03-29 | cirrus: cs89x0: remove two obsolete Kconfig macros | Paul Bolle |
2013-03-18 | net: ep93xx_eth: Use module_platform_driver() | Sachin Kamat |
2013-03-09 | drivers:net: Remove unnecessary OOM messages after netdev_alloc_skb | Joe Perches |
2013-03-05 | net: cs89x0: use module_platform_driver_probe() | Jingoo Han |
2013-01-06 | ethtool: fix drvinfo strings set in drivers | Jiri Pirko |
2012-08-31 | cs89x0 : packet reception not working | Jaccon Bastiaansen |
2012-05-18 | cirrus: cs89x0: Remove function prototypes and reorder declarations | Joe Perches |
2012-05-18 | cirrus: cs89x0: Neaten debugging and logging | Joe Perches |