| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | [PATCH] Rename IPW2100 debugging macros to not look like config options. | Robert P. J. Day | 2007-02-07 | 1 | -8/+8 |
| * | [PATCH] zd1211rw: Remove noisy debug message | Daniel Drake | 2007-02-07 | 1 | -2/+0 |
| * | [PATCH] zd1211rw: Added error stats update | Ulrich Kunitz | 2007-02-07 | 2 | -5/+41 |
| * | [PATCH] zd1211rw: Fixed array size issue in reset_mode | Ulrich Kunitz | 2007-02-07 | 1 | -3/+2 |
| * | [PATCH] zd1211rw: Reset device in the probe call | Ulrich Kunitz | 2007-02-07 | 1 | -0/+2 |
| * | [PATCH] bcm43xx: Enable fwpostfix in nondebug bcm43xx | Michael Buesch | 2007-02-07 | 1 | -5/+1 |
| * | [PATCH] bcm43xx: Fix scaling error for 'iwlist freq' information | Larry Finger | 2007-02-07 | 1 | -2/+2 |
| * | [PATCH] bcm43xx: Fix scaling error for 'iwlist rate' information | Larry Finger | 2007-02-07 | 1 | -12/+12 |
| * | [PATCH] bcm43xx: Fix problem with >1 GB RAM | Larry Finger | 2007-02-07 | 2 | -47/+125 |
| * | [PATCH] zd1211rw: fix potential leak in usb_init | Maxime Austruy | 2007-02-07 | 1 | -0/+1 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2007-02-07 | 4 | -5/+5 |
|\ \ |
|
| * | | Network: convert network devices to use struct device instead of class_device | Greg Kroah-Hartman | 2007-02-07 | 4 | -5/+5 |
| |/ |
|
* | | fix unaligned exception in /drivers/net/wireless/orinoco.c | Hennerich, Michael | 2007-02-07 | 1 | -1/+1 |
* | | [PATCH] ipw2200: add iwconfig rts/frag auto support | Zhu Yi | 2007-02-05 | 1 | -2/+2 |
* | | [PATCH] zd1211rw: Add ID for ZyXEL ZyAIR G-220 v2 | Daniel Drake | 2007-02-05 | 1 | -0/+1 |
* | | [PATCH] prism54: add ethtool -i interface | Kai Engert | 2007-02-05 | 3 | -3/+17 |
* | | [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDs | Larry Finger | 2007-02-05 | 5 | -14/+58 |
* | | [PATCH] zd1211rw: Add ID for Linksys WUSBF54G | Daniel Drake | 2007-02-05 | 1 | -0/+1 |
* | | [PATCH] zd1211rw: Remove addressing abstraction | Daniel Drake | 2007-02-05 | 8 | -238/+104 |
* | | [PATCH] zd1211rw: Consistency for address space constants | Daniel Drake | 2007-02-05 | 3 | -64/+75 |
* | | [PATCH] zd1211rw: 2 new ZD1211B device ID's | Daniel Drake | 2007-02-05 | 1 | -0/+2 |
* | | [PATCH] zd1211rw: Generic HMAC initialization | Daniel Drake | 2007-02-05 | 1 | -49/+18 |
|/ |
|
* | [PATCH] bcm43xx: Fix failure to deliver PCI-E interrupts | Larry Finger | 2007-01-18 | 1 | -4/+7 |
* | [PATCH] PCMCIA: fix drivers broken by recent cleanup | Daniel Ritz | 2007-01-11 | 3 | -3/+0 |
* | [PATCH] ipw2100: Fix dropping fragmented small packet problem | Zhu Yi | 2007-01-02 | 1 | -1/+1 |
* | [PATCH] zd1211rw: Call ieee80211_rx in tasklet | Ulrich Kunitz | 2006-12-19 | 3 | -29/+76 |
* | [PATCH] getting rid of all casts of k[cmz]alloc() calls | Robert P. J. Day | 2006-12-13 | 9 | -9/+9 |
* | [PATCH] tty: preparatory structures for termios revamp | Alan Cox | 2006-12-08 | 1 | -1/+1 |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-12-07 | 17 | -57/+140 |
|\ |
|
| * | [wireless] zd1211rw: workqueue-related build fixes | Jeff Garzik | 2006-12-07 | 1 | -5/+5 |
| * | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv... | Jeff Garzik | 2006-12-07 | 17 | -57/+140 |
| |\ |
|
| | * | [PATCH] ipw2200: Fix debug output endian issue | Zhu Yi | 2006-12-05 | 1 | -1/+1 |
| | * | [PATCH] ipw2200: Fix a typo | Zhu Yi | 2006-12-05 | 1 | -1/+1 |
| | * | [PATCH] ipw2200: Update version stamp to 1.2.0 | Zhu Yi | 2006-12-05 | 1 | -1/+1 |
| | * | [PATCH] ipw2200: Add IEEE80211_RADIOTAP_TSFT for promiscuous mode | Zhu Yi | 2006-12-05 | 1 | -4/+13 |
| | * | [PATCH] ipw2200: replace kmalloc+memset with kcalloc | Yan Burman | 2006-12-05 | 1 | -2/+1 |
| | * | [PATCH] prism54: replace kmalloc+memset with kzalloc | Yan Burman | 2006-12-05 | 2 | -9/+4 |
| | * | [PATCH] hostap: replace kmalloc+memset with kzalloc | Yan Burman | 2006-12-05 | 8 | -32/+12 |
| | * | [PATCH] zd1211rw: Support for multicast addresses | Ulrich Kunitz | 2006-12-05 | 5 | -3/+102 |
| | * | [PATCH] zd1211rw: Fill enc_capa in GIWRANGE handler | Daniel Drake | 2006-12-05 | 1 | -0/+3 |
| | * | [PATCH] zd1211rw: zd_mac_rx isn't always called in IRQ context | Daniel Drake | 2006-12-05 | 1 | -4/+2 |
* | | | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 1 | -0/+1 |
|/ / |
|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-06 | 9 | -158/+19 |
|\ \ |
|
| * | | [PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation | Dominik Brodowski | 2006-12-04 | 9 | -143/+12 |
| * | | [PATCH] pcmcia: remove prod_id indirection | Dominik Brodowski | 2006-12-04 | 1 | -10/+5 |
| * | | [PATCH] pcmcia: remove manf_id and card_id indirection | Dominik Brodowski | 2006-12-04 | 1 | -5/+2 |
| |/ |
|
* | | WorkQueue: Fix up arch-specific work items where possible | David Howells | 2006-12-05 | 2 | -12/+15 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 37 | -579/+806 |
|\ \
| |/ |
|
| * | [PATCH] ieee80211: Provide generic get_stats implementation | Daniel Drake | 2006-12-02 | 2 | -20/+0 |
| * | [PATCH] zd1211rw: Use softmac ERP handling functionality | Daniel Drake | 2006-12-02 | 4 | -65/+286 |