aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/niu.c
AgeCommit message (Expand)Author
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
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-03-29niu: Add GRO support.David S. Miller
2009-02-20niu: Add TCAM classification configurationSantwona Behera
2009-02-18niu: improve ethtool support for gigabit copper cardsConstantin Baranov
2009-02-18niu: fix PHY template choice for 10G copperConstantin Baranov
2009-02-17drivers/net/niu.c: fix sparse warning: symbol shadows an earlier oneHannes Eder
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-27net: Add skb_record_rx_queue() calls to multiqueue capable drivers.David S. Miller
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2008-12-25drivers/net: fix sparse warning: returning void-valued expressionHannes Eder
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-12-18NIU: Implement discard counters, optimizeJesper Dangaard Brouer
2008-12-18NIU: Implement discard counters, info/debug statements.Jesper Dangaard Brouer
2008-12-18NIU: Implement discard countersJesper Dangaard Brouer
2008-11-28niu: use net_device_stats nowadays available in net_deviceIlpo Järvinen
2008-11-25niu: fix another warning in drivers/net/niu.cIngo Molnar
2008-11-25niu: fix warnings in drivers/net/niu.cIngo Molnar
2008-11-25niu: Naming interrupt vectors.Robert Olsson
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger