summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/niu.c
AgeCommit message (Expand)Author
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
2015-02-28niu: fix error handling in niu_class_to_ethflow()Dan Carpenter
2015-01-17niu: remove one compound_head() callEric Dumazet
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-08niu: Use eth_skb_pad helperAlexander Duyck
2014-10-20net: ethernet: sun: drop owner assignment from platform_driversWolfram Sang
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-20niu: remove unnecessary break after returnFabian Frederick
2014-02-18niu: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev
2013-12-18net: sun-niu calls skb_set_hashTom Herbert
2013-10-23net: niu: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-08-30net: niu: use dev_get_platdata()Jingoo Han
2013-08-22sysfs.h: remove attr_name() macroGreg Kroah-Hartman
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han
2013-03-28net: add ETH_P_802_3_MINSimon Horman
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-08remove init of dev->perm_addr in driversJiri Pirko
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/sun: remove __dev* attributesBill Pemberton
2012-10-07drivers/net/ethernet/sun/niu.c: fix error return codePeter Senna Tschudin
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds