aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sun/niu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka1-1/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2011-12-02niu: Fix typo in comment.David S. Miller1-1/+1
2011-12-01niu: Add support for byte queue limits.David S. Miller1-1/+11
2011-12-01niu: Remove redundant PHY ID test.David S. Miller1-2/+4
2011-11-21net: Change mii to ethtool advertisement function namesMatt Carlson1-2/+2
2011-11-16net: Add ethtool to mii advertisment conversion helpersMatt Carlson1-13/+2
2011-11-14Sweep additional floors of strcpy in .get_drvinfo routinesRick Jones1-4/+5
2011-10-19net: add skb frag size accessorsEric Dumazet1-3/+3
2011-10-13niu: fix skb truesize underestimationEric Dumazet1-8/+4
2011-09-16ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALLBen Hutchings1-0/+2
2011-09-16ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings1-2/+2
2011-09-15niu: convert to SKB paged frag API.Ian Campbell1-5/+2
2011-08-17net: introduce IFF_UNICAST_FLT private flagJiri Pirko1-1/+4
2011-08-11cassini/niu/sun*: Move the Sun driversJeff Kirsher1-0/+10263