aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli74-1544/+1547
2023-10-24tsnep: Fix tsnep_request_irq() format-overflow warningGerhard Engleder2-7/+7
2023-10-24net: remove else after return in dev_prep_valid_name()Jakub Kicinski1-5/+4
2023-10-24net: remove dev_valid_name() check from __dev_alloc_name()Jakub Kicinski1-3/+0
2023-10-24net: trust the bitmap in __dev_alloc_name()Jakub Kicinski1-11/+4
2023-10-24net: reduce indentation of __dev_alloc_name()Jakub Kicinski1-30/+26
2023-10-24net: make dev_alloc_name() call dev_prep_valid_name()Jakub Kicinski1-9/+11
2023-10-24net: don't use input buffer of __dev_alloc_name() as a scratch spaceJakub Kicinski1-25/+8
2023-10-24net: mptcp: use policy generated by YAML specDavide Caratti5-161/+250
2023-10-24net: mptcp: rename netlink handlers to mptcp_pm_nl_<blah>_{doit,dumpit}Davide Caratti3-32/+32
2023-10-24uapi: mptcp: use header file generated from YAML specDavide Caratti3-173/+161
2023-10-24Documentation: netlink: add a YAML spec for mptcpDavide Caratti2-0/+392
2023-10-24net: mptcp: convert netlink from small_ops to opsDavide Caratti2-64/+135
2023-10-24tools: ynl-gen: add support for exact-len validationDavide Caratti5-11/+29
2023-10-24tools: ynl: add uns-admin-perm to genetlink legacyDavide Caratti1-1/+1
2023-10-24net: sched: sch_qfq: Use non-work-conserving warning handlerLiu Jian1-1/+1
2023-10-24net: ethernet: davinci_emac: Use MAC Address from Device TreeAdam Ford1-10/+12
2023-10-24sock: Ignore memcg pressure heuristics when raising allocatedAbel Wu1-2/+12
2023-10-24sock: Doc behaviors for pressure heurisiticsAbel Wu1-1/+13
2023-10-24sock: Code cleanup on __sk_mem_raise_allocated()Abel Wu1-10/+12
2023-10-24net: ti: icssg-prueth: Add phys_port_name supportJan Kiszka1-0/+14
2023-10-24net: microchip: lan743x: improve throughput with rx timestamp configVishvambar Panth S4-2/+63
2023-10-23net: veth: use newly added page pool API for veth with xdpYunsheng Lin1-9/+16
2023-10-23page_pool: update document about fragment APIYunsheng Lin2-14/+83
2023-10-23page_pool: introduce page_pool_alloc() APIYunsheng Lin2-2/+68
2023-10-23page_pool: remove PP_FLAG_PAGE_FRAGYunsheng Lin9-17/+8
2023-10-23page_pool: unify frag_count handling in page_pool_is_last_frag()Yunsheng Lin2-14/+43
2023-10-23devlink: remove netlink small_opsJiri Pirko1-327/+1
2023-10-23devlink: remove duplicated netlink callback prototypesJiri Pirko1-62/+0
2023-10-23netlink: specs: devlink: add the remaining command to generate complete split_opsJiri Pirko5-30/+9394
2023-10-23devlink: rename netlink callback to be aligned with the generated onesJiri Pirko13-158/+152
2023-10-23devlink: make devlink_flash_overwrite enum named oneJiri Pirko1-1/+1
2023-10-23netlink: specs: devlink: make dont-validate single lineJiri Pirko1-51/+16
2023-10-23netlink: specs: devlink: remove reload-action from devlink-get cmd replyJiri Pirko3-8/+0
2023-10-23tools: ynl-gen: render rsp_parse() helpers if cmd has only dump opJiri Pirko1-4/+7
2023-10-23tools: ynl-gen: introduce support for bitfield32 attribute typeJiri Pirko6-5/+58
2023-10-23genetlink: don't merge dumpit split op for different cmds into single iterJiri Pirko1-1/+2
2023-10-23idpf: cancel mailbox work in error pathPavan Kumar Linga1-0/+1
2023-10-23idpf: set scheduling mode for completion queueMichal Kubiak2-3/+15
2023-10-23net_sched: sch_fq: fastpath needs to take care of sk->sk_pacing_statusEric Dumazet1-0/+4
2023-10-23net_sched: sch_fq: fix off-by-one error in fq_dequeue()Eric Dumazet1-1/+1
2023-10-23Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/errMarcel Ziswiler1-2/+2
2023-10-23Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang2-15/+14
2023-10-23Bluetooth: btmtksdio: enable bluetooth wakeup in system suspendZhengping Jiang1-6/+38
2023-10-23Bluetooth: btusb: Add 0bda:b85b for Fn-Link RTL8852BEGuan Wentao1-0/+2
2023-10-23Bluetooth: hci_bcm4377: Mark bcm4378/bcm4387 as BROKEN_LE_CODEDJanne Grunau1-0/+5
2023-10-23Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUIDClaudia Draghicescu1-4/+12
2023-10-23Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan5-51/+56
2023-10-23Bluetooth: btusb: Add date->evt_skb is NULL checkyouwan Wang1-0/+3
2023-10-23Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu3-41/+50