Age | Commit message (Expand) | Author | Files | Lines |
2012-10-07 | b43legacy: Fix crash on unload when firmware not available | Larry Finger | 1 | -0/+2 |
2012-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2012-07-09 | net: dont use __netdev_alloc_skb for bounce buffer | Eric Dumazet | 1 | -1/+1 |
2012-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2012-06-24 | Fix typo in printed messages | Anatol Pomozov | 1 | -1/+1 |
2012-06-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+1 |
2012-06-06 | wireless: update wireless URLs | Johannes Berg | 1 | -1/+1 |
2012-06-06 | wireless: Remove casts to same type | Joe Perches | 2 | -5/+3 |
2012-05-16 | ssb: remove rev from boardinfo | Hauke Mehrtens | 3 | -8/+8 |
2012-05-16 | b43legacy: Fix error due to MMIO access with SSB unpowered | Larry Finger | 1 | -2/+0 |
2012-04-13 | mac80211: remove hw.conf.channel usage where possible | Michal Kazior | 2 | -0/+3 |
2012-04-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -7/+1 |
2012-04-10 | mac80211: remove antenna_sel_tx TX info field | Johannes Berg | 1 | -13/+1 |
2012-04-06 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -7/+1 |
2012-03-13 | b43legacy: Load firmware from work queue instead of from probe routine | Larry Finger | 2 | -13/+23 |
2012-03-06 | ssb: remove 5GHz antenna gain from sprom | Hauke Mehrtens | 1 | -1/+1 |
2012-01-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 4 | -50/+126 |
2012-01-04 | b43legacy: Avoid packet losses in the dma worker code | Larry Finger | 4 | -50/+126 |
2011-12-20 | net: fix assignment of 0/1 to bool variables. | Rusty Russell | 4 | -52/+52 |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2011-11-01 | treewide: use __printf not __attribute__((format(printf,...))) | Joe Perches | 1 | -8/+8 |
2011-11-01 | drivers/net: change moduleparam.h to module.h as required. | Paul Gortmaker | 1 | -1/+1 |
2011-10-03 | mac80211: pass vif param to conf_tx() callback | Eliad Peller | 1 | -1/+2 |
2011-08-24 | b43/legacy: Remove firmware IDs | Michael Büsch | 2 | -7/+1 |
2011-08-09 | b43legacy: report core number | Pavel Roskin | 1 | -1/+2 |
2011-08-09 | b43legacy: remove 64-bit DMA support | Pavel Roskin | 2 | -410/+71 |
2011-08-08 | b43legacy: remove wireless extensions inclusions | Johannes Berg | 2 | -2/+0 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 2 | -2/+2 |
2011-07-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 14 | -14/+14 |
2011-07-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -3/+6 |
2011-07-22 | b43legacy: dma: cache translation (routing bits) | Rafał Miłecki | 2 | -3/+6 |
2011-07-07 | Update my e-mail address | Michael Büsch | 14 | -14/+14 |
2011-06-08 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -16/+4 |
2011-06-06 | drivers/net: Remove unnecessary semicolons | Joe Perches | 1 | -1/+1 |
2011-06-01 | b43legacy: Fix warnings from gcc 4.6.0 | Larry Finger | 3 | -16/+4 |
2011-05-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -51/+1 |
2011-05-11 | b43legacy: trivial: use TMSLOW def instead of magic value | Rafał Miłecki | 1 | -1/+1 |
2011-05-10 | b43legacy: drop ssb-duplicated workaround for dangling cores | Rafał Miłecki | 1 | -18/+0 |
2011-05-05 | b43legacy: drop invalid IMCFGLO workaround | Rafał Miłecki | 1 | -32/+0 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2011-02-25 | mac80211: make tx() operation return void | Johannes Berg | 1 | -3/+2 |
2011-02-24 | mac80211: rename RX_FLAG_TSFT | Johannes Berg | 1 | -1/+1 |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 1 | -1/+1 |
2010-11-17 | drivers/net/wireless/b43legacy/main.c: Use printf extension %pV | Joe Perches | 1 | -12/+35 |
2010-11-15 | b43legacy: rfkill: use status register based on core revision (not PHY's) | Rafał Miłecki | 1 | -1/+1 |
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | 1 | -1/+1 |
2010-10-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -0/+5 |
2010-09-16 | net/wireless: use generic_file_llseek in debugfs | Arnd Bergmann | 1 | -0/+1 |
2010-08-16 | b43legacy: update hw/fw version info in wiphy struct | John W. Linville | 1 | -0/+5 |
2010-06-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -23/+26 |