| Commit message (Expand) | Author | Age | Files | Lines |
* | {nl,cfg}80211: Support for mesh synchronization | Javier Cardona | 2012-04-10 | 2 | -0/+19 |
* | cfg80211/nl80211: clarify TX queue API | Johannes Berg | 2012-04-10 | 1 | -2/+5 |
* | cfg80211: warn if db.txt is empty with CONFIG_CFG80211_INTERNAL_REGDB | Luis R. Rodriguez | 2012-04-09 | 1 | -0/+10 |
* | cfg80211: use compare_ether_addr on MAC addresses instead of memcmp | Felix Fietkau | 2012-04-09 | 2 | -16/+18 |
* | cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_info | John W. Linville | 2012-03-26 | 1 | -10/+19 |
* | cfg80211: clarify timestamp in cfg80211_inform_bss | Johannes Berg | 2012-03-13 | 1 | -4/+3 |
* | cfg80211: Add background scan period attribute. | Bala Shanmugam | 2012-03-12 | 2 | -0/+11 |
* | cfg80211: expose cfg80211_calculate_bitrate() | Thomas Pedersen | 2012-03-06 | 1 | -0/+1 |
* | cfg80211/mac80211: report signal strength for mgmt frames | Johannes Berg | 2012-03-06 | 3 | -6/+13 |
* | cfg80211: Add an attribute to set inactivity timeout in AP mode | Vasanthakumar Thiagarajan | 2012-03-05 | 1 | -0/+8 |
* | {nl,cfg,mac}80211: Implement RSSI threshold for mesh peering | Ashok Nagarajan | 2012-03-05 | 2 | -0/+8 |
* | cfg80211: remove cookies from callbacks | Johannes Berg | 2012-02-29 | 1 | -3/+3 |
* | cfg80211: restructure AP/GO mode API | Johannes Berg | 2012-02-22 | 1 | -113/+142 |
* | mac80211: off by one in mcs mask handling | Dan Carpenter | 2012-02-06 | 1 | -1/+1 |
* | cfg80211/mac80211: userspace peer authorization in IBSS | Antonio Quartulli | 2012-02-06 | 1 | -8/+12 |
* | cfg80211: export cfg80211_ref_bss | Johannes Berg | 2012-02-06 | 2 | -5/+12 |
* | cfg80211: stop tracking authenticated state | Johannes Berg | 2012-02-06 | 4 | -318/+72 |
* | nl80211: add support for mcs masks | Simon Wunderlich | 2012-01-30 | 1 | -1/+60 |
* | {nl,cfg,mac}80211: Add support of setting non-forwarding entity in Mesh | Chun-Yeow Yeoh | 2012-01-27 | 2 | -0/+6 |
* | cfg80211: fix a few -Wshadow warnings | Johannes Berg | 2012-01-27 | 1 | -5/+3 |
* | wireless: Save original maximum regulatory transmission power for the calucat... | Hong Wu | 2012-01-24 | 1 | -17/+2 |
* | nl80211: fix old station flags compatibility | Johannes Berg | 2012-01-11 | 1 | -4/+30 |
* | wireless: Treat IPv6 diffserv the same as IPv4 for 802.11e | Dave Täht | 2012-01-04 | 1 | -1/+5 |
* | cfg80211: relicense reg.c reg.h and genregdb.awk to ISC | Luis R. Rodriguez | 2012-01-04 | 4 | -7/+54 |
* | cfg80211: replace reg.c Nokia commit 269ac5 | Luis R. Rodriguez | 2012-01-04 | 1 | -3/+3 |
* | cfg80211: replace reg.c Nokia commit c4c32294 | Luis R. Rodriguez | 2012-01-04 | 1 | -6/+6 |
* | wireless: Protect regdomain change by mutex | Dmitry Shmidt | 2012-01-04 | 1 | -1/+4 |
* | cfg80211: Return beacon loss count in station | Paul Stewart | 2011-12-19 | 1 | -0/+3 |
* | cfg80211: Restore orig channel values upon disconnect | Rajkumar Manoharan | 2011-12-16 | 1 | -0/+26 |
* | cfg80211: allow following country IE power for custom regdom cards | Luis R. Rodriguez | 2011-12-16 | 1 | -4/+16 |
* | cfg80211: validate nl80211 station handling better | Johannes Berg | 2011-12-15 | 1 | -87/+112 |
* | nl80211: add TDLS peer flag to policy | Johannes Berg | 2011-12-15 | 1 | -0/+1 |
* | nl80211: accept testmode dump with netdev | Johannes Berg | 2011-12-14 | 1 | -19/+31 |
* | cfg80211: notify core hints that helps to restore regd settings | Rajkumar Manoharan | 2011-12-13 | 1 | -2/+14 |
* | cfg80211: Fix race in bss timeout | Vasanthakumar Thiagarajan | 2011-12-13 | 3 | -28/+45 |
* | wireless: disable wext sysfs by default | Johannes Berg | 2011-12-07 | 1 | -3/+4 |
* | nl80211: Parse channel type attribute in an ibss join request | Alexander Simon | 2011-12-06 | 2 | -7/+37 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2011-12-02 | 2 | -16/+36 |
|\ |
|
| * | cfg80211: amend regulatory NULL dereference fix | Luis R. Rodriguez | 2011-11-30 | 1 | -2/+4 |
| * | cfg80211: fix race on init and driver registration | Luis R. Rodriguez | 2011-11-30 | 1 | -16/+27 |
| * | nl80211: fix MAC address validation | Eliad Peller | 2011-11-28 | 1 | -2/+2 |
| * | cfg80211: fix regulatory NULL dereference | Johannes Berg | 2011-11-21 | 1 | -0/+4 |
| * | cfg80211: fix bug on regulatory core exit on access to last_request | Luis R. Rodriguez | 2011-11-09 | 1 | -0/+3 |
* | | {nl,cfg,mac}80211: implement dot11MeshHWMPperrMinInterval | Thomas Pedersen | 2011-11-28 | 2 | -0/+8 |
* | | {nl,cfg,mac}80211: Allow Setting Multicast Rate in Mesh | Chun-Yeow Yeoh | 2011-11-28 | 1 | -0/+5 |
* | | wireless: Add NoAck per tid support | Simon Wunderlich | 2011-11-28 | 1 | -0/+28 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | John W. Linville | 2011-11-22 | 10 | -0/+11 |
|\ \ |
|
| * | | net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules | Paul Gortmaker | 2011-10-31 | 10 | -0/+10 |
| * | | net: add moduleparam.h for users of module_param/MODULE_PARM_DESC | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | | | cfg80211: work around a sparse issue | Johannes Berg | 2011-11-21 | 1 | -11/+11 |