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-27
sfc:falcon: fix repeated words in comments
Jilin Yuan
1
-1
/
+1
2022-06-27
sfc: fix repeated words in comments
Jilin Yuan
1
-5
/
+5
2022-06-24
i40e: read the XDP program once per NAPI
Ciara Loftus
2
-12
/
+16
2022-06-24
sfc: siena: fix repeated words in comments
Jilin Yuan
1
-5
/
+5
2022-06-24
net/funeth: Support UDP segmentation offload
Dimitris Michailidis
4
-2
/
+27
2022-06-24
net: lan743x: Use correct variable in lan743x_sgmii_config()
Dan Carpenter
1
-2
/
+2
2022-06-24
mlxsw: spectrum: Change mlxsw_sp_rif_vlan_fid_op() to be dedicated for FID RIFs
Amit Cohen
2
-20
/
+8
2022-06-24
mlxsw: spectrum: Rename MLXSW_SP_RIF_TYPE_VLAN
Amit Cohen
3
-6
/
+6
2022-06-24
mlxsw: spectrum: Use different arrays of FID families per-ASIC type
Amit Cohen
3
-2
/
+17
2022-06-24
mlxsw: spectrum_fid: Pass FID structure to __mlxsw_sp_fid_port_vid_map()
Amit Cohen
1
-15
/
+10
2022-06-24
mlxsw: spectrum_fid: Pass FID structure to mlxsw_sp_fid_op()
Amit Cohen
1
-15
/
+8
2022-06-24
mlxsw: spectrum_fid: Rename mlxsw_sp_fid_vni_op()
Amit Cohen
1
-31
/
+12
2022-06-24
mlxsw: spectrum_fid: Update FID structure prior to device configuration
Amit Cohen
1
-24
/
+24
2022-06-24
mlxsw: spectrum_fid: Maintain {port, VID}->FID mappings
Amit Cohen
1
-0
/
+63
2022-06-23
cxgb4/cxgb4vf: Fix typo in comments
Jiang Jian
1
-1
/
+1
2022-06-23
bnxt: Fix typo in comments
Jiang Jian
1
-1
/
+1
2022-06-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-16
/
+99
2022-06-23
nfp: add 'ethtool --identify' support
Sixiang Chen
3
-0
/
+66
2022-06-22
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
3
-6
/
+92
2022-06-22
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Jakub Kicinski
3
-7
/
+89
2022-06-22
igb: Make DMA faster when CPU is active on the PCIe link
Kai-Heng Feng
1
-7
/
+5
2022-06-22
cxgb4vf: remove unexpected word "the"
Jiang Jian
1
-1
/
+1
2022-06-22
hinic: Replace memcpy() with direct assignment
Kees Cook
1
-3
/
+1
2022-06-22
Revert "drivers/net/ethernet/neterion/vxge: Fix a use-after-free bug in vxge-main.c"
Jakub Kicinski
1
-1
/
+1
2022-06-22
mlxsw: spectrum_fid: Implement missing operations for rFID and dummy FID
Amit Cohen
1
-4
/
+54
2022-06-22
mlxsw: spectrum_fid: Use 'fid->fid_offset' when setting VNI
Amit Cohen
1
-11
/
+14
2022-06-22
mlxsw: spectrum_fid: Save 'fid_offset' as part of FID structure
Amit Cohen
1
-6
/
+23
2022-06-22
mlxsw: pci: Query resources before and after issuing 'CONFIG_PROFILE' command
Amit Cohen
1
-0
/
+9
2022-06-22
mlxsw: cmd: Increase 'config_profile.flood_mode' length
Amit Cohen
1
-1
/
+1
2022-06-22
mlxsw: Add enumerator for 'config_profile.flood_mode'
Amit Cohen
2
-8
/
+17
2022-06-22
mlxsw: spectrum_switchdev: Handle error in mlxsw_sp_bridge_mdb_mc_enable_sync()
Amit Cohen
1
-12
/
+31
2022-06-22
mlxsw: spectrum_switchdev: Convert mlxsw_sp_mc_write_mdb_entry() to return int
Amit Cohen
1
-7
/
+9
2022-06-22
mlxsw: spectrum_switchdev: Add error path in mlxsw_sp_port_mc_disabled_set()
Amit Cohen
1
-2
/
+15
2022-06-22
mlxsw: spectrum_switchdev: Simplify mlxsw_sp_port_mc_disabled_set()
Amit Cohen
1
-7
/
+66
2022-06-22
mlxsw: spectrum_switchdev: Do not set 'multicast_enabled' twice
Amit Cohen
1
-2
/
+0
2022-06-22
mlxsw: spectrum_switchdev: Pass 'struct mlxsw_sp' to mlxsw_sp_bridge_mdb_mc_enable_sync()
Amit Cohen
1
-7
/
+4
2022-06-22
mlxsw: Remove lag_vid_valid indication
Amit Cohen
3
-11
/
+1
2022-06-22
powerpc/mpc5xxx: Switch mpc5xxx_get_bus_frequency() to use fwnode
Andy Shevchenko
3
-5
/
+4
2022-06-21
ice: ethtool: Prohibit improper channel config for DCB
Anatolii Gerasymenko
2
-5
/
+47
2022-06-21
intel/i40e: delete if NULL check before dev_kfree_skb
Bernard Zhao
1
-4
/
+2
2022-06-21
i40e: Remove unnecessary synchronize_irq() before free_irq()
Minghao Chi
1
-2
/
+0
2022-06-21
i40e: Add support for ethtool -s <interface> speed <speed in Mb>
Mateusz Palczewski
1
-0
/
+90
2022-06-21
ice: ethtool: advertise 1000M speeds properly
Anatolii Gerasymenko
1
-1
/
+38
2022-06-21
ice: Fix switchdev rules book keeping
Wojciech Drewek
1
-0
/
+1
2022-06-21
ice: ignore protocol field in GTP offload
Marcin Szycik
1
-1
/
+3
2022-06-21
nfp: compose firmware file name with new hwinfo "nffw.partno"
Yu Xiao
1
-1
/
+3
2022-06-20
mlxsw: reg: Add support for VLAN RIF as part of RITR register
Amit Cohen
1
-3
/
+26
2022-06-20
mlxsw: Add support for egress FID classification after decapsulation
Amit Cohen
2
-9
/
+44
2022-06-20
mlxsw: reg: Add egress FID field to RITR register
Amit Cohen
1
-2
/
+14
2022-06-20
mlxsw: reg: Add Router Egress Interface to VID Register
Amit Cohen
1
-0
/
+59
[prev]
[next]