Age | Commit message (Expand) | Author | Files | Lines |
2007-02-06 | [PATCH] bcm43xx: Interrogate hardware-enable switch and update LEDs | Larry Finger | 5 | -14/+58 |
2007-01-18 | [PATCH] bcm43xx: Fix failure to deliver PCI-E interrupts | Larry Finger | 1 | -4/+7 |
2006-12-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 5 | -115/+174 |
2006-12-02 | [PATCH] ieee80211: Provide generic get_stats implementation | Daniel Drake | 1 | -6/+0 |
2006-12-02 | [PATCH] bcm43xx: correct "Move IV/ICV stripping into ieee80211_rx" | Larry Finger | 1 | -0/+1 |
2006-12-02 | [PATCH] bcm43xx: Remove useless core enable/disable messages | Larry Finger | 1 | -10/+5 |
2006-12-02 | [PATCH] bcm43xx: remove badness variable and related routine | Larry Finger | 1 | -34/+7 |
2006-12-02 | [PATCH] bcm43xx: add PCI-E code | Stefano Brivio | 3 | -44/+156 |
2006-12-02 | [PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rx | Daniel Drake | 2 | -19/+1 |
2006-12-02 | [PATCH] bcm43xx: output proper link quality with scans | Larry Finger | 3 | -3/+5 |
2006-11-22 | WorkStruct: make allyesconfig | David Howells | 2 | -10/+12 |
2006-11-08 | [PATCH] bcm43xx: Add error checking in bcm43xx_sprom_write() | Adrian Bunk | 1 | -2/+2 |
2006-11-08 | [PATCH] bcm43xx: Drain TX status before starting IRQs | Michael Buesch | 1 | -0/+18 |
2006-11-01 | [PATCH] bcm43xx: fix unexpected LED control values in BCM4303 sprom | Larry Finger | 2 | -1/+12 |
2006-11-01 | [PATCH] bcm43xx: Fix low-traffic netdev watchdog TX timeouts | Michael Buesch | 1 | -1/+15 |
2006-10-25 | [PATCH] missing include of dma-mapping.h | Al Viro | 1 | -0/+1 |
2006-10-17 | [PATCH] bcm43xx-softmac: Fix system hang for x86-64 with >1GB RAM | Larry Finger | 3 | -24/+46 |
2006-10-17 | [PATCH] bcm43xx-softmac: check returned value from pci_enable_device | Larry Finger | 1 | -1/+5 |
2006-10-17 | [PATCH] softmac: Fix WX and association related races | Michael Buesch | 2 | -2/+2 |
2006-10-17 | [PATCH] bcm43xx: fix race condition in periodic work handler | Michael Buesch | 1 | -2/+1 |
2006-10-05 | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 1 | -2/+2 |
2006-09-28 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -18/+15 |
2006-09-27 | [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private | Theodore Ts'o | 1 | -1/+1 |
2006-09-26 | [PATCH] bcm43xx: fix netdev watchdog timeouts | Larry Finger | 1 | -2/+1 |
2006-09-26 | [PATCH] bcm43xx-softmac: improve wrong firmware message | Larry Finger | 1 | -3/+4 |
2006-09-26 | [PATCH] bcm43xx-softmac: update noise handling | Larry Finger | 2 | -4/+2 |
2006-09-26 | [PATCH] bcm43xx-softmac: update PHY initialization | Larry Finger | 1 | -8/+7 |
2006-09-26 | [PATCH] bcm43xx: WE-21 support | Larry Finger | 1 | -1/+1 |
2006-09-13 | drivers/net: const-ify ethtool_ops declarations | Jeff Garzik | 2 | -2/+2 |
2006-09-12 | [PATCH] bcm43xx: remove dead code in bcm43xx_sysfs.c | Larry Finger | 1 | -9/+3 |
2006-09-12 | [PATCH] bcm43xx: ucode debug status via sysfs | Larry Finger | 2 | -4/+64 |
2006-09-12 | [PATCH] bcm43xx: Add firmware version printout | Larry Finger | 2 | -0/+33 |
2006-09-12 | [PATCH] bcm43xx: remove dead statistics code | Larry Finger | 1 | -11/+1 |
2006-09-12 | [PATCH] bcm43xx: Correct out of sequence initialization step | Larry Finger | 1 | -1/+1 |
2006-09-12 | [PATCH] bcm43xx-softmac: Init, shutdown and restart fixes | Larry Finger | 3 | -17/+28 |
2006-08-30 | [PATCH] bcm43xx: Set floor of wireless signal and noise at -110 dBm | Larry Finger | 1 | -2/+2 |
2006-08-30 | [PATCH] bcm43xx - set correct value in mac_suspended for ifdown/ifup sequence | Larry Finger | 1 | -0/+2 |
2006-08-30 | [PATCH] bcm43xx: return correct hard_start_xmit error code | Larry Finger | 1 | -1/+3 |
2006-08-30 | [PATCH] bcm43xx: optimization of DMA bitfields | Larry Finger | 1 | -3/+6 |
2006-08-30 | [PATCH] bcm43xx: re-add bcm43xx_rng_init() call | Michael Buesch | 1 | -0/+6 |
2006-08-30 | [PATCH] bcm43xx: >1G and 64bit DMA support | Michael Buesch | 4 | -324/+691 |
2006-07-31 | [PATCH] bcm43xx: reduce mac_suspend delay loop count | John W. Linville | 1 | -1/+1 |
2006-07-31 | [PATCH] bcm43xx: add missing mac_suspended initialization | Larry Finger | 1 | -0/+1 |
2006-07-28 | [PATCH] bcm43xx: fix-up build breakage from merging patches out of order | John W. Linville | 3 | -14/+16 |
2006-07-28 | [PATCH] bcm43xx: improved statistics | Larry Finger | 2 | -16/+17 |
2006-07-28 | [PATCH] bcm43xx: init routine rewrite | Michael Buesch | 6 | -292/+510 |
2006-07-28 | [PATCH] bcm43xx: fix mac_suspend refcount | Michael Buesch | 1 | -1/+2 |
2006-07-28 | [PATCH] bcm43xx: lower mac_suspend udelay | Michael Buesch | 1 | -1/+1 |
2006-07-28 | [PATCH] bcm43xx: suspend MAC while executing long pwork | Michael Buesch | 2 | -18/+33 |
2006-07-27 | Merge branch 'upstream-fixes' into upstream | John W. Linville | 1 | -1/+1 |