aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-12net: ipa: use a bitmap for endpoint replenish_enabledAlex Elder2-6/+17
2022-01-12net: ipa: fix atomic update in ipa_endpoint_replenish()Alex Elder1-4/+3
2022-01-12ref_tracker: use __GFP_NOFAIL more carefullyEric Dumazet1-1/+4
2022-01-12nfc: st21nfca: Fix potential buffer overflows in EVT_TRANSACTIONJordy Zomer1-0/+10
2022-01-12net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar1-0/+2
2022-01-12Revert "of: net: support NVMEM cells with MAC in text format"Michael Walle1-22/+11
2022-01-11net: phy: at803x: make array offsets staticColin Ian King1-1/+1
2022-01-11nfc: pn544: make array rset_cmd static constColin Ian King1-1/+1
2022-01-11net: sched: do not allocate a tracker in tcf_exts_init()Eric Dumazet1-1/+3
2022-01-11mlx5: Don't accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get()Guillaume Nault1-2/+3
2022-01-11libcxgb: Don't accidentally set RTO_ONLINK in cxgb_find_route()Guillaume Nault1-1/+2
2022-01-11gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()Guillaume Nault1-2/+3
2022-01-11xfrm: Don't accidentally set RTO_ONLINK in decode_session4()Guillaume Nault1-1/+2
2022-01-11net: ethernet: sun4i-emac: replace magic number with macroConley Lee2-13/+35
2022-01-11mctp: test: zero out sockaddrMatt Johnston1-1/+1
2022-01-10Revert "net: vertexcom: default to disabled on kbuild"Saeed Mahameed1-1/+1
2022-01-10netfilter: nf_tables: typo NULL check in _clone() functionPablo Neira Ayuso4-4/+4
2022-01-10netfilter: nf_tables: don't use 'data_size' uninitializedLinus Torvalds1-0/+1
2022-01-10Revert "drm/amd/display: Fix for otg synchronization logic"Linus Torvalds7-99/+14
2022-01-09tcp: tcp_send_challenge_ack delete useless param `skb`Benjamin Yim1-5/+5
2022-01-09net/qla3xxx: Remove useless DMA-32 fallback configurationChristophe JAILLET1-8/+3
2022-01-09rocker: Remove useless DMA-32 fallback configurationChristophe JAILLET1-13/+4
2022-01-09hinic: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+2
2022-01-09lan743x: Remove useless DMA-32 fallback configurationChristophe JAILLET1-14/+8
2022-01-09net: enetc: Remove useless DMA-32 fallback configurationChristophe JAILLET2-13/+4
2022-01-09cxgb4vf: Remove useless DMA-32 fallback configurationChristophe JAILLET1-15/+5
2022-01-09cxgb4: Remove useless DMA-32 fallback configurationChristophe JAILLET1-12/+5
2022-01-09cxgb3: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+5
2022-01-09bnx2x: Remove useless DMA-32 fallback configurationChristophe JAILLET1-15/+4
2022-01-09et131x: Remove useless DMA-32 fallback configurationChristophe JAILLET1-3/+2
2022-01-09be2net: Remove useless DMA-32 fallback configurationChristophe JAILLET1-9/+5
2022-01-09vmxnet3: Remove useless DMA-32 fallback configurationChristophe JAILLET1-15/+7
2022-01-09bna: Simplify DMA settingChristophe JAILLET1-24/+10
2022-01-09net: alteon: Simplify DMA settingChristophe JAILLET2-8/+2
2022-01-09myri10ge: Simplify DMA settingChristophe JAILLET1-12/+1
2022-01-09qlcnic: Simplify DMA settingChristophe JAILLET6-38/+19
2022-01-09net: allwinner: Fix print formatJakub Kicinski1-2/+2
2022-01-09page_pool: remove spinlock in page_pool_refill_alloc_cache()Yunsheng Lin1-4/+0
2022-01-09amt: fix wrong return type of amt_send_membership_update()Taehee Yoo1-1/+1
2022-01-09net: mcs7830: handle usb read errors properlyPavel Skripkin1-2/+10
2022-01-09net: skb: use kfree_skb_reason() in __udp4_lib_rcv()Menglong Dong3-2/+10
2022-01-09net: skb: use kfree_skb_reason() in tcp_v4_rcv()Menglong Dong3-3/+19
2022-01-09net: skb: introduce kfree_skb_reason()Menglong Dong5-17/+67
2022-01-09net/mlx5e: Fix build error in fec_set_block_stats()Jakub Kicinski1-1/+1
2022-01-09bnxt_en: improve firmware timeout messagingEdwin Peer4-24/+25
2022-01-09bnxt_en: use firmware provided max timeout for messagesEdwin Peer6-12/+15
2022-01-09bnxt_en: improve VF error messages when PF is unavailableEdwin Peer3-9/+40
2022-01-09bnxt_en: add dynamic debug support for HWRM messagesEdwin Peer2-21/+50
2022-01-09iwlwifi: mvm: Use div_s64 instead of do_div in iwl_mvm_ftm_rtt_smoothing()Nathan Chancellor1-2/+1
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey5-5/+27