index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac80211: Consolidate {mesh,mpp}_path_flush into one function
Javier Cardona
2011-09-13
1
-39
/
+26
*
mac80211: Don't iterate twice over all mpaths when once in sufficient
Javier Cardona
2011-09-13
1
-27
/
+37
*
mac80211: Remove redundant mesh path expiration checks
Javier Cardona
2011-09-13
1
-6
/
+3
*
mac80211: Improve mpath state locking
Javier Cardona
2011-09-13
2
-11
/
+7
*
mac80211: Remove mesh paths when an interface is removed
Javier Cardona
2011-09-13
4
-3
/
+47
*
mac80211: Fix RCU pointer dereference in mesh_path_discard_frame()
Javier Cardona
2011-09-13
1
-1
/
+6
*
mwifiex: replace kmalloc & memcpy sequence with kmemdup
Yogesh Ashok Powar
2011-09-13
3
-9
/
+9
*
ath9k: fix checks for first subframe delimiter padding
Felix Fietkau
2011-09-13
2
-2
/
+3
*
mwl8k: Set hardware flag IEEE80211_HW_AP_LINK_PS
Yogesh Ashok Powar
2011-09-13
1
-0
/
+8
*
ath9k_hw: fix the last register write for ar5416 addac
Felix Fietkau
2011-09-13
1
-1
/
+1
*
ath9k_hw: drop an unused column in AR5008-AR9002 initvals
Felix Fietkau
2011-09-13
4
-1912
/
+1934
*
cfg80211/nl80211: Indicate roaming feature capability to userspace.
Vivek Natarajan
2011-09-13
3
-0
/
+12
*
mac80211: retry sending failed BAR frames later instead of tearing down aggr
Felix Fietkau
2011-09-13
2
-1
/
+41
*
b43: LCN-PHY: implement saving and restoring PHY & radio configuration
Rafał Miłecki
2011-09-13
1
-0
/
+35
*
bcma: extract some basic info about board from SPROM
Rafał Miłecki
2011-09-13
1
-0
/
+9
*
ssb: use u16 for storing board rev
Rafał Miłecki
2011-09-13
1
-1
/
+1
*
b43: LCN-PHY: prepare functions for channel switching
Rafał Miłecki
2011-09-13
1
-2
/
+84
*
b43: LCN-PHY: implement more PHY ops before radio init
Rafał Miłecki
2011-09-13
1
-3
/
+53
*
b43: LCN-PHY: add R/W ops for PHY and radio
Rafał Miłecki
2011-09-13
1
-2
/
+40
*
ath9k_hw: do not apply the 2.4 ghz ack timeout workaround to cts
Felix Fietkau
2011-09-13
1
-2
/
+3
*
mac80211: Defer tranmission of mesh path errors
Javier Cardona
2011-09-13
1
-2
/
+30
*
iwlwifi: iwl-agn-rs.c: remove old comment
Greg Dietsche
2011-08-30
1
-1
/
+0
*
ath9k: defer ath_tx_setup_buffer setup to the first tx attempt during aggr
Felix Fietkau
2011-08-30
1
-39
/
+66
*
ath9k: move seqno allocation in the tx path to ath_tx_setup_buffer
Felix Fietkau
2011-08-30
1
-19
/
+23
*
ath9k: move the sequence number from ath_frame_info to ath_buf
Felix Fietkau
2011-08-30
2
-33
/
+24
*
ath9k: clean up the aggregation tid queue
Felix Fietkau
2011-08-30
3
-37
/
+45
*
ath9k: use u8 for the tx key index
Felix Fietkau
2011-08-30
5
-5
/
+5
*
ath: Make ath_printk void not int and remove unused struct ath_common *
Joe Perches
2011-08-30
2
-17
/
+18
*
ath: Make ath_dbg void not int
Joe Perches
2011-08-30
1
-17
/
+12
*
wl12xx/sdio_test.c: fix build breakage from WL127X_FW_NAME change
John W. Linville
2011-08-29
1
-1
/
+1
*
b43: Fix swatch warning
Larry Finger
2011-08-29
1
-1
/
+4
*
ath9k: Fix a smatch warnings
Larry Finger
2011-08-29
2
-1
/
+2
*
ath9k: Add debugfs support for mac/baseband samples
Rajkumar Manoharan
2011-08-29
6
-14
/
+369
*
ath9k: fix regression in sending aggregated packets
Felix Fietkau
2011-08-29
1
-1
/
+4
*
ath9k: Fix eifs/usec timeout for AR9287 v1.3+
Rajkumar Manoharan
2011-08-29
2
-2
/
+10
*
ath9k_hw: Set default slottime as 9us
Rajkumar Manoharan
2011-08-29
1
-1
/
+1
*
b43: make HT-PHY support experimental
Rafał Miłecki
2011-08-29
1
-3
/
+3
*
b43: use 8K buffers for 64-bit DMA to workaround hardware bug
Rafał Miłecki
2011-08-29
2
-9
/
+18
*
b43: Relax requirement for descriptors to be in the DMA zone
Larry Finger
2011-08-29
1
-7
/
+0
*
p54spi: add "spi:" prefix for stlc45xx modalias
Axel Lin
2011-08-29
1
-1
/
+1
*
iwlagn: handle GO powersave
Johannes Berg
2011-08-29
3
-0
/
+76
*
iwlagn: move tx queues to transport layer
Emmanuel Grumbach
2011-08-29
6
-139
/
+136
*
iwlagn: move the stop / wake queue logic to transport layer
Emmanuel Grumbach
2011-08-29
9
-74
/
+93
*
iwlagn: move check_stuck_queue to transport layer
Emmanuel Grumbach
2011-08-29
5
-25
/
+42
*
iwlagn: move wait_for_tx_queue_empty to transport layer
Emmanuel Grumbach
2011-08-29
5
-34
/
+42
*
iwlagn: cosmetics in iwl-trans.h
Emmanuel Grumbach
2011-08-29
5
-44
/
+44
*
iwlagn: move the disable agg logic to transport layer
Emmanuel Grumbach
2011-08-29
5
-80
/
+92
*
iwlagn: move the check_empty logic to the transport layer
Emmanuel Grumbach
2011-08-29
7
-81
/
+110
*
iwlagn: allocate resources for TX BA session in transport
Emmanuel Grumbach
2011-08-29
7
-73
/
+93
*
iwlagn: move the mapping ac to queue / fifo to transport
Emmanuel Grumbach
2011-08-29
10
-168
/
+201
[next]