aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/niu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30net: 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-08net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_tcam_entryNathan Chancellor1-0/+1
2018-12-27niu: 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-07sun: 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 to READ_ONCE()/WRITE_ONCE()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-08net: 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-08net: 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-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2015-07-26niu: 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-17niu: remove one compound_head() callEric Dumazet1-2/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-08niu: Use eth_skb_pad helperAlexander Duyck1-7/+2
2014-10-20net: ethernet: sun: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-09drivers/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-20niu: remove unnecessary break after returnFabian Frederick1-1/+0
2014-02-18niu: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-8/+3
2013-12-18net: sun-niu calls skb_set_hashTom Herbert1-4/+6
2013-10-23net: niu: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-4/+4
2013-08-30net: niu: use dev_get_platdata()Jingoo Han1-4/+4
2013-08-22sysfs.h: remove attr_name() macroGreg Kroah-Hartman1-1/+1
2013-05-25net: ethernet: use platform_{get,set}_drvdata()Jingoo Han1-3/+2
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-1/+1
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-26/+20
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-26/+17
2012-12-03net/sun: remove __dev* attributesBill Pemberton1-45/+45
2012-10-07drivers/net/ethernet/sun/niu.c: fix error return codePeter Senna Tschudin1-0/+1
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2012-08-23niu: Use PCI Express Capability accessorsJiang Liu1-12/+7
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-07-22niu: Change niu_rbr_fill() to use unlikely() to check niu_rbr_add_page() return valueShuah Khan1-1/+1
2012-07-22niu: Fix to check for dma mapping errors.Shuah Khan1-0/+4
2012-06-08Revert "niu: Add support for byte queue limits."David S. Miller1-11/+1
2012-05-03net/niu: remove one superfluous dma mask checkSebastian Andrzej Siewior1-1/+1