aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-10-19net: plip: fix break; causing plip to never transmitJakub Boehm1-1/+1
2024-10-19be2net: fix potential memory leak in be_xmit()Wang Hai1-5/+5
2024-10-19net/sun3_82586: fix potential memory leak in sun3_82586_send_packet()Wang Hai1-0/+1
2024-10-19net: pse-pd: Fix out of bound for loopKory Maincent1-2/+2
2024-10-17Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds31-103/+166
2024-10-17net/mlx5e: Don't call cleanup on profile rollback failureCosmin Ratiu1-1/+3
2024-10-17net/mlx5: Unregister notifier on eswitch init failureCosmin Ratiu1-2/+3
2024-10-17net/mlx5: Fix command bitmask initializationShay Drory1-2/+6
2024-10-17net/mlx5: Check for invalid vector index on EQ creationMaher Sanalla1-0/+6
2024-10-17net/mlx5: HWS, use lock classes for bwc locksCosmin Ratiu2-2/+19
2024-10-17net/mlx5: HWS, don't destroy more bwc queue locks than allocatedCosmin Ratiu1-1/+1
2024-10-17net/mlx5: HWS, fixed double free in error flow of definer layoutYevgeny Kliteynik1-2/+2
2024-10-17net/mlx5: HWS, removed wrong access to a number of rules variableYevgeny Kliteynik1-3/+1
2024-10-17net: ethernet: mtk_eth_soc: fix memory corruption during fq dma initFelix Fietkau1-1/+1
2024-10-17vmxnet3: Fix packet corruption in vmxnet3_xdp_xmit_frameDaniel Borkmann1-1/+1
2024-10-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds15-61/+133
2024-10-16Merge tag 'v6.12-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-6/+6
2024-10-15net: dsa: vsc73xx: fix reception from VLAN-unaware bridgesVladimir Oltean1-1/+0
2024-10-15net: ravb: Only advertise Rx/Tx timestamps if hardware supports itNiklas Söderlund1-13/+12
2024-10-15net: microchip: vcap api: Fix memory leaks in vcap_api_encode_rule_test()Jinjie Ruan1-0/+2
2024-10-15net: phy: mdio-bcm-unimac: Add BCM6846 supportLinus Walleij1-0/+1
2024-10-15genetlink: hold RCU in genlmsg_mcast()Eric Dumazet1-1/+1
2024-10-15net: dsa: mv88e6xxx: Fix the max_vid definition for the MV88E6361Peter Rashleigh1-1/+1
2024-10-15net: bcmasp: fix potential memory leak in bcmasp_xmit()Wang Hai1-0/+1
2024-10-15net: systemport: fix potential memory leak in bcm_sysport_xmit()Wang Hai1-0/+1
2024-10-15net: ethernet: rtsn: fix potential memory leak in rtsn_start_xmit()Wang Hai1-0/+1
2024-10-15net: xilinx: axienet: fix potential memory leak in axienet_start_xmit()Wang Hai1-0/+2
2024-10-15net: macb: Avoid 20s boot delay by skipping MDIO bus registration for fixed-l...Oleksij Rempel1-3/+11
2024-10-15net: ethernet: aeroflex: fix potential memory leak in greth_start_xmit_gbit()Wang Hai1-1/+2
2024-10-15netdevsim: use cond_resched() in nsim_dev_trap_report_work()Eric Dumazet1-6/+9
2024-10-15macsec: don't increment counters for an unrelated SASabrina Dubroca1-18/+0
2024-10-15octeontx2-af: Fix potential integer overflows on integer shiftsColin Ian King1-2/+2
2024-10-15net: stmmac: dwmac-tegra: Fix link bring-up sequenceParitosh Dixit1-2/+12
2024-10-15net: usb: usbnet: fix race in probe failureOliver Neukum1-0/+1
2024-10-14net: lan743x: Remove duplicate checkJinjie Ruan1-21/+14
2024-10-13Merge tag 'hid-for-linus-2024101301' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-12/+40
2024-10-13Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds9-37/+64
2024-10-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-7/+6
2024-10-12Merge tag 'hwmon-for-v6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+8
2024-10-11RDMA/bnxt_re: Fix the GID table lengthKalesh AP1-1/+8
2024-10-11RDMA/bnxt_re: Fix a bug while setting up Level-2 PBL pagesBhargava Chenna Marreddy1-16/+3
2024-10-11RDMA/bnxt_re: Change the sequence of updating the CQ toggle valueChandramohan Akula2-7/+6
2024-10-11RDMA/bnxt_re: Fix an error path in bnxt_re_add_deviceKalesh AP1-9/+3
2024-10-11RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loopSelvin Xavier1-0/+9
2024-10-11RDMA/bnxt_re: Fix a possible NULL pointer dereferenceKalesh AP1-3/+3
2024-10-11RDMA/bnxt_re: Return more meaningful errorKalesh AP1-1/+1
2024-10-11RDMA/bnxt_re: Fix incorrect dereference of srq in async eventKashyap Desai1-2/+5
2024-10-11RDMA/bnxt_re: Fix out of bound checkKalesh AP1-1/+1
2024-10-11RDMA/bnxt_re: Fix the max CQ WQEs for older adaptersAbhishek Mohapatra2-0/+3
2024-10-11Merge tag 'devicetree-fixes-for-6.12-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-1/+25