summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sun/niu.c
AgeCommit message (Expand)Author
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
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
2011-11-16net: Add ethtool to mii advertisment conversion helpersMatt Carlson
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-13niu: fix skb truesize underestimationEric Dumazet
2011-09-16ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALLBen Hutchings
2011-09-16ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings
2011-09-15niu: convert to SKB paged frag API.Ian Campbell
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko
2011-08-11cassini/niu/sun*: Move the Sun driversJeff Kirsher