summaryrefslogtreecommitdiffstats
path: root/drivers/base/node.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-08-02iwlagn: 5000 do not support idle modeWey-Yi Guy3-1/+5
2011-08-02rt2x00: fix usage of NULL queueStanislaw Gruszka1-2/+3
2011-08-02rt2x00: Fix compilation without CONFIG_RT2X00_LIB_CRYPTOHelmut Schaa1-1/+2
2011-08-02iwlagn: sysfs couldn't find the priv pointerEmmanuel Grumbach1-9/+9
2011-08-01rt2x00: rt2800: fix zeroing skb structureStanislaw Gruszka1-2/+1
2011-08-01rtlwifi: Fix kernel oops on ARM SOCLarry Finger1-9/+11
2011-08-01ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabledStanislaw Gruszka5-13/+40
2011-08-01cfg80211: off by one in nl80211_trigger_scan()Dan Carpenter1-1/+1
2011-08-01iwlegacy: set tx power after rxon_assocStanislaw Gruszka2-3/+11
2011-08-01ath9k: initialize tx chainmask before testing channel tx power valuesFelix Fietkau1-0/+2
2011-07-28tg3: Remove 5719 jumbo frames and TSO blocksMatt Carlson1-3/+3
2011-07-28tg3: Break larger frags into 4k chunks for 5719Matt Carlson2-6/+47
2011-07-28tg3: Add tx BD budgeting codeMatt Carlson1-20/+29
2011-07-28tg3: Consolidate code that calls tg3_tx_set_bd()Matt Carlson1-37/+42
2011-07-28tg3: Add partial fragment unmapping codeMatt Carlson2-0/+27
2011-07-28tg3: Generalize tg3_skb_error_unmap()Matt Carlson1-32/+16
2011-07-28tg3: Remove short DMA check for 1st fragmentMatt Carlson1-3/+0
2011-07-28tg3: Simplify tx bd assignmentsMatt Carlson1-39/+37
2011-07-28tg3: Reintroduce tg3_tx_ring_infoMatt Carlson2-7/+12
2011-07-28ASIX: Use only 11 bits of header for data sizeMarek Vasut1-2/+2
2011-07-28ASIX: Simplify condition in rx_fixup()Marek Vasut1-3/+2
2011-07-28Fix cdc-phonet buildChris Clayton1-0/+1
2011-07-28bonding: reduce noise during initAndy Gospodarek1-1/+1
2011-07-28bonding: fix string comparison errorsAndy Gospodarek1-62/+71
2011-07-28net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman14-8/+22
2011-07-28net: add IFF_SKB_TX_SHARED flag to priv_flagsNeil Horman3-3/+8
2011-07-28net: sock_sendmsg_nosec() is staticEric Dumazet1-1/+1
2011-07-28forcedeth: fix vlansJiri Pirko1-3/+13
2011-07-28gianfar: fix bug caused by 87c288c6e9aa31720b72e2bc2d665e24e1653c3eSebastian Pöhn1-5/+1
2011-07-28md/raid10: handle further errors during fix_read_error better.NeilBrown1-15/+44
2011-07-28md/raid10: Handle read errors during recovery better.NeilBrown1-33/+121
2011-07-28md/raid10: simplify read error handling during recovery.NeilBrown1-5/+4
2011-07-28md/raid10: record bad blocks due to write errors during resync/recovery.NeilBrown1-10/+23
2011-07-28md/raid10: attempt to fix read errors during resync/checkNeilBrown1-4/+5
2011-07-28md/raid10: Handle write errors by updating badblock log.NeilBrown2-17/+117
2011-07-28md/raid10: clear bad-block record when write succeeds.NeilBrown2-12/+100
2011-07-28md/raid10: avoid writing to known bad blocks on known bad drives.NeilBrown1-12/+93
2011-07-28md/raid10 record bad blocks as needed during recovery.NeilBrown2-13/+36
2011-07-28md/raid10: avoid reading known bad blocks during resync/recovery.NeilBrown1-9/+35
2011-07-28md/raid10 - avoid reading from known bad blocks - part 3NeilBrown1-1/+6
2011-07-28md/raid10: avoid reading from known bad blocks - part 2NeilBrown1-5/+40
2011-07-28md/raid10: avoid reading from known bad blocks - part 1NeilBrown2-16/+129
2011-07-28md/raid10: Split handle_read_error out from raid10d.NeilBrown1-57/+66
2011-07-28md/raid10: simplify/reindent some loops.NeilBrown1-62/+65
2011-07-28md/raid5: Clear bad blocks on successful write.NeilBrown2-1/+19
2011-07-28md/raid5. Don't write to known bad block on doubtful devices.NeilBrown1-1/+30
2011-07-28md/raid5: write errors should be recorded as bad blocks if possible.NeilBrown2-10/+41
2011-07-28md/raid5: use bad-block log to improve handling of uncorrectable read errors.NeilBrown2-8/+53
2011-07-28md/raid5: avoid reading from known bad blocks.NeilBrown1-14/+32
2011-07-28md/raid1: factor several functions out or raid1d()NeilBrown1-159/+151