aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-27eth: via-rhine: fix calling napi_enable() in atomic contextJakub Kicinski1-1/+10
2025-01-27eth: niu: fix calling napi_enable() in atomic contextJakub Kicinski1-1/+9
2025-01-27eth: 8139too: fix calling napi_enable() in atomic contextJakub Kicinski1-1/+3
2025-01-27eth: forcedeth: fix calling napi_enable() in atomic contextJakub Kicinski1-1/+3
2025-01-27eth: forcedeth: remove local wrappers for napi enable/disableJakub Kicinski1-22/+8
2025-01-27eth: tg3: fix calling napi_enable() in atomic contextJakub Kicinski1-4/+31
2025-01-27tools: ynl: c: correct reverse decode of empty attrsJakub Kicinski1-1/+1
2025-01-27ptp: Ensure info->enable callback is always setThomas Weißschuh1-0/+8
2025-01-27documentation: networking: fix spelling mistakesKhaled Elnaggar2-3/+3
2025-01-27net/mlx5e: add missing cpu_to_node to kvzalloc_node in mlx5e_open_xdpredirect_sqStanislav Fomichev1-1/+1
2025-01-27net: netdevsim: try to close UDP port harness racesJakub Kicinski3-17/+23
2025-01-27net: rose: fix timer races against user threadsEric Dumazet1-0/+15
2025-01-27net: the appletalk subsystem no longer uses ndo_do_ioctl谢致邦 (XIE Zhibang)1-2/+2
2025-01-27net/ncsi: use dev_set_mac_address() for Get MC MAC Address handlingPaul Fertser1-10/+8
2025-01-23ipmr: do not call mr_mfc_uses_dev() for unres entriesEric Dumazet1-3/+0
2025-01-23selftests/net: packetdrill: more xfail changes (and a correction)Jakub Kicinski1-1/+3
2025-01-23net: mvneta: fix locking in mvneta_cpu_online()Harshit Mogalapalli1-0/+1
2025-01-23net: fec: implement TSO descriptor cleanupDheeraj Reddy Jonnalagadda1-1/+30
2025-01-23net: phy: marvell-88q2xxx: Fix temperature measurement with reset-gpiosDimitri Fedrau1-7/+26
2025-01-22net: hns3: fix oops when unload drivers parallelingJian Shen5-0/+23
2025-01-22dt-bindings: net: qcom,ethqos: Correct fallback compatible for qcom,qcs615-ethqosYijie Yang1-4/+4
2025-01-22net/ncsi: wait for the last response to Deselect Package before configuring channelPaul Fertser1-6/+7
2025-01-22net: airoha: Fix wrong GDM4 register definitionChristian Marangi1-2/+2
2025-01-22NFC: nci: Add bounds checking in nci_hci_create_pipe()Dan Carpenter1-0/+2
2025-01-22net: sched: fix ets qdisc OOB IndexingJamal Hadi Salim1-0/+2
2025-01-21cachestat: fix page cache statistics permission checkingLinus Torvalds1-0/+17
2025-01-21rseq: Fix rseq unregistration regressionMathieu Desnoyers1-1/+1
2025-01-20net/rose: prevent integer overflows in rose_setsockopt()Nikita Zhandarovich1-8/+8
2025-01-20net: phylink: fix regression when binding a PHYRussell King (Oracle)1-1/+5
2025-01-20net: ethernet: ti: am65-cpsw: streamline TX queue creation and cleanupRoger Quadros1-46/+77
2025-01-20net: ethernet: ti: am65-cpsw: streamline RX queue creation and cleanupRoger Quadros1-124/+119
2025-01-20net: ethernet: ti: am65-cpsw: ensure proper channel cleanup in error pathRoger Quadros1-23/+44
2025-01-20ipv6: Convert inet6_rtm_deladdr() to per-netns RTNL.Kuniyuki Iwashima1-4/+8
2025-01-20ipv6: Convert inet6_rtm_newaddr() to per-netns RTNL.Kuniyuki Iwashima1-8/+17
2025-01-20ipv6: Move lifetime validation to inet6_rtm_newaddr().Kuniyuki Iwashima1-58/+35
2025-01-20ipv6: Set cfg.ifa_flags before device lookup in inet6_rtm_newaddr().Kuniyuki Iwashima1-7/+7
2025-01-20ipv6: Pass dev to inet6_addr_add().Kuniyuki Iwashima1-10/+10
2025-01-20ipv6: Convert inet6_ioctl() to per-netns RTNL.Kuniyuki Iwashima1-6/+6
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_init() and addrconf_cleanup().Kuniyuki Iwashima1-5/+5
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_dad_work().Kuniyuki Iwashima1-3/+6
2025-01-20ipv6: Hold rtnl_net_lock() in addrconf_verify_work().Kuniyuki Iwashima1-2/+2
2025-01-20ipv6: Convert net.ipv6.conf.${DEV}.XXX sysctl to per-netns RTNL.Kuniyuki Iwashima1-30/+30
2025-01-20ipv6: Add __in6_dev_get_rtnl_net().Kuniyuki Iwashima1-0/+5
2025-01-20net: stmmac: Drop redundant skb_mark_for_recycle() for SKB fragsFurong Xu1-6/+0
2025-01-20net: mii: Fix the Speed display when the network cable is not connectedXiangqian Zhang1-0/+3
2025-01-20sysctl net: Remove macro checks for CONFIG_SYSCTLDenis Kirjanov2-8/+0
2025-01-20eth: bnxt: update header sizing defaultsJakub Kicinski1-1/+6
2025-01-20eth: bnxt: allocate enough buffer space to meet HDS thresholdJakub Kicinski1-3/+4
2025-01-20net: ethtool: populate the default HDS params in the coreJakub Kicinski3-6/+4
2025-01-20eth: bnxt: apply hds_thrs settings correctlyJakub Kicinski1-1/+1