aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-19gre: Drop ip_route_output_gre().Guillaume Nault2-21/+10
2024-12-19af_unix: Add a prompt to CONFIG_AF_UNIX_OOBFlorent Revest1-1/+3
2024-12-19selftests: net: remove redundant ncdevmem printJamal Hadi Salim1-3/+0
2024-12-19sfc: remove efx_writed_page_lockedAndy Moreton1-24/+0
2024-12-19net: stmmac: Drop useless code related to ethtool rx-copybreakFurong Xu3-46/+0
2024-12-19net: Document netmem driver supportMina Almasry2-0/+80
2024-12-19net: airoha: Fix error path in airoha_probe()Lorenzo Bianconi1-8/+25
2024-12-19net: ethernet: ti: cpsw: disable PHY EEE advertisementHeiner Kallweit4-15/+4
2024-12-19net: phy: add phy_disable_eeeHeiner Kallweit2-0/+17
2024-12-19net: netlink: catch attempts to send empty messagesJakub Kicinski1-0/+1
2024-12-19net: dsa: microchip: Add suspend/resume support to KSZ DSA driverTristram Ha4-0/+47
2024-12-19MAINTAINERS: bnxt_en: Add Pavan Chebbi as co-maintainerMichael Chan1-0/+1
2024-12-19bnxt_en: Skip reading PXP registers during ethtool -d if unsupportedMichael Chan1-1/+2
2024-12-19bnxt_en: Skip MAC loopback selftest if it is unsupported by FWMichael Chan3-4/+36
2024-12-19bnxt_en: Skip PHY loopback ethtool selftest if unsupported by FWMichael Chan1-6/+12
2024-12-19bnxt_en: Do not allow ethtool -m on an untrusted VFMichael Chan3-1/+22
2024-12-19bnxt_en: Use FW defined resource limits for RoCEHongguang Gao4-12/+36
2024-12-19selftests: fib_rule_tests: Add flow label selector match testsIdo Schimmel1-0/+31
2024-12-19tracing: ipv6: Add flow label to fib6_table_lookup tracepointIdo Schimmel1-3/+5
2024-12-19netlink: specs: Add route flow label attributeIdo Schimmel1-0/+7
2024-12-19ipv6: Add flow label to route get requestsIdo Schimmel2-1/+20
2024-12-19netlink: specs: Add FIB rule flow label attributesIdo Schimmel1-0/+12
2024-12-19net: fib_rules: Enable flow label selector usageIdo Schimmel1-2/+2
2024-12-19ipv6: fib_rules: Add flow label supportIdo Schimmel1-2/+55
2024-12-19ipv4: fib_rules: Reject flow label attributesIdo Schimmel1-0/+6
2024-12-19net: fib_rules: Add flow label selector attributesIdo Schimmel2-0/+4
2024-12-19net: mctp: handle skb cleanup on sock_queue failuresJeremy Kerr2-10/+112
2024-12-19net: mdiobus: fix an OF node reference leakJoe Hattori1-3/+10
2024-12-18net: renesas: rswitch: add mdio C22 supportNikita Yushchenko1-0/+19
2024-12-18net: renesas: rswitch: use generic MPSM operation for mdio C45Nikita Yushchenko2-28/+40
2024-12-18net: renesas: rswitch: align mdio C45 operations with datasheetNikita Yushchenko2-15/+3
2024-12-18net: renesas: rswitch: use FIELD_PREP for remaining MPIC register fieldsNikita Yushchenko2-10/+5
2024-12-18net: renesas: rswitch: do not write to MPSM register at init timeNikita Yushchenko1-1/+0
2024-12-18octeontx2-pf: fix error handling of devlink port in rvu_rep_create()Harshit Mogalapalli1-0/+1
2024-12-18octeontx2-pf: fix netdev memory leak in rvu_rep_create()Harshit Mogalapalli1-1/+3
2024-12-18psample: adjust size if rate_as_probability is setAdrian Moreno1-3/+6
2024-12-18netdev-genl: avoid empty messages in queue dumpJakub Kicinski1-2/+2
2024-12-18net: dsa: restore dsa_software_vlan_untag() ability to operate on VLAN-untagged trafficVladimir Oltean1-5/+11
2024-12-18selftests: openvswitch: fix tcpdump executionAdrian Moreno1-2/+4
2024-12-18ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple()Eric Dumazet5-27/+27
2024-12-18docs: net: bonding: fix typosshunlizhou1-4/+4
2024-12-18net: usb: qmi_wwan: add Quectel RG255CMartin Hou1-0/+1
2024-12-18net: phy: avoid undefined behavior in *_led_polarity_set()Arnd Bergmann3-3/+3
2024-12-19netfilter: ipset: Fix for recursive locking warningPhil Sutter1-0/+3
2024-12-18net/mlx5e: Report rx_discards_phy via rx_droppedYafang Shao1-0/+1
2024-12-18ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight1-2/+2
2024-12-18selftests/net: packetdrill: import tcp/user_timeout, tcp/validate, tcp/sendfile, tcp/limited-transmit, tcp/syscall_bad_argSoham Chakradeo9-0/+319
2024-12-18selftests/net: packetdrill: import tcp/eor, tcp/splice, tcp/ts_recent, tcp/blockingSoham Chakradeo12-0/+400
2024-12-18selftests/net: packetdrill: import tcp/fast_recovery, tcp/nagle, tcp/timestampingSoham Chakradeo10-0/+683
2024-12-18selftests/net: packetdrill: import tcp/ecn, tcp/close, tcp/sack, tcp/tcp_infoSoham Chakradeo11-0/+442