aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-11-08ptp: fix corrupted list in ptp_openEdward Adam Davis3-11/+19
2023-11-08ptp: ptp_read should not release queueEdward Adam Davis1-2/+0
2023-11-08net_sched: sch_fq: better validate TCA_FQ_WEIGHTS and TCA_FQ_PRIOMAPEric Dumazet1-8/+2
2023-11-08net: kcm: fill in MODULE_DESCRIPTION()Jakub Kicinski1-0/+1
2023-11-08net/sched: act_ct: Always fill offloading tuple iifidxVlad Buslov3-15/+32
2023-11-08netfilter: nat: fix ipv6 nat redirect with mapped and scoped addressesFlorian Westphal1-1/+26
2023-11-08netfilter: xt_recent: fix (increase) ipv6 literal buffer lengthMaciej Żenczykowski1-1/+1
2023-11-08ipvs: add missing module descriptionsFlorian Westphal16-0/+16
2023-11-08netfilter: nf_tables: remove catchall element in GC sync pathPablo Neira Ayuso1-5/+17
2023-11-08netfilter: add missing module descriptionsFlorian Westphal22-0/+22
2023-11-08drivers/net/ppp: use standard array-copy-functionPhilipp Stanner1-2/+2
2023-11-07net: enetc: shorten enetc_setup_xdp_prog() error message to fit NETLINK_MAX_FMTMSG_LENVladimir Oltean1-1/+1
2023-11-07virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()Shigeru Yoshida1-0/+2
2023-11-07r8169: respect userspace disabling IFF_MULTICASTHeiner Kallweit1-0/+2
2023-11-07selftests/bpf: get trusted cgrp from bpf_iter__cgroup directlyChuyi Zhou1-12/+4
2023-11-07bpf: Let verifier consider {task,cgroup} is trusted in bpf_iter_regChuyi Zhou2-2/+2
2023-11-07net: phylink: initialize carrier state at creationKlaus Kudielka1-0/+1
2023-11-07test/vsock: add dobule bind connect testFilippo Storniolo3-0/+100
2023-11-07test/vsock: refactor vsock_acceptFilippo Storniolo1-12/+20
2023-11-07test/vsock fix: add missing check on socket creationFilippo Storniolo1-0/+8
2023-11-07vsock/virtio: remove socket from connected/bound list on shutdownFilippo Storniolo1-5/+11
2023-11-07tcp: Fix -Wc23-extensions in tcp_options_write()Nathan Chancellor1-31/+39
2023-11-07tg3: Fix the TX ring stallAlex Pakhunov1-11/+42
2023-11-07s390/qeth: Fix typo 'weed' in commentKuan-Wei Chiu1-1/+1
2023-11-06idpf: fix potential use-after-free in idpf_tso()Eric Dumazet1-2/+4
2023-11-06tg3: power down device only on SYSTEM_POWER_OFFGeorge Shuklin1-1/+2
2023-11-06ice: Fix VF-VF direction matching in drop rule in switchdevMarcin Szycik1-1/+23
2023-11-06ice: Fix VF-VF filter rules in switchdev modeAniruddha Paul1-28/+62
2023-11-06ice: lag: in RCU, use atomic allocationMichal Schmidt1-3/+3
2023-11-06ice: Fix SRIOV LAG disable on non-compliant aggregateDave Ertman1-9/+3
2023-11-06i40e: Fix devlink port unregisteringIvan Vecera1-4/+6
2023-11-06i40e: Do not call devlink_port_type_clear()Ivan Vecera1-1/+0
2023-11-06net/smc: put sk reference if close work was canceledD. Wythe1-1/+2
2023-11-06net/smc: allow cdc msg send rather than drop it with NULL sndbuf_descD. Wythe1-5/+4
2023-11-06net/smc: fix dangling sock under state SMC_APPFINCLOSEWAITD. Wythe4-4/+9
2023-11-06nfsd: regenerate user space parsers after ynl-gen changesJakub Kicinski3-14/+156
2023-11-06tcp: Fix SYN option room calculation for TCP-AO.Kuniyuki Iwashima1-2/+3
2023-11-06octeontx2-pf: Free pending and dropped SQEsGeetha sowjanya4-10/+49
2023-11-06net, sched: Fix SKB_NOT_DROPPED_YET splat under debug configJamal Hadi Salim2-2/+9
2023-11-03netlink: fill in missing MODULE_DESCRIPTION()Jakub Kicinski1-0/+1
2023-11-03net/tcp: fix possible out-of-bounds reads in tcp_hash_fail()Eric Dumazet1-6/+7
2023-11-03net: ethernet: ti: am65-cpsw: rx_pause/tx_pause controls wrong directionRonald Wahl1-2/+2
2023-11-03tcp: fix fastopen code vs usec TSEric Dumazet4-7/+6
2023-11-03selftests: pmtu.sh: fix result checkingHangbin Liu1-1/+1
2023-11-03net: stmmac: xgmac: Enable support for multiple Flexible PPS outputsFurong Xu2-2/+14
2023-11-03Fix termination state for idr_for_each_entry_ul()NeilBrown1-2/+4
2023-11-02selftests/bpf: Fix broken build where char is unsignedBjörn Töpel1-1/+1
2023-11-02net: r8169: Disable multicast filter for RTL8168H and RTL8107EPatrick Thompson1-1/+3
2023-11-02dccp/tcp: Call security_inet_conn_request() after setting IPv6 addresses.Kuniyuki Iwashima2-6/+7
2023-11-02dccp: Call security_inet_conn_request() after setting IPv4 addresses.Kuniyuki Iwashima1-3/+3