aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-15netfilter: rpfilter: Convert rpfilter_mt() to dscp_t.Guillaume Nault1-1/+1
2024-11-15netfilter: flow_offload: Convert nft_flow_route() to dscp_t.Guillaume Nault1-2/+2
2024-11-15netfilter: ipv4: Convert ip_route_me_harder() to dscp_t.Guillaume Nault1-1/+1
2024-11-14netfilter: nf_tables: allocate element update information dynamicallyFlorian Westphal2-24/+43
2024-11-14netfilter: nf_tables: switch trans_elem to real flex arrayFlorian Westphal1-0/+90
2024-11-14netfilter: nf_tables: prepare nft audit for set element compactionFlorian Westphal1-3/+18
2024-11-14netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structureFlorian Westphal2-76/+173
2024-11-14netfilter: nf_tables: add nft_trans_commit_list_add_elem helperFlorian Westphal1-5/+16
2024-11-14netfilter: bpf: Pass string literal as format argument of request_module()Simon Horman1-1/+1
2024-11-14netfilter: nfnetlink: Report extack policy errors for batched opsDonald Hunter1-1/+1
2024-11-11net/mlx5e: SHAMPO, Rework header allocation loopDragos Tatulea1-15/+17
2024-11-11net/mlx5e: SHAMPO, Drop info arrayDragos Tatulea3-44/+42
2024-11-11net/mlx5e: SHAMPO, Change frag page setup order during allocationDragos Tatulea1-4/+2
2024-11-11net/mlx5e: SHAMPO, Fix page_index calculation inconsistencyDragos Tatulea3-6/+5
2024-11-11net/mlx5e: SHAMPO, Simplify UMR allocation for headersDragos Tatulea2-18/+12
2024-11-11net/mlx5: Make vport QoS enablement more flexible for future extensionsCarolina Jubran5-111/+96
2024-11-11net/mlx5: Integrate esw_qos_vport_enable logic into rate operationsCarolina Jubran1-48/+39
2024-11-11net/mlx5: Generalize scheduling element operationsCarolina Jubran1-81/+76
2024-11-11net/mlx5: Refactor scheduling element configuration bitmasksCarolina Jubran1-56/+24
2024-11-11net/mlx5: Generalize max_rate and min_rate setting for nodesCarolina Jubran1-56/+13
2024-11-11net/mlx5: Simplify QoS normalization by removing error handlingCarolina Jubran1-55/+17
2024-11-11net/mlx5: E-switch, refactor eswitch mode changePatrisious Haddad2-6/+21
2024-11-11net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin2-17/+108
2024-11-11net: netconsole: selftests: Check if netdevsim is availableBreno Leitao1-1/+6
2024-11-11net: phylink: clean up phylink_resolve()Russell King (Oracle)1-19/+16
2024-11-11net: phylink: remove switch() statement in resolve handlingRussell King (Oracle)1-49/+45
2024-11-11net: phylink: move MLO_AN_PHY resolve handling to if() statementRussell King (Oracle)1-5/+3
2024-11-11net: phylink: move MLO_AN_FIXED resolve handling to if() statementRussell King (Oracle)1-5/+3
2024-11-11net: phylink: move manual flow control settingRussell King (Oracle)1-2/+3
2024-11-11docs: networking: Describe irq suspensionJoe Damato1-2/+168
2024-11-11selftests: net: Add busy_poll_testJoe Damato4-0/+521
2024-11-11eventpoll: Control irq suspension for prefer_busy_pollMartin Karsten1-1/+31
2024-11-11eventpoll: Trigger napi_busy_loop, if prefer_busy_poll is setMartin Karsten1-1/+3
2024-11-11net: Add control functions for irq suspensionMartin Karsten2-0/+40
2024-11-11net: Add napi_struct parameter irq_suspend_timeoutMartin Karsten8-2/+53
2024-11-11bnxt_en: add unlocked version of bnxt_refclk_readVadim Fedorenko1-11/+24
2024-11-11rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PERNET_WIP.Kuniyuki Iwashima2-3/+17
2024-11-11rtnetlink: Convert RTM_NEWLINK to per-netns RTNL.Kuniyuki Iwashima1-3/+24
2024-11-11netkit: Set IFLA_NETKIT_PEER_INFO to netkit_link_ops.peer_type.Kuniyuki Iwashima1-9/+2
2024-11-11vxcan: Set VXCAN_INFO_PEER to vxcan_link_ops.peer_type.Kuniyuki Iwashima1-9/+3
2024-11-11veth: Set VETH_INFO_PEER to veth_link_ops.peer_type.Kuniyuki Iwashima1-14/+4
2024-11-11rtnetlink: Add peer_type in struct rtnl_link_ops.Kuniyuki Iwashima2-4/+53
2024-11-11rtnetlink: Introduce struct rtnl_nets and helpers.Kuniyuki Iwashima1-3/+67
2024-11-11rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima5-53/+19
2024-11-11rtnetlink: Protect link_ops by mutex.Kuniyuki Iwashima2-14/+21
2024-11-11rtnetlink: Remove __rtnl_link_unregister().Kuniyuki Iwashima4-25/+20
2024-11-11r8169: use helper r8169_mod_reg8_cond to simplify rtl_jumbo_configHeiner Kallweit1-66/+11
2024-11-11selftests: ncdevmem: Add automated testStanislav Fomichev2-0/+46
2024-11-11selftests: ncdevmem: Move ncdevmem under drivers/net/hwStanislav Fomichev5-9/+9
2024-11-11selftests: ncdevmem: Run selftest when none of the -s or -c has been providedStanislav Fomichev1-10/+39