aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-21gve: Fix stuck TX queue for DQ queue formatPraveen Kaligineedi1-30/+37
2025-07-21net: appletalk: Fix use-after-free in AARP proxy probeKito Xu (veritas501)1-3/+21
2025-07-21net: bcmasp: Restore programming of TX map vector registerFlorian Fainelli1-0/+3
2025-07-21selftests: mptcp: connect: also cover checksumMatthieu Baerts (NGI0)2-1/+6
2025-07-21selftests: mptcp: connect: also cover alt modesMatthieu Baerts (NGI0)3-1/+12
2025-07-18net/mlx5: E-Switch, Fix peer miss rules to use peer eswitchShahar Shitrit1-54/+54
2025-07-18net/mlx5: Fix memory leak in cmd_exec()Chiara Meiohas1-2/+2
2025-07-18net: ti: icssg-prueth: Fix buffer allocation for ICSSGHimanshu Mittal5-73/+190
2025-07-18dpaa2-switch: Fix device reference count leak in MAC endpoint handlingMa Ke1-3/+12
2025-07-18dpaa2-eth: Fix device reference count leak in MAC endpoint handlingMa Ke1-3/+12
2025-07-18bus: fsl-mc: Fix potential double device reference in fsl_mc_get_endpoint()Ma Ke1-10/+9
2025-07-17rxrpc: Fix to use conn aborts for conn-wide failuresDavid Howells5-19/+37
2025-07-17rxrpc: Fix transmission of an abort in response to an abortDavid Howells1-0/+3
2025-07-17rxrpc: Fix notification vs call-release vs recvmsgDavid Howells3-17/+18
2025-07-17rxrpc: Fix recv-recv race of completed callDavid Howells3-2/+21
2025-07-17rxrpc: Fix irq-disabled in local_bh_enable()David Howells3-4/+4
2025-07-17selftests/tc-testing: Test htb_dequeue_tree with deactivation and row emptyingWilliam Liu1-0/+26
2025-07-17net/sched: Return NULL when htb_lookup_leaf encounters an empty rbtreeWilliam Liu1-1/+3
2025-07-17net: bridge: Do not offload IGMP/MLD messagesJoseph Huang1-0/+3
2025-07-17selftests: Add test cases for vlan_filter modification during runtimeDong Chenchen1-12/+86
2025-07-17net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtimeDong Chenchen2-9/+34
2025-07-17tls: always refresh the queue when reading sockJakub Kicinski1-2/+1
2025-07-17virtio-net: fix recursived rtnl_lock() during probe()Zigit Zo1-1/+1
2025-07-17net/mlx5: Update the list of the PCI supported devicesMaor Gottlieb1-0/+1
2025-07-17hv_netvsc: Set VF priv_flags to IFF_NO_ADDRCONF before open to prevent IPv6 a...Li Tian1-1/+4
2025-07-17phonet/pep: Move call to pn_skb_get_dst_sockaddr() earlier in pep_sock_accept()Nathan Chancellor1-1/+1
2025-07-17Bluetooth: L2CAP: Fix attempting to adjust outgoing MTULuiz Augusto von Dentz1-5/+21
2025-07-17netfilter: nf_conntrack: fix crash due to removal of uninitialised entryFlorian Westphal2-8/+33
2025-07-17net: fix segmentation after TCP/UDP fraglist GROFelix Fietkau2-0/+2
2025-07-16ipv6: mcast: Delay put pmc->idev in mld_del_delrec()Yue Haibing1-1/+1
2025-07-16net: airoha: fix potential use-after-free in airoha_npu_get()Alok Tiwari1-1/+2
2025-07-16net/mlx5: Correctly set gso_size when LRO is usedChristoph Paasch1-4/+8
2025-07-16Bluetooth: btusb: QCA: Fix downloading wrong NVM for WCN6855 GF variant witho...Zijun Hu1-34/+44
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers32-185/+187
2025-07-16Bluetooth: hci_core: add missing braces when using macro parametersChristian Eggers1-11/+11
2025-07-16Bluetooth: hci_core: fix typos in macrosChristian Eggers1-2/+2
2025-07-16Bluetooth: SMP: Fix using HCI_ERROR_REMOTE_USER_TERM on timeoutLuiz Augusto von Dentz1-1/+1
2025-07-16Bluetooth: SMP: If an unallowed command is received consider it a failureLuiz Augusto von Dentz2-1/+19
2025-07-16Bluetooth: btintel: Check if controller is ISO capable on btintel_classify_pk...Luiz Augusto von Dentz1-1/+1
2025-07-16Bluetooth: hci_sync: fix connectable extended advertising when using static r...Alessandro Gasbarroni1-2/+2
2025-07-16Bluetooth: Fix null-ptr-deref in l2cap_sock_resume_cb()Kuniyuki Iwashima1-0/+3
2025-07-16ovpn: reset GSO metadata after decapsulationRalf Lici1-0/+7
2025-07-16ovpn: reject unexpected netlink attributesAntonio Quartulli4-20/+251
2025-07-16ovpn: propagate socket mark to skb in UDPRalf Lici1-0/+1
2025-07-16tracing/probes: Avoid using params uninitialized in parse_btf_arg()Nathan Chancellor1-1/+1
2025-07-15mptcp: reset fallback status gracefully at disconnect() timePaolo Abeni1-0/+9
2025-07-15mptcp: plug races between subflow fail and subflow creationPaolo Abeni4-13/+32
2025-07-15mptcp: make fallback action and fallback decision atomicPaolo Abeni4-19/+61
2025-07-15net: libwx: fix multicast packets received countJiawen Wu1-0/+2
2025-07-15net: libwx: properly reset Rx ring descriptorJiawen Wu2-4/+8