summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/micrel/ksz884x.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-14net: phy: micrel: move phy reg offsets to common headerMichael Grzeschik1-90/+15
2021-05-18net: micrel: Fix wrong function name in commentsYang Shen1-3/+3
2020-10-04net: ksz884x: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+1
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-19/+27
2020-09-26drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg1-2/+1
2020-09-20net: micrel: Remove set but not used variableZheng Yongjun1-6/+4
2020-09-14net: micrel: convert tasklets to use new tasklet_setup() APIAllen Pais1-8/+6
2020-07-15ksz884x: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-38/+30
2020-07-03ksz884x: mark pcidev_suspend() as __maybe_unusedWei Yongjun1-1/+1
2020-07-01ksz884x: use generic power managementVaibhav Gupta1-16/+9
2020-02-20net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann1-1/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-09-07ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2018-07-04ethernet: micrel: remove redundant pointer 'info'Colin Ian King1-3/+0
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-10-18net: ksz884x: Convert timers to use timer_setup()Kees Cook1-9/+9
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2017-02-28scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada1-4/+4
2017-02-13net: micrel: ksz884x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+38
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-16/+17
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2015-06-08ethernet: micrel: use time_is_before_eq_jiffiesAntonio Murdaca1-1/+1
2015-06-04ethernet: micrel: use time_after_eqAntonio Murdaca1-1/+1
2015-03-04ethernet: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2014-12-31ksz884x: Use setup_timerJulia Lawall1-3/+1
2014-12-23net: ethernet: micrel: ksz884x.c: Remove unused functionRickard Strandqvist1-6/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-08-09micrel: use pci_zalloc_consistentJoe Perches1-4/+3
2014-05-22micrel: Use time_before_eq()Manuel Schölling1-1/+1
2014-05-15drivers: net: Register Micrel ksz884x network devices in PCI device tree.Markus Lottmann1-0/+1
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-03-25ksz884x: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-01-16ksz884x: delete useless variableJulia Lawall1-3/+0
2014-01-01net: ksz884x: slight optimization of addr comparedingtianhong1-5/+4
2013-10-22net: ksz884x: use DEFINE_PCI_DEVICE_TABLEJingoo Han1-1/+1
2013-10-22net: ksz884x: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2012-12-20ksz884x: fix receive polling race conditionLennert Buytenhek1-3/+9
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/micrel: remove __dev* attributesBill Pemberton1-2/+2
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida1-1/+1
2012-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+4
2012-11-15drivers/net: fix tasklet misuse issueXiaotian Feng1-12/+4
2012-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-11-08ksz884x: use module_pci_driver to simplify the codeWei Yongjun1-12/+1
2012-11-03drivers/net: use tasklet_kill in device remove/close processXiaotian Feng1-2/+2
2012-07-11ksz884x: fix EndianLi RongQing1-2/+2
2012-07-11ksz884x: remove unnecessary setting of skb->devJon Mason1-3/+1