aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-10selftests/xsk: Add packet stream replacement functionTushar Vyavahare1-6/+7
2025-04-08net: ena: Support persistent per-NAPI config.Kuniyuki Iwashima1-1/+1
2025-04-08net: rps: remove kfree_rcu_mightsleep() useEric Dumazet3-4/+6
2025-04-08net: add data-race annotations in softnet_seq_show()Eric Dumazet2-5/+7
2025-04-08net: rps: annotate data-races around (struct sd_flow_limit)->countEric Dumazet3-3/+5
2025-04-08net: rps: change skb_flow_limit() hash functionEric Dumazet3-3/+3
2025-04-08amd-xgbe: Convert to SPDX identifierRaju Rangoju16-1808/+64
2025-04-08rocker: Simplify if condition in ofdpa_port_fdb()Thorsten Blum1-1/+1
2025-04-08eth: nfp: remove __get_unaligned_cpu32 from netronome driversJulian Vetter2-2/+2
2025-04-08hamradio: Remove unnecessary strscpy_pad() size argumentsThorsten Blum1-3/+2
2025-04-04selftests: net: amt: indicate progress in the stress testJakub Kicinski1-6/+14
2025-04-04netlink: specs: rt_route: pull the ifa- prefix out of the namesJakub Kicinski1-89/+91
2025-04-04netlink: specs: rt_addr: pull the ifa- prefix out of the namesJakub Kicinski2-20/+21
2025-04-04netlink: specs: rt_addr: fix get multi command nameJakub Kicinski2-2/+2
2025-04-04netlink: specs: rt_addr: fix the spec format / schema failuresJakub Kicinski1-0/+1
2025-04-04net: avoid false positive warnings in __net_mp_close_rxq()Jakub Kicinski2-8/+8
2025-04-04net: move mp dev config validation to __net_mp_open_rxq()Jakub Kicinski4-57/+54
2025-04-04net: ibmveth: make veth_pool_store stop hangingDave Marquardt1-12/+27
2025-04-04arcnet: Add NULL check in com20020pci_probe()Henry Martin1-1/+16
2025-04-04ipv6: Do not consider link down nexthops in path selectionIdo Schimmel1-2/+4
2025-04-04ipv6: Start path selection from the first nexthopIdo Schimmel1-3/+35
2025-04-04usbnet:fix NPE during rx_completeYing Lu1-3/+3
2025-04-04net: octeontx2: Handle XDP_ABORTED and XDP invalid as XDP_DROPLorenzo Bianconi1-5/+4
2025-04-03net: fix geneve_opt length integer overflowLin Ma4-4/+4
2025-04-03fs: actually hold the namespace semaphoreChristian Brauner1-1/+2
2025-04-03io_uring/zcrx: fix selftests w/ updated netdev Python helpersDavid Wei1-4/+4
2025-04-03selftests: net: use netdevsim in netns testStanislav Fomichev2-4/+34
2025-04-03docs: net: document netdev notifier expectationsStanislav Fomichev1-0/+23
2025-04-03net: dummy: request ops lockStanislav Fomichev1-0/+1
2025-04-03netdevsim: add dummy device notifiersStanislav Fomichev4-5/+28
2025-04-03net: rename rtnl_net_debug to lock_debugStanislav Fomichev2-1/+1
2025-04-03net: use netif_disable_lro in ipv6_add_devStanislav Fomichev3-10/+22
2025-04-03net: hold instance lock during NETDEV_REGISTER/UPStanislav Fomichev4-15/+15
2025-04-03net: switch to netif_disable_lro in inetdev_initStanislav Fomichev1-1/+1
2025-04-03net: airoha: Validate egress gdm port in airoha_ppe_foe_entry_prepare()Lorenzo Bianconi3-2/+22
2025-04-03net: dsa: mv88e6xxx: propperly shutdown PPU re-enable timer on destroyDavid Oberhollenzer2-4/+10
2025-04-03MAINTAINERS: Update Loic Poulain's email addressLoic Poulain1-3/+3
2025-04-03ipv6: fix omitted netlink attributes when using RTEXT_FILTER_SKIP_STATSFernando Fernandez Mancera1-12/+25
2025-04-03eth: bnxt: fix deadlock in the mgmt_opsTaehee Yoo1-3/+3
2025-04-03net/selftests: Add loopback link local route for self-connectDmitry Safonov1-0/+3
2025-04-03sfc: fix NULL dereferences in ef100_process_design_param()Edward Cree2-29/+24
2025-04-03gve: handle overflow when reporting TX consumed descriptorsJoshua Washington1-1/+3
2025-04-03bcachefs: Fix "journal stuck" during recoveryKent Overstreet1-0/+8
2025-04-03bcachefs: backpointer_get_key: check for null from peek_slot()Kent Overstreet1-0/+12
2025-04-03bcachefs: Fix null ptr deref in invalidate_one_bucket()Kent Overstreet1-0/+3
2025-04-03bcachefs: Fix check_snapshot_exists() restart handlingKent Overstreet1-3/+0
2025-04-03bcachefs: use nonblocking variant of print_string_as_lines in error pathBharadwaj Raju1-2/+2
2025-04-03bcachefs: Fix scheduling while atomic from logging changesKent Overstreet2-0/+4
2025-04-03bcachefs: Add error handling for zlib_deflateInit2()Wentao Liang1-2/+3
2025-04-03block: don't grab elevator lock during queue initializationMing Lei1-7/+17