summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| | * | cfg80211: track hidden SSID networks properlyJohannes Berg2013-02-112-54/+223
| | * | cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-115-20/+20
| | * | cfg80211: fix radar check for P2P_DEVICEIlan Peer2013-02-111-1/+1
| | * | cfg80211: Fix memory leakLarry Finger2013-02-111-2/+7
| | * | cfg80211: wrap BSS krefJohannes Berg2013-02-041-5/+15
| | * | cfg80211: remove a local variableJohannes Berg2013-02-041-3/+2Star
| | * | cfg80211: use lockdep to assert lock is heldJohannes Berg2013-02-041-2/+4
| | * | cfg80211: move locking into cfg80211_bss_ageJohannes Berg2013-02-042-3/+2Star
| | * | cfg80211: fix BSS IE allocation commentJohannes Berg2013-02-041-4/+1Star
| | * | cfg80211: remove unused cfg80211_get_meshJohannes Berg2013-02-041-65/+0Star
| | * | cfg80211: simplify mesh BSS comparisonJohannes Berg2013-02-041-81/+39Star
| | * | cfg80211: fix BSS list hidden SSID lookupJohannes Berg2013-02-041-27/+53
| | * | cfg80211: refactor hidden SSID findingJohannes Berg2013-02-041-62/+20Star
| | * | cfg80211: expand per-station byte counters to 64bitVladimir Kondratiev2013-02-041-3/+13
| | * | cfg80211: remove free_priv BSS APIJohannes Berg2013-01-311-3/+0Star
| | * | cfg80211/mac80211: support reporting wakeup reasonJohannes Berg2013-01-312-0/+132
| | * | cfg80211: add SME state to warning in __cfg80211_mlme_disassocJohannes Berg2013-01-291-1/+1
* | | | net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* | | | net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+2
|/ / /
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-085-1/+153
|\| |
| * | cfg80211/nl80211: add API for MAC address ACLsVasanthakumar Thiagarajan2013-01-254-0/+151
| * | cfg80211: fix channel check in cfg80211_can_use_iftype_chanSimon Wunderlich2013-01-241-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-02-051-1/+1
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-011-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | cfg80211: off by one in ieee80211_bss()Dan Carpenter2013-01-241-1/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-2811-819/+817Star
|\ \ \ \ | | |_|/ | |/| |
| * | | cfg80211: check radar interface combinationsSimon Wunderlich2013-01-164-8/+55
| * | | cfg80211: Allow use_mfp to be specified with the connect commandJouni Malinen2013-01-162-1/+11
| * | | nl80211: allow user-space to set address for P2P_DEVICEArend van Spriel2013-01-161-0/+7
| * | | {cfg,nl}80211: mesh power mode primitives and userspace accessMarco Porsch2013-01-162-1/+45
| * | | {cfg,nl,mac}80211: set beacon interval and DTIM period on mesh joinMarco Porsch2013-01-162-0/+20
| * | | nl80211: add range checks to mesh parametersMarco Porsch2013-01-161-35/+44
| * | | wireless: fix regulatory HT40 allowed checkFelix Fietkau2013-01-111-1/+3
| * | | regulatory: fix restore_regulatory_settingsJohannes Berg2013-01-091-1/+1
| * | | regulatory: fix ueventJohannes Berg2013-01-091-6/+13
| * | | cfg80211: disallow more station changesJohannes Berg2013-01-031-14/+8Star
| * | | wireless: use __alignedJohannes Berg2013-01-031-1/+1
| * | | nl80211/mac80211: support full station state in AP modeJohannes Berg2013-01-031-0/+24
| * | | cfg80211: move some AP code to right fileJohannes Berg2013-01-032-62/+62
| * | | cfg80211: move world roaming check for beacon hintsLuis R. Rodriguez2013-01-031-6/+5Star
| * | | cfg80211: move reg_is_world_roaming()Luis R. Rodriguez2013-01-031-16/+16
| * | | cfg80211: do not process beacon hints if one is already queuedLuis R. Rodriguez2013-01-031-0/+19
| * | | cfg80211: adjacent 80+80 MHz channel segments are invalidJohannes Berg2013-01-031-0/+4
| * | | regulatory: use IS_ERR macro family for freq_reg_infoJohannes Berg2013-01-031-21/+17Star
| * | | regulatory: use RCU to protect last_requestJohannes Berg2013-01-031-90/+109
| * | | regulatory: use RCU to protect global and wiphy regdomainsJohannes Berg2013-01-033-65/+85
| * | | regulatory: pass new regdomain to reset functionJohannes Berg2013-01-031-15/+11Star
| * | | regulatory: remove handling of channel bandwidthJohannes Berg2013-01-031-30/+14Star
| * | | regulatory: fix reg_is_valid_request handlingJohannes Berg2013-01-033-23/+17Star
| * | | regulatory: remove locking from wiphy_apply_custom_regulatoryJohannes Berg2013-01-031-4/+0Star