summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/niu.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-061-1/+1
* net: ethernet: sun: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-3/+2
* net: Explicitly include correct DT includesRob Herring2023-07-271-1/+1
* niu: Fix missing unwind goto in niu_alloc_channels()Harshit Mogalapalli2023-04-071-1/+1
* net: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-161-1/+1
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* niu: Silence randstruct warningsKees Cook2022-05-161-10/+31
* ethernet: sun: Fix spelling mistake "mis-matched" -> "mismatched"Colin Ian King2022-03-171-1/+1
* ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski2021-10-091-18/+24
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-2/+2
* niu: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-08-291-11/+3
* niu: read property length only if we use itMartin Kaiser2021-08-021-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-311-1/+2
|\
| * NIU: fix incorrect error return, missed in previous revertPaul Jakma2021-07-231-1/+2
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
|/
* ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()Du Cheng2021-05-131-10/+24
* Revert "niu: fix missing checks of niu_pci_eeprom_read"Greg Kroah-Hartman2021-05-131-8/+2
* sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov2021-03-051-2/+0
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-10/+7
|\
| * sun/niu: add __maybe_unused attribute to PM functionsVaibhav Gupta2020-07-071-2/+2
| * sun/niu: use generic power managementVaibhav Gupta2020-07-061-10/+7
* | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-3/+3
|/
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* net: ethernet: sun: remove redundant assignment to variable errColin Ian King2019-07-041-2/+0
* net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...Nathan Chancellor2019-03-081-0/+1
* niu: fix missing checks of niu_pci_eeprom_readKangjie Lu2018-12-271-2/+8
* net: ethernet: sun: remove redundant variables adv and lpa and mii_readsColin Ian King2018-07-051-16/+0
* net: ethernet: sun: niu set correct packet size in skbRob Taglang2018-05-041-3/+2
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-5/+5
* sun: Add SPDX license tags to Sun network driversShannon Nelson2018-02-071-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-8/+4
|\
| * net: ethernet: sun: Convert timers to use timer_setup()Kees Cook2017-10-181-6/+4
| * drivers : net: niu: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
|/
* net: Convert to using %pOF instead of full_nameRob Herring2017-07-241-13/+11
* net: niu: fix format string overflow warning:Arnd Bergmann2017-07-141-2/+2
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* net: sun: niu: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-081-17/+20
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2
* ethernet/sun: use core min/max MTU checkingJarod Wilson2016-10-181-3/+4
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
* niu: don't count tx error twice in case of headroom realloc failsJiri Pirko2015-07-261-3/+1
* niu: fix error handling in niu_class_to_ethflow()Dan Carpenter2015-02-281-4/+2