summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | sky2: fix shutdown synchronizationStephen Hemminger2009-06-171-5/+9
| | * | | | | | | sky2: PCI irq issuesStephen Hemminger2009-06-171-0/+2
| | * | | | | | | sky2: more receive shutdownStephen Hemminger2009-06-171-1/+8
| | * | | | | | | sky2: turn off pause during shutdownStephen Hemminger2009-06-171-1/+2
| | * | | | | | | r8169: do not bring device down when suspendingfrançois romieu2009-06-171-11/+8
| | * | | | | | | sis190: use an adequate phy list entry as a fallbackfrançois romieu2009-06-171-1/+1
| | * | | | | | | net/ucc_geth: Add SGMII support for UCC GETH driverHaiying Wang2009-06-173-2/+86
| | * | | | | | | Revert "net/ucc_geth: Add SGMII support for UEC GETH driver"Grant Likely2009-06-173-107/+2
| | * | | | | | | skbuff: don't corrupt mac_header on skb expansionStephen Hemminger2009-06-171-3/+6
| | * | | | | | | skbuff: skb_mac_header_was_set is always true on >32 bitStephen Hemminger2009-06-171-0/+4
| | * | | | | | | net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet2009-06-177-16/+41
| | * | | | | | | phy_device: fix parameter name in kernel-docRandy Dunlap2009-06-171-1/+1
| | * | | | | | | net: fix network drivers ndo_start_xmit() return valuesPatrick McHardy2009-06-174-31/+24
| | * | | | | | | vxge: Enable SRIOV support in the driver.Sivakumar Subramani2009-06-173-7/+22
| | * | | | | | | skbuff.h: fix skb_dst kernel-docRandy Dunlap2009-06-171-1/+1
| | * | | | | | | sonic: Fix build after ndo_start_xmit() changes.David S. Miller2009-06-171-1/+1
| | * | | | | | | x25: Fix sleep from timer on socket destroy.David S. Miller2009-06-163-7/+20
| | * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-06-1619-297/+304
| | |\ \ \ \ \ \ \
| | | * | | | | | | mac80211: fix wext bssid/ssid settingJohannes Berg2009-06-151-11/+14
| | | * | | | | | | ath9k: process rx packet if we are waiting for CABGabor Juhos2009-06-151-0/+1
| | | * | | | | | | ath9k: prevent sleeping while we are waiting for CABGabor Juhos2009-06-151-0/+1
| | | * | | | | | | ath9k: restore power mode on error pathGabor Juhos2009-06-151-3/+6
| | | * | | | | | | dell-laptop: fix rfkill conversionJohannes Berg2009-06-151-1/+1
| | | * | | | | | | rfkill: improve docsJohannes Berg2009-06-151-68/+69
| | | * | | | | | | mac80211: disconnect when user changes channelJohannes Berg2009-06-154-31/+31
| | | * | | | | | | mac80211: add queue debugfs fileJohannes Berg2009-06-152-0/+26
| | | * | | | | | | ath9k: port to cfg80211 rfkillJohannes Berg2009-06-155-110/+26
| | | * | | | | | | ath9k: Make sure we have current channel in ah_curchan before rf disable/enableVasanthakumar Thiagarajan2009-06-151-0/+6
| | | * | | | | | | ath9k: Add helper to get ath9k specific current channelVasanthakumar Thiagarajan2009-06-151-5/+16
| | | * | | | | | | ath5k: fix mesh beaconingNick Kossifidis2009-06-151-2/+3
| | | * | | | | | | iwlwifi/iwl3945: fix suspend resume association bugAbhijeet Kolekar2009-06-152-4/+1
| | | * | | | | | | iwlwifi: check for channel location for 40MHzWey-Yi Guy2009-06-151-7/+3
| | | * | | | | | | iwlwifi: check control channel for pure 40MHzWey-Yi Guy2009-06-151-2/+11
| | | * | | | | | | iwlwifi: checking for 40MHz modeWey-Yi Guy2009-06-151-2/+2
| | | * | | | | | | iwlwifi: revamp bss_info_changedJohannes Berg2009-06-151-44/+70
| | | * | | | | | | net/libertas: don't recursive spin lock in if_spi_e2h()Sebastian Andrzej Siewior2009-06-151-4/+0
| | | * | | | | | | libertas: fix IEEE PS mode in GSPI driverAndrey Yurovsky2009-06-151-1/+6
| | | * | | | | | | mac80211: Do not try to associate with an empty SSIDJouni Malinen2009-06-151-0/+8
| | | * | | | | | | sony: fix rfkill code againJohannes Berg2009-06-151-2/+3
| | * | | | | | | | sky2: don't look for VPD sizeStephen Hemminger2009-06-161-15/+16
| | |/ / / / / / /
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2009-06-1830-121/+335
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [WATCHDOG] hpwdt: Add NMI sourcingThomas Mingarelli2009-06-182-15/+128
| | * | | | | | | | [WATCHDOG] iTCO_wdt: Fix ICH7+ reboot issue.Wim Van Sebroeck2009-06-181-6/+76
| | * | | | | | | | [WATCHDOG] iTCO_wdt: fix memory corruption when RCBA is disabled by hardwareDenis V. Lunev2009-06-181-3/+9
| | * | | | | | | | [WATCHDOG] Correct WDIOF_MAGICCLOSE flagWim Van Sebroeck2009-06-187-10/+11
| | * | | | | | | | [WATCHDOG] move platform probe and remove function to devinit and devexitWim Van Sebroeck2009-06-185-14/+14
| | * | | | | | | | [WATCHDOG] Some more general cleanupWim Van Sebroeck2009-06-1817-58/+82
| | * | | | | | | | [WATCHDOG] iTCO_wdt: Cleanup codeWim Van Sebroeck2009-06-182-15/+15
| * | | | | | | | | mm: Extend gfp masking to the page allocatorBenjamin Herrenschmidt2009-06-185-25/+18
| * | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-06-1816-663/+588
| |\ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud