aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-17bpf: Fix missed rcu read lock in bpf_task_under_cgroup()Yafang Shao1-1/+6
2023-10-17net, bpf: Add a warning if NAPI cb missed xdp_do_flush().Sebastian Andrzej Siewior8-0/+66
2023-10-17libbpf: Don't assume SHT_GNU_verdef presence for SHT_GNU_versym sectionAndrii Nakryiko1-6/+10
2023-10-16page_pool: fragment API support for 32-bit arch with 64-bit DMAYunsheng Lin3-23/+24
2023-10-16net: stub tcp_gro_complete if CONFIG_INET=nJacob Keller1-0/+4
2023-10-16drivers: net: wwan: wwan_core.c: resolved spelling mistakeMuhammad Muzammil1-2/+2
2023-10-16cgroup, netclassid: on modifying netclassid in cgroup, only consider the main process.Liansen Zhai1-0/+6
2023-10-16net: usb: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-16lan78xx: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-10-16net: phy: smsc: replace deprecated strncpy with ethtool_sprintfJustin Stitt1-4/+2
2023-10-16net: netcp: replace deprecated strncpy with strscpyJustin Stitt1-2/+2
2023-10-16tcp: Set pingpong threshold via sysctlHaiyang Zhang6-6/+39
2023-10-16net, sched: Add tcf_set_drop_reason for {__,}tcf_classifyDaniel Borkmann2-6/+23
2023-10-16net, sched: Make tc-related drop reason more flexibleDaniel Borkmann3-7/+17
2023-10-16bpf: Ensure proper register state printing for cond jumpsAndrii Nakryiko1-1/+6
2023-10-16bpf: Disambiguate SCALAR register state output in verifier logsAndrii Nakryiko3-32/+55
2023-10-16selftests/bpf: Make align selftests more robustAndrii Nakryiko1-120/+121
2023-10-16selftests/bpf: Improve missed_kprobe_recursion test robustnessAndrii Nakryiko1-4/+4
2023-10-16selftests/bpf: Improve percpu_alloc test robustnessAndrii Nakryiko3-0/+14
2023-10-16tsnep: Inline small fragments within TX descriptorGerhard Engleder2-26/+79
2023-10-16vxlan: use generic function for tunnel IPv4 route lookupBeniamino Galvani1-73/+41
2023-10-16geneve: use generic function for tunnel IPv4 route lookupBeniamino Galvani1-66/+32
2023-10-16geneve: add dsfield helper functionBeniamino Galvani1-11/+18
2023-10-16ipv4: use tunnel flow flags for tunnel route lookupsBeniamino Galvani1-0/+1
2023-10-16ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani3-20/+25
2023-10-16ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani3-5/+5
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani5-58/+58
2023-10-16selftests: net: remove unused variableszhujun23-5/+3
2023-10-16net: cxgb3: simplify logic for rspq_check_napiChristian Marangi1-6/+1
2023-10-15ptp: add testptp mask testXabier Marquiegui1-1/+18
2023-10-15ptp: add debugfs interface to see applied channel masksXabier Marquiegui4-0/+39
2023-10-15ptp: support event queue reader channel masksXabier Marquiegui4-2/+41
2023-10-15ptp: support multiple timestamp event readersXabier Marquiegui4-29/+55
2023-10-15ptp: Replace timestamp event queue with linked listXabier Marquiegui4-6/+42
2023-10-15posix-clock: introduce posix_clock_context conceptXabier Marquiegui4-32/+76
2023-10-15dpll: netlink/core: change pin frequency set behaviorArkadiusz Kubalewski1-8/+42
2023-10-15ice: dpll: implement phase related callbacksArkadiusz Kubalewski2-4/+226
2023-10-15dpll: netlink/core: add support for pin-dpll signal phase offset/adjustArkadiusz Kubalewski2-1/+155
2023-10-15dpll: spec: add support for pin-dpll signal phase offset/adjustArkadiusz Kubalewski4-4/+42
2023-10-15dpll: docs: add support for pin signal phase offset/adjustArkadiusz Kubalewski1-1/+52
2023-10-15i40e: Add PBA as board id info to devlink .info_getIvan Vecera1-0/+16
2023-10-15i40e: Refactor and rename i40e_read_pba_string()Ivan Vecera4-26/+39
2023-10-15i40e: Add handler for devlink .info_getIvan Vecera1-0/+90
2023-10-15i40e: Split and refactor i40e_nvm_version_str()Ivan Vecera3-44/+105
2023-10-15i40e: Add initial devlink supportIvan Vecera6-6/+164
2023-10-15tg3: Improve PTP TX timestamping logicPavan Chebbi2-16/+68
2023-10-15docs: try to encourage (netdev?) reviewersJakub Kicinski2-0/+33
2023-10-15sfc: support offloading ct(nat) action in RHS rulesEdward Cree3-1/+12
2023-10-15sfc: parse mangle actions (NAT) in conntrack entriesEdward Cree1-2/+89
2023-10-15test/vsock: io_uring rx/tx testsArseniy Krasnov3-2/+348