summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sun/niu.c
AgeCommit message (Expand)Author
2024-10-04net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska
2023-09-20net: ethernet: sun: Convert to platform remove callback returning voidUwe Kleine-König
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-04-07niu: Fix missing unwind goto in niu_alloc_channels()Harshit Mogalapalli
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-05-16niu: Silence randstruct warningsKees Cook
2022-03-17ethernet: sun: Fix spelling mistake "mis-matched" -> "mismatched"Colin Ian King
2021-10-09ethernet: sun: remove direct netdev->dev_addr writesJakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-08-29niu: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-08-02niu: read property length only if we use itMartin Kaiser
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-23NIU: fix incorrect error return, missed in previous revertPaul Jakma
2021-05-13ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()Du Cheng
2021-05-13Revert "niu: fix missing checks of niu_pci_eeprom_read"Greg Kroah-Hartman
2021-03-05sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-07sun/niu: add __maybe_unused attribute to PM functionsVaibhav Gupta
2020-07-06sun/niu: use generic power managementVaibhav Gupta
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-04net: ethernet: sun: remove redundant assignment to variable errColin Ian King
2019-03-08net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...Nathan Chancellor
2018-12-27niu: fix missing checks of niu_pci_eeprom_readKangjie Lu
2018-07-05net: ethernet: sun: remove redundant variables adv and lpa and mii_readsColin Ian King
2018-05-04net: ethernet: sun: niu set correct packet size in skbRob Taglang
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-02-07sun: Add SPDX license tags to Sun network driversShannon Nelson
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18net: ethernet: sun: Convert timers to use timer_setup()Kees Cook
2017-09-21drivers : net: niu: use setup_timer() helper.Allen Pais
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring
2017-07-14net: niu: fix format string overflow warning:Arnd Bergmann
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-03-08net: sun: niu: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-10-18ethernet/sun: use core min/max MTU checkingJarod Wilson
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2015-07-26niu: don't count tx error twice in case of headroom realloc failsJiri Pirko