aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/niu.c
AgeCommit message (Expand)Author
2021-08-04NIU: fix incorrect error return, missed in previous revertPaul Jakma
2021-05-26ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read()Du Cheng
2021-05-26Revert "niu: fix missing checks of niu_pci_eeprom_read"Greg Kroah-Hartman
2021-03-30sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT countDenis Efremov
2019-02-12niu: fix missing checks of niu_pci_eeprom_readKangjie Lu
2018-05-19net: ethernet: sun: niu set correct packet size in skbRob Taglang
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
2012-08-23niu: Use PCI Express Capability accessorsJiang Liu
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-07-22niu: Change niu_rbr_fill() to use unlikely() to check niu_rbr_add_page() retu...Shuah Khan
2012-07-22niu: Fix to check for dma mapping errors.Shuah Khan
2012-06-08Revert "niu: Add support for byte queue limits."David S. Miller
2012-05-03net/niu: remove one superfluous dma mask checkSebastian Andrzej Siewior
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2011-12-02niu: Fix typo in comment.David S. Miller
2011-12-01niu: Add support for byte queue limits.David S. Miller
2011-12-01niu: Remove redundant PHY ID test.David S. Miller
2011-11-21net: Change mii to ethtool advertisement function namesMatt Carlson