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-06-29
net: ethernet: mtk-star-emac: separate tx/rx handling with two NAPIs
Biao Huang
1
-140
/
+198
2022-06-29
net: ethernet: mtk-star-emac: add support for MII interface
Biao Huang
1
-1
/
+11
2022-06-29
net: ethernet: mtk-star-emac: add timing adjustment support
Biao Huang
1
-0
/
+33
2022-06-29
net: ethernet: mtk-star-emac: add clock pad selection for RMII
Biao Huang
1
-2
/
+17
2022-06-29
net: ethernet: mtk-star-emac: add support for MT8365 SoC
Biao Huang
1
-11
/
+64
2022-06-29
net: ethernet: mtk-star-emac: modify IRQ trigger flags
Biao Huang
1
-1
/
+1
2022-06-29
net: ethernet: mtk-star-emac: store bit_clk_div in compat structure
Biao Huang
1
-4
/
+19
2022-06-29
sfc: Separate netdev probe/remove from PCI probe/remove
Jonathan Cooper
8
-147
/
+182
2022-06-29
sfc: replace function name in string with __func__
Jonathan Cooper
1
-1
/
+2
2022-06-29
sfc: Unsplit literal string.
Jonathan Cooper
1
-2
/
+2
2022-06-29
sfc: Move EF100 efx_nic_type structs to the end of the file
Jonathan Cooper
1
-172
/
+172
2022-06-29
sfc: Separate efx_nic memory from net_device memory
Jonathan Cooper
4
-9
/
+46
2022-06-29
sfc: Encapsulate access to netdev_priv()
Jonathan Cooper
13
-73
/
+78
2022-06-29
sfc: Change BUG_ON to WARN_ON and recovery code.
Jonathan Cooper
1
-1
/
+2
2022-06-29
sfc: Remove netdev init from efx_init_struct
Jonathan Cooper
4
-8
/
+7
2022-06-29
sfc: Add a PROBED state for EF100 VDPA use.
Jonathan Cooper
4
-8
/
+12
2022-06-29
sfc: Split STATE_READY in to STATE_NET_DOWN and STATE_NET_UP.
Jonathan Cooper
6
-31
/
+72
2022-06-29
mlxsw: spectrum_switchdev: Convert MDB code to use PGT APIs
Amit Cohen
1
-304
/
+48
2022-06-29
mlxsw: spectrum_switchdev: Flush port from MDB entries according to FID index
Amit Cohen
1
-6
/
+11
2022-06-29
mlxsw: spectrum_switchdev: Add support for getting and putting MDB entry
Amit Cohen
1
-2
/
+78
2022-06-29
mlxsw: spectrum_switchdev: Implement mlxsw_sp_mc_mdb_entry_{init, fini}()
Amit Cohen
1
-2
/
+174
2022-06-29
mlxsw: spectrum_switchdev: Add support for maintaining list of ports per MDB entry
Amit Cohen
1
-0
/
+153
2022-06-29
mlxsw: spectrum_switchdev: Add support for maintaining hash table of MDB entries
Amit Cohen
1
-0
/
+15
2022-06-29
mlxsw: spectrum_switchdev: Save MAC and FID as a key in 'struct mlxsw_sp_mdb_entry'
Amit Cohen
1
-10
/
+14
2022-06-29
mlxsw: spectrum_switchdev: Rename MIDs list
Amit Cohen
1
-10
/
+11
2022-06-29
mlxsw: spectrum_switchdev: Rename MID structure
Amit Cohen
2
-91
/
+97
2022-06-29
mlxsw: Align PGT index to legacy bridge model
Amit Cohen
2
-3
/
+14
2022-06-28
net/funeth: Support for ethtool -m
Dimitris Michailidis
2
-0
/
+74
2022-06-28
mlxsw: spectrum_fid: Configure flooding entries using PGT APIs
Amit Cohen
1
-6
/
+59
2022-06-28
mlxsw: spectrum_fid: Set 'mid_base' as part of flood tables initialization
Amit Cohen
2
-4
/
+32
2022-06-28
mlxsw: spectrum: Initialize PGT table
Amit Cohen
1
-0
/
+9
2022-06-28
mlxsw: Extend PGT APIs to support maintaining list of ports per entry
Amit Cohen
2
-0
/
+231
2022-06-28
mlxsw: Add a dedicated structure for bitmap of ports
Amit Cohen
2
-19
/
+43
2022-06-28
mlxsw: Add an indication of SMPE index validity for PGT table
Amit Cohen
3
-0
/
+7
2022-06-28
mlxsw: Add an initial PGT table support
Amit Cohen
4
-1
/
+136
2022-06-28
mlxsw: spectrum_fid: Configure egress VID classification for multicast
Amit Cohen
1
-0
/
+23
2022-06-28
mlxsw: Set flood bridge type for FIDs
Amit Cohen
2
-5
/
+14
2022-06-28
mlxsw: spectrum_fid: Store 'bridge_type' as part of FID family
Amit Cohen
1
-5
/
+4
2022-06-28
mlxsw: Prepare 'bridge_type' field for SFMR usage
Amit Cohen
2
-8
/
+9
2022-06-28
mlxsw: spectrum_fid: Configure flooding table type for rFID
Amit Cohen
2
-3
/
+14
2022-06-28
mlxsw: spectrum: Add a temporary variable to indicate bridge model
Amit Cohen
2
-0
/
+2
2022-06-27
hinic: Use the bitmap API when applicable
Christophe JAILLET
1
-5
/
+2
2022-06-27
nfp: add support for 'ethtool -t DEVNAME' command
Fei Qin
1
-0
/
+167
2022-06-27
nfp: support vepa mode in HW bridge
Yinjun Zhang
4
-2
/
+73
2022-06-27
net: atlantic:fix repeated words in comments
Jilin Yuan
1
-2
/
+2
2022-06-27
amd/xgbe: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-06-27
agere: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-06-27
octeon_ep: use bitwise AND
Shreenidhi Shedi
1
-1
/
+1
2022-06-27
net: axienet: Modify function description
Deming Wang
1
-1
/
+1
2022-06-27
epic100: fix use after free on rmmod
Tong Zhang
1
-2
/
+2
[prev]
[next]