aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/niu.c
AgeCommit message (Expand)Author
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
2009-11-10niu: Use DMA_BIT_MASK(44) instead of deprecated DMA_44BIT_MASKMarin Mitov
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-21niu: VLAN_ETH_HLEN should be used to make sure that the whole MAC header was ...Joyce Yu
2009-10-05net: Convert ethtool {get_stats, self_test}_count() ops to get_sset_count()Ben Hutchings
2009-09-23BUILD_BUG_ON(): fix it and a couple of bogus uses of itJan Beulich
2009-09-09niu: Use resource_size instead of private functionTobias Klauser
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-08-12drivres/net: Change constant nameJulia Lawall
2009-06-18net: group address list and its countJiri Pirko
2009-05-29net: convert unicast addr listJiri Pirko
2009-05-29net: dont update dev->trans_startEric Dumazet
2009-05-26niu: Add support for C10NEMTanli Chang
2009-04-08niu: Fix unused variable warning.David S. Miller
2009-04-08niu: Fix error handlingDan Carpenter