- 83216e3 of: net: pass the dst buffer to of_get_mac_address() by Michael Walle · 3 years, 9 months ago
- 3ada665 net: ks8851: remove definition of DEBUG by Tom Rix · 4 years ago
- f0791b9 net: ks8851: Select PHYLIB and MICREL_PHY in Kconfig by Marek Vasut · 4 years ago
- ef36312 net: ks8851: Register MDIO bus and the internal PHY by Marek Vasut · 4 years ago
- eba251f net: micrel: convert comma to semicolon by Zheng Yongjun · 4 years, 1 month ago
- 401d8ce net: ksz884x: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- d0ea5cb drivers/net/ethernet: clean up mis-targeted comments by Jesse Brandeburg · 4 years, 4 months ago
- 7c8c029 drivers/net/ethernet: clean up unused assignments by Jesse Brandeburg · 4 years, 4 months ago
- bf2977a net: micrel: Remove set but not used variable by Zheng Yongjun · 4 years, 4 months ago
- 9ad5a25 net: micrel: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
- 81adcd6 ksz884x: switch from 'pci_' to 'dma_' API by Christophe JAILLET · 4 years, 6 months ago
- ffa76e3 ksz884x: mark pcidev_suspend() as __maybe_unused by Wei Yongjun · 4 years, 7 months ago
- 6412061 ksz884x: use generic power management by Vaibhav Gupta · 4 years, 7 months ago
- a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
- 72628da net: ks8851: Remove ks8851_mll.c by Marek Vasut · 4 years, 8 months ago
- 797047f net: ks8851: Implement Parallel bus operations by Marek Vasut · 4 years, 8 months ago
- b07f987 net: ks8851: Separate SPI operations into separate file by Marek Vasut · 4 years, 8 months ago
- 7a552c8 net: ks8851: Implement register, FIFO, lock accessor callbacks by Marek Vasut · 4 years, 8 months ago
- d2a1c64 net: ks8851: Permit overridding interrupt enable register by Marek Vasut · 4 years, 8 months ago
- 144ad36 net: ks8851: Factor out TX work flush function by Marek Vasut · 4 years, 8 months ago
- 24be726 net: ks8851: Split out SPI specific code from probe() and remove() by Marek Vasut · 4 years, 8 months ago
- d48b763 net: ks8851: Split out SPI specific entries in struct ks8851_net by Marek Vasut · 4 years, 8 months ago
- 18a3df7 net: ks8851: Factor out SKB receive function by Marek Vasut · 4 years, 8 months ago
- 2272602 net: ks8851: Factor out bus lock handling by Marek Vasut · 4 years, 8 months ago
- aa39bf6 net: ks8851: Use 16-bit read of RXFC register by Marek Vasut · 4 years, 8 months ago
- 88cfedd net: ks8851: Use 16-bit writes to program MAC address by Marek Vasut · 4 years, 8 months ago
- 806f664 net: ks8851: Remove ks8851_rdreg32() by Marek Vasut · 4 years, 8 months ago
- 2c5b0a8 net: ks8851: Use dev_{get,set}_drvdata() by Marek Vasut · 4 years, 8 months ago
- b6948e1 net: ks8851: Use devm_alloc_etherdev() by Marek Vasut · 4 years, 8 months ago
- 848fc0c net: ks8851: Pass device node into ks8851_init_mac() by Marek Vasut · 4 years, 8 months ago
- 2f3271c net: ks8851: Replace dev_err() with netdev_err() in IRQ handler by Marek Vasut · 4 years, 8 months ago
- bfd1e0e net: ks8851: Rename ndev to netdev in probe by Marek Vasut · 4 years, 8 months ago
- d320692 net: ks8851: Factor out spi->dev in probe()/remove() by Marek Vasut · 4 years, 8 months ago
- f0b5989 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 4 years, 10 months ago
- 8262e6f net: ks8851-ml: Fix IO operations, again by Marek Vasut · 4 years, 10 months ago
- 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 11 months ago
- 4434341 net: ks8851-ml: Fix IRQ handling and locking by Marek Vasut · 5 years ago
- e65ee2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
- 2e92a2d net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT by Julian Wiedmann · 5 years ago
- 5829210 net: ks8851-ml: Fix 16-bit IO operation by Marek Vasut · 5 years ago
- edacb09 net: ks8851-ml: Fix 16-bit data access by Marek Vasut · 5 years ago
- 69233bb net: ks8851-ml: Remove 8-bit bus accessors by Marek Vasut · 5 years ago
- 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
- 81160dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
- 9b789f4 ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readable by zhong jiang · 5 years ago
- 13b0aef net: remove ks8695 driver by Arnd Bergmann · 5 years ago
- 399e06a ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb” by Markus Elfring · 5 years ago
- 4865695 net: ks8851-ml: use devm_platform_ioremap_resource() to simplify code by YueHaibing · 5 years ago
- d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
- 82c2981 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176 by Thomas Gleixner · 6 years ago
- 1802d0b treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 by Thomas Gleixner · 6 years ago
- c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 2d2924a net: ethernet: fix similar warning reported by kbuild test robot by Petr Štetiar · 6 years ago
- a51645f net: ethernet: support of_get_mac_address new ERR_PTR error by Petr Štetiar · 6 years ago
- aae079a net: ks8851: Deduplicate register macros by Lukas Wunner · 6 years ago
- cbda74a net: ks8851: Fix register macro misnomers by Lukas Wunner · 6 years ago
- 9624baf net: ks8851: Set initial carrier state to down by Lukas Wunner · 6 years ago
- d268f31 net: ks8851: Delay requesting IRQ until opened by Lukas Wunner · 6 years ago
- 761cfa9 net: ks8851: Reassert reset pin if chip ID check fails by Lukas Wunner · 6 years ago
- 536d368 net: ks8851: Dequeue RX packets explicitly by Lukas Wunner · 6 years ago
- 105cfb0 net: micrel: ks8695net: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles by Yang Wei · 6 years ago
- 2b49117a net: micrel: fix return type of ndo_start_xmit function by YueHaibing · 6 years ago
- dafa5f6 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
- 5d258b4 net: ethernet: Use existing define with polynomial by Krzysztof Kozlowski · 7 years ago
- 5074298 ethernet: micrel: remove redundant pointer 'info' by Colin Ian King · 7 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 566bd54 net: ks8851: Support DT-provided MAC address by Lukas Wunner · 7 years ago
- 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 11dd894 net: ksz884x: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
- 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
- 82c01a8 net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd return void by yuval.shaia@oracle.com · 8 years ago
- 9efd383 net: ks8851: Added support for half-duplex SPI by Sergey Shcherbakov · 8 years ago
- 0367105 scripts/spelling.txt: add "overrided" pattern and fix typo instances by Masahiro Yamada · 8 years ago
- b6878ea net: micrel: ks8851_mll: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
- 98f2b09 net: micrel: ks8851: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
- 2821337 net: micrel: ks8695net: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
- 2fb93a1 net: micrel: ksz884x: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
- 7ea40077 ks8695net: add GRO support by Eric Dumazet · 8 years ago
- 3ebe834 net: ks8851: Drop eeprom_size structure member by Stephen Boyd · 8 years ago
- 44770e1 ethernet: use core min/max MTU checking by Jarod Wilson · 8 years ago
- a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
- 3274940 drivers: net: Don't print unpopulated net_device name by Harvey Hunt · 9 years ago
- 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
- 3af0d55 ethernet: micrel: fix some error codes by Dan Carpenter · 9 years ago
- 4c84518 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
- 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
- 88c7966 net: ks8851: Export OF module alias information by Javier Martinez Canillas · 9 years ago
- 2902bc6 net: ethernet: micrel: fix an error code by Dan Carpenter · 9 years ago
- 138b15e drivers/net: remove all references to obsolete Ethernet-HOWTO by Paul Gortmaker · 10 years ago
- addae62 ethernet: micrel: use time_is_before_eq_jiffies by Antonio Murdaca · 10 years ago
- f6b59f3 ethernet: micrel: use time_after_eq by Antonio Murdaca · 10 years ago
- c7bf716 ethernet: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
- fea3cb0 ksz884x: Use setup_timer by Julia Lawall · 10 years ago
- 62633b8 net: ethernet: micrel: ksz884x.c: Remove unused function by Rickard Strandqvist · 10 years ago
- f153568 net: ethernet: micrel: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- 843d349 net: ks8842: use dmaengine_terminate_all() API by Vinod Koul · 10 years ago
- 9baa3c3 PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use by Benoit Taine · 10 years ago