aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-09-11r8152: check budget for r8152_poll()Gravatar Hayes Wang 1-0/+3
2023-09-11net: dsa: sja1105: block FDB accesses that are concurrent with a switch resetGravatar Vladimir Oltean 1-0/+2
2023-09-11net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB accessesGravatar Vladimir Oltean 2-13/+45
2023-09-11net: dsa: sja1105: fix multicast forwarding working only for last added mdb e...Gravatar Vladimir Oltean 1-43/+37
2023-09-11net: dsa: sja1105: propagate exact error code from sja1105_dynamic_config_pol...Gravatar Vladimir Oltean 1-7/+8
2023-09-11net: dsa: sja1105: hide all multicast addresses from "bridge fdb show"Gravatar Vladimir Oltean 1-5/+6
2023-09-11net:ethernet:adi:adin1110: Fix forwarding offloadGravatar Ciprian Regus 1-1/+1
2023-09-11net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlr...Gravatar Hangyu Hua 1-0/+3
2023-09-11net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc()Gravatar Hangyu Hua 1-0/+5
2023-09-11net: ethernet: bcmasp: fix possible OOB write in bcmasp_netfilt_get_all_active()Gravatar Hangyu Hua 3-5/+10
2023-09-11net: stmmac: fix handling of zero coalescing tx-usecsGravatar Vincent Whitchurch 1-4/+6
2023-09-10octeontx2-pf: Fix page pool cache index corruption.Gravatar Ratheesh Kannoth 7-51/+44
2023-09-10net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule()Gravatar Jinjie Ruan 1-2/+16
2023-09-10net: bcmasp: add missing of_node_putGravatar Julia Lawall 1-0/+1
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 34-92/+230
2023-09-07Merge tag 'pwm/for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 37-266/+227
2023-09-07Merge tag 'rtc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 50-548/+1219
2023-09-07Merge tag 'i3c/for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...Gravatar Linus Torvalds 5-8/+21
2023-09-07Merge tag 'regulator-fix-v6.6-merge-window' of git://git.kernel.org/pub/scm/l...Gravatar Linus Torvalds 2-17/+16
2023-09-07Merge tag 'spi-fix-v6.6-merge-window' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+29
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 6-173/+65
2023-09-07net: enetc: distinguish error from valid pointers in enetc_fixup_clear_rss_rfs()Gravatar Vladimir Oltean 1-1/+1
2023-09-07Revert "net: team: do not use dynamic lockdep key"Gravatar Jakub Kicinski 2-56/+59
2023-09-07Merge tag 's390-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 5-25/+16
2023-09-07Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-0/+2
2023-09-07net: hns3: remove GSO partial feature bitGravatar Jie Wang 1-2/+0
2023-09-07net: hns3: fix the port information display when sfp is absentGravatar Yisen Zhuang 1-1/+3
2023-09-07net: hns3: fix invalid mutex between tc qdisc and dcb ets command issueGravatar Jijie Shao 4-19/+9
2023-09-07net: hns3: fix debugfs concurrency issue between kfree buffer and readGravatar Hao Chen 1-3/+4
2023-09-07net: hns3: fix byte order conversion issue in hclge_dbg_fd_tcam_read()Gravatar Hao Chen 1-7/+7
2023-09-07net: hns3: Support query tx timeout threshold by debugfsGravatar Jijie Shao 1-0/+4
2023-09-07net: hns3: fix tx timeout issueGravatar Jian Shen 1-5/+12
2023-09-06net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Gravatar Lukasz Majewski 2-4/+21
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-3/+1
2023-09-06Merge tag 'input-for-v6.6-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 73-1029/+3638
2023-09-06Merge tag 'linux-watchdog-6.6-rc1' of git://www.linux-watchdog.org/linux-watc...Gravatar Linus Torvalds 37-100/+513
2023-09-06Merge tag 'backlight-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-18/+22
2023-09-06net: dsa: sja1105: complete tc-cbs offload support on SJA1110Gravatar Vladimir Oltean 3-0/+19
2023-09-06net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many timesGravatar Vladimir Oltean 1-3/+20
2023-09-06net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offloadGravatar Vladimir Oltean 1-3/+12
2023-09-06Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Gravatar David S. Miller 3-6/+6
2023-09-06mlx5/core: E-Switch, Create ACL FT for eswitch manager in switchdev modeGravatar Bodong Wang 2-19/+51
2023-09-06net/mlx5e: Clear mirred devices array if the rule is splitGravatar Jianbo Liu 7-3/+13
2023-09-06net: team: do not use dynamic lockdep keyGravatar Taehee Yoo 2-59/+56
2023-09-06rtc: wm8350: remove unnecessary messagesGravatar Alexandre Belloni 1-7/+2
2023-09-06rtc: twl: remove unnecessary messagesGravatar Alexandre Belloni 1-5/+1
2023-09-06rtc: sun6i: remove unnecessary messageGravatar Alexandre Belloni 1-2/+0
2023-09-06rtc: stop warning for invalid alarms when the alarm is disabledGravatar Alexandre Belloni 1-1/+1
2023-09-06i3c: master: svc: fix probe failure when no i3c device existGravatar Frank Li 1-2/+12
2023-09-05regulator: tps6594-regulator: Fix random kernel crashGravatar Jerome Neanne 1-16/+15