summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rxDaniel Drake2006-12-022-19/+1
* [PATCH] zd1211rw: Add 3 more device IDsDaniel Drake2006-12-021-0/+3
* [PATCH] bcm43xx: output proper link quality with scansLarry Finger2006-12-023-3/+5
* [PATCH] 8390 fixes - the final chunk (h8300)Al Viro2006-12-023-13/+16
* [PATCH] 8390 cleanup - etherh iomem annotationsAl Viro2006-12-021-10/+10
* [PATCH] 8390 fixes - m68k oddballsAl Viro2006-12-025-43/+52
* [PATCH] beginning of 8390 fixes - generic and arm/etherhAl Viro2006-12-025-1099/+1135
* [PATCH] sk98lin: MII ioctl supportStephen Hemminger2006-12-021-0/+54
* [PATCH] sk98lin: ethtool register dumpStephen Hemminger2006-12-021-0/+26
* [PATCH] pci_module_init() convertion in olympic.cHenrik Kretzschmar2006-12-021-1/+1
* [PATCH] Remove unnecessary check in drivers/net/depca.cEric Sesterhenn2006-12-021-15/+13
* [PATCH] forcedeth: power management supportFrancois Romieu2006-12-021-1/+46
* [PATCH] 2.6.18: sb1250-mac: Phylib IRQ handling fixesMaciej W. Rozycki2006-12-021-6/+26
* [PATCH] 2.6.18: sb1250-mac: Broadcom PHY supportMaciej W. Rozycki2006-12-023-0/+182
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-12-0210-73/+74
|\
| * [PATCH] Fix an offset error when reading the CS89x0 ADD_PORT registerGeorge G. Davis2006-11-301-2/+2
| * [PATCH] spidernet: poor network performanceLinas Vepstas2006-11-302-5/+5
| * [PATCH] Spidernet: remove ETH_ZLEN check in earlier patchJames K Lewis2006-11-302-14/+6
| * [PATCH] bonding: fix an oops when slave device does not provide get_statsLaurent Riffard2006-11-301-27/+36
| * Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-11-305-24/+24
| |\
| | * Revert "[PATCH] zd1211rw: Removed unneeded packed attributes"John W. Linville2006-11-284-11/+11
| | * [PATCH] zd1211rw: Fix of a locking bugUlrich Kunitz2006-11-281-13/+13
| * | [PATCH] drivers/net: SAA9730: Fix build errorRalf Baechle2006-11-301-2/+2
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2006-12-026-4/+1423
|\ \ \
| * \ \ Merge ../linux-2.6-watchdog-mmWim Van Sebroeck2006-11-306-4/+1423
| |\ \ \ | | |/ / | |/| |
| | * | [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 4Wim Van Sebroeck2006-11-171-20/+22
| | * | [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 3Wim Van Sebroeck2006-11-171-27/+29
| | * | [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 2Wim Van Sebroeck2006-11-171-115/+101
| | * | [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 1Wim Van Sebroeck2006-11-171-10/+9
| | * | [WATCHDOG] MIPS RM9000 on-chip watchdog deviceThomas Koeller2006-11-173-0/+442
| | * | [WATCHDOG] Add iTCO vendor specific supportWim Van Sebroeck2006-11-124-4/+342
| | * | [WATCHDOG] sc1200wdt.c pnp unregister fix.Akinobu Mita2006-10-291-2/+7
| | * | [WATCHDOG] config.h removalAndrew Morton2006-10-281-1/+0
| | * | [WATCHDOG] NS pc87413-wdt Watchdog driver - fixesWim Van Sebroeck2006-10-231-2/+2
| | * | [WATCHDOG] NS pc87413-wdt Watchdog driver v1.1Sven Anders & Marcus Junker2006-10-231-304/+330
| | * | [WATCHDOG] NS pc87413-wdt Watchdog driverSven Anders & Marcus Junker2006-10-153-0/+625
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-12-0239-5/+60
|\ \ \ \
| * \ \ \ Merge branch 'tj-upstream-fixes' of git://htj.dyndns.org/libata-tj into tmpJeff Garzik2006-11-3039-5/+60
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | [PATCH] libata: add missing sht->slave_destroyTejun Heo2006-11-2938-0/+38
| | * | | [PATCH] ahci: ignore PORT_IRQ_IF_ERR on JMB controllersTejun Heo2006-11-291-5/+22
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2006-12-0230-186/+281
|\ \ \ \ \
| * | | | | IB/ucm: Fix deadlock in cleanupMichael S. Tsirkin2006-11-301-0/+2
| * | | | | IB/cm: Fix automatic path migration supportSean Hefty2006-11-302-33/+94
| * | | | | IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin2006-11-303-8/+15
| * | | | | IB/srp: Fix memory leak on reconnectVu Pham2006-11-301-3/+5
| * | | | | RDMA/addr: list_move() cleanupsRoland Dreier2006-11-301-4/+2
| * | | | | RDMA/addr: Fix some cancellation problems in process_req()Krishna Kumar2006-11-301-6/+5
| * | | | | RDMA/amso1100: Prevent deadlock in destroy QPKrishna Kumar2006-11-301-8/+28
| * | | | | IB/mthca: Fix initial SRQ logsize for mem-free HCAsJack Morgenstein2006-11-301-1/+1
| * | | | | IB/ehca: Use WQE offset instead of WQE addr for pending work reqsHoang-Nam Nguyen2006-11-304-15/+39