summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/micrel/ksz884x.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-1/+1
* ksz884x: Remove unused functionsSimon Horman2023-04-121-294/+0
* net: ksz884x: remove unused change variableTom Rix2023-03-311-7/+3
* net: ksz884x: fix missing pci_disable_device() on error in pcidev_init()Yang Yingliang2022-10-261-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* net: ksz884x: optimize netdev_open flow and remove static variablewujunwen2022-03-171-5/+4
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-1/+5
* ethernet: use eth_hw_addr_set() in unmaintained driversJakub Kicinski2021-10-181-2/+5
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-2/+2
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-4/+3
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: phy: micrel: move phy reg offsets to common headerMichael Grzeschik2021-06-141-90/+15
* net: micrel: Fix wrong function name in commentsYang Shen2021-05-171-3/+3
* net: ksz884x: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-041-2/+1
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-261-19/+27
* drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg2020-09-261-2/+1
* net: micrel: Remove set but not used variableZheng Yongjun2020-09-191-6/+4
* net: micrel: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-141-8/+6
* ksz884x: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-151-38/+30
* ksz884x: mark pcidev_suspend() as __maybe_unusedWei Yongjun2020-07-021-1/+1
* ksz884x: use generic power managementVaibhav Gupta2020-07-011-16/+9
* net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORTJulian Wiedmann2020-02-201-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
* ethernet: micrel: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang2019-09-071-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
* ethernet: micrel: remove redundant pointer 'info'Colin Ian King2018-07-041-3/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* net: ksz884x: Convert timers to use timer_setup()Kees Cook2017-10-181-9/+9
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1
* scripts/spelling.txt: add "overrided" pattern and fix typo instancesMasahiro Yamada2017-02-281-4/+4
* net: micrel: ksz884x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-24/+38
* ethernet: use core min/max MTU checkingJarod Wilson2016-10-181-16/+17
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* ethernet: micrel: use time_is_before_eq_jiffiesAntonio Murdaca2015-06-081-1/+1
* ethernet: micrel: use time_after_eqAntonio Murdaca2015-06-041-1/+1
* ethernet: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* ksz884x: Use setup_timerJulia Lawall2014-12-311-3/+1
* net: ethernet: micrel: ksz884x.c: Remove unused functionRickard Strandqvist2014-12-221-6/+0
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* micrel: use pci_zalloc_consistentJoe Perches2014-08-091-4/+3
* micrel: Use time_before_eq()Manuel Schölling2014-05-221-1/+1
* drivers: net: Register Micrel ksz884x network devices in PCI device tree.Markus Lottmann2014-05-151-0/+1
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
* ksz884x: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-1/+1
* ksz884x: delete useless variableJulia Lawall2014-01-151-3/+0
* net: ksz884x: slight optimization of addr comparedingtianhong2013-12-311-5/+4
* net: ksz884x: use DEFINE_PCI_DEVICE_TABLEJingoo Han2013-10-221-1/+1
* net: ksz884x: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-211-2/+0
* ksz884x: fix receive polling race conditionLennert Buytenhek2012-12-191-3/+9
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\