Age | Commit message (Expand) | Author | Files | Lines |
2013-01-17 | nl80211: allow user-space to set address for P2P_DEVICE | Arend van Spriel | 1 | -0/+7 |
2013-01-17 | {cfg,nl}80211: mesh power mode primitives and userspace access | Marco Porsch | 2 | -1/+45 |
2013-01-17 | {cfg,nl,mac}80211: set beacon interval and DTIM period on mesh join | Marco Porsch | 2 | -0/+20 |
2013-01-17 | nl80211: add range checks to mesh parameters | Marco Porsch | 1 | -35/+44 |
2013-01-11 | wireless: fix regulatory HT40 allowed check | Felix Fietkau | 1 | -1/+3 |
2013-01-09 | regulatory: fix restore_regulatory_settings | Johannes Berg | 1 | -1/+1 |
2013-01-09 | regulatory: fix uevent | Johannes Berg | 1 | -6/+13 |
2013-01-03 | cfg80211: disallow more station changes | Johannes Berg | 1 | -14/+8 |
2013-01-03 | wireless: use __aligned | Johannes Berg | 1 | -1/+1 |
2013-01-03 | nl80211/mac80211: support full station state in AP mode | Johannes Berg | 1 | -0/+24 |
2013-01-03 | cfg80211: move some AP code to right file | Johannes Berg | 2 | -62/+62 |
2013-01-03 | cfg80211: move world roaming check for beacon hints | Luis R. Rodriguez | 1 | -6/+5 |
2013-01-03 | cfg80211: move reg_is_world_roaming() | Luis R. Rodriguez | 1 | -16/+16 |
2013-01-03 | cfg80211: do not process beacon hints if one is already queued | Luis R. Rodriguez | 1 | -0/+19 |
2013-01-03 | cfg80211: adjacent 80+80 MHz channel segments are invalid | Johannes Berg | 1 | -0/+4 |
2013-01-03 | regulatory: use IS_ERR macro family for freq_reg_info | Johannes Berg | 1 | -21/+17 |
2013-01-03 | regulatory: use RCU to protect last_request | Johannes Berg | 1 | -90/+109 |
2013-01-03 | regulatory: use RCU to protect global and wiphy regdomains | Johannes Berg | 3 | -65/+85 |
2013-01-03 | regulatory: pass new regdomain to reset function | Johannes Berg | 1 | -15/+11 |
2013-01-03 | regulatory: remove handling of channel bandwidth | Johannes Berg | 1 | -30/+14 |
2013-01-03 | regulatory: fix reg_is_valid_request handling | Johannes Berg | 3 | -23/+17 |
2013-01-03 | regulatory: remove locking from wiphy_apply_custom_regulatory | Johannes Berg | 1 | -4/+0 |
2013-01-03 | regulatory: clarify locking rules and assertions | Johannes Berg | 1 | -20/+11 |
2013-01-03 | regulatory: simplify freq_reg_info_regd | Johannes Berg | 1 | -15/+16 |
2013-01-03 | regulatory: remove useless warning | Johannes Berg | 1 | -4/+0 |
2013-01-03 | regulatory: remove redundant isalpha() check | Johannes Berg | 1 | -4/+2 |
2013-01-03 | regulatory: simplify restore_regulatory_settings | Johannes Berg | 1 | -14/+1 |
2013-01-03 | regulatory: remove BUG_ON | Johannes Berg | 2 | -60/+37 |
2013-01-03 | cfg80211: remove wiphy_idx_valid | Johannes Berg | 4 | -34/+12 |
2013-01-03 | regulatory: use proper enum for return values | Johannes Berg | 1 | -64/+69 |
2013-01-03 | regulatory: remove useless locking on exit | Johannes Berg | 1 | -8/+3 |
2013-01-03 | regulatory: code cleanup | Johannes Berg | 4 | -195/+116 |
2013-01-03 | regulatory: simplify regulatory_hint_11d | Johannes Berg | 1 | -5/+0 |
2013-01-03 | regulatory: don't test list before iterating | Johannes Berg | 1 | -47/+19 |
2013-01-03 | regulatory: clean up reg_copy_regd() | Johannes Berg | 1 | -26/+24 |
2013-01-03 | regulatory: clean up regdom_intersect | Johannes Berg | 1 | -10/+2 |
2013-01-03 | regulatory: don't allocate too much memory | Johannes Berg | 1 | -3/+4 |
2013-01-03 | regulatory: don't write past array when intersecting rules | Johannes Berg | 1 | -2/+2 |
2012-12-12 | Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-next | John W. Linville | 2 | -1/+4 |
2012-12-07 | wext: explicitly cast -110 to u8 | Johannes Berg | 1 | -1/+1 |
2012-12-06 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 10 | -346/+398 |
2012-12-04 | cfg80211: check no-OFDM flag for channels wider than 20 MHz | Johannes Berg | 1 | -0/+3 |
2012-12-03 | cfg80211: fix channel error on mesh join | Marco Porsch | 1 | -1/+2 |
2012-11-30 | cfg80211: fix BSS struct IE access races | Johannes Berg | 8 | -229/+243 |
2012-11-30 | cfg80211: fix cmp_hidden_bss | Johannes Berg | 1 | -4/+14 |
2012-11-30 | cfg80211: fix whitespace in scan handling | Johannes Berg | 1 | -16/+13 |
2012-11-30 | cfg80211: don't BUG_ON BSS struct issues | Johannes Berg | 1 | -2/+4 |
2012-11-29 | nl80211: Fix HT_IBSS feature check in ibss_join | Simon Wunderlich | 1 | -0/+1 |
2012-11-29 | cfg80211: Remove unused VHT chan code | Mahesh Palivela | 1 | -27/+1 |
2012-11-28 | nl80211: remove unnecessary checks | Johannes Berg | 1 | -3/+2 |