index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-11
ath6kl: create ath6kl_htc_reset()
Kalle Valo
1
-42
/
+49
2011-11-11
ath6kl: add a timeout to ath6kl_hif_intr_bh_handler()
Kalle Valo
2
-1
/
+5
2011-11-11
ath6kl: remove useless cleanup call from ath6kl_bmi_done()
Kalle Valo
1
-2
/
+0
2011-11-11
ath6kl: separate hardware boot code from module initialisation code
Kalle Valo
1
-77
/
+106
2011-11-11
ath6kl: merge ath6kl_init() to ath6kl_core_init()
Kalle Valo
1
-83
/
+65
2011-11-11
ath6kl: add a fixme to ath6kl_htc_wait_target()
Kalle Valo
1
-0
/
+4
2011-11-11
ath6kl: move power control from sdio to core
Kalle Valo
4
-16
/
+37
2011-11-11
ath6kl: rename ath6kl_wmi_qos_state_init() to _wmi_reset()
Kalle Valo
2
-5
/
+3
2011-11-11
ath6kl: don't use cfg80211_scan_request after cfg80211_scan_done()
Kalle Valo
1
-2
/
+4
2011-11-11
ath6kl: fix missing copy of action frame contents
Aarthi Thiruvengadam
1
-0
/
+1
2011-11-11
ath6kl: Report unique remain-on-channel cookie values
Jouni Malinen
3
-4
/
+22
2011-11-11
ath6kl: Fix compilation error from of.h
Sangwook Lee
1
-0
/
+1
2011-11-11
ath6kl: Implement support for power parameter control from userspace
Rishi Panjwani
1
-0
/
+63
2011-11-11
ath6kl: Implement support for listen interval from userspace
Rishi Panjwani
1
-0
/
+64
2011-11-11
ath6kl: add support for WPS
Aarthi Thiruvengadam
2
-0
/
+19
2011-11-11
ath6kl: add more boot debug messages
Kalle Valo
2
-13
/
+17
2011-11-11
ath6kl: add debug messages for credit handling
Kalle Valo
3
-40
/
+41
2011-11-11
ath6kl: remove unused debug levels
Kalle Valo
2
-7
/
+6
2011-11-11
ath6kl: use ath6kl_credit prefix consistently
Kalle Valo
3
-35
/
+34
2011-11-11
ath6kl: move all credit distribution code to htc.c
Kalle Valo
5
-302
/
+295
2011-11-11
ath6kl: rename struct htc_credit_state_info to ath6kl_htc_credit_info
Kalle Valo
6
-38
/
+45
2011-11-11
ath6kl: rename struct htc_endpoint_credit_dist.htc_rsvd to htc_ep
Kalle Valo
3
-7
/
+5
2011-11-11
ath6kl: use ath6kl prefix in credit functions
Kalle Valo
4
-52
/
+52
2011-11-11
ath6kl: remove unused A_CACHE_LINE_PAD
Kalle Valo
1
-2
/
+0
2011-11-11
ath6kl: Use appropriate wdev from vif
Vasanthakumar Thiagarajan
2
-11
/
+7
2011-11-11
ath6kl: Initialize target wlan values for every vif
Vasanthakumar Thiagarajan
4
-38
/
+53
2011-11-11
ath6kl: Add a modparam to enable multi normal interface support
Vasanthakumar Thiagarajan
3
-12
/
+36
2011-11-11
ath6kl: Implement add_virtual_intf() and del_virtual_intf()
Vasanthakumar Thiagarajan
4
-6
/
+133
2011-11-11
ath6kl: Configure inteface information at init time
Vasanthakumar Thiagarajan
2
-8
/
+40
2011-11-11
ath6kl: Use the other variant of netdev (un)register APIs
Vasanthakumar Thiagarajan
3
-13
/
+15
2011-11-11
ath6kl: Maintain virtual interface in a list
Vasanthakumar Thiagarajan
8
-79
/
+163
2011-11-11
ath6kl: Introduce spinlock to protect vif specific information
Vasanthakumar Thiagarajan
4
-13
/
+11
2011-11-11
ath6kl: Store hw mac address in struct ath6kl
Vasanthakumar Thiagarajan
3
-5
/
+13
2011-11-11
ath6kl: Use interface index from wmi data headr
Vasanthakumar Thiagarajan
5
-27
/
+73
2011-11-11
ath6kl: Refactor ath6kl_destroy()
Vasanthakumar Thiagarajan
6
-137
/
+79
2011-11-11
ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_prof...
Vasanthakumar Thiagarajan
4
-14
/
+8
2011-11-11
ath6kl: Remove net_device from ath6kl
Vasanthakumar Thiagarajan
5
-16
/
+14
2011-11-11
ath6kl: Take vif information from wmi event
Vasanthakumar Thiagarajan
8
-239
/
+249
2011-11-11
ath6kl: Maintain firmware interface index in struct ath6kl_vif
Vasanthakumar Thiagarajan
10
-180
/
+243
2011-11-11
ath6kl: Make net and target stats vif specific
Vasanthakumar Thiagarajan
5
-31
/
+35
2011-11-11
ath6kl: Move few more vif specific information to struct ath6kl_vif
Vasanthakumar Thiagarajan
4
-26
/
+26
2011-11-11
ath6kl: Move scan_req info and sme_state to vif
Vasanthakumar Thiagarajan
3
-26
/
+31
2011-11-11
ath6kl: Move disconnect timer to vif structure
Vasanthakumar Thiagarajan
3
-8
/
+7
2011-11-11
ath6kl: Move aggregation information to vif structure
Vasanthakumar Thiagarajan
4
-12
/
+14
2011-11-11
ath6kl: Move key information to vif structure
Vasanthakumar Thiagarajan
4
-17
/
+21
2011-11-11
ath6kl: Move channel information to vif structure
Vasanthakumar Thiagarajan
4
-13
/
+13
2011-11-11
ath6kl: Move bssid information to vif structure
Vasanthakumar Thiagarajan
5
-20
/
+25
2011-11-11
ath6kl: Move nw_type to vif structure
Vasanthakumar Thiagarajan
6
-39
/
+55
2011-11-11
ath6kl: Move ssid and crypto information to vif structure
Vasanthakumar Thiagarajan
4
-101
/
+125
2011-11-11
ath6kl: Define interface specific states
Vasanthakumar Thiagarajan
6
-76
/
+133
[prev]
[next]