index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-23
net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU ports
Vladimir Oltean
1
-46
/
+74
2022-05-23
net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpu
Vladimir Oltean
1
-0
/
+8
2022-05-23
net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_8021q CPU
Vladimir Oltean
1
-2
/
+5
2022-05-23
net: dsa: felix: move the updating of PGID_CPU to the ocelot lib
Vladimir Oltean
1
-0
/
+31
2022-05-22
net: ethernet: mtk_eth_soc: introduce support for mt7986 chipset
Lorenzo Bianconi
2
-1
/
+72
2022-05-22
net: ethernet: mtk_eth_soc: convert scratch_ring pointer to void
Lorenzo Bianconi
2
-2
/
+2
2022-05-22
net: ethernet: mtk_eth_soc: convert ring dma pointer to void
Lorenzo Bianconi
2
-20
/
+16
2022-05-22
net: ethernet: mtk_eth_soc: introduce MTK_NETSYS_V2 support
Lorenzo Bianconi
2
-75
/
+372
2022-05-22
net: ethernet: mtk_eth_soc: introduce device register map
Lorenzo Bianconi
2
-181
/
+188
2022-05-22
net: ethernet: mtk_eth_soc: rely on rxd_size field in mtk_rx_alloc/mtk_rx_clean
Lorenzo Bianconi
1
-8
/
+18
2022-05-22
net: ethernet: mtk_eth_soc: rely on txd_size field in mtk_poll_tx/mtk_poll_rx
Lorenzo Bianconi
1
-3
/
+6
2022-05-22
net: ethernet: mtk_eth_soc: add rxd_size to mtk_soc_data
Lorenzo Bianconi
2
-4
/
+11
2022-05-22
net: ethernet: mtk_eth_soc: rely on txd_size in txd_to_idx
Lorenzo Bianconi
1
-4
/
+7
2022-05-22
net: ethernet: mtk_eth_soc: rely on txd_size in mtk_desc_to_tx_buf
Lorenzo Bianconi
1
-11
/
+15
2022-05-22
net: ethernet: mtk_eth_soc: rely on txd_size in mtk_tx_alloc/mtk_tx_clean
Lorenzo Bianconi
1
-10
/
+13
2022-05-22
net: ethernet: mtk_eth_soc: add txd_size to mtk_soc_data
Lorenzo Bianconi
2
-13
/
+38
2022-05-22
net: ethernet: mtk_eth_soc: move tx dma desc configuration in mtk_tx_set_dma_desc
Lorenzo Bianconi
2
-49
/
+67
2022-05-22
net: ethernet: mtk_eth_soc: rely on GFP_KERNEL for dma_alloc_coherent whenever possible
Lorenzo Bianconi
1
-5
/
+4
2022-05-22
eth: tg3: silence the GCC 12 array-bounds warning
Jakub Kicinski
1
-0
/
+5
2022-05-22
eth: ice: silence the GCC 12 array-bounds warning
Jakub Kicinski
1
-0
/
+5
2022-05-22
eth: mtk_eth_soc: silence the GCC 12 array-bounds warning
Jakub Kicinski
1
-0
/
+5
2022-05-22
dpaa2-eth: unmap the SGT buffer before accessing its contents
Ioana Ciornei
1
-4
/
+4
2022-05-22
dpaa2-eth: use the correct software annotation field
Ioana Ciornei
1
-1
/
+1
2022-05-22
dpaa2-eth: retrieve the virtual address before dma_unmap
Ioana Ciornei
1
-1
/
+3
2022-05-22
net: mscc: ocelot: offload tc action "ok" using an empty action vector
Vladimir Oltean
1
-0
/
+16
2022-05-22
net: fec: Do proper error checking for enet_out clk
Uwe Kleine-König
1
-3
/
+5
2022-05-22
hinic: Avoid some over memory allocation
Christophe JAILLET
1
-1
/
+1
2022-05-22
net: fec: Do proper error checking for optional clks
Uwe Kleine-König
1
-6
/
+10
2022-05-22
qed: fix typos in comments
Julia Lawall
2
-2
/
+2
2022-05-22
nfp: flower: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-22
net: marvell: prestera: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-22
cirrus: cs89x0: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-22
net/mlx5: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-22
net: mvpp2: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-22
net: sparx5: switchdev: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-05-20
net: mscc: fix the alignment in ocelot_port_fdb_del()
Alaa Mohamed
1
-1
/
+1
2022-05-20
eth: bnxt: make ulp_id unsigned to make GCC 12 happy
Jakub Kicinski
2
-12
/
+12
2022-05-20
net: tulip: fix build with CONFIG_GSC
Rolf Eike Beer
1
-1
/
+1
2022-05-20
net: stmmac: fix out-of-bounds access in a selftest
Jakub Kicinski
1
-7
/
+6
2022-05-20
sfc/siena: Remove duplicate check on segments
Martin Habets
1
-8
/
+1
2022-05-19
eth: mtk_ppe: fix up after merge
Jakub Kicinski
1
-1
/
+2
2022-05-19
net: mtk_eth_soc: partially convert to phylink_pcs
Russell King (Oracle)
3
-58
/
+53
2022-05-19
net: mtk_eth_soc: convert code structure to suit split PCS support
Russell King (Oracle)
2
-59
/
+79
2022-05-19
net: mtk_eth_soc: move restoration of SYSCFG0 to mac_finish()
Russell King (Oracle)
2
-2
/
+10
2022-05-19
net: mtk_eth_soc: move MAC_MCR setting to mac_finish()
Russell King (Oracle)
1
-11
/
+22
2022-05-19
net: mtk_eth_soc: add fixme comment for state->speed use
Russell King (Oracle)
1
-0
/
+8
2022-05-19
net: mtk_eth_soc: provide mtk_sgmii_config()
Russell King (Oracle)
3
-12
/
+20
2022-05-19
net: mtk_eth_soc: stop passing phylink state to sgmii setup
Russell King (Oracle)
3
-4
/
+4
2022-05-19
net: mtk_eth_soc: correct 802.3z duplex setting
Russell King
3
-10
/
+29
2022-05-19
net: mtk_eth_soc: correct 802.3z speed setting
Russell King (Oracle)
1
-13
/
+5
[prev]
[next]