aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-28net: intel: igb: Use linkmode helpers for EEEAndrew Lunn1-12/+23
2024-02-28net: intel: e1000e: Use linkmode helpers for EEEAndrew Lunn1-5/+12
2024-02-28net: intel: i40e/igc: Remove setting Autoneg in EEE capabilitiesAndrew Lunn2-10/+1
2024-02-28net: ethernet: ixgbe: Convert EEE to use linkmodesAndrew Lunn1-23/+25
2024-02-28net: qlogic: qede: Use linkmode helpers for EEEAndrew Lunn1-22/+38
2024-02-28net: usb: ax88179_178a: Use linkmode helpers for EEEAndrew Lunn1-5/+5
2024-02-28net: usb: r8152: Use linkmode helpers for EEEAndrew Lunn2-17/+17
2024-02-28ipv6: raw: remove useless input parameter in rawv6_get/seticmpfilterZhengchao Shao1-4/+4
2024-02-28net: stmmac: dwmac-qcom-ethqos: Update link clock rate only for RGMIISarosh Hasan1-0/+3
2024-02-28net: exthdrs: ioam6: send trace eventJustin Iurman1-0/+4
2024-02-28net: ioam6: multicast eventJustin Iurman2-0/+68
2024-02-28uapi: ioam6: API for netlink multicast eventsJustin Iurman1-0/+20
2024-02-28dt-bindings: net: ethernet-controller: drop redundant type from labelKrzysztof Kozlowski1-1/+0
2024-02-28tcp: make dropreason in tcp_child_process() workJason Xing2-11/+17
2024-02-28tcp: make the dropreason really work when calling tcp_rcv_state_process()Jason Xing4-9/+11
2024-02-28tcp: add dropreasons in tcp_rcv_state_process()Jason Xing2-8/+13
2024-02-28tcp: add more specific possible drop reasons in tcp_rcv_synsent_state_process()Jason Xing1-1/+4
2024-02-28tcp: introduce dropreasons in receive pathJason Xing1-1/+14
2024-02-28tcp: use drop reasons in cookie check for ipv6Jason Xing1-4/+12
2024-02-28tcp: directly drop skb in cookie check for ipv6Jason Xing2-4/+5
2024-02-28tcp: use drop reasons in cookie check for ipv4Jason Xing1-6/+13
2024-02-28tcp: directly drop skb in cookie check for ipv4Jason Xing2-1/+5
2024-02-28tcp: add a dropreason definitions and prepare for cookie checkJason Xing1-1/+10
2024-02-28net: make SK_MEMORY_PCPU_RESERV tunableAdam Li4-2/+18
2024-02-28net: dsa: realtek: support reset controllerLuiz Angelo Daros de Luca3-5/+41
2024-02-28dt-bindings: net: dsa: realtek: add reset controllerLuiz Angelo Daros de Luca1-0/+3
2024-02-28dt-bindings: net: dsa: realtek: reset-gpios is not requiredLuiz Angelo Daros de Luca1-1/+0
2024-02-27bonding: 802.3ad replace MAC_ADDRESS_EQUAL with __agg_has_partnerJones Syue 薛懷宗1-11/+3
2024-02-27net: wwan: t7xx: Prefer struct_size over open coded arithmeticErick Archer1-2/+4
2024-02-27ipv6: raw: remove useless input parameter in rawv6_errZhengchao Shao1-3/+2
2024-02-27netlink: use kvmalloc() in netlink_alloc_large_skb()Eric Dumazet1-10/+8
2024-02-27bnxt_en: fix accessing vnic_info before allocating itAlexander Lobakin1-3/+3
2024-02-27selftests: netdevsim: be less selective for FW for the devlink testJakub Kicinski1-1/+1
2024-02-27net: stmmac: mmc_core: Drop interrupt registers from statsJesper Nilsson3-9/+0
2024-02-27net: ethernet: adi: adin1110: Reduce the MDIO_TRDONE poll intervalCiprian Regus1-4/+6
2024-02-27net: ipa: don't bother zeroing an already zero registerAlex Elder1-1/+1
2024-02-27net: ipa: kill ipa_power_suspend_handler()Alex Elder4-27/+2
2024-02-27net: ipa: move ipa_interrupt_suspend_clear_all() upAlex Elder1-24/+24
2024-02-27net: ipa: kill the IPA_POWER_FLAG_RESUMED flagAlex Elder1-21/+0
2024-02-27net: ipa: kill IPA_POWER_FLAG_SYSTEMAlex Elder1-10/+3
2024-02-27net: ipa: don't bother aborting system resumeAlex Elder1-2/+3
2024-02-27net: phy: simplify genphy_c45_ethtool_set_eeeHeiner Kallweit1-9/+4
2024-02-26selftests: mptcp: diag: change timeout_poll to 30Geliang Tang1-1/+1
2024-02-26selftests: mptcp: join: change capture/checksum as boolGeliang Tang1-11/+11
2024-02-26selftests: mptcp: simult flows: define missing varsGeliang Tang1-0/+6
2024-02-26selftests: mptcp: netlink: drop duplicate var retGeliang Tang1-1/+0
2024-02-26mptcp: check the protocol in mptcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)1-1/+7
2024-02-26mptcp: check the protocol in tcp_sk() with DEBUG_NETMatthieu Baerts (NGI0)1-0/+10
2024-02-26mptcp: token kunit: set protocolMatthieu Baerts (NGI0)1-1/+6
2024-02-26selftests: mptcp: lib: catch duplicated subtest entriesMatthieu Baerts (NGI0)1-0/+21