summaryrefslogtreecommitdiff
path: root/drivers/net/niu.c
AgeCommit message (Expand)Author
2011-08-01drivers/net/niu.c: adjust array indexJulia Lawall
2011-06-27niu: remove unnecessary read of PCI_CAP_ID_EXPJon Mason
2011-06-08niu: support 64 bit stats interfacestephen hemminger
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny
2011-04-17net: niu: convert to hw_featuresMichał Mirosław
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W
2011-04-11niu: Fix warnings due to -Wunused-but-set-variableDavid S. Miller
2011-04-11niu: Recognise original ethtool class code for AH/ESP flow hashingBen Hutchings
2011-04-06niu: convert to new ethtool set_phys_idstephen hemminger
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas
2011-03-19niu: Rename NIU parent platform device name to fix conflict.David S. Miller
2011-02-28dt/net: Eliminate users of of_platform_{,un}register_driverGrant Likely
2011-02-03niu: Fix races between up/down and get_stats.David S. Miller
2010-12-16net: Fix drivers advertising HW_CSUM feature to use csum_startMichał Mirosław
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo
2010-10-17niu: introduce temp variables to avoid sparse warnings when swapping in-situHarvey Harrison
2010-09-27niu: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-09-15ethtool: Remove unimplemented flow specification typesBen Hutchings
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2010-09-08niu: Fix kernel buffer overflow for ETHTOOL_GRXCLSRLALLBen Hutchings
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely
2010-07-07niu: BUG on inability to find page in rx page hashes.David S. Miller
2010-07-05niu: always include of_device.hRandy Dunlap
2010-06-30ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGrant Likely
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely
2010-04-22niu: Add skb->rxhash support.David S. Miller
2010-04-20niu: Enable GRO by default.David S. Miller
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-26net: convert multiple drivers to use netdev_for_each_mc_addr, part5 V2Jiri Pirko
2010-02-15niu: Refinements to kernel logging.David S. Miller
2010-02-14niu: Use pr_<level>, netdev_<level> and netif_<level> macrosJoe Perches
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-01-25net: use helpers to access uc list V2Jiri Pirko
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2010-01-03niu: timeout ignored in tcam_wait_bit()roel kluin
2009-11-13niu.c: Use correct length in strncmpJoe Perches