index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
compat.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-06-22
mac80211: pass sdata to some RX functions
Johannes Berg
1
-17
/
+16
2012-06-22
mac80211: two small verbose debug cleanups
Johannes Berg
2
-2
/
+2
2012-06-22
mac80211: remove TKIP debug
Johannes Berg
2
-53
/
+1
2012-06-21
ieee80211: more OUI type definitions for WLAN_OUI_MICROSOFT
Avinash Patil
1
-0
/
+2
2012-06-21
mac80211: add command to get current rssi
Victor Goldenshtein
4
-8
/
+59
2012-06-20
mac80211: fix double-start of remain-on-channel
Johannes Berg
2
-2
/
+7
2012-06-20
mac80211: Allow userspace to register for auth frames in IBSS
Will Hawkins
1
-1
/
+3
2012-06-20
mac80211: send auth in IBSS only if userspace isn't handling it
Will Hawkins
1
-1
/
+1
2012-06-20
mac80211: Track auth frame registrations on IBSS ifaces
Will Hawkins
2
-7
/
+22
2012-06-20
mac80211: fix cleanup if driver suspend callback fails
Eyal Shapira
1
-0
/
+10
2012-06-20
mac80211: save wmm_acm per sdata
Yoni Divinsky
6
-14
/
+17
2012-06-20
mac80211: use the correct capability info in ieee80211_set_associated()
Luciano Coelho
1
-1
/
+1
2012-06-20
cfg80211: fix regression in multi-vif AP start
Felix Fietkau
1
-2
/
+32
2012-06-20
nl80211: use __cfg80211_rdev_from_attrs for testmode
Johannes Berg
1
-13
/
+10
2012-06-20
nl80211: change __cfg80211_rdev_from_info
Johannes Berg
1
-9
/
+10
2012-06-20
nl80211: fix netns separation
Johannes Berg
1
-9
/
+12
2012-06-20
nl80211: refactor __cfg80211_rdev_from_info
Johannes Berg
1
-28
/
+31
2012-06-20
cfg80211: make some functions static
Johannes Berg
3
-89
/
+82
2012-06-20
mac80211: initialize sta pointer to avoid false-positive warning
Luciano Coelho
1
-2
/
+2
2012-06-20
mac80211: cleanup offchannel_ps_enable argument
Rajkumar Manoharan
1
-5
/
+4
2012-06-18
mac80211: fix and improve mesh RANN processing
Chun-Yeow Yeoh
1
-18
/
+25
2012-06-18
mac80211: set only VO as a U-APSD enabled AC
Arik Nemtsov
1
-4
/
+7
2012-06-18
mac80211: stop Rx during HW reconfig
Arik Nemtsov
4
-0
/
+17
2012-06-18
mac80211: fix the assignment of mesh element TTL
Chun-Yeow Yeoh
1
-1
/
+1
2012-06-18
{nl,cfg,mac}80211: implement dot11MeshHWMPconfirmationInterval
Chun-Yeow Yeoh
8
-2
/
+33
2012-06-18
mac80211: invoke the timer only with correct dot11MeshHWMPRootMode value
Chun-Yeow Yeoh
2
-3
/
+3
2012-06-18
mac80211: implement the proactive PREP generation
Chun-Yeow Yeoh
1
-5
/
+33
2012-06-14
mac80211: implement the proactive PREQ generation
Chun-Yeow Yeoh
3
-5
/
+74
2012-06-14
{nl,cfg,mac}80211: implement dot11MeshHWMProotInterval and dot11MeshHWMPactiv...
Chun-Yeow Yeoh
6
-1
/
+48
2012-06-13
cfg80211/nl80211: fix kernel-doc
Johannes Berg
2
-9
/
+32
2012-06-13
nl80211: fix sched scan match attribute name
Johannes Berg
2
-3
/
+6
2012-06-13
mac80211: Disallow changing chan type on monitor when CHAN_MODE_FIXED
Pontus Fuchs
1
-1
/
+2
2012-06-13
mac80211: allow cancelling dependent ROCs
Johannes Berg
1
-0
/
+22
2012-06-12
ieee80211: definitions for Microsoft Vendor OUI and WPA OUI type
Avinash Patil
1
-0
/
+2
2012-06-11
mac80211: remove unneeded ieee80211_run_deferred_scan()
Johannes Berg
2
-6
/
+0
2012-06-11
{nl,cfg,mac}80211: fix the coding style related to mesh parameters
Chun-Yeow Yeoh
6
-120
/
+130
2012-06-11
cfg80211: add missing kernel-doc for mesh configuration structure
Chun-Yeow Yeoh
1
-10
/
+49
2012-06-09
mac80211: Rename stainfo variable for the more common sta
Javier Cardona
2
-5
/
+5
2012-06-09
mac80211: Remove unused variable
Javier Cardona
1
-3
/
+0
2012-06-08
wl18xx: avoid some -Wformat warnings
John W. Linville
1
-1
/
+2
2012-06-08
wlcore/wl12xx/wl18xx: make NVS file optional for wl18xx
Arik Nemtsov
2
-17
/
+9
2012-06-08
wl18xx: clean up phy module parameters
Arik Nemtsov
2
-58
/
+56
2012-06-08
wl18xx: align wl18xx_conf_phy with FW variant and remove it
Arik Nemtsov
3
-110
/
+36
2012-06-08
wl18xx: update fw statistics
Ido Reis
2
-24
/
+65
2012-06-08
wl18xx: allow FW-log by default for PG2.0
Arik Nemtsov
1
-1
/
+0
2012-06-08
wl18xx: read configuration structure from a binary file
Luciano Coelho
1
-5
/
+63
2012-06-08
wlcore/wl18xx: export conf struct in a debugfs file
Luciano Coelho
3
-0
/
+72
2012-06-08
wlcore/wl18xx: the conf structs must be packed so they can be exported
Luciano Coelho
2
-24
/
+24
2012-06-08
wlcore: use u8 instead of enum for bcn_filt_mode
Luciano Coelho
1
-1
/
+1
2012-06-08
wlcore/wl18xx/wl12xx: use u8 instead of bool for host_fast_wakeup_support
Luciano Coelho
3
-4
/
+9
[next]