index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rsi
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-06
wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple drivers
Andrew Zaborowski
1
-0
/
+2
2017-02-27
scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instances
Masahiro Yamada
1
-1
/
+1
2017-02-08
mac80211: Pass new RSSI level in CQM RSSI notification
Andrzej Zaborowski
1
-1
/
+1
2016-11-25
rsi: Add support for 802.11d
Prameela Rani Garnepudi
4
-7
/
+53
2016-11-25
rsi: Add support for antenna selection
Prameela Rani Garnepudi
4
-0
/
+117
2016-11-25
rsi: Add support for configuring tx power
Prameela Rani Garnepudi
4
-1
/
+76
2016-11-25
rsi: Add support to filter rx frames
Prameela Rani Garnepudi
3
-1
/
+59
2016-11-17
rsi: Host to device command frame vap_capabilites modified with new field vap...
Prameela Rani Garnepudi
3
-4
/
+18
2016-11-17
rsi: Fix memory leak in module unload
Prameela Rani Garnepudi
1
-0
/
+11
2016-06-14
rsi: eliminate superfluous NULL check
Heinrich Schuchardt
1
-1
/
+1
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
4
-56
/
+56
2016-04-07
rsi: Move variable initialisation into error code
Markus Elfring
1
-2
/
+4
2016-04-07
rsi: Delete unnecessary variable initialisation
Markus Elfring
1
-4
/
+4
2016-04-07
rsi: Delete unnecessary variable initialisation
Markus Elfring
1
-4
/
+4
2016-01-14
mac80211: pass block ack session timeout to to driver
Sara Sharon
1
-12
/
+7
2015-12-30
rsi: bool tests do not need comparison
Nicholas Mc Guire
1
-1
/
+1
2015-12-30
rsi: consolidate kmalloc/memset 0 calls to kzalloc
Nicholas Mc Guire
1
-2
/
+1
2015-11-18
rsi: add vendor Kconfig entry
Kalle Valo
1
-0
/
+15
2015-09-22
mac80211: allow to transmit A-MSDU within A-MPDU
Emmanuel Grumbach
1
-1
/
+3
2015-08-25
rsi: Fix possible leak when loading firmware
Christian Engelmayer
2
-4
/
+12
2015-07-31
rsi: Fix failure to load firmware after memory leak fix and fix the leak
Mike Looijmans
2
-1
/
+11
2015-06-10
mac80211: convert HW flags to unsigned long bitmap
Johannes Berg
1
-4
/
+3
2014-12-24
rsi: fix memory leak in rsi_load_ta_instructions()
Alexey Khoroshilov
1
-3
/
+1
2014-07-01
rsi: fix memory leaks and error handling in rsi_91x_usb
Alexey Khoroshilov
1
-20
/
+38
2014-07-01
rsi: GFP_ATOMIC is not needed in rsi_init_usb_interface()
Alexey Khoroshilov
1
-1
/
+1
2014-06-25
rsi: Fixed warnings reported by static code analyzers.
Jahnavi Meher
1
-5
/
+7
2014-06-25
rsi: Fixed errors and warnings reported by static code analyzers.
Jahnavi Meher
1
-2
/
+3
2014-06-19
rsi: Changes for 40MHz
Jahnavi Meher
3
-22
/
+31
2014-06-19
rsi: Adding support for host based bgscan.
Jahnavi Meher
4
-12
/
+160
2014-06-19
rsi: Adding support for 5GHz
Jahnavi Meher
3
-12
/
+87
2014-06-19
rsi: Sending QoS null packet via the mgmt queue.
Jahnavi Meher
1
-1
/
+2
2014-06-19
rsi: Added debug messages.
Jahnavi Meher
1
-0
/
+2
2014-06-19
rsi: Changed the logic of dequeuing packets from hal queues.
Jahnavi Meher
2
-24
/
+59
2014-06-19
rsi: Changed the SDIO interrupt variables and some clean up.
Jahnavi Meher
2
-7
/
+9
2014-06-19
rsi: Use SGI if configured for fixed rate transmission.
Jahnavi Meher
2
-0
/
+7
2014-06-19
rsi: Lower level debug messages and changed handling of confirm received for ...
Jahnavi Meher
1
-3
/
+6
2014-06-19
rsi: Changed rate handling.
Jahnavi Meher
1
-19
/
+16
2014-06-19
rsi: Changed the rsi_set_channel() and rsi_program_bb_rf().
Jahnavi Meher
1
-18
/
+2
2014-06-19
rsi: Changed the radio caps frame.
Jahnavi Meher
2
-0
/
+22
2014-06-19
rsi: Add macros for endpoints and set default value of endpoint.
Jahnavi Meher
2
-0
/
+6
2014-06-19
rsi: Using band from rsi_common to fill in ieee80211_rx_status
Jahnavi Meher
1
-4
/
+1
2014-06-19
rsi: Fixed the kernel doc
Jahnavi Meher
1
-1
/
+1
2014-06-19
rsi: Mapping the debugfs stats to the correct s/w queues.
Jahnavi Meher
1
-5
/
+5
2014-06-19
rsi_91x_sdio: add error handling into rsi_module_init()
Alexey Khoroshilov
1
-2
/
+4
2014-06-19
rsi: Use module_usb_driver
Alexey Khoroshilov
1
-27
/
+1
2014-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
4
-3
/
+5
2014-05-29
rsi: avoid format string leak to thread name
Kees Cook
1
-1
/
+1
2014-05-13
rsi: Changed the return value to enable BA set-up
Jahnavi Meher
1
-0
/
+1
2014-05-12
mmc: drop the speed mode of card's state
Seungwon Jeon
1
-3
/
+1
2014-04-30
rsi: Changing opcode for sta mode according to changes in firmware
Jahnavi Meher
2
-2
/
+3
[next]