index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...
Vladimir Oltean
2022-05-23
3
-7
/
+5
*
net: dsa: felix: move the updating of PGID_CPU to the ocelot lib
Vladimir Oltean
2022-05-23
2
-7
/
+31
*
net: dsa: fix missing adjustment of host broadcast flooding
Vladimir Oltean
2022-05-23
1
-0
/
+3
*
Merge branch 'fix-silence-gcc-12-warnings-in-drivers-net-wireless'
Jakub Kicinski
2022-05-23
7
-8
/
+20
|
\
|
*
wifi: carl9170: silence a GCC 12 -Warray-bounds warning
Jakub Kicinski
2022-05-23
1
-0
/
+5
|
*
wifi: brcmfmac: work around a GCC 12 -Warray-bounds warning
Jakub Kicinski
2022-05-23
1
-1
/
+1
|
*
wifi: iwlwifi: use unsigned to silence a GCC 12 warning
Jakub Kicinski
2022-05-23
1
-1
/
+1
|
*
wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12
Jakub Kicinski
2022-05-23
1
-0
/
+5
|
*
wifi: rtlwifi: remove always-true condition pointed out by GCC 12
Jakub Kicinski
2022-05-23
1
-4
/
+1
|
*
wifi: ath9k: silence array-bounds warning on GCC 12
Jakub Kicinski
2022-05-23
1
-0
/
+5
|
*
wifi: plfxlc: remove redundant NULL-check for GCC 12
Jakub Kicinski
2022-05-23
1
-2
/
+2
|
/
*
dt-bindings: net: toshiba,visconti-dwmac: Update the common clock properties
Nobuhiro Iwamatsu
2022-05-23
1
-1
/
+2
*
net: fddi: skfp: smt: Remove extra parameters to vararg macro
Tom Rix
2022-05-23
1
-1
/
+1
*
Merge branch 'mt7986-support'
David S. Miller
2022-05-22
6
-350
/
+1113
|
\
|
*
net: ethernet: mtk_eth_soc: introduce support for mt7986 chipset
Lorenzo Bianconi
2022-05-22
2
-1
/
+72
|
*
net: ethernet: mtk_eth_soc: convert scratch_ring pointer to void
Lorenzo Bianconi
2022-05-22
2
-2
/
+2
|
*
net: ethernet: mtk_eth_soc: convert ring dma pointer to void
Lorenzo Bianconi
2022-05-22
2
-20
/
+16
|
*
net: ethernet: mtk_eth_soc: introduce MTK_NETSYS_V2 support
Lorenzo Bianconi
2022-05-22
2
-75
/
+372
|
*
net: ethernet: mtk_eth_soc: introduce device register map
Lorenzo Bianconi
2022-05-22
2
-181
/
+188
|
*
net: ethernet: mtk_eth_soc: rely on rxd_size field in mtk_rx_alloc/mtk_rx_clean
Lorenzo Bianconi
2022-05-22
1
-8
/
+18
|
*
net: ethernet: mtk_eth_soc: rely on txd_size field in mtk_poll_tx/mtk_poll_rx
Lorenzo Bianconi
2022-05-22
1
-3
/
+6
|
*
net: ethernet: mtk_eth_soc: add rxd_size to mtk_soc_data
Lorenzo Bianconi
2022-05-22
2
-4
/
+11
|
*
net: ethernet: mtk_eth_soc: rely on txd_size in txd_to_idx
Lorenzo Bianconi
2022-05-22
1
-4
/
+7
|
*
net: ethernet: mtk_eth_soc: rely on txd_size in mtk_desc_to_tx_buf
Lorenzo Bianconi
2022-05-22
1
-11
/
+15
|
*
net: ethernet: mtk_eth_soc: rely on txd_size in mtk_tx_alloc/mtk_tx_clean
Lorenzo Bianconi
2022-05-22
1
-10
/
+13
|
*
net: ethernet: mtk_eth_soc: add txd_size to mtk_soc_data
Lorenzo Bianconi
2022-05-22
2
-13
/
+38
|
*
net: ethernet: mtk_eth_soc: move tx dma desc configuration in mtk_tx_set_dma_...
Lorenzo Bianconi
2022-05-22
2
-49
/
+67
|
*
net: ethernet: mtk_eth_soc: rely on GFP_KERNEL for dma_alloc_coherent wheneve...
Lorenzo Bianconi
2022-05-22
1
-5
/
+4
|
*
dt-bindings: net: mediatek,net: add mt7986-eth binding
Lorenzo Bianconi
2022-05-22
1
-2
/
+139
|
*
arm64: dts: mediatek: mt7986: introduce ethernet nodes
Lorenzo Bianconi
2022-05-22
3
-0
/
+183
|
/
*
Merge branch 'net-gcc12-warnings'
David S. Miller
2022-05-22
3
-0
/
+15
|
\
|
*
eth: tg3: silence the GCC 12 array-bounds warning
Jakub Kicinski
2022-05-22
1
-0
/
+5
|
*
eth: ice: silence the GCC 12 array-bounds warning
Jakub Kicinski
2022-05-22
1
-0
/
+5
|
*
eth: mtk_eth_soc: silence the GCC 12 array-bounds warning
Jakub Kicinski
2022-05-22
1
-0
/
+5
|
/
*
net: mscc: ocelot: offload tc action "ok" using an empty action vector
Vladimir Oltean
2022-05-22
1
-0
/
+16
*
Merge branch 'ocelot-selftests'
David S. Miller
2022-05-22
1
-105
/
+97
|
\
|
*
selftests: ocelot: tc_flower_chains: reorder interfaces
Vladimir Oltean
2022-05-22
1
-23
/
+19
|
*
selftests: ocelot: tc_flower_chains: use conventional interface names
Vladimir Oltean
2022-05-22
1
-67
/
+67
|
*
selftests: ocelot: tc_flower_chains: streamline test output
Vladimir Oltean
2022-05-22
1
-28
/
+24
|
/
*
net: wrap the wireless pointers in struct net_device in an ifdef
Jakub Kicinski
2022-05-22
5
-10
/
+25
*
net: fec: Do proper error checking for enet_out clk
Uwe Kleine-König
2022-05-22
1
-3
/
+5
*
net: phy: DP83822: enable rgmii mode if phy_interface_is_rgmii
Tommaso Merciai
2022-05-22
1
-1
/
+8
*
net: selftests: Add stress_reuseport_listen to .gitignore
Muhammad Usama Anjum
2022-05-22
1
-0
/
+1
*
Merge branch 'rxrpc-misc'
David S. Miller
2022-05-22
23
-391
/
+366
|
\
|
*
afs: Adjust ACK interpretation to try and cope with NAT
David Howells
2022-05-22
4
-1
/
+36
|
*
rxrpc, afs: Fix selection of abort codes
David Howells
2022-05-22
3
-6
/
+8
|
*
rxrpc: Return an error to sendmsg if call failed
David Howells
2022-05-22
1
-0
/
+6
|
*
rxrpc: Automatically generate trace tag enums
David Howells
2022-05-22
1
-219
/
+42
|
*
rxrpc: Fix locking issue
David Howells
2022-05-22
8
-22
/
+62
|
*
rxrpc: Use refcount_t rather than atomic_t
David Howells
2022-05-22
13
-122
/
+119
[next]