summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sun/niu.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-29niu: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-11/+3
2021-08-02niu: read property length only if we use itMartin Kaiser1-3/+3
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-07-23NIU: fix incorrect error return, missed in previous revertPaul Jakma1-1/+2
2021-05-13ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()Du Cheng1-10/+24
2021-05-13Revert "niu: fix missing checks of niu_pci_eeprom_read"Greg Kroah-Hartman1-8/+2
2021-03-06sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov1-2/+0
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-10/+7
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-3/+3
2020-07-07sun/niu: add __maybe_unused attribute to PM functionsVaibhav Gupta1-2/+2
2020-07-06sun/niu: use generic power managementVaibhav Gupta1-10/+7
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-04net: ethernet: sun: remove redundant assignment to variable errColin Ian King1-2/+0
2019-03-09net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_...Nathan Chancellor1-0/+1
2018-12-28niu: fix missing checks of niu_pci_eeprom_readKangjie Lu1-2/+8
2018-07-05net: ethernet: sun: remove redundant variables adv and lpa and mii_readsColin Ian King1-16/+0
2018-05-04net: ethernet: sun: niu set correct packet size in skbRob Taglang1-3/+2
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-5/+5
2018-02-08sun: Add SPDX license tags to Sun network driversShannon Nelson1-0/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-8/+4
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-2/+2
2017-10-18net: ethernet: sun: Convert timers to use timer_setup()Kees Cook1-6/+4
2017-09-21drivers : net: niu: use setup_timer() helper.Allen Pais1-3/+1
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring1-13/+11
2017-07-14net: niu: fix format string overflow warning:Arnd Bergmann1-2/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-03-09net: sun: niu: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-17/+20
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-4/+2
2016-10-18ethernet/sun: use core min/max MTU checkingJarod Wilson1-3/+4
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-03-18mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2015-07-27niu: don't count tx error twice in case of headroom realloc failsJiri Pirko1-3/+1
2015-02-28niu: fix error handling in niu_class_to_ethflow()Dan Carpenter1-4/+2
2015-01-18niu: remove one compound_head() callEric Dumazet1-2/+1
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2014-12-09niu: Use eth_skb_pad helperAlexander Duyck1-7/+2
2014-10-20net: ethernet: sun: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-10drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-2/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-21niu: remove unnecessary break after returnFabian Frederick1-1/+0
2014-02-19niu: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-8/+3
2013-12-19net: sun-niu calls skb_set_hashTom Herbert1-4/+6
2013-10-24net: niu: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2013-08-31net: niu: use dev_get_platdata()Jingoo Han1-4/+4
2013-08-22sysfs.h: remove attr_name() macroGreg Kroah-Hartman1-1/+1