Age | Commit message (Expand) | Author | Files | Lines |
2015-11-18 | b43legacy: move under broadcom vendor directory | Kalle Valo | 25 | -14955/+0 |
2015-10-04 | debugfs: Pass bool pointer to debugfs_create_bool() | Viresh Kumar | 2 | -6/+6 |
2015-06-10 | mac80211: convert HW flags to unsigned long bitmap | Johannes Berg | 1 | -2/+3 |
2015-04-24 | mac80211: remove support for IFF_PROMISC | Johannes Berg | 1 | -6/+2 |
2015-04-07 | wireless: Use bool function returns of true/false instead of 1/0 | Joe Perches | 2 | -7/+7 |
2015-03-04 | wireless: Use eth_<foo>_addr instead of memset | Joe Perches | 1 | -4/+4 |
2015-02-12 | treewide: Remove unnecessary SSB_DEVTABLE_END macro | Joe Perches | 1 | -1/+1 |
2015-01-15 | b43legacy: Remove unused b43legacy_radio_set_tx_iq() | Rickard Strandqvist | 2 | -20/+0 |
2014-03-04 | net: Replace min macro with min_t | Silvan Jegen | 3 | -4/+4 |
2014-01-13 | b43legacy: Fix unload oops if firmware is not available | Larry Finger | 1 | -0/+1 |
2013-11-14 | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -6/+3 |
2013-10-03 | net:drivers/net: Miscellaneous conversions to ETH_ALEN | Joe Perches | 1 | -1/+1 |
2013-09-22 | DMA-API: net: b43legacy: replace dma_set_mask()+dma_set_coherent_mask() with ... | Russell King | 1 | -6/+3 |
2013-08-30 | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent | Joe Perches | 1 | -4/+3 |
2013-04-24 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -4/+5 |
2013-03-25 | mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan | Karl Beldan | 1 | -4/+5 |
2013-03-17 | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) | Joe Perches | 1 | -2/+1 |
2013-03-15 | drivers:net: Remove dma_alloc_coherent OOM messages | Joe Perches | 1 | -4/+1 |
2012-12-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -6/+36 |
2012-12-11 | b43legacy: Fix firmware loading when driver is built into the kernel | Larry Finger | 2 | -6/+36 |
2012-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+1 |
2012-11-14 | mac80211: support RX_FLAG_MACTIME_END | Thomas Pedersen | 1 | -1/+1 |
2012-11-03 | drivers/net: use tasklet_kill in device remove/close process | Xiaotian Feng | 1 | -1/+1 |
2012-09-28 | b43legacy: Fix crash on unload when firmware not available | Larry Finger | 1 | -0/+2 |
2012-08-22 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -0/+1 |
2012-08-10 | b43legacy: fix logic in GPIO init | Rafał Miłecki | 1 | -1/+1 |
2012-07-31 | mac80211: move TX station pointer and restructure TX | Thomas Huehn | 1 | -0/+1 |
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 |