| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2012-12-07 | 88 | -766/+1121 |
|\ |
|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-12-07 | 88 | -766/+1121 |
| |\ |
|
| | * | rtlwifi: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 6 | -6/+6 |
| | * | wlcore/wl18xx/wl12xx: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 8 | -22/+22 |
| | * | rtl8187: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 1 | -3/+3 |
| | * | rtl8187: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 1 | -3/+3 |
| | * | rt2x00: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 4 | -5/+5 |
| | * | p54: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 3 | -9/+9 |
| | * | orinoco: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 4 | -8/+8 |
| | * | mwl8k: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 1 | -4/+4 |
| | * | libertas: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 1 | -3/+3 |
| | * | iwlwifi: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 1 | -2/+2 |
| | * | iwlegacy: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 2 | -4/+4 |
| | * | ipw2x00: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 2 | -6/+6 |
| | * | brcm80211: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 1 | -2/+2 |
| | * | b43: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 2 | -6/+6 |
| | * | atmel: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 1 | -3/+3 |
| | * | ath5k: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 3 | -6/+6 |
| | * | wireless: remove __dev* attributes | Bill Pemberton | 2012-12-06 | 2 | -6/+6 |
| | * | ipw2200: return error code on error in ipw_wx_get_auth() | Wei Yongjun | 2012-12-06 | 1 | -3/+1 |
| | * | brcmsmac: remove duplicated include from debug.c | Wei Yongjun | 2012-12-06 | 1 | -1/+0 |
| | * | rt2x00: Only specify interface combinations if more then one interface is pos... | Helmut Schaa | 2012-12-06 | 1 | -0/+3 |
| | * | carl9170: explain why sta cannot be NULL for ampdus | Christian Lamparter | 2012-12-06 | 1 | -0/+7 |
| | * | brcmfmac: convert struct spinlock to spinlock_t | Luis R. Rodriguez | 2012-12-06 | 1 | -1/+1 |
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2012-12-06 | 5 | -12/+45 |
| | |\ |
|
| | | * | cfg80211: fix BSS struct IE access races | Johannes Berg | 2012-11-30 | 2 | -10/+34 |
| | | * | mac80211: remove probe response temporary buffer allocation | Johannes Berg | 2012-11-30 | 3 | -3/+12 |
| | * | | Merge tag 'nfc-fixes-3.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2012-12-06 | 1 | -6/+6 |
| | |\ \ |
|
| | | * \ | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw... | John W. Linville | 2012-11-26 | 1 | -6/+6 |
| | | |\ \ |
|
| | | | * | | iwlwifi: fix the basic CCK rates calculation | Emmanuel Grumbach | 2012-11-21 | 1 | -6/+6 |
| | * | | | | mwl8k: remove useless pci shutdown callback and stray debugging | Florian Fainelli | 2012-12-03 | 1 | -6/+0 |
| | * | | | | rt2x00: rt2800lib: introduce RFCSR3_VCOCAL_EN | Gabor Juhos | 2012-12-03 | 2 | -2/+4 |
| | * | | | | rt2x00: rt2800lib: remove trailing semicolons from RFCSR3_* defines | Gabor Juhos | 2012-12-03 | 1 | -2/+2 |
| | * | | | | carl9170: fix signal strength reporting issues | Christian Lamparter | 2012-12-03 | 1 | -0/+2 |
| | * | | | | rt2x00: rt2800lib: fix indentation in rt2800_init_rfcsr | Gabor Juhos | 2012-12-03 | 1 | -60/+60 |
| | * | | | | rt2x00: rt2800lib: fix indentation of some rt2x00_rt calls | Gabor Juhos | 2012-12-03 | 1 | -9/+9 |
| | * | | | | p54: potential signedness issue in p54_parse_rssical() | Dan Carpenter | 2012-12-03 | 1 | -2/+3 |
| | * | | | | brcmsmac: Fix possible NULL pointer dereference in _dma_ctrlflags() | Seth Forshee | 2012-11-30 | 1 | -3/+1 |
| | * | | | | wireless: mwifiex: Fix typo in wireless/mwifiex driver | Masanari Iida | 2012-11-30 | 2 | -2/+2 |
| | * | | | | rtlwifi: use SIMPLE_DEV_PM_OPS | Hauke Mehrtens | 2012-11-30 | 6 | -32/+8 |
| | * | | | | p54pci: use SIMPLE_DEV_PM_OPS | Hauke Mehrtens | 2012-11-30 | 1 | -10/+3 |
| | * | | | | ath9k: use SIMPLE_DEV_PM_OPS | Hauke Mehrtens | 2012-11-30 | 1 | -11/+4 |
| | * | | | | rtlwifi: rtl8192se: Fixed coding style issues in the driver | Daniel Stamer | 2012-11-30 | 5 | -20/+17 |
| | * | | | | mwifiex: fix struct member mismatch | Johannes Berg | 2012-11-30 | 1 | -2/+3 |
| | * | | | | brcmfmac: change debug output for received event. | Hante Meuleman | 2012-11-30 | 1 | -2/+2 |
| | * | | | | brcmfmac: fix bug in setting mgmt ie and parsing vndrs ie. | Hante Meuleman | 2012-11-30 | 1 | -12/+16 |
| | * | | | | brcmfmac: remove mode from struct brcmf_cfg80211_conf | Arend van Spriel | 2012-11-30 | 2 | -28/+20 |
| | * | | | | brcmfmac: get rid of struct brcmf_cfg80211_info::link_up attribute | Arend van Spriel | 2012-11-30 | 2 | -48/+22 |
| | * | | | | brcmsmac: support 4313iPA | Piotr Haber | 2012-11-30 | 2 | -162/+271 |
| | * | | | | brcmsmac: move PHY functions | Piotr Haber | 2012-11-30 | 1 | -50/+52 |