summaryrefslogtreecommitdiffstats
path: root/.cocciconfig (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-30dm: fix improper splitting for abnormal biosMike Snitzer1-3/+4
2023-03-30net: ethernet: mtk_eth_soc: add missing ppe cache flush when deleting a flowFelix Fietkau1-0/+1
2023-03-30net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag offloadFelix Fietkau2-4/+7
2023-03-30net: ethernet: mtk_eth_soc: fix flow block refcounting logicFelix Fietkau1-1/+2
2023-03-30net: mvneta: fix potential double-frees in mvneta_txq_sw_deinit()Russell King (Oracle)1-0/+2
2023-03-30net: dsa: sync unicast and multicast addresses for VLAN filters tooVladimir Oltean1-5/+116
2023-03-30net: dsa: mv88e6xxx: Enable IGMP snooping on user ports onlySteffen Bätz1-2/+7
2023-03-30Revert "drm/scheduler: track GPU active time per entity"Lucas Stach2-13/+0
2023-03-30Revert "drm/etnaviv: export client GPU usage statistics via fdinfo"Lucas Stach1-42/+1
2023-03-30drm/etnaviv: fix reference leak when mmaping imported bufferLucas Stach1-1/+9
2023-03-30drm/amdgpu: allow more APUs to do mode2 reset when go to S4Tim Huang1-1/+6
2023-03-30xen/netback: use same error messages for same errorsJuergen Gross1-4/+2
2023-03-30smsc911x: remove superfluous variable initWolfram Sang1-1/+1
2023-03-30zonefs: Do not propagate iomap_dio_rw() ENOTBLK error to user spaceDamien Le Moal1-2/+12
2023-03-30zonefs: Always invalidate last cached page on append writeDamien Le Moal1-0/+14
2023-03-30net: optimize ____napi_schedule() to avoid extra NET_RX_SOFTIRQEric Dumazet1-4/+18
2023-03-30net: optimize napi_schedule_rps()Eric Dumazet1-3/+5
2023-03-30net: add softnet_data.in_net_rx_actionEric Dumazet2-0/+5
2023-03-30net: napi_schedule_rps() cleanupEric Dumazet1-6/+12
2023-03-30test/vsock: new skbuff appending testArseniy Krasnov1-0/+90
2023-03-30virtio/vsock: WARN_ONCE() for invalid state of socketArseniy Krasnov1-0/+7
2023-03-30virtio/vsock: fix header length on skb mergingArseniy Krasnov1-1/+1
2023-03-30bnxt_en: Add missing 200G link speed reportingMichael Chan2-0/+3
2023-03-30bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP1-4/+4
2023-03-30bnxt_en: Fix reporting of test result in ethtool selftestKalesh AP1-0/+1
2023-03-30i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl2-6/+7
2023-03-30net: ena: removed unused tx_bytes variableSimon Horman1-2/+0
2023-03-30octeon_ep: unlock the correct lock on error pathDan Carpenter1-1/+1
2023-03-30bnx2x: use the right build_skb() helperJakub Kicinski1-2/+14
2023-03-30net: ipa: compute DMA pool size properlyAlex Elder1-1/+1
2023-03-30ptp: add ToD device driver for Intel FPGA cardsTianfei Zhang4-0/+354
2023-03-29drm/amd/display: Take FEC Overhead into Timeslot CalculationFangzhi Zuo2-8/+27
2023-03-29drm/amd/display: Add DSC Support for Synaptics Cascaded MST HubFangzhi Zuo2-0/+31
2023-03-29drm: test: Fix 32-bit issue in drm_buddy_testDavid Gow1-1/+2
2023-03-29drm: buddy_allocator: Fix buddy allocator init on 32-bit systemsDavid Gow1-2/+2
2023-03-29ALSA: hda/realtek: Add quirk for Lenovo ZhaoYang CF4620Zhuangwenhui1-0/+1
2023-03-29drm/nouveau/kms: Fix backlight registrationHans de Goede1-1/+6
2023-03-29net: wwan: iosm: fixes 7560 modem crashM Chetan Kumar1-0/+7
2023-03-29net: hns3: support wake on lan configuration and queryHao Lan9-0/+202
2023-03-29sfc: add offloading of 'foreign' TC (decap) rulesEdward Cree4-17/+366
2023-03-29sfc: add code to register and unregister encap matchesEdward Cree2-0/+174
2023-03-29sfc: add functions to insert encap matches into the MAEEdward Cree3-0/+111
2023-03-29sfc: handle enc keys in efx_tc_flower_parse_match()Edward Cree1-0/+61
2023-03-29sfc: add notion of match on enc keys to MAE machineryEdward Cree3-2/+122
2023-03-29sfc: document TC-to-EF100-MAE action translation conceptsEdward Cree1-1/+25
2023-03-29macvlan: Add netlink attribute for broadcast cutoffHerbert Xu3-2/+31
2023-03-29macvlan: Skip broadcast queue if multicast with single receiverHerbert Xu1-28/+46
2023-03-29selftests: mptcp: add mptcp_info testsGeliang Tang1-1/+46
2023-03-29mptcp: do not fill info not used by the PM in usedMatthieu Baerts1-7/+13
2023-03-29mptcp: simplify subflow_syn_recv_sock()Paolo Abeni1-28/+13