summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] pcnet32: Fix Section mismatch errorDon Fry2006-07-051-3/+2
* [PATCH] Add support for the Cicada 8201 PHYKim Phillips2006-07-051-6/+36
* [PATCH] zd1211rw: disable TX queue during stopDaniel Drake2006-07-051-0/+2
* [PATCH] ZyDAS ZD1211 USB-WLAN driverDaniel Drake2006-07-0522-0/+6911
* [PATCH] softmac: fix build-break from 881ee6999d66c8fc903b429b73bbe6045b38c549John W. Linville2006-07-051-2/+2
* [PATCH] CONFIG_WIRELESS_EXT is neccessary after allHorms2006-07-051-0/+2
* [PATCH] SoftMAC: Add network to ieee80211softmac_call_events when associate t...Joseph Jezak2006-07-051-2/+4
* [PATCH] SoftMAC: Prevent multiple authentication attempts on the same networkJoseph Jezak2006-07-054-9/+57
* [PATCH] bcm43xx: enable shared key authenticationDaniel Drake2006-07-051-0/+4
* [PATCH] 2.6.17 missing a call to ieee80211softmac_capabilities from ieee80211...Larry Finger2006-07-051-0/+3
* [PATCH] Convert bcm43xx-softmac to use the ieee80211_is_valid_channel routineLarry Finger2006-07-053-30/+3
* [PATCH] skb used after passing to netif_rx in net/ieee80211/ieee80211_rx.cEric Sesterhenn2006-07-051-1/+1
* [PATCH] ieee80211: fix not allocating IV+ICV space when usingencryption in ie...Hong Liu2006-07-051-4/+11
* [PATCH] bcm43xx: workaround init_board vs. IRQ raceMichael Buesch2006-07-051-13/+14
* [PATCH] bcm43xx: use softmac-suggested TX rateDaniel Drake2006-07-051-1/+4
* [PATCH] Add two PLX device IDsFaidon Liambotis2006-07-051-0/+2
* [netdrvr] use dev_xxx() printk helpers, rather than dev_printk(KERN_xxx, ...Jeff Garzik2006-07-0513-134/+88
* [netdrvr] Use dev_printk() when ethernet interface isn't availableJeff Garzik2006-07-0513-135/+173
* [netdrvr] via-velocity: remove io_size struct member, it is invariantJeff Garzik2006-07-052-11/+13
* [netdrvr] via-velocity: misc. cleanupsJeff Garzik2006-07-051-26/+22
* [netdrvr] minor cleanups in Becker-derived driversJeff Garzik2006-07-054-23/+24
* [netdrvr] via-velocity: use netdev_priv() where appropriateJeff Garzik2006-07-051-19/+19
* [netdrvr] Remove Becker-template 'io_size' member, when invariantJeff Garzik2006-07-055-28/+22
* [netdrvr] Remove Linux-specific changelogs from several Becker template driversJeff Garzik2006-07-058-522/+24
* [netdrvr] epic100: minor cleanupsJeff Garzik2006-07-051-61/+10
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-07-044-194/+127
|\
| * Move workqueue exports to where the functions are defined.Dave Jones2006-06-301-11/+10
| * [CPUFREQ] Misc cleanups in ondemand.Venkatesh Pallipadi2006-06-301-31/+19
| * [CPUFREQ] Make ondemand sampling per CPU and remove the mutex usage in sampli...Venkatesh Pallipadi2006-06-301-40/+32
| * [CPUFREQ] Add queue_delayed_work_on() interface for workqueues.Venkatesh Pallipadi2006-06-302-15/+25
| * [CPUFREQ] Remove slowdown from ondemand sampling path.Venkatesh Pallipadi2006-06-302-98/+42
* | Fix up headers_install wrt devfs removalLinus Torvalds2006-07-041-1/+1
* | Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds2006-07-0449-0/+399
|\ \
| * | Remove export of include/linux/isdn/tpam.hDavid Woodhouse2006-06-291-1/+1
| * | Remove <linux/i2c-id.h> and <linux/i2c-algo-ite.h> from userspace exportJean Delvare2006-06-221-2/+2
| * | Restrict headers exported to userspace for SPARC and SPARC64David S. Miller2006-06-202-22/+9
| * | Add empty Kbuild files for 'make headers_install' in remaining arches.David Woodhouse2006-06-1815-0/+15
| * | Add Kbuild file for Alpha 'make headers_install'David Woodhouse2006-06-181-0/+5
| * | Add Kbuild file for SPARC 'make headers_install'David Woodhouse2006-06-182-0/+29
| * | Add Kbuild file for IA64 'make headers_install'David Woodhouse2006-06-181-0/+7
| * | Add Kbuild file for S390 'make headers_install'David Woodhouse2006-06-181-0/+4
| * | Add Kbuild file for i386 'make headers_install'David Woodhouse2006-06-181-0/+5
| * | Add Kbuild file for x86_64 'make headers_install'David Woodhouse2006-06-181-0/+11
| * | Add Kbuild file for PowerPC 'make headers_install'David Woodhouse2006-06-181-0/+10
| * | Add generic Kbuild files for 'make headers_install'David Woodhouse2006-06-1823-0/+143
| * | Basic implementation of 'make headers_check'David Woodhouse2006-06-183-0/+23
| * | Basic implementation of 'make headers_install'David Woodhouse2006-06-182-0/+160
* | | [PATCH] fix AB-BA deadlock inversion at cs46xx_dsp_remove_scbArjan van de Ven2006-07-041-2/+3
* | | [PATCH] mthca: initialize send and receive queue locks separatelyZach Brown2006-07-041-1/+4
* | | [PATCH] Fix copying of pgdat array on each node for ia64 memory hotplugYasunori Goto2006-07-041-3/+13