summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* HID: Add quirk for Labtec/ODDOR/aikeec handbrakeSebastian Parschauer2023-12-202-0/+2
* HID: i2c-hid: Add IDEA5002 to i2c_hid_acpi_blacklist[]Mario Limonciello2023-12-201-0/+5
* cred: get rid of CONFIG_DEBUG_CREDENTIALSJens Axboe2023-12-2015-312/+17
* cred: switch to using atomic_long_tJens Axboe2023-12-202-36/+36
* net: atlantic: fix double free in ring reinit logicIgor Russkikh2023-12-201-1/+4
* appletalk: Fix Use-After-Free in atalk_ioctlHyunwoo Kim2023-12-201-5/+4
* net: stmmac: Handle disabled MDIO busses from devicetreeAndrew Halaney2023-12-201-1/+5
* net: stmmac: dwmac-qcom-ethqos: Fix drops in 10M SGMII RXSneh Shah2023-12-201-0/+10
* dpaa2-switch: do not ask for MDB, VLAN and FDB replayIoana Ciornei2023-12-201-9/+2
* dpaa2-switch: fix size of the dma_unmapIoana Ciornei2023-12-201-3/+4
* vsock/virtio: Fix unsigned integer wrap around in virtio_transport_has_space()Nikolay Kuratov2023-12-201-1/+1
* sign-file: Fix incorrect return values checkYusong Gao2023-12-201-6/+6
* stmmac: dwmac-loongson: Make sure MDIO is initialized before useYanteng Si2023-12-201-8/+6
* net: ena: Fix XDP redirection errorDavid Arinzon2023-12-201-3/+0
* net: ena: Fix DMA syncing in XDP path when SWIOTLB is onDavid Arinzon2023-12-201-14/+9
* net: ena: Fix xdp drops handling due to multibuf packetsDavid Arinzon2023-12-201-7/+10
* net: ena: Destroy correct number of xdp queues upon failureDavid Arinzon2023-12-201-6/+7
* net: Remove acked SYN flag from packet in the transmit queue correctlyDong Chenchen2023-12-201-0/+6
* qed: Fix a potential use-after-free in qed_cxt_tables_allocDinghao Liu2023-12-201-0/+1
* iavf: Fix iavf_shutdown to call iavf_remove instead iavf_closeSlawomir Laba2023-12-201-51/+21
* iavf: Handle ntuple on/off based on new state machines for flow directorPiotr Gardocki2023-12-201-0/+59
* iavf: Introduce new state machines for flow directorPiotr Gardocki2023-12-205-23/+139
* net/rose: Fix Use-After-Free in rose_ioctlHyunwoo Kim2023-12-201-1/+3
* atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim2023-12-201-2/+5
* octeontx2-af: Fix pause frame configurationHariprasad Kelam2023-12-201-4/+7
* octeontx2-af: Update RSS algorithm indexHariprasad Kelam2023-12-201-11/+44
* octeontx2-pf: Fix promisc mcam entry actionHariprasad Kelam2023-12-201-3/+22
* octeon_ep: explicitly test for firmware ready valueShinas Rasheed2023-12-201-1/+2
* net/sched: act_ct: Take per-cb reference to tcf_ct_flow_tableVlad Buslov2023-12-202-6/+38
* octeontx2-af: fix a use-after-free in rvu_nix_register_reportersZhipeng Lu2023-12-201-4/+1
* net: fec: correct queue selectionRadu Bulie2023-12-201-16/+11
* atm: solos-pci: Fix potential deadlock on &tx_queue_lockChengfeng Ye2023-12-201-2/+2
* atm: solos-pci: Fix potential deadlock on &cli_queue_lockChengfeng Ye2023-12-201-2/+2
* bnxt_en: Fix HWTSTAMP_FILTER_ALL packet timestamp logicMichael Chan2023-12-202-4/+24
* bnxt_en: Fix wrong return value check in bnxt_close_nic()Kalesh AP2023-12-205-34/+16
* bnxt_en: Fix skb recycling logic in bnxt_deliver_skb()Sreekanth Reddy2023-12-201-1/+2
* bnxt_en: Clear resource reservation during resumeSomnath Kotur2023-12-201-0/+2
* qca_spi: Fix reset behaviorStefan Wahren2023-12-201-1/+7
* qca_debug: Fix ethtool -G iface tx behaviorStefan Wahren2023-12-201-3/+5
* qca_debug: Prevent crash on TX ring changesStefan Wahren2023-12-202-5/+16
* net: ipv6: support reporting otherwise unknown prefix flags in RTM_NEWPREFIXMaciej Żenczykowski2023-12-203-11/+11
* net/mlx5: Fix a NULL vs IS_ERR() checkDan Carpenter2023-12-201-1/+1
* net/mlx5e: Check netdev pointer before checking its net nsGavin Li2023-12-201-6/+10
* net/mlx5: Nack sync reset request when HotPlug is enabledMoshe Shemesh2023-12-201-0/+29
* net/mlx5e: TC, Don't offload post action rule if not supportedChris Mi2023-12-202-4/+27
* net/mlx5e: Fix possible deadlock on mlx5e_tx_timeout_workMoshe Shemesh2023-12-202-3/+25
* net/mlx5e: Disable IPsec offload support if not FW steeringChris Mi2023-12-202-16/+18
* RDMA/mlx5: Send events from IB driver about device affiliation statePatrisious Haddad2023-12-204-0/+27
* net/mlx5e: Check the number of elements before walk TC rhashtableJianbo Liu2023-12-201-1/+1
* net/mlx5e: Reduce eswitch mode_lock protection contextJianbo Liu2023-12-204-32/+52