index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
Age
Commit message (
Expand
)
Author
Files
Lines
2008-09-30
Fix modpost failure when rx handlers are not inlined.
Davide Pesavento
1
-1
/
+1
2008-09-30
mac80211: remove wme_tx_queue and wme_rx_queue from net/mac80211/sta_info.h
Rami Rosen
1
-12
/
+0
2008-09-30
mac80211: fixups for "make master iface not wireless"
Johannes Berg
2
-9
/
+8
2008-09-24
mac80211: fix led behavior in IBSS
Emmanuel Grumbach
1
-0
/
+2
2008-09-24
mac80211: probe with correct SSID
Johannes Berg
1
-2
/
+2
2008-09-24
mac80211: clean up rate control API
Johannes Berg
11
-210
/
+159
2008-09-24
mac80211: fix mesh action frame handling
Johannes Berg
1
-1
/
+1
2008-09-24
mac80211: mesh portal functionality support
YanBo
4
-11
/
+196
2008-09-24
mac80211: allow interface settings changes only when down
Johannes Berg
1
-0
/
+3
2008-09-24
cfg80211: show interface type
Johannes Berg
1
-0
/
+1
2008-09-24
mac80211: make master iface not wireless
Johannes Berg
7
-99
/
+39
2008-09-20
net: Use hton[sl]() instead of __constant_hton[sl]() where applicable
Arnaldo Carvalho de Melo
1
-1
/
+1
2008-09-15
mac80211 : Fix mode change hard_start_xmit function
Abhijeet Kolekar
1
-0
/
+1
2008-09-15
mac80211: remove debug frame dumping
Johannes Berg
2
-55
/
+0
2008-09-15
mac80211: remove beacon counters
Johannes Berg
3
-20
/
+0
2008-09-15
mac80211: fix sta_info kernel-doc warning
Johannes Berg
1
-1
/
+1
2008-09-15
mac80211: fix virtual interfaces vs. injection
Johannes Berg
2
-16
/
+85
2008-09-15
mac80211: pass AP vif pointer for VLANs
Johannes Berg
1
-0
/
+4
2008-09-15
mac80211: share sta_info->ht_info
Johannes Berg
3
-5
/
+3
2008-09-15
mac80211: move txrate_idx into RC algorithms
Johannes Berg
6
-18
/
+27
2008-09-15
mac80211: share sta->supp_rates
Johannes Berg
5
-12
/
+10
2008-09-15
mac80211: move last_txrate_idx into RC algorithms
Johannes Berg
2
-4
/
+0
2008-09-15
mac80211: small rate control changes
Johannes Berg
3
-43
/
+25
2008-09-15
mac80211: share STA information with driver
Johannes Berg
16
-90
/
+109
2008-09-15
mac80211: warn on some invalid vlan operations
Johannes Berg
1
-0
/
+6
2008-09-15
mac80211: move regular interface handling
Johannes Berg
3
-551
/
+550
2008-09-15
mac80211: use nl80211 interface types
Johannes Berg
14
-256
/
+249
2008-09-15
mac80211: inform driver of basic rateset
Johannes Berg
5
-39
/
+44
2008-09-15
mac80211: clean up some comments
Johannes Berg
4
-22
/
+5
2008-09-15
mac80211: clean up scan namespace
Johannes Berg
9
-140
/
+145
2008-09-15
mac80211: make bridge_packets a virtual interface option
Johannes Berg
4
-18
/
+22
2008-09-15
mac80211: move ieee80211_set_freq to utils
Johannes Berg
3
-29
/
+29
2008-09-15
mac80211: reorder MLME code more
Johannes Berg
3
-334
/
+346
2008-09-15
mac80211: fix scan vs. interface removal race
Johannes Berg
3
-20
/
+53
2008-09-15
mac80211: fix work race
Johannes Berg
2
-0
/
+17
2008-09-15
mac80211: split off mesh handling entirely
Johannes Berg
15
-295
/
+457
2008-09-15
mac80211: dont set REQ_RUN when scan finishes
Johannes Berg
1
-1
/
+2
2008-09-15
mac80211: move STA timer restart
Johannes Berg
2
-14
/
+13
2008-09-15
mac80211: move ieee80211_sta_expire
Johannes Berg
3
-28
/
+29
2008-09-15
cfg80211: Add new wireless regulatory infrastructure
Luis R. Rodriguez
1
-0
/
+7
2008-09-11
mac80211: Reorder debugfs calls during netdev deinit
Jouni Malinen
1
-2
/
+2
2008-09-11
mac80211: move frame TX function
Johannes Berg
8
-30
/
+30
2008-09-11
mac80211: make ieee80211_rx_h_mgmt more readable
Johannes Berg
1
-8
/
+8
2008-09-11
mac80211: move spectrum management code out
Johannes Berg
5
-89
/
+114
2008-09-11
mac80211: make BA session handling independent of STA mode
Johannes Berg
4
-362
/
+380
2008-09-11
mac80211: initialise queue QoS parameters at hw start
Johannes Berg
4
-27
/
+35
2008-09-11
mac80211: split ieee80211_sta_def_wmm_params
Johannes Berg
1
-21
/
+27
2008-09-11
mac80211: consolidate deauth/disassoc
Johannes Berg
1
-36
/
+11
2008-09-11
mac80211: reorder frame code in mlme
Johannes Berg
1
-389
/
+387
2008-09-11
mac80211: remove useless 'ibss' parameter
Johannes Berg
1
-4
/
+3
[prev]
[next]