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-17
net/qla3xxx: Fix a test in ql_reset_work()
Christophe JAILLET
1
-1
/
+2
2022-05-17
ice: Fix interrupt moderation settings getting cleared
Michal Wilczynski
2
-11
/
+16
2022-05-17
ice: fix possible under reporting of ethtool Tx and Rx statistics
Paul Greenwalt
1
-3
/
+4
2022-05-17
ice: fix crash when writing timestamp on RX rings
Arkadiusz Kubalewski
1
-4
/
+15
2022-05-17
net: qede: Remove unnecessary synchronize_irq() before free_irq()
Minghao Chi
1
-1
/
+0
2022-05-17
net: vxge: Remove unnecessary synchronize_irq() before free_irq()
Minghao Chi
1
-2
/
+0
2022-05-17
qed: Remove unnecessary synchronize_irq() before free_irq()
Minghao Chi
1
-1
/
+0
2022-05-17
net/mlxbf_gige: use eth_zero_addr() to clear mac address
Lu Wei
1
-1
/
+1
2022-05-17
ethernet/ti: delete if NULL check befort devm_kfree
Bernard Zhao
1
-9
/
+4
2022-05-17
net: systemport: Fix an error handling path in bcm_sysport_probe()
Christophe JAILLET
1
-2
/
+4
2022-05-17
net: lan966x: Fix assignment of the MAC address
Horatiu Vultur
1
-0
/
+28
2022-05-16
net: ethernet: Fix unmet direct dependencies detected for NVMEM_SUNPLUS_OCOTP
Wells Lu
1
-3
/
+0
2022-05-16
niu: Silence randstruct warnings
Kees Cook
1
-10
/
+31
2022-05-16
octeontx2-pf: Remove unnecessary synchronize_irq() before free_irq()
Minghao Chi
1
-2
/
+0
2022-05-16
octeon_ep: delete unnecessary NULL check
Ziyang Xuan
3
-6
/
+3
2022-05-16
octeon_ep: add missing destroy_workqueue in octep_init_module
Zheng Bin
1
-0
/
+1
2022-05-16
net: tulip: convert to devres
Rolf Eike Beer
2
-51
/
+20
2022-05-16
net: hinic: add missing destroy_workqueue in hinic_pf_to_mgmt_init
Zheng Bin
1
-0
/
+2
2022-05-16
mlx5: support BIG TCP packets
Eric Dumazet
2
-23
/
+89
2022-05-16
mlx4: support BIG TCP packets
Eric Dumazet
2
-9
/
+41
2022-05-16
net: allow gro_max_size to exceed 65536
Alexander Duyck
1
-1
/
+1
2022-05-16
net: allow gso_max_size to exceed 65536
Alexander Duyck
6
-6
/
+11
2022-05-16
ravb: Add support for RZ/V2M
Phil Edworthy
1
-0
/
+26
2022-05-16
ravb: Use separate clock for gPTP
Phil Edworthy
2
-3
/
+21
2022-05-16
ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqs
Phil Edworthy
2
-6
/
+53
2022-05-16
ravb: Separate handling of irq enable/disable regs into feature
Phil Edworthy
3
-5
/
+7
2022-05-13
net: macb: Increment rx bd head after allocating skb and buffer
Harini Katakam
1
-1
/
+1
2022-05-13
ice: Expose RSS indirection tables for queue groups via ethtool
Sridhar Samudrala
1
-18
/
+51
2022-05-13
ixgbe: add xdp frags support to ndo_xdp_xmit
Lorenzo Bianconi
1
-36
/
+63
2022-05-13
eth: sfc: remove remnants of the out-of-tree napi_weight module param
Jakub Kicinski
3
-21
/
+3
2022-05-13
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
Jakub Kicinski
5
-15
/
+14
2022-05-13
sfc: siena: Fix Kconfig dependencies
Ren Zhijie
1
-0
/
+1
2022-05-13
bnxt_en: parse and report result field when NVRAM package install fails
Kalesh AP
3
-13
/
+72
2022-05-13
bnxt_en: Enable packet timestamping for all RX packets
Pavan Chebbi
4
-3
/
+36
2022-05-13
bnxt_en: Configure ptp filters during bnxt open
Pavan Chebbi
3
-13
/
+46
2022-05-13
bnxt_en: Update firmware interface to 1.10.2.95
Michael Chan
1
-135
/
+280
2022-05-13
net: axienet: Use NAPI for TX completion path
Robert Hancock
2
-85
/
+111
2022-05-13
net: axienet: Be more careful about updating tx_bd_tail
Robert Hancock
1
-11
/
+15
2022-05-13
net: ethernet: fix platform_no_drv_owner.cocci warning
Yang Li
1
-1
/
+0
2022-05-13
net: ethernet: Use swap() instead of open coding it
Jiapeng Chong
1
-15
/
+3
2022-05-12
sfc/siena: Reinstate SRIOV init/fini function calls
Martin Habets
2
-0
/
+19
2022-05-12
sfc/siena: Make PTP and reset support specific for Siena
Martin Habets
2
-4
/
+5
2022-05-12
sfc/siena: Make MCDI logging support specific for Siena
Martin Habets
6
-15
/
+26
2022-05-12
siena: Make HWMON support specific for Siena
Martin Habets
4
-6
/
+13
2022-05-12
siena: Make SRIOV support specific for Siena
Martin Habets
13
-30
/
+38
2022-05-12
siena: Make MTD support specific for Siena
Martin Habets
9
-13
/
+21
2022-05-12
net: mscc: ocelot: move ocelot_port_private :: chip_port to ocelot_port :: index
Vladimir Oltean
2
-39
/
+38
2022-05-12
net: dsa: felix: bring the NPI port indirection for host flooding to surface
Vladimir Oltean
1
-3
/
+0
2022-05-12
net: dsa: felix: bring the NPI port indirection for host MDBs to surface
Vladimir Oltean
1
-6
/
+0
2022-05-12
net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q too
Vladimir Oltean
1
-6
/
+1
[prev]
[next]