aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-11-11mptcp: error out earlier on disconnectPaolo Abeni1-4/+9
2024-11-11net: clarify SO_DEVMEM_DONTNEED behavior in documentationMina Almasry1-0/+9
2024-11-11net: fix SO_DEVMEM_DONTNEED looping too longMina Almasry1-18/+24
2024-11-11net: fix data-races around sk->sk_forward_allocWang Liang2-4/+2
2024-11-09selftests: net: add netlink-dumps to .gitignoreJakub Kicinski1-0/+1
2024-11-09net: vertexcom: mse102x: Fix tx_bytes calculationStefan Wahren1-1/+3
2024-11-09sctp: fix possible UAF in sctp_v6_available()Eric Dumazet1-6/+13
2024-11-07selftests: net: add a test for closing a netlink socket ith dump in progressJakub Kicinski2-0/+111
2024-11-07netlink: terminate outstanding dump on socket closeJakub Kicinski2-25/+8
2024-11-07drivers: net: ionic: add missed debugfs cleanup to ionic_probe() error pathWentao Liang1-0/+1
2024-11-07net/smc: do not leave a dangling sk pointer in __smc_create()Eric Dumazet1-1/+3
2024-11-07rxrpc: Fix missing locking causing hanging callsDavid Howells2-0/+5
2024-11-07net/smc: Fix lookup of netdev by using ib_device_get_netdev()Wenjia Zhang2-9/+3
2024-11-07proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang1-1/+1
2024-11-07net: arc: rockchip: fix emac mdio node supportJohan Jonker1-1/+8
2024-11-07net: arc: fix the device for dma_map_single/dma_unmap_singleJohan Jonker1-11/+16
2024-11-07virtio_net: Update rss when set queuePhilo Lu1-14/+51
2024-11-07virtio_net: Sync rss config to device when virtnet_probePhilo Lu1-0/+9
2024-11-07virtio_net: Add hash_key_length checkPhilo Lu1-0/+6
2024-11-07virtio_net: Support dynamic rss indirection table sizePhilo Lu1-5/+34
2024-11-07netfilter: nf_tables: wait for rcu grace period on net_device removalPablo Neira Ayuso2-7/+38
2024-11-07net: stmmac: Fix unbalanced IRQ wake disable warning on single irq caseNícolas F. R. A. Prado1-0/+1
2024-11-06net: vertexcom: mse102x: Fix possible double free of TX skbStefan Wahren1-2/+3
2024-11-06platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect fan speedVishnu Sankar1-3/+25
2024-11-05mptcp: use sock_kfree_s instead of kfreeGeliang Tang1-1/+2
2024-11-05mptcp: no admin perm to list endpointsMatthieu Baerts (NGI0)2-2/+0
2024-11-05net: phy: ti: add PHY_RST_AFTER_CLK_EN flagDiogo Silva1-0/+2
2024-11-05net: ethernet: ti: am65-cpsw: fix warning in am65_cpsw_nuss_remove_rx_chns()Roger Quadros1-0/+2
2024-11-05net: ethernet: ti: am65-cpsw: Fix multi queue Rx on J7Roger Quadros2-44/+35
2024-11-05net: hns3: fix kernel crash when uninstalling driverPeiyang Wang1-1/+4
2024-11-04Revert "Merge branch 'there-are-some-bugfix-for-the-hns3-ethernet-driver'"Jakub Kicinski9-178/+26
2024-11-04e1000e: Remove Meteor Lake SMBUS workaroundsVitaly Lifshits1-13/+4
2024-11-04i40e: fix race condition by adding filter's intermediate sync stateAleksandr Loktionov3-2/+12
2024-11-04idpf: fix idpf_vc_core_init error pathPavan Kumar Linga2-1/+1
2024-11-04idpf: avoid vport access in idpf_get_link_ksettingsPavan Kumar Linga4-13/+8
2024-11-04ice: change q_index variable type to s16 to store -1 valueMateusz Polchlopek2-2/+5
2024-11-04ice: Fix use after free during unload with ports in bridgeMarcin Szycik1-1/+2
2024-11-04KEYS: trusted: dcp: fix NULL dereference in AEAD crypto operationDavid Gstir1-4/+5
2024-11-04security/keys: fix slab-out-of-bounds in key_task_permissionChen Ridong1-2/+5
2024-11-04can: mcp251xfd: mcp251xfd_get_tef_len(): fix length calculationMarc Kleine-Budde1-3/+7
2024-11-04can: mcp251xfd: mcp251xfd_ring_alloc(): fix coalescing configuration when switching CAN modesMarc Kleine-Budde1-3/+5
2024-11-04can: rockchip_canfd: Drop obsolete dependency on COMPILE_TESTJean Delvare1-1/+1
2024-11-04can: rockchip_canfd: CAN_ROCKCHIP_CANFD should depend on ARCH_ROCKCHIPGeert Uytterhoeven1-0/+1
2024-11-04can: c_can: fix {rx,tx}_errors statisticsDario Binacchi1-1/+6
2024-11-04can: m_can: m_can_close(): don't call free_irq() for IRQ-less devicesMarc Kleine-Budde1-1/+2
2024-11-04can: {cc770,sja1000}_isa: allow building on x86_64Thomas Mühlbacher2-2/+2
2024-11-04can: j1939: fix error in J1939 documentation.Alexander Hölzl1-1/+1
2024-11-04dm cache: fix potential out-of-bounds access on the first resumeMing-Hung Tsai1-21/+16
2024-11-04dm cache: optimize dirty bit checking with find_next_bit when resizingMing-Hung Tsai1-8/+8
2024-11-04dm cache: fix out-of-bounds access to the dirty bitset when resizingMing-Hung Tsai1-1/+1