index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wifi: mt76: mt7915: move mib_stats structure in mt76.h
Lorenzo Bianconi
2023-07-25
5
-67
/
+69
*
wifi: mt76: mt7921: remove macro duplication in regs.h
Lorenzo Bianconi
2023-07-25
1
-1
/
+0
*
wifi: mt76: mt7921: do not support one stream on secondary antenna only
Deren Wu
2023-07-25
1
-1
/
+1
*
wifi: mt76: mt7996: drop return in mt7996_sta_statistics
Ryder Lee
2023-07-25
1
-12
/
+13
*
wifi: mt76: mt7915: drop return in mt7915_sta_statistics
Ryder Lee
2023-07-25
1
-14
/
+13
*
wifi: mt76: report non-binding skb tx rate when WED is active
Peter Chiu
2023-07-25
1
-0
/
+7
*
wifi: mt76: mt7915: rework tx bytes counting when WED is active
Peter Chiu
2023-07-25
4
-31
/
+16
*
wifi: mt76: mt7915: rework tx packets counting when WED is active
Peter Chiu
2023-07-25
6
-14
/
+79
*
wifi: mt76: mt7915: report tx retries/failed counts for non-WED path
Ryder Lee
2023-07-25
6
-13
/
+39
*
wifi: mt76: mt7915: fix background radar event being blocked
StanleyYP Wang
2023-07-25
1
-1
/
+1
*
wifi: mt76: enable UNII-4 channel 177 support
Ryder Lee
2023-07-25
1
-0
/
+1
*
wifi: mt76: mt7615: enable BSS_CHANGED_MU_GROUPS support
Ryder Lee
2023-07-25
3
-0
/
+40
*
wifi: mt76: mt7996: enable BSS_CHANGED_MU_GROUPS support
Ryder Lee
2023-07-25
3
-7
/
+38
*
wifi: mt76: mt7996: fix header translation logic
Ryder Lee
2023-07-25
1
-4
/
+9
*
mt76: mt7921: don't assume adequate headroom for SDIO headers
Matt Whitlock
2023-07-25
1
-0
/
+4
*
wifi: brcmsmac: remove unused data type
Dmitry Antipov
2023-07-25
1
-8
/
+0
*
wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag
Johannes Wiesboeck
2023-07-25
1
-0
/
+1
*
wifi: mwifiex: fix fortify warning
Dmitry Antipov
2023-07-25
1
-3
/
+6
*
wifi: mwifiex: prefer strscpy() over strlcpy()
Dmitry Antipov
2023-07-25
1
-8
/
+3
*
wifi: rtl8xxxu: Enable AP mode for RTL8723BU
Bitterblue Smith
2023-07-25
1
-0
/
+2
*
wifi: rtl8xxxu: Enable AP mode for RTL8192EU
Bitterblue Smith
2023-07-25
1
-0
/
+2
*
wifi: rtl8xxxu: Enable AP mode for RTL8710BU (RTL8188GU)
Bitterblue Smith
2023-07-25
1
-0
/
+2
*
wifi: rtl8xxxu: Enable AP mode for RTL8192FU
Bitterblue Smith
2023-07-25
1
-0
/
+2
*
wifi: zd1211rw: fix typo "tranmits"
Yueh-Shun Li
2023-07-25
1
-1
/
+1
*
wifi: rtw89: debug: Fix error handling in rtw89_debug_priv_btc_manual_set()
Zhang Shurong
2023-07-25
1
-3
/
+5
*
wifi: rtw88: simplify vif iterators
Dmitry Antipov
2023-07-25
5
-17
/
+9
*
wifi: rtw88: remove unused USB bulkout size set
Dmitry Antipov
2023-07-25
2
-22
/
+0
*
wifi: rtw88: remove unused and set but unused leftovers
Dmitry Antipov
2023-07-25
5
-15
/
+0
*
wifi: rtw88: delete timer and free skb queue when unloading
Dmitry Antipov
2023-07-25
1
-1
/
+3
*
eth: stmmac: let page recycling happen with skbs
Jakub Kicinski
2023-07-22
1
-2
/
+2
*
eth: tsnep: let page recycling happen with skbs
Jakub Kicinski
2023-07-22
1
-1
/
+1
*
octeontx2-pf: htb offload support for Round Robin scheduling
Naveen Mamindlapalli
2023-07-21
4
-40
/
+247
*
sch_htb: Allow HTB quantum parameter in offload mode
Naveen Mamindlapalli
2023-07-21
1
-2
/
+2
*
octeontx2-pf: implement transmit schedular allocation algorithm
Naveen Mamindlapalli
2023-07-21
2
-6
/
+136
*
mlxsw: spectrum: Permit enslavement to netdevices with uppers
Petr Machata
2023-07-21
1
-4
/
+62
*
mlxsw: spectrum_router: Replay IP NETDEV_UP on device deslavement
Petr Machata
2023-07-21
3
-8
/
+65
*
mlxsw: spectrum_router: Replay IP NETDEV_UP on device enslavement
Petr Machata
2023-07-21
4
-0
/
+137
*
mlxsw: spectrum_router: Replay neighbours when RIF is made
Petr Machata
2023-07-21
1
-1
/
+61
*
mlxsw: spectrum_router: Replay MACVLANs when RIF is made
Petr Machata
2023-07-21
2
-27
/
+54
*
mlxsw: spectrum_router: Offload ethernet nexthops when RIF is made
Petr Machata
2023-07-21
1
-0
/
+54
*
mlxsw: spectrum_router: Join RIFs of LAG upper VLANs
Petr Machata
2023-07-21
1
-3
/
+52
*
mlxsw: spectrum_switchdev: Replay switchdev objects on port join
Petr Machata
2023-07-21
3
-5
/
+132
*
mlxsw: spectrum: On port enslavement to a LAG, join upper's bridges
Petr Machata
2023-07-21
1
-0
/
+90
*
mlxsw: spectrum: Add a replay_deslavement argument to event handlers
Petr Machata
2023-07-21
1
-8
/
+12
*
mlxsw: spectrum: Allow event handlers to check unowned bridges
Petr Machata
2023-07-21
1
-16
/
+24
*
mlxsw: spectrum: Split a helper out of mlxsw_sp_netdevice_event()
Petr Machata
2023-07-21
1
-5
/
+15
*
mlxsw: spectrum_router: Extract a helper to schedule neighbour work
Petr Machata
2023-07-21
1
-9
/
+16
*
mlxsw: spectrum_router: Allow address handlers to run on bridge ports
Petr Machata
2023-07-21
1
-17
/
+24
*
net: ethernet: mtk_ppe: add MTK_FOE_ENTRY_V{1,2}_SIZE macros
Lorenzo Bianconi
2023-07-21
2
-5
/
+8
*
eth: bnxt: handle invalid Tx completions more gracefully
Jakub Kicinski
2023-07-21
3
-1
/
+31
[next]