| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-25 | net: Fix typos | Bjorn Helgaas | 1 | -1/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08 | Ingo Molnar | 1 | -2/+4 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 1 | -1/+1 |
| 2025-03-24 | net: ethernet: Drop unused of_gpio.h | Peng Fan | 1 | -2/+0 |
| 2024-10-17 | net: ks8851: use %*ph to print small buffer | Andy Shevchenko | 1 | -18/+2 |
| 2024-10-04 | net: ethernet: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 2 | -2/+2 |
| 2024-07-11 | net: ks8851: Fix potential TX stall after interface reopen | Ronald Wahl | 1 | -1/+1 |
| 2024-07-09 | net: ks8851: Fix deadlock with the SPI chip variant | Ronald Wahl | 2 | -6/+6 |
| 2024-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Jakub Kicinski | 1 | -1/+1 |
| 2024-05-15 | net: ks8851: Fix another TX stall caused by wrong ISR flag handling | Ronald Wahl | 1 | -17/+1 |
| 2024-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+10 |
| 2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 1 | -1/+1 |
| 2024-05-03 | net: ks8851: Queue RX packets in IRQ handler instead of disabling BHs | Marek Vasut | 1 | -6/+10 |
| 2024-04-08 | net: ks8851: Handle softirqs at the end of IRQ thread to fix hang | Marek Vasut | 1 | -1/+5 |
| 2024-04-08 | net: ks8851: Inline ks8851_rx_skb() | Marek Vasut | 4 | -36/+1 |
| 2024-02-08 | net: ks8851: Follow renaming of SPI "master" to "controller" | Uwe Kleine-König | 1 | -2/+2 |
| 2024-01-09 | Merge tag 'spi-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 1 | -2/+2 |
| 2023-12-19 | net: ks8851: Fix TX stall caused by TX buffer overrun | Ronald Wahl | 3 | -25/+40 |
| 2023-11-16 | treewide, spi: Get rid of SPI_MASTER_HALF_DUPLEX | Andy Shevchenko | 1 | -2/+2 |
| 2023-09-20 | net: ethernet: micrel: Convert to platform remove callback returning void | Uwe Kleine-König | 2 | -7/+4 |
| 2023-04-12 | ksz884x: Remove unused functions | Simon Horman | 1 | -294/+0 |
| 2023-03-30 | net: ksz884x: remove unused change variable | Tom Rix | 1 | -7/+3 |
| 2022-10-25 | net: ksz884x: fix missing pci_disable_device() on error in pcidev_init() | Yang Yingliang | 1 | -1/+1 |
| 2022-09-15 | net: ks8851: switch to using gpiod API | Dmitry Torokhov | 2 | -22/+20 |
| 2022-08-31 | net: ethernet: move from strlcpy with unused retval to strscpy | Wolfram Sang | 2 | -6/+6 |
| 2022-08-24 | micrel: ksz8851: fixes struct pointer issue | Jerry Ray | 1 | -3/+2 |
| 2022-04-05 | net: micrel: Fix KS8851 Kconfig | Horatiu Vultur | 1 | -0/+1 |
| 2022-04-01 | net: micrel: fix KS8851_MLL Kconfig | Randy Dunlap | 1 | -0/+1 |
| 2022-03-16 | net: ksz884x: optimize netdev_open flow and remove static variable | wujunwen | 1 | -5/+4 |
| 2022-03-04 | net: ethernet: Use netif_rx(). | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König | 1 | -3/+1 |
| 2021-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2021-12-22 | net: ks8851: Check for error irq | Jiasheng Jiang | 1 | -0/+2 |
| 2021-11-22 | ethtool: extend ringparam setting/getting API with rx_buf_len | Hao Chen | 1 | -1/+5 |
| 2021-10-18 | ethernet: use eth_hw_addr_set() in unmaintained drivers | Jakub Kicinski | 3 | -7/+14 |
| 2021-10-18 | net: ks8851: Make ks8851_remove_common() return void | Uwe Kleine-König | 4 | -6/+8 |
| 2021-10-14 | ethernet: constify references to netdev->dev_addr in drivers | Jakub Kicinski | 2 | -3/+3 |
| 2021-10-07 | ethernet: use of_get_ethdev_address() | Jakub Kicinski | 1 | -1/+1 |
| 2021-10-05 | ethernet: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski | 1 | -3/+2 |
| 2021-10-02 | ethernet: use eth_hw_addr_set() | Jakub Kicinski | 2 | -5/+4 |
| 2021-09-28 | net: ks8851: fix link error | Arnd Bergmann | 2 | -4/+10 |
| 2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 2 | -2/+2 |
| 2021-06-14 | net: phy: micrel: move phy reg offsets to common header | Michael Grzeschik | 1 | -90/+15 |
| 2021-06-07 | net: micrel: check return value after calling platform_get_resource() | Yang Yingliang | 1 | -0/+4 |
| 2021-06-03 | net: ks8851: Make ks8851_read_selftest() return void | Nathan Chancellor | 1 | -11/+4 |
| 2021-05-17 | net: micrel: Fix wrong function name in comments | Yang Shen | 1 | -3/+3 |
| 2021-04-13 | of: net: pass the dst buffer to of_get_mac_address() | Michael Walle | 1 | -4/+3 |
| 2021-01-15 | net: ks8851: remove definition of DEBUG | Tom Rix | 3 | -6/+0 |
| 2021-01-12 | net: ks8851: Select PHYLIB and MICREL_PHY in Kconfig | Marek Vasut | 1 | -0/+4 |
| 2021-01-05 | net: ks8851: Register MDIO bus and the internal PHY | Marek Vasut | 2 | -16/+98 |
| 2020-12-09 | net: micrel: convert comma to semicolon | Zheng Yongjun | 1 | -1/+1 |
| 2020-10-03 | net: ksz884x: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+1 |
| 2020-09-25 | drivers/net/ethernet: clean up mis-targeted comments | Jesse Brandeburg | 1 | -19/+27 |
| 2020-09-25 | drivers/net/ethernet: clean up unused assignments | Jesse Brandeburg | 1 | -2/+1 |
| 2020-09-19 | net: micrel: Remove set but not used variable | Zheng Yongjun | 1 | -6/+4 |
| 2020-09-14 | net: micrel: convert tasklets to use new tasklet_setup() API | Allen Pais | 2 | -17/+14 |
| 2020-07-14 | ksz884x: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -38/+30 |
| 2020-07-02 | ksz884x: mark pcidev_suspend() as __maybe_unused | Wei Yongjun | 1 | -1/+1 |
| 2020-07-01 | ksz884x: use generic power management | Vaibhav Gupta | 1 | -16/+9 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -5/+5 |
| 2020-05-28 | net: ks8851: Remove ks8851_mll.c | Marek Vasut | 1 | -1393/+0 |
| 2020-05-28 | net: ks8851: Implement Parallel bus operations | Marek Vasut | 3 | -0/+360 |
| 2020-05-28 | net: ks8851: Separate SPI operations into separate file | Marek Vasut | 4 | -597/+642 |
| 2020-05-28 | net: ks8851: Implement register, FIFO, lock accessor callbacks | Marek Vasut | 1 | -22/+156 |
| 2020-05-28 | net: ks8851: Permit overridding interrupt enable register | Marek Vasut | 1 | -11/+11 |
| 2020-05-28 | net: ks8851: Factor out TX work flush function | Marek Vasut | 1 | -4/+12 |
| 2020-05-28 | net: ks8851: Split out SPI specific code from probe() and remove() | Marek Vasut | 1 | -38/+48 |
| 2020-05-28 | net: ks8851: Split out SPI specific entries in struct ks8851_net | Marek Vasut | 1 | -49/+79 |
| 2020-05-28 | net: ks8851: Factor out SKB receive function | Marek Vasut | 1 | -1/+10 |
| 2020-05-28 | net: ks8851: Factor out bus lock handling | Marek Vasut | 1 | -29/+68 |
| 2020-05-28 | net: ks8851: Use 16-bit read of RXFC register | Marek Vasut | 1 | -16/+1 |
| 2020-05-28 | net: ks8851: Use 16-bit writes to program MAC address | Marek Vasut | 2 | -35/+14 |
| 2020-05-28 | net: ks8851: Remove ks8851_rdreg32() | Marek Vasut | 1 | -23/+2 |
| 2020-05-28 | net: ks8851: Use dev_{get,set}_drvdata() | Marek Vasut | 1 | -2/+4 |
| 2020-05-28 | net: ks8851: Use devm_alloc_etherdev() | Marek Vasut | 1 | -9/+4 |
| 2020-05-28 | net: ks8851: Pass device node into ks8851_init_mac() | Marek Vasut | 1 | -3/+4 |
| 2020-05-28 | net: ks8851: Replace dev_err() with netdev_err() in IRQ handler | Marek Vasut | 1 | -1/+1 |
| 2020-05-28 | net: ks8851: Rename ndev to netdev in probe | Marek Vasut | 1 | -15/+15 |
| 2020-05-28 | net: ks8851: Factor out spi->dev in probe()/remove() | Marek Vasut | 1 | -15/+14 |
| 2020-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+52 |
| 2020-03-26 | net: ks8851-ml: Fix IO operations, again | Marek Vasut | 1 | -4/+52 |
| 2020-02-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -6/+8 |
| 2020-02-23 | net: ks8851-ml: Fix IRQ handling and locking | Marek Vasut | 1 | -6/+8 |
| 2020-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -44/+9 |
| 2020-02-20 | net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT | Julian Wiedmann | 1 | -1/+1 |
| 2020-02-16 | net: ks8851-ml: Fix 16-bit IO operation | Marek Vasut | 1 | -2/+2 |
| 2020-02-16 | net: ks8851-ml: Fix 16-bit data access | Marek Vasut | 1 | -2/+2 |
| 2020-02-16 | net: ks8851-ml: Remove 8-bit bus accessors | Marek Vasut | 1 | -40/+5 |
| 2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin | 2 | -2/+2 |
| 2019-09-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 3 | -9/+4 |
| 2019-09-07 | ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readable | zhong jiang | 1 | -1/+1 |
| 2019-09-04 | net: remove ks8695 driver | Arnd Bergmann | 4 | -1751/+1 |
| 2019-08-22 | ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb” | Markus Elfring | 1 | -3/+1 |
| 2019-08-21 | net: ks8851-ml: use devm_platform_ioremap_resource() to simplify code | YueHaibing | 1 | -5/+2 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2 | -8/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176 | Thomas Gleixner | 2 | -26/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 1 | -9/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -10/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-10 | net: ethernet: fix similar warning reported by kbuild test robot | Petr Štetiar | 2 | -2/+2 |
| 2019-05-07 | net: ethernet: support of_get_mac_address new ERR_PTR error | Petr Štetiar | 2 | -2/+2 |
| 2019-03-20 | net: ks8851: Deduplicate register macros | Lukas Wunner | 3 | -330/+34 |
| 2019-03-20 | net: ks8851: Fix register macro misnomers | Lukas Wunner | 1 | -25/+27 |
| 2019-03-20 | net: ks8851: Set initial carrier state to down | Lukas Wunner | 1 | -0/+2 |
| 2019-03-20 | net: ks8851: Delay requesting IRQ until opened | Lukas Wunner | 1 | -13/+11 |
| 2019-03-20 | net: ks8851: Reassert reset pin if chip ID check fails | Lukas Wunner | 1 | -1/+1 |
| 2019-03-20 | net: ks8851: Dequeue RX packets explicitly | Lukas Wunner | 1 | -4/+4 |
| 2019-02-14 | net: micrel: ks8695net: replace dev_kfree_skb_irq by dev_consume_skb_irq for ... | Yang Wei | 1 | -1/+1 |
| 2018-09-21 | net: micrel: fix return type of ndo_start_xmit function | YueHaibing | 2 | -3/+3 |
| 2018-08-15 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+2 |
| 2018-07-27 | net: ethernet: Use existing define with polynomial | Krzysztof Kozlowski | 1 | -1/+2 |
| 2018-07-04 | ethernet: micrel: remove redundant pointer 'info' | Colin Ian King | 1 | -3/+0 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
| 2017-12-19 | net: ks8851: Support DT-provided MAC address | Lukas Wunner | 1 | -2/+11 |
| 2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -0/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
| 2017-10-18 | net: ksz884x: Convert timers to use timer_setup() | Kees Cook | 1 | -9/+9 |
| 2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 1 | -2/+2 |
| 2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 1 | -2/+1 |
| 2017-06-05 | net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ... | yuval.shaia@oracle.com | 2 | -2/+8 |
| 2017-03-09 | net: ks8851: Added support for half-duplex SPI | Sergey Shcherbakov | 1 | -30/+11 |
| 2017-02-27 | scripts/spelling.txt: add "overrided" pattern and fix typo instances | Masahiro Yamada | 1 | -4/+4 |
| 2017-02-12 | net: micrel: ks8851_mll: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -6/+8 |
| 2017-02-12 | net: micrel: ks8851: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -6/+8 |
| 2017-02-12 | net: micrel: ks8695net: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -41/+50 |
| 2017-02-12 | net: micrel: ksz884x: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -24/+38 |
| 2017-02-05 | ks8695net: add GRO support | Eric Dumazet | 1 | -6/+5 |
| 2017-01-24 | net: ks8851: Drop eeprom_size structure member | Stephen Boyd | 1 | -7/+0 |
| 2016-10-18 | ethernet: use core min/max MTU checking | Jarod Wilson | 1 | -16/+17 |
| 2016-10-13 | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 2 | -2/+0 |
| 2016-05-17 | drivers: net: Don't print unpopulated net_device name | Harvey Hunt | 1 | -2/+5 |
| 2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 1 | -2/+2 |
| 2016-03-18 | ethernet: micrel: fix some error codes | Dan Carpenter | 1 | -4/+6 |
| 2015-11-04 | Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',... | Mark Brown | 1 | -1/+0 |
| 2015-10-28 | spi: Drop owner assignment from spi_drivers | Andrew F. Davis | 1 | -1/+0 |
| 2015-09-17 | net: ks8851: Export OF module alias information | Javier Martinez Canillas | 1 | -0/+1 |
| 2015-08-17 | net: ethernet: micrel: fix an error code | Dan Carpenter | 1 | -3/+2 |
| 2015-06-23 | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker | 1 | -3/+1 |
| 2015-06-07 | ethernet: micrel: use time_is_before_eq_jiffies | Antonio Murdaca | 1 | -1/+1 |
| 2015-06-03 | ethernet: micrel: use time_after_eq | Antonio Murdaca | 1 | -1/+1 |
| 2015-03-03 | ethernet: Use eth_<foo>_addr instead of memset | Joe Perches | 1 | -1/+1 |
| 2014-12-30 | ksz884x: Use setup_timer | Julia Lawall | 1 | -3/+1 |
| 2014-12-22 | net: ethernet: micrel: ksz884x.c: Remove unused function | Rickard Strandqvist | 1 | -6/+0 |
| 2014-10-20 | net: ethernet: micrel: drop owner assignment from platform_drivers | Wolfram Sang | 3 | -3/+0 |
| 2014-10-15 | net: ks8842: use dmaengine_terminate_all() API | Vinod Koul | 1 | -4/+2 |
| 2014-08-12 | PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use | Benoit Taine | 1 | -1/+1 |
| 2014-08-08 | micrel: use pci_zalloc_consistent | Joe Perches | 1 | -4/+3 |
| 2014-08-02 | net: ks8851-ml: Use devm_ioremap_resource | Himangi Saraogi | 1 | -38/+21 |
| 2014-06-02 | net: ks8851: Don't use regulator_get_optional() | Stephen Boyd | 1 | -28/+22 |
| 2014-06-01 | net: Revert mlx4 cpumask changes. | David S. Miller | 1 | -22/+28 |
| 2014-06-01 | net: ks8851: Don't use regulator_get_optional() | Stephen Boyd | 1 | -28/+22 |
| 2014-05-24 | net: ks8851: Add of match table | Stephen Boyd | 1 | -0/+6 |
| 2014-05-24 | net: ks8851: Add optional vdd_io regulator and reset gpio | Stephen Boyd | 1 | -1/+53 |
| 2014-05-24 | net: ks8851: Use devm_regulator_get_optional() | Stephen Boyd | 1 | -8/+3 |
| 2014-05-22 | micrel: Use time_before_eq() | Manuel Schölling | 1 | -1/+1 |
| 2014-05-15 | drivers: net: Register Micrel ksz884x network devices in PCI device tree. | Markus Lottmann | 1 | -0/+1 |
| 2014-05-13 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 3 | -5/+5 |
| 2014-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+29 |
| 2014-03-24 | ksz884x: Call dev_consume_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 1 | -1/+1 |
| 2014-03-24 | net: micrel : ks8851-ml: add vdd-supply support | Nishanth Menon | 1 | -1/+29 |
| 2014-01-16 | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
| 2014-01-15 | ksz884x: delete useless variable | Julia Lawall | 1 | -3/+0 |
| 2013-12-31 | net: ksz884x: slight optimization of addr compare | dingtianhong | 1 | -5/+4 |
| 2013-11-20 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -4/+2 |
| 2013-11-14 | dmaengine: remove DMA unmap flags | Bartlomiej Zolnierkiewicz | 1 | -4/+2 |
| 2013-10-22 | net: ksz884x: use DEFINE_PCI_DEVICE_TABLE | Jingoo Han | 1 | -1/+1 |
| 2013-10-21 | net: ksz884x: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -2/+0 |
| 2013-10-02 | net:drivers/net: Miscellaneous conversions to ETH_ALEN | Joe Perches | 1 | -2/+2 |
| 2013-09-15 | net: ks8851-ml: remove deprecated IRQF_DISABLED | Michael Opdenacker | 1 | -1/+1 |
| 2013-08-30 | net: ks8851-ml: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
| 2013-08-30 | net: ks8842: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
| 2013-08-05 | net: micrel: Staticize local functions | Jingoo Han | 2 | -5/+7 |
| 2013-06-19 | net: Move MII out from under NET_CORE and hide it | Ben Hutchings | 1 | -4/+0 |
| 2013-05-27 | net: micrel : ks8851-ml: add dt support | Jean-Christophe PLAGNIOL-VILLARD | 1 | -7/+26 |
| 2013-05-27 | net: ethernet: remove unnecessary platform_set_drvdata() | Jingoo Han | 3 | -3/+0 |
| 2013-04-16 | ks8851: Remove unneeded PM_OPS definitions | Fabio Estevam | 1 | -6/+2 |
| 2013-04-08 | net: ks8851: Use dev_pm_ops | Lars-Peter Clausen | 1 | -17/+20 |
| 2013-04-08 | net: ks8851: Use module_spi_driver | Lars-Peter Clausen | 1 | -13/+1 |
| 2013-04-07 | net: ethernet: ks8851: use spi_get_drvdata() and spi_set_drvdata() | Jingoo Han | 1 | -4/+4 |
| 2013-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2013-03-29 | ks8851: Fix interpretation of rxlen field. | Max.Nekludov@us.elster.com | 1 | -1/+1 |
| 2013-03-20 | net: ks8695net: Use module_platform_driver() | Sachin Kamat | 1 | -19/+1 |
| 2013-03-12 | ks8851_mll: basic ethernet statistics | David J. Choi | 1 | -6/+26 |
| 2013-01-29 | net: ks8851: convert to threaded IRQ | Felipe Balbi | 1 | -31/+12 |
| 2013-01-03 | net: remove unnecessary NET_ADDR_RANDOM "bitclean" | Jiri Pirko | 3 | -3/+0 |
| 2012-12-19 | ksz884x: fix receive polling race condition | Lennert Buytenhek | 1 | -3/+9 |
| 2012-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2012-12-07 | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman | 1 | -2/+1 |
| 2012-12-03 | net/micrel: remove __dev* attributes | Bill Pemberton | 5 | -16/+16 |
| 2012-11-19 | net/ethernet: remove useless is_valid_ether_addr from drivers ndo_open | Joachim Eastwood | 1 | -3/+0 |
| 2012-11-19 | treewide: fix typo of "suport" in various comments and Kconfig | Masanari Iida | 1 | -1/+1 |
| 2012-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -12/+4 |
| 2012-11-14 | drivers/net: fix tasklet misuse issue | Xiaotian Feng | 1 | -12/+4 |
| 2012-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2012-11-07 | ksz884x: use module_pci_driver to simplify the code | Wei Yongjun | 1 | -12/+1 |
| 2012-11-03 | drivers/net: use tasklet_kill in device remove/close process | Xiaotian Feng | 1 | -2/+2 |
| 2012-07-16 | ethernet: Use eth_random_addr | Joe Perches | 2 | -2/+2 |
| 2012-07-11 | ksz884x: fix Endian | Li RongQing | 1 | -2/+2 |
| 2012-07-10 | ksz884x: remove unnecessary setting of skb->dev | Jon Mason | 1 | -3/+1 |
| 2012-07-10 | drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers | Ben Hutchings | 1 | -4/+2 |