index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge back thermal control material for 6.4-rc1.
Rafael J. Wysocki
2023-03-27
2
-9
/
+9
|
\
|
*
thermal: Use thermal_zone_device_type() accessor
Daniel Lezcano
2023-03-03
1
-1
/
+1
|
*
thermal/core: Use the thermal zone 'devdata' accessor in remaining drivers
Daniel Lezcano
2023-03-03
2
-8
/
+8
*
|
net: renesas: rswitch: Fix GWTSDIE register handling
Yoshihiro Shimoda
2023-03-17
2
-2
/
+8
*
|
net: renesas: rswitch: Fix the output value of quote from rswitch_rx()
Yoshihiro Shimoda
2023-03-17
1
-3
/
+7
*
|
ethernet: sun: add check for the mdesc_grab()
Liang He
2023-03-17
2
-0
/
+6
*
|
Merge tag 'mlx5-fixes-2023-03-15' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
2023-03-17
13
-47
/
+81
|
\
\
|
*
|
net/mlx5e: TC, Remove error message log print
Oz Shlomo
2023-03-15
1
-1
/
+0
|
*
|
net/mlx5e: TC, fix cloned flow attribute
Oz Shlomo
2023-03-15
1
-1
/
+1
|
*
|
net/mlx5e: TC, fix missing error code
Oz Shlomo
2023-03-15
1
-2
/
+6
|
*
|
net/sched: TC, fix raw counter initialization
Oz Shlomo
2023-03-15
1
-0
/
+5
|
*
|
net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisites
Adham Faris
2023-03-15
1
-3
/
+7
|
*
|
net/mlx5: Set BREAK_FW_WAIT flag first when removing driver
Shay Drory
2023-03-15
1
-1
/
+1
|
*
|
net/mlx5e: kTLS, Fix missing error unwind on unsupported cipher type
Gal Pressman
2023-03-15
2
-21
/
+25
|
*
|
net/mlx5e: Fix cleanup null-ptr deref on encap lock
Paul Blakey
2023-03-15
1
-0
/
+10
|
*
|
net/mlx5: E-switch, Fix missing set of split_count when forward to ovs intern...
Maor Dickman
2023-03-15
1
-0
/
+1
|
*
|
net/mlx5: E-switch, Fix wrong usage of source port rewrite in split rules
Maor Dickman
2023-03-15
1
-5
/
+5
|
*
|
net/mlx5: Disable eswitch before waiting for VF pages
Daniel Jurgens
2023-03-15
1
-1
/
+1
|
*
|
net/mlx5: Fix setting ec_function bit in MANAGE_PAGES
Parav Pandit
2023-03-15
1
-5
/
+17
|
*
|
net/mlx5e: Don't cache tunnel offloads capability
Parav Pandit
2023-03-15
4
-6
/
+1
|
*
|
net/mlx5e: Fix macsec ASO context alignment
Emeel Hakim
2023-03-15
1
-1
/
+1
*
|
|
qed/qed_mng_tlv: correctly zero out ->min instead of ->hour
Daniil Tatianin
2023-03-17
1
-1
/
+1
*
|
|
i825xx: sni_82596: use eth_hw_addr_set()
Thomas Bogendoerfer
2023-03-17
1
-6
/
+8
*
|
|
net: atlantic: Fix crash when XDP is enabled but no program is loaded
Toke Høiland-Jørgensen
2023-03-17
1
-7
/
+21
*
|
|
sh_eth: avoid PHY being resumed when interface is not up
Wolfram Sang
2023-03-17
1
-2
/
+10
*
|
|
ravb: avoid PHY being resumed when interface is not up
Wolfram Sang
2023-03-17
1
-2
/
+10
*
|
|
net: Use of_property_read_bool() for boolean properties
Rob Herring
2023-03-16
14
-30
/
+24
*
|
|
ice: xsk: disable txq irq before flushing hw
Maciej Fijalkowski
2023-03-16
1
-3
/
+2
|
/
/
*
|
net: ethernet: mtk_eth_soc: only write values if needed
Daniel Golle
2023-03-15
1
-12
/
+12
*
|
net: ethernet: mtk_eth_soc: reset PCS state
Daniel Golle
2023-03-15
2
-0
/
+8
*
|
mlxsw: spectrum: Fix incorrect parsing depth after reload
Ido Schimmel
2023-03-15
2
-0
/
+16
*
|
ice: avoid bonding causing auxiliary plug/unplug under RTNL lock
Dave Ertman
2023-03-15
2
-20
/
+13
*
|
qed/qed_dev: guard against a possible division by zero
Daniil Tatianin
2023-03-14
1
-0
/
+5
*
|
bnxt_en: reset PHC frequency in free-running mode
Vadim Fedorenko
2023-03-13
3
-29
/
+35
*
|
mvpp2: take care of xdp_features when reconfiguring queues
Matteo Croce
2023-03-11
1
-3
/
+12
*
|
net/mlx5e: take into account device reconfiguration for xdp_features flag
Lorenzo Bianconi
2023-03-11
4
-12
/
+39
*
|
net: ena: take into account xdp_features setting tx/rx queues
Lorenzo Bianconi
2023-03-11
2
-5
/
+16
*
|
net: thunderx: take into account xdp_features setting tx/rx queues
Lorenzo Bianconi
2023-03-11
2
-7
/
+14
*
|
i40e: Fix kernel crash during reboot when adapter is in recovery mode
Ivan Vecera
2023-03-11
1
-0
/
+1
*
|
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Paolo Abeni
2023-03-09
3
-12
/
+15
|
\
\
|
*
|
ethernet: ice: avoid gcc-9 integer overflow warning
Arnd Bergmann
2023-03-07
1
-4
/
+4
|
*
|
ice: don't ignore return codes in VSI related code
Michal Swiatkowski
2023-03-07
1
-7
/
+10
|
*
|
ice: Fix DSCP PFC TLV creation
Dave Ertman
2023-03-07
1
-1
/
+1
*
|
|
eth: fealnx: bring back this old driver
Jakub Kicinski
2023-03-09
3
-0
/
+1964
*
|
|
net: microchip: sparx5: fix deletion of existing DSCP mappings
Daniel Machon
2023-03-08
1
-16
/
+16
*
|
|
octeontx2-af: Unlock contexts in the queue context cache in case of fault det...
Suman Ghosh
2023-03-08
5
-7
/
+82
|
/
/
*
|
net: ethernet: mtk_eth_soc: fix RX data corruption issue
Daniel Golle
2023-03-06
2
-1
/
+3
*
|
bnxt_en: Fix the double free during device removal
Selvin Xavier
2023-03-06
2
-2
/
+2
*
|
bnxt_en: Avoid order-5 memory allocation for TPA data
Michael Chan
2023-03-06
1
-11
/
+12
*
|
net: stmmac: add to set device wake up flag when stmmac init phy
Rongguang Wei
2023-03-06
1
-0
/
+1
[next]