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
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-19
wl12xx: 1281/1283 support - move IRQ polarity
Shahar Levi
1
-7
/
+7
2011-04-14
ath: Add a missing world regulatory domain 0x6C
Senthil Balasubramanian
2
-3
/
+6
2011-04-14
rtlwifi: Fix unitialized variable warnings
Larry Finger
4
-5
/
+5
2011-04-14
mwifiex: rename function mwifiex_is_ba_stream_avail
Bing Zhao
2
-3
/
+4
2011-04-14
mwifiex: remove unused function parameters
Amitkumar Karwar
14
-136
/
+80
2011-04-14
mwifiex: remove redundant "return" at end of void function
Yogesh Ashok Powar
10
-44
/
+1
2011-04-14
mwifiex: cleanup ioctl wait queue and abstraction layer
Amitkumar Karwar
19
-1434
/
+502
2011-04-14
ath5k: disable 5 GHz support for the dualband PHY chip on dual-radio AR5312
Felix Fietkau
3
-1
/
+17
2011-04-14
ath5k: fix the EEPROM check for hw AES crypto support
Felix Fietkau
1
-1
/
+1
2011-04-14
ath5k: add a new bus op for reading the mac address
Felix Fietkau
5
-31
/
+52
2011-04-14
ath: unshare struct ath_bus_ops between ath5k and ath9k
Felix Fietkau
3
-8
/
+15
2011-04-14
ath5k: disable 5 GHz support if a 2.4 GHz radio is detected
Felix Fietkau
1
-0
/
+3
2011-04-14
ath9k: Fix improper beacon slot selection in IBSS
Rajkumar Manoharan
1
-1
/
+6
2011-04-14
ath9k: avoid using trinary operator w/ TX_STAT_INC
John W. Linville
1
-1
/
+4
2011-04-13
ath9k_htc: Enable AP and P2P modes
Sujith Manoharan
1
-1
/
+4
2011-04-13
ath9k_htc: Add detailed firmware statistics
Sujith Manoharan
4
-52
/
+195
2011-04-13
ath9k_htc: Use helper routines for transmission
Sujith Manoharan
1
-100
/
+127
2011-04-13
ath9k_htc: Use separate URB pool for management frames
Sujith Manoharan
2
-9
/
+108
2011-04-13
ath9k_htc: Add a timer to cleanup WMI events
Sujith Manoharan
6
-3
/
+159
2011-04-13
ath9k_htc: Add a debugfs file showing endpoint status
Sujith Manoharan
2
-0
/
+55
2011-04-13
ath9k_htc: Add a debugfs file to dump TX slot information
Sujith Manoharan
2
-0
/
+43
2011-04-13
ath9k_htc: Add support for TX completion
Sujith Manoharan
5
-31
/
+207
2011-04-13
ath9k_htc: Drain packets on station removal
Sujith Manoharan
6
-0
/
+54
2011-04-13
ath9k_htc: Optimize HTC start/stop API
Sujith Manoharan
3
-21
/
+6
2011-04-13
ath9k_htc: Drain pending TX frames properly
Sujith Manoharan
6
-49
/
+69
2011-04-13
ath9k_htc: Use helper functions for TX processing
Sujith Manoharan
1
-64
/
+73
2011-04-13
ath9k_htc: Add TX slots
Sujith Manoharan
4
-14
/
+73
2011-04-13
ath9k_htc: Move endpoint header parsing to TX tasklet
Sujith Manoharan
2
-23
/
+46
2011-04-13
ath9k_htc: Introduce new HTC API
Sujith Manoharan
6
-30
/
+49
2011-04-13
ath9k_htc: Fix TX queue management
Sujith Manoharan
5
-27
/
+52
2011-04-13
ath9k_htc: Increase URB count for REG_IN pipe
Sujith Manoharan
2
-42
/
+61
2011-04-13
ath9k_htc: Add a new WMI event WMI_TXSTATUS_EVENTID
Sujith Manoharan
1
-0
/
+39
2011-04-13
ath9k_htc: Sync MGMT/DATA packet headers with firmware
Sujith Manoharan
1
-2
/
+4
2011-04-13
ath9k_htc: Reduce TX queue size
Sujith Manoharan
1
-1
/
+1
2011-04-13
ath9k_htc: Move TX specific stuff to a separate structure
Sujith Manoharan
5
-35
/
+40
2011-04-13
ath9k_htc: Remove unused WMI_WLAN_TXCOMP_EVENTID
Sujith Manoharan
1
-1
/
+0
2011-04-13
ath9k_htc: Sync struct ath9k_htc_cap_target with FW
Sujith Manoharan
1
-0
/
+1
2011-04-13
ath9k_htc: Sync struct ath9k_htc_target_vif with FW
Sujith Manoharan
2
-13
/
+7
2011-04-13
ath9k_htc: Sync struct ath9k_htc_target_sta with FW
Sujith Manoharan
2
-30
/
+6
2011-04-13
ath9k_htc: Use SKB's private area for TX parameters
Sujith Manoharan
7
-33
/
+49
2011-04-13
ath9k_htc: Remove unused WMI commands
Sujith Manoharan
2
-21
/
+0
2011-04-13
ath9k_htc: Fix RX length check
Sujith Manoharan
1
-2
/
+3
2011-04-13
ath9k_htc: Add RX error statistics
Sujith Manoharan
3
-9
/
+118
2011-04-13
ath9k_htc: Move debug code to a separate file
Sujith Manoharan
3
-212
/
+221
2011-04-13
ath9k_htc: Queue WMI events
Sujith Manoharan
7
-57
/
+89
2011-04-13
ath9k_htc: Fix beacon miss under heavy load
Sujith Manoharan
2
-5
/
+41
2011-04-13
ath9k_htc: Handle buffered frames in AP mode
Sujith Manoharan
5
-6
/
+65
2011-04-13
ath9k_htc: Configure the beacon queue
Sujith Manoharan
1
-31
/
+46
2011-04-13
ath9k_htc: Add TSF adjust capability
Sujith Manoharan
4
-2
/
+54
2011-04-13
ath9k_htc: Add beacon slots
Sujith Manoharan
5
-19
/
+138
[next]