aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-05xfrm: state: fix out-of-bounds read during lookupFlorian Westphal1-19/+70
2024-11-25xfrm: replay: Fix the update of replay_esn->oseq_hi for GSOJianbo Liu1-4/+6
2024-11-24selftests: net: test extacks in netlink dumpsJakub Kicinski2-2/+130
2024-11-24netlink: fix false positive warning in extack during dumpsJakub Kicinski1-10/+11
2024-11-24net: microchip: vcap: Add typegroup table terminators in kunit testsGuenter Roeck1-7/+10
2024-11-24net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configurationOleksij Rempel1-3/+3
2024-11-24tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsetsPavan Chebbi1-0/+3
2024-11-24rtnetlink: fix rtnl_dump_ifinfo() error pathEric Dumazet1-4/+10
2024-11-24selftests: fix nested double quotes in f-stringDavid Wei1-1/+1
2024-11-24net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY deviceOleksij Rempel1-1/+4
2024-11-24net: usb: lan78xx: Fix double free issue with interrupt buffer allocationOleksij Rempel1-15/+14
2024-11-24net: phy: ensure that genphy_c45_an_config_eee_aneg() sees new value of phydev->eee_cfg.eee_enabledHeiner Kallweit1-10/+14
2024-11-19scripts: ipe: polgen: remove redundant close and error exit pathColin Ian King1-10/+2
2024-11-19arm64: dts: apm: Remove unused and undocumented "bus_num" propertyRob Herring (Arm)2-3/+0
2024-11-19arm: dts: spear13xx: Remove unused and undocumented "pl022,slave-tx-disable" propertyRob Herring (Arm)2-4/+0
2024-11-19arm64: dts: amd: Remove unused and undocumented "amd,zlib-support" propertyRob Herring (Arm)2-2/+0
2024-11-19mm: page_frag: fix a compile error when kernel is not compiledYunsheng Lin2-1/+19
2024-11-19Documentation: tipc: fix formatting issue in tipc.rsttuqiang1-1/+1
2024-11-19selftests: nic_performance: Add selftest for performance of NIC driverMohan Prasad J3-1/+157
2024-11-19selftests: nic_link_layer: Add selftest case for speed and duplex statesMohan Prasad J1-0/+22
2024-11-19selftests: nic_link_layer: Add link layer selftest for NIC driverMohan Prasad J4-0/+315
2024-11-18bnxt_en: Add FW trace coredump segments to the coredumpShruti Parab2-6/+90
2024-11-18bnxt_en: Add a new ethtool -W dump flagMichael Chan4-7/+90
2024-11-18bnxt_en: Add 2 parameters to bnxt_fill_coredump_seg_hdr()Shruti Parab2-10/+17
2024-11-18bnxt_en: Add functions to copy host context memorySreekanth Reddy2-0/+107
2024-11-18bnxt_en: Do not free FW log context memoryHongguang Gao2-9/+36
2024-11-18bnxt_en: Manage the FW trace context memoryShruti Parab2-0/+89
2024-11-18bnxt_en: Allocate backing store memory for FW trace logsShruti Parab2-13/+57
2024-11-18bnxt_en: Add a 'force' parameter to bnxt_free_ctx_mem()Hongguang Gao3-19/+29
2024-11-18bnxt_en: Refactor bnxt_free_ctx_mem()Hongguang Gao1-13/+18
2024-11-18bnxt_en: Add mem_valid bit to struct bnxt_ctx_mem_typeShruti Parab2-0/+6
2024-11-18bnxt_en: Update firmware interface spec to 1.10.3.85Michael Chan1-37/+136
2024-11-18selftests/bpf: Add some tests with sockmap SK_PASSJiayuan Chen1-0/+54
2024-11-18bpf: fix recursive lock when verdict program return SK_PASSJiayuan Chen1-2/+2
2024-11-18wireguard: device: support big tcp GSODaniel Borkmann1-0/+2
2024-11-18wireguard: selftests: load nf_conntrack if not presentHangbin Liu1-0/+1
2024-11-18wireguard: allowedips: remove redundant selftest callDheeraj Reddy Jonnalagadda1-1/+0
2024-11-18wireguard: device: omit unnecessary memset of netdev private dataTobias Klauser1-1/+0
2024-11-18netpoll: Use rcu_access_pointer() in netpoll_poll_lockBreno Leitao1-1/+1
2024-11-18netpoll: Use rcu_access_pointer() in __netpoll_setupBreno Leitao1-1/+1
2024-11-18net: ip: fix unexpected return in fib_validate_source()Menglong Dong1-1/+1
2024-11-18net/fungible: Remove unused fun_create_queueDr. David Alan Gilbert2-66/+0
2024-11-18UAPI: ethtool: Avoid flex-array in struct ethtool_link_settingsKees Cook1-0/+7
2024-11-18Revert "UAPI: ethtool: Use __struct_group() in struct ethtool_link_settings"Kees Cook1-18/+15
2024-11-18Revert "net: ethtool: Avoid thousands of -Wflex-array-member-not-at-end warnings"Kees Cook9-26/+22
2024-11-18selftests: net: add more info to error in bpf_offloadJakub Kicinski1-2/+3
2024-11-18MAINTAINERS: exclude can core, drivers and DT bindings from netdev MLJakub Kicinski1-0/+3
2024-11-18net/smc: Run patches also by RDMA MLGerd Bayer1-0/+1
2024-11-18mptcp: pm: avoid code duplication to lookup endpGeliang Tang1-14/+6
2024-11-18mptcp: pm: lockless list traversal to dump endpMatthieu Baerts (NGI0)1-6/+7