index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wifi: mac80211_hwsim: fix link change handling
Johannes Berg
2022-08-25
1
-1
/
+6
*
wifi: mac80211_hwsim: split iftype data into AP/non-AP
Johannes Berg
2022-08-25
1
-8
/
+379
*
wifi: cfg80211: Add link_id parameter to various key operations for MLO
Veerendranath Jakkam
2022-08-25
10
-57
/
+76
*
wifi: rtw88: prohibit enter IPS during HW scan
Chih-Kang Chang
2022-08-10
1
-1
/
+2
*
wifi: rtw88: add flag check before enter or leave IPS
Chih-Kang Chang
2022-08-10
1
-2
/
+5
*
wifi: rtw88: add flushing queue before HW scan
Chih-Kang Chang
2022-08-10
1
-0
/
+4
*
wifi: rtw88: fix WARNING:rtw_get_tx_power_params() during HW scan
Chih-Kang Chang
2022-08-10
4
-14
/
+28
*
wifi: rtw88: add the update channel flow to support setting by parameters
Chih-Kang Chang
2022-08-10
2
-72
/
+116
*
wifi: rtw88: add mutex when set regulatory and get Tx power table
Chih-Kang Chang
2022-08-10
2
-4
/
+9
*
wifi: rtw88: add mutex when set SAR
Chih-Kang Chang
2022-08-10
1
-0
/
+2
*
wifi: brcmfmac: Fix to add skb free for TIM update info when tx is completed
Wataru Gohda
2022-08-10
3
-9
/
+13
*
wifi: brcmfmac: Fix to add brcmf_clear_assoc_ies when rmmod
Wataru Gohda
2022-08-10
1
-0
/
+1
*
wifi: brcmfmac: fix invalid address access when enabling SCAN log level
Wright Feng
2022-08-10
1
-6
/
+6
*
wifi: brcmfmac: fix scheduling while atomic issue when deleting flowring
Wright Feng
2022-08-10
2
-10
/
+9
*
wifi: brcmfmac: fix continuous 802.1x tx pending timeout error
Wright Feng
2022-08-10
2
-2
/
+25
*
wifi: rtw89: 8852a: correct WDE IMR settings
Chia-Yuan Li
2022-08-09
1
-13
/
+8
*
wifi: rtw89: refine leaving LPS function
Zong-Zhe Yang
2022-08-09
1
-1
/
+2
*
wifi: qtnfmac: remove braces around single statement blocks
Sebin Sebastian
2022-08-09
1
-3
/
+1
*
wifi: rtlwifi: 8192de: correct checking of IQK reload
Ping-Ke Shih
2022-08-09
1
-5
/
+4
*
wifi: brcmsmac: remove duplicate words
Ruffalo Lavoisier
2022-08-09
1
-1
/
+1
*
wifi: rtw88: access chip_info by const pointer
Ping-Ke Shih
2022-08-09
14
-129
/
+129
*
wifi: rtw88: phy: fix warning of possible buffer overflow
Zong-Zhe Yang
2022-08-09
1
-13
/
+8
*
wifi: rtw88: fix store OP channel info timing when HW scan
Chih-Kang Chang
2022-08-09
3
-3
/
+17
*
wifi: rtw88: fix stopping queues in wrong timing when HW scan
Chih-Kang Chang
2022-08-09
1
-1
/
+6
*
wifi: rtw88: 8822c: extend supported probe request size
Po-Hao Huang
2022-08-09
8
-11
/
+59
*
Merge tag 'mlx5-updates-2022-07-28' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2022-07-30
30
-511
/
+1265
|
\
|
*
net/mlx5e: Move mlx5e_init_l2_addr to en_main
Lama Kayal
2022-07-28
5
-5
/
+5
|
*
net/mlx5e: Split en_fs ndo's and move to en_main
Lama Kayal
2022-07-28
3
-88
/
+120
|
*
net/mlx5e: Separate mlx5e_set_rx_mode_work and move caller to en_main
Lama Kayal
2022-07-28
5
-96
/
+119
|
*
net/mlx5e: Add mdev to flow_steering struct
Lama Kayal
2022-07-28
5
-38
/
+42
|
*
net/mlx5e: Report flow steering errors with mdev err report API
Lama Kayal
2022-07-28
1
-36
/
+34
|
*
net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointer
Lama Kayal
2022-07-28
14
-264
/
+298
|
*
net/mlx5e: Allocate VLAN and TC for featured profiles only
Lama Kayal
2022-07-28
3
-12
/
+46
|
*
net/mlx5e: Make mlx5e_tc_table private
Lama Kayal
2022-07-28
6
-32
/
+59
|
*
net/mlx5e: Convert mlx5e_tc_table member of mlx5e_flow_steering to pointer
Lama Kayal
2022-07-28
4
-34
/
+43
|
*
net/mlx5e: TC, Support tc action api for police
Roi Dayan
2022-07-28
5
-8
/
+239
|
*
net/mlx5e: TC, Separate get/update/replace meter functions
Roi Dayan
2022-07-28
3
-27
/
+112
|
*
net/mlx5e: Add red and green counters for metering
Roi Dayan
2022-07-28
5
-13
/
+52
|
*
net/mlx5e: TC, Allocate post meter ft per rule
Roi Dayan
2022-07-28
3
-20
/
+31
|
*
net/mlx5: DR, Add support for flow metering ASO
Yevgeny Kliteynik
2022-07-28
6
-0
/
+227
|
*
net/mlx5e: Fix wrong use of skb_tcp_all_headers() with encapsulation
Gal Pressman
2022-07-28
1
-1
/
+1
*
|
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
2022-07-30
12
-202
/
+269
|
\
\
|
*
|
ice: allow toggling loopback mode via ndo_set_features callback
Maciej Fijalkowski
2022-07-28
1
-1
/
+31
|
*
|
ice: compress branches in ice_set_features()
Maciej Fijalkowski
2022-07-28
1
-21
/
+19
|
*
|
ice: Fix promiscuous mode not turning off
Michal Wilczynski
2022-07-28
3
-19
/
+72
|
*
|
ice: Introduce enabling promiscuous mode on multiple VF's
Michal Wilczynski
2022-07-28
12
-169
/
+155
|
|
/
*
|
sfc: implement ethtool get/set RX ring size for EF100 reps
Edward Cree
2022-07-30
1
-0
/
+27
*
|
sfc: use a dynamic m-port for representor RX and set it promisc
Edward Cree
2022-07-30
7
-3
/
+158
*
|
sfc: move table locking into filter_table_{probe,remove} methods
Edward Cree
2022-07-30
5
-36
/
+33
*
|
sfc: insert default MAE rules to connect VFs to representors
Edward Cree
2022-07-30
13
-6
/
+606
[next]