index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-19
net: macb: fix sleep inside spinlock
Sascha Hauer
1
-2
/
+3
2023-09-19
r8152: check budget for r8152_poll()
Hayes Wang
1
-0
/
+3
2023-09-19
net: dsa: sja1105: block FDB accesses that are concurrent with a switch reset
Vladimir Oltean
1
-0
/
+2
2023-09-19
net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB accesses
Vladimir Oltean
2
-13
/
+45
2023-09-19
net: dsa: sja1105: fix multicast forwarding working only for last added mdb e...
Vladimir Oltean
1
-43
/
+37
2023-09-19
net: dsa: sja1105: propagate exact error code from sja1105_dynamic_config_pol...
Vladimir Oltean
1
-7
/
+8
2023-09-19
net: dsa: sja1105: hide all multicast addresses from "bridge fdb show"
Vladimir Oltean
1
-5
/
+6
2023-09-19
net:ethernet:adi:adin1110: Fix forwarding offload
Ciprian Regus
1
-1
/
+1
2023-09-19
net: ethernet: adi: adin1110: use eth_broadcast_addr() to assign broadcast ad...
Yang Yingliang
1
-4
/
+4
2023-09-19
net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlr...
Hangyu Hua
1
-0
/
+3
2023-09-19
net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc()
Hangyu Hua
1
-0
/
+5
2023-09-19
net: stmmac: fix handling of zero coalescing tx-usecs
Vincent Whitchurch
1
-4
/
+6
2023-09-19
octeontx2-pf: Fix page pool cache index corruption.
Ratheesh Kannoth
7
-51
/
+44
2023-09-19
net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule()
Jinjie Ruan
1
-2
/
+16
2023-09-19
net: enetc: distinguish error from valid pointers in enetc_fixup_clear_rss_rfs()
Vladimir Oltean
1
-1
/
+1
2023-09-19
net: hns3: remove GSO partial feature bit
Jie Wang
1
-2
/
+0
2023-09-19
net: hns3: fix the port information display when sfp is absent
Yisen Zhuang
1
-1
/
+3
2023-09-19
net: hns3: fix invalid mutex between tc qdisc and dcb ets command issue
Jijie Shao
4
-19
/
+9
2023-09-19
net: hns3: fix debugfs concurrency issue between kfree buffer and read
Hao Chen
1
-3
/
+4
2023-09-19
net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()
Hao Chen
1
-7
/
+7
2023-09-19
net: hns3: fix tx timeout issue
Jian Shen
1
-5
/
+12
2023-09-19
net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)
Lukasz Majewski
2
-4
/
+21
2023-09-19
net: dsa: sja1105: complete tc-cbs offload support on SJA1110
Vladimir Oltean
3
-0
/
+19
2023-09-19
net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many times
Vladimir Oltean
1
-3
/
+20
2023-09-19
net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offload
Vladimir Oltean
1
-3
/
+12
2023-09-19
mlx5/core: E-Switch, Create ACL FT for eswitch manager in switchdev mode
Bodong Wang
2
-19
/
+51
2023-09-19
net/mlx5: Push devlink port PF/VF init/cleanup calls out of devlink_port_regi...
Jiri Pirko
4
-20
/
+58
2023-09-19
net/mlx5: Rework devlink port alloc/free into init/cleanup
Jiri Pirko
1
-22
/
+43
2023-09-19
net/mlx5: Give esw_offloads_load/unload_rep() "mlx5_" prefix
Jiri Pirko
3
-9
/
+9
2023-09-19
net/mlx5e: Clear mirred devices array if the rule is split
Jianbo Liu
7
-3
/
+13
2023-09-19
igb: Change IGB_MIN to allow set rx/tx value between 64 and 80
Olga Zaborska
1
-2
/
+2
2023-09-19
igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80
Olga Zaborska
1
-2
/
+2
2023-09-19
igc: Change IGC_MIN to allow set rx/tx value between 64 and 80
Olga Zaborska
1
-2
/
+2
2023-09-19
octeontx2-af: Fix truncation of smq in CN10K NIX AQ enqueue mbox handler
Geetha sowjanya
1
-2
/
+19
2023-09-19
veth: Fixing transmit return status for dropped packets
Liang Chen
1
-1
/
+3
2023-09-19
gve: fix frag_list chaining
Eric Dumazet
1
-1
/
+4
2023-09-19
igb: disable virtualization features on 82580
Corinna Vinschen
1
-2
/
+3
2023-09-13
r8169: fix ASPM-related issues on a number of systems with NIC version from R...
Heiner Kallweit
1
-4
/
+0
2023-09-13
igb: set max size RX buffer when store bad packet is enabled
Radoslaw Tyl
1
-4
/
+7
2023-09-13
bnxt_en: Share the bar0 address with the RoCE driver
Chandramohan Akula
2
-1
/
+2
2023-09-13
bnxt_en: Update HW interface headers
Chandramohan Akula
1
-0
/
+54
2023-09-13
wifi: ath10k: Use RMW accessors for changing LNKCTL
Ilpo Järvinen
1
-4
/
+5
2023-09-13
wifi: ath12k: Use RMW accessors for changing LNKCTL
Ilpo Järvinen
1
-4
/
+6
2023-09-13
wifi: ath11k: Use RMW accessors for changing LNKCTL
Ilpo Järvinen
1
-4
/
+6
2023-09-13
net/mlx5: Use RMW accessors for changing LNKCTL
Ilpo Järvinen
1
-7
/
+2
2023-09-13
pds_core: pass opcode to devcmd_wait
Shannon Nelson
1
-5
/
+2
2023-09-13
pds_core: check for work queue before use
Shannon Nelson
1
-1
/
+1
2023-09-13
pds_core: no reset command for VF
Shannon Nelson
1
-1
/
+2
2023-09-13
pds_core: no health reporter in VF
Shannon Nelson
1
-3
/
+5
2023-09-13
pds_core: protect devlink callbacks from fw_down state
Shannon Nelson
1
-0
/
+3
[prev]
[next]