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
/
staging
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-13
staging: wfx: request to send beacons in IBSS mode
Jérôme Pouiller
1
-2
/
+1
2020-04-13
staging: wfx: drop unnecessary condition checks in wfx_upload_ap_templates()
Jérôme Pouiller
1
-5
/
+0
2020-04-13
staging: wfx: disabling keep alive during unjoin is useless
Jérôme Pouiller
1
-1
/
+0
2020-04-13
staging: wfx: fix support for BSS_CHANGED_KEEP_ALIVE
Jérôme Pouiller
1
-1
/
+5
2020-04-13
staging: wfx: remove useless call to wfx_tx_flush()
Jérôme Pouiller
1
-2
/
+0
2020-04-13
staging: wfx: change the way the station associate to an AP
Jérôme Pouiller
1
-45
/
+17
2020-04-13
staging: wfx: set all parameters before starting AP
Jérôme Pouiller
1
-1
/
+1
2020-04-13
staging: wfx: implement start_ap/stop_ap
Jérôme Pouiller
3
-45
/
+30
2020-04-13
staging: wfx: call wfx_do_unjoin() synchronously
Jérôme Pouiller
2
-37
/
+12
2020-04-13
staging: wfx: reduce hold duration of cfg80211_bss
Jérôme Pouiller
1
-2
/
+1
2020-04-13
staging: wfx: fix race between configure_filter and remove_interface
Jérôme Pouiller
2
-2
/
+4
2020-04-13
staging: wfx: send just necessary bytes
Jérôme Pouiller
2
-2
/
+5
2020-04-13
staging: wfx: make hif_ie_table_entry const
Jérôme Pouiller
3
-5
/
+5
2020-04-13
staging: wfx: allow to connect an IBSS with an existing SSID
Jérôme Pouiller
1
-1
/
+1
2020-04-13
staging: wfx: place hif_tx_mib functions into a .c file
Jérôme Pouiller
6
-391
/
+444
2020-04-13
staging: wfx: align members declarations in hif API
Jérôme Pouiller
3
-572
/
+572
2020-04-13
staging: wfx: fix endianness of hif API
Jérôme Pouiller
3
-150
/
+150
2020-04-13
staging: wfx: remove useless defines
Jérôme Pouiller
2
-26
/
+12
2020-04-13
staging: wfx: remove unused definitions from the hif API
Jérôme Pouiller
3
-263
/
+0
2020-04-13
staging: wfx: relocate TX_RETRY_POLICY_MAX and TX_RETRY_POLICY_INVALID to hif...
Jérôme Pouiller
3
-11
/
+10
2020-04-13
staging: wfx: relocate LINK_ID_NO_ASSOC and MAX_STA_IN_AP_MODE to hif API
Jérôme Pouiller
5
-6
/
+6
2020-04-13
staging: wfx: drop unused WFX_LINK_ID_GC_TIMEOUT
Jérôme Pouiller
1
-1
/
+0
2020-04-13
staging: rtl8723bs: hal: Correct misspelled symbolic name
R Veera Kumar
1
-2
/
+2
2020-04-13
staging: rtl8723bs: hal: Correct misspelt enum name
R Veera Kumar
1
-1
/
+1
2020-04-13
staging: rtl8723bs: Correct misspelt symbolic names
R Veera Kumar
2
-8
/
+8
2020-04-13
staging: wfx: remove hack about tx_rate policies
Jérôme Pouiller
1
-53
/
+0
2020-04-13
staging: wfx: fix case where AP stop with CAB traffic pending
Jérôme Pouiller
1
-1
/
+14
2020-04-13
staging: wfx: fix potential deadlock in wfx_tx_flush()
Jérôme Pouiller
1
-0
/
+2
2020-04-13
staging: wfx: wfx_flush() did not ensure that frames are processed
Jérôme Pouiller
1
-2
/
+2
2020-04-13
staging: wfx: repair wfx_flush()
Jérôme Pouiller
7
-122
/
+113
2020-04-13
staging: wfx: relocate wfx_skb_dtor() prior its callers
Jérôme Pouiller
1
-35
/
+37
2020-04-13
staging: wfx: improve interface between data_tx.c and queue.c
Jérôme Pouiller
3
-17
/
+8
2020-04-13
staging: wfx: simplify usage of wfx_tx_queues_put()
Jérôme Pouiller
3
-6
/
+5
2020-04-13
staging: wfx: drop struct wfx_queue_stats
Jérôme Pouiller
4
-28
/
+18
2020-04-13
staging: wfx: drop now useless field edca_params
Jérôme Pouiller
2
-2
/
+0
2020-04-13
staging: wfx: change the way to choose frame to send
Jérôme Pouiller
2
-143
/
+89
2020-04-13
staging: wfx: introduce a counter of pending frames
Jérôme Pouiller
2
-0
/
+17
2020-04-13
staging: wfx: replace wfx_tx_queues_get_after_dtim() by wfx_tx_queues_has_cab()
Jérôme Pouiller
3
-23
/
+23
2020-04-13
staging: wfx: rename wfx_tx_get_raw_link_id()
Jérôme Pouiller
1
-4
/
+3
2020-04-13
staging: wfx: drop unused raw_link_id field
Jérôme Pouiller
2
-3
/
+1
2020-04-13
staging: wfx: drop unused link_id field
Jérôme Pouiller
3
-8
/
+0
2020-04-13
staging: wfx: do not rely anymore on link_id to choose packet in queue
Jérôme Pouiller
1
-5
/
+6
2020-04-13
staging: wfx: drop useless link_map_cache
Jérôme Pouiller
2
-51
/
+12
2020-04-13
staging: wfx: do not use link_map_cache to track CAB
Jérôme Pouiller
1
-5
/
+8
2020-04-13
staging: wfx: drop argument tx_allowed_mask since it is constant now
Jérôme Pouiller
2
-38
/
+12
2020-04-13
staging: wfx: drop useless sta_asleep_mask
Jérôme Pouiller
5
-50
/
+2
2020-04-13
staging: wfx: simplify wfx_tx_queue_mask_get()
Jérôme Pouiller
1
-9
/
+6
2020-04-13
staging: wfx: drop unused argument in wfx_get_prio_queue()
Jérôme Pouiller
1
-5
/
+2
2020-04-13
staging: wfx: simplify wfx_tx_queues_empty()
Jérôme Pouiller
3
-15
/
+9
2020-04-13
staging: wfx: simplify hif_handle_tx_data()
Jérôme Pouiller
1
-9
/
+10
[next]