index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-03
cfg80211: allow AID/listen interval changes for unassociated station
Ayala Beker
1
-9
/
+18
2015-11-03
nl80211: Fix potential memory leak from parse_acl_data
Ola Olsson
1
-6
/
+6
2015-10-16
cfg80211: reg: fix reg_ignore_cell_hint return type
Johannes Berg
1
-1
/
+2
2015-10-16
cfg80211: reg: reduce chan_reg_rule_print_dbg() ifdef
Johannes Berg
1
-9
/
+2
2015-10-16
cfg80211: reg: fix antenna gain in chan_reg_rule_print_dbg()
Johannes Berg
1
-2
/
+2
2015-10-16
cfg80211: reg: centralize freeing ignored requests
Johannes Berg
1
-29
/
+35
2015-10-16
cfg80211: reg: clarify 'treatment' handling in reg_process_hint()
Johannes Berg
1
-7
/
+9
2015-10-16
cfg80211: reg: rename reg_regdb_query() to reg_query_builtin()
Johannes Berg
1
-3
/
+3
2015-10-16
cfg80211: reg: make CRDA support optional
Johannes Berg
3
-73
/
+114
2015-10-15
cfg80211: reg: remove useless reg_timeout scheduling
Johannes Berg
1
-8
/
+2
2015-10-15
cfg80211: reg: search built-in database directly
Johannes Berg
1
-44
/
+58
2015-10-15
cfg80211: reg: rename reg_call_crda to reg_query_database
Johannes Berg
1
-5
/
+5
2015-10-15
cfg80211: reg: fix reg_call_crda() return value bug
Johannes Berg
1
-31
/
+30
2015-10-15
cfg80211: reg: remove useless non-NULL check
Johannes Berg
1
-3
/
+0
2015-10-15
cfg80211: fix gHz to GHz
Johannes Berg
2
-2
/
+2
2015-10-13
cfg80211: Add multiple scan plans for scheduled scan
Avraham Stern
3
-15
/
+170
2015-10-13
nl80211: allow BSS data to include CLOCK_BOOTTIME timestamp
Dmitry Shmidt
4
-39
/
+47
2015-10-07
Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...
David S. Miller
3
-4
/
+210
2015-09-29
cfg80211: allow changing station capabilities for unassociated stations
Ayala Beker
1
-2
/
+5
2015-09-29
net/wireless: enable wiphy device to suspend/resume asynchronously
Fu, Zhonghui
1
-0
/
+1
2015-09-22
nl80211: put current TX power in interface info
Rafał Miłecki
1
-0
/
+10
2015-09-22
nl80211: support vendor dumpit commands
Johannes Berg
1
-0
/
+192
2015-09-22
wireless: make __freq_reg_info static
Johannes Berg
1
-2
/
+2
2015-09-04
cfg80211: regulatory: restore proper user alpha2
Maciej S. Szmigiero
1
-1
/
+1
2015-08-14
nl80211: Allow setting multicast rate on OCB interfaces
Bertold Van den Bergh
1
-1
/
+2
2015-08-14
cfg80211: propagate set_wiphy failure to userspace
Michal Kazior
1
-0
/
+1
2015-08-14
cfg80211: regulatory: handle 5 and 10 MHz channels properly
Matthias May
1
-11
/
+53
2015-07-17
Merge branch 'mac80211' into mac80211-next
Johannes Berg
4
-25
/
+53
2015-07-17
wireless: remove superfluous if statement in regulatory code
John Linville
1
-5
/
+4
2015-07-17
cfg80211: allow mgmt_frame_register callback to sleep
Johannes Berg
4
-15
/
+72
2015-07-17
cfg80211: use RTNL locked reg_can_beacon for IR-relaxation
Arik Nemtsov
4
-22
/
+50
2015-07-17
wireless: regulatory: reduce log level of CRDA related messages
Thomas Petazzoni
1
-3
/
+3
2015-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2015-06-09
cfg80211: wext: clear sinfo struct before calling driver
Johannes Berg
1
-0
/
+2
2015-05-29
cfg80211: ignore netif running state when changing iftype
Michal Kazior
1
-1
/
+1
2015-05-26
cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnect
Johannes Berg
3
-2
/
+6
2015-05-20
cfg80211: Switch to PM ops
Lars-Peter Clausen
1
-6
/
+8
2015-05-06
cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STA
Arik Nemtsov
3
-20
/
+26
2015-05-06
cfg80211: Allow GO concurrent relaxation after BSS disconnection
Avraham Stern
1
-10
/
+19
2015-04-24
cfg80211: allow the plink state blocking for user managed mesh
Chun-Yeow Yeoh
1
-1
/
+2
2015-04-08
cfg80211: don't allow disabling WEXT if it's required
Johannes Berg
1
-1
/
+1
2015-04-07
cfg80211: send extended capabilities IE in connect
Johannes Berg
1
-10
/
+64
2015-04-07
cfg80211: move IE split utilities here from mac80211
Johannes Berg
1
-0
/
+41
2015-04-01
cfg80211: Stop calling crda if it is not responsive
Ilan peer
3
-7
/
+38
2015-03-31
Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...
David S. Miller
13
-179
/
+556
2015-03-31
netlink: implement nla_get_in_addr and nla_get_in6_addr
Jiri Benc
1
-2
/
+2
2015-03-31
netlink: implement nla_put_in_addr and nla_put_in6_addr
Jiri Benc
1
-2
/
+2
2015-03-30
cfg80211: pass name_assign_type to rdev_add_virtual_intf()
Tom Gundersen
2
-3
/
+5
2015-03-30
cfg/mac80211: add regulatory classes IE during TDLS setup
Arik Nemtsov
1
-0
/
+129
2015-03-30
nl80211: add net-detect delay to wowlan info
Luciano Coelho
1
-2
/
+3
[next]