aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-18netxen: fix race in tx stop queueRajesh Borundia4-18/+22
2010-10-18qlcnic: update ethtool statsamit salecha1-3/+70
2010-10-18IPv4: route.c: Change checks against 0xffffffff to ipv4_is_lbcast()Andy Walls1-7/+6
2010-10-18bnx2x: update version to 1.60.00-2Dmitry Kravkov1-2/+2
2010-10-18bnx2x: remove unnecessary FUNC_FLG_RSS flag and relatedDmitry Kravkov2-49/+34
2010-10-18bnx2x: Use correct FW constant for header paddingDmitry Kravkov2-3/+1
2010-10-18bnx2x: do not deal with power if no capabilityDmitry Kravkov1-0/+6
2010-10-18bnx2x: remove redundant commands during error handlingDmitry Kravkov1-2/+0
2010-10-18bnx2x: Optimized the branching in the bnx2x_rx_int()Vladislav Zolotarov1-5/+6
2010-10-18can: mcp251x: optimize 2515, rx int gets cleared automaticallyMarc Kleine-Budde1-4/+9
2010-10-18can: mcp251x: define helper functions mcp251x_is_2510, mcp251x_is_2515Marc Kleine-Budde1-2/+12
2010-10-18can: mcp251x: Don't use pdata->model for chip selection anymoreMarc Kleine-Budde2-16/+12
2010-10-18can: mcp251x: write intf only when neededMarc Kleine-Budde1-2/+13
2010-10-18can: mcp251x: read-modify-write eflag only when neededSascha Hauer1-1/+2
2010-10-18can: mcp251x: allow to read two registers in one spi transferSascha Hauer1-3/+17
2010-10-18can: mcp251x: increase rx_errors on overflow, not only rx_over_errorsSascha Hauer1-2/+6
2010-10-18can: mcp251x: fix NOHZ local_softirq_pending 08 warningMarc Kleine-Budde1-2/+2
2010-10-18ns83820: spin_lock_irq() => spin_lock()Dan Carpenter1-1/+1
2010-10-18tipc: Simplify bearer shutdown logicAllan Stephens1-27/+11
2010-10-18tipc: Kill tipc_get_mode() completely.David S. Miller1-6/+0
2010-10-17tg3: Update version to 3.115Matt Carlson1-2/+2
2010-10-17tg3: Report invalid link from tg3_get_settings()Matt Carlson1-0/+3
2010-10-17tg3: Don't allocate jumbo ring for 5780 class devsMatt Carlson1-4/+7
2010-10-17tg3: Cleanup tg3_alloc_rx_skb()Matt Carlson1-2/+1
2010-10-17tg3: Add EEE supportMatt Carlson2-1/+146
2010-10-17tg3: Add clause 45 register accessor methodsMatt Carlson2-0/+50
2010-10-17tg3: Disable unused transmit ringsMatt Carlson1-0/+3
2010-10-17tg3: Add support for selfboot format 1 v6Matt Carlson2-0/+5
2010-10-17fib_hash: RCU conversion phase 2Eric Dumazet2-77/+101
2010-10-17fib_hash: RCU conversion phase 1Eric Dumazet1-19/+38
2010-10-17fib_hash: embed initial hash table in fn_zoneEric Dumazet1-29/+23
2010-10-17drivers/net/pch_gbe: Use DEFINE_PCI_DEVICE_TABLEJoe Perches1-1/+1
2010-10-17netns: reorder fields in struct netEric Dumazet2-11/+15
2010-10-17tcp: use correct counters in CA_CWR state tooIlpo Järvinen1-6/+7
2010-10-17tcp: sack lost marking fixesIlpo Järvinen1-10/+14
2010-10-17stmmac: remove ifdef NETIF_F_TSO from stmmac_ethtool.cGiuseppe Cavallaro1-2/+0
2010-10-17niu: introduce temp variables to avoid sparse warnings when swapping in-situHarvey Harrison1-55/+37
2010-10-16net: move MII outside of NET_ETHERNET, fix kconfig warningRandy Dunlap1-7/+7
2010-10-16infiniband: fix mlx4 kconfig dependency warningRandy Dunlap1-0/+1
2010-10-16stmmac: make function tables conststephen hemminger10-13/+13
2010-10-16stmmac: make ethtool functions localstephen hemminger1-11/+13
2010-10-16tipc: cleanup function namespacestephen hemminger28-462/+84
2010-10-16via-velocity: forced 1000 Mbps mode support.françois romieu2-8/+79
2010-10-16fib: avoid false sharing on fib_table_hashEric Dumazet2-9/+11
2010-10-16fib_trie: use fls() instead of open coded loopEric Dumazet1-12/+4
2010-10-16fib: remove a useless synchronize_rcu() callEric Dumazet1-1/+0
2010-10-16fib6: use FIB_LOOKUP_NOREF in fib6_rule_lookup()Eric Dumazet1-2/+1
2010-10-16sundance: Add initial ethtool stats supportDenis Kirjanov1-7/+87
2010-10-16pch_gbe: fix if condition in set_settings()Dan Carpenter1-1/+2
2010-10-16dnet: mark methods static and annotate for correct endiannessHarvey Harrison1-9/+9