aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-17dccp: Prepare dccp_v4_route_skb() to .flowi4_tos conversion.Guillaume Nault1-1/+2
2025-01-17selftests: net: give up on the cmsg_time accuracy on slow machinesJakub Kicinski1-10/+25
2025-01-16net: phy: microchip_rds_ptp : Add PEROUT feature library for RDS PTP supported Microchip physDivya Koppera1-0/+270
2025-01-16net: phy: microchip_t1: Enable pin out specific to lan887x phy for PEROUT signalDivya Koppera1-1/+13
2025-01-16net: phy: microchip_rds_ptp: Header file library changes for PEROUTDivya Koppera1-0/+24
2025-01-16selftests/net: packetdrill: make tcp buf limited timing tests benignJakub Kicinski1-0/+1
2025-01-16net: stmmac: convert to phylink managed EEE supportRussell King (Oracle)1-12/+45
2025-01-16net: lan743x: convert to phylink managed EEERussell King (Oracle)3-28/+38
2025-01-16net: lan743x: use netdev in lan743x_phylink_mac_link_down()Russell King (Oracle)1-1/+1
2025-01-16net: mvpp2: add EEE implementationRussell King (Oracle)2-0/+91
2025-01-16net: mvneta: convert to phylink EEE implementationRussell King (Oracle)1-42/+65
2025-01-16net: phylink: add EEE managementRussell King (Oracle)2-5/+178
2025-01-16net: phylink: add phylink_link_is_up() helperRussell King (Oracle)1-5/+6
2025-01-16net: phy: add support for querying PHY clock stop capabilityRussell King (Oracle)2-0/+21
2025-01-16net: mdio: add definition for clock stop capable bitRussell King (Oracle)1-0/+1
2025-01-16dev: Hold rtnl_net_lock() for dev_ifsioc().Kuniyuki Iwashima3-26/+22
2025-01-16dev: Remove devnet_rename_sem.Kuniyuki Iwashima1-14/+2
2025-01-16dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().Kuniyuki Iwashima1-0/+2
2025-01-16selftests: drv-net-hw: inject pp_alloc_fail errors in the right placeJohn Daley2-4/+4
2025-01-16ipv4: Prepare inet_rtm_getroute() to .flowi4_tos conversion.Guillaume Nault1-4/+5
2025-01-16gre: Prepare ipgre_open() to .flowi4_tos conversion.Guillaume Nault1-1/+1
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski2-5/+25
2025-01-16net/mlx5e: Always start IPsec sequence number from 1Leon Romanovsky2-3/+14
2025-01-16net/mlx5e: Rely on reqid in IPsec tunnel modeLeon Romanovsky1-7/+5
2025-01-16net/mlx5e: Fix inversion dependency warning while enabling IPsec tunnelLeon Romanovsky1-10/+6
2025-01-16net/mlx5: Clear port select structure when fail to createMark Zhang1-1/+3
2025-01-16net/mlx5: SF, Fix add port error handlingChris Mi1-0/+1
2025-01-16net/mlx5: Fix a lockdep warning as part of the write combining testYishai Hadas1-12/+12
2025-01-16net/mlx5: Fix RDMA TX steering prioPatrisious Haddad1-0/+1
2025-01-16net: stmmac: Convert prefetch() to net_prefetch() for received framesFurong Xu1-1/+2
2025-01-16net: stmmac: Optimize cache prefetch in RX pathFurong Xu1-4/+1
2025-01-16net: stmmac: Set page_pool_params.max_len to a precise sizeFurong Xu2-2/+1
2025-01-16net: stmmac: Switch to zero-copy in non-XDP RX pathFurong Xu2-9/+18
2025-01-15net/mlx5e: CT: Offload connections with hardware steering rulesCosmin Ratiu1-2/+247
2025-01-15net/mlx5e: CT: Make mlx5_ct_fs_smfs_ct_validate_flow_rule reusableCosmin Ratiu3-74/+82
2025-01-15net/mlx5e: CT: Add initial support for Hardware SteeringCosmin Ratiu4-4/+71
2025-01-15net/mlx5: HWS, rework the check if matcher size can be increasedYevgeny Kliteynik3-4/+25
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)Eric Dumazet1-2/+1
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)Eric Dumazet1-0/+3
2025-01-15net: no longer hold RTNL while calling flush_all_backlogs()Eric Dumazet1-3/+28
2025-01-15net: no longer assume RTNL is held in flush_all_backlogs()Eric Dumazet1-18/+35
2025-01-15net: expedite synchronize_net() for cleanup_net()Eric Dumazet3-1/+17
2025-01-15netdev-genl: remove rtnl_lock protection from NAPI opsJakub Kicinski1-10/+0
2025-01-15net: protect NAPI config fields with netdev_lock()Jakub Kicinski2-5/+7
2025-01-15net: protect napi->irq with netdev_lock()Jakub Kicinski2-2/+10
2025-01-15net: protect threaded status of NAPI with netdev_lock()Jakub Kicinski3-4/+45
2025-01-15net: make netdev netlink ops hold netdev_lock()Jakub Kicinski3-23/+27
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski6-22/+56
2025-01-15net: protect netdev->napi_list with netdev_lock()Jakub Kicinski3-15/+60
2025-01-15net: add netdev->up protected by netdev_lock()Jakub Kicinski3-3/+27