aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-31net: mediatek: add flow offload for mt7623Frank Wunderlich1-0/+1
2021-03-31net: stmmac: enable MTL ECC Error Address Status Over-ride by defaultVoon Weifeng2-0/+2
2021-03-31net: enetc: add support for XDP_REDIRECTVladimir Oltean4-12/+218
2021-03-31net: enetc: increase RX ring default sizeVladimir Oltean1-1/+1
2021-03-31net: enetc: add support for XDP_TXVladimir Oltean3-25/+228
2021-03-31net: enetc: add support for XDP_DROP and XDP_PASSVladimir Oltean4-20/+281
2021-03-31net: enetc: move up enetc_reuse_page and enetc_page_reusableVladimir Oltean1-19/+19
2021-03-31net: enetc: clean the TX software BD on the TX confirmation pathVladimir Oltean1-0/+4
2021-03-31net: enetc: add a dedicated is_eof bit in the TX software BDVladimir Oltean2-4/+4
2021-03-31net: enetc: move skb creation into enetc_build_skbVladimir Oltean1-37/+44
2021-03-31net: enetc: consume the error RX buffer descriptors in a dedicated functionVladimir Oltean1-16/+27
2021-03-31ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet4-6/+0
2021-03-31net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start()Yang Yingliang1-0/+2
2021-03-31ipv6: move ip6_dst_ops first in netns_ipv6Eric Dumazet1-1/+3
2021-03-31ipv6: convert elligible sysctls to u8Eric Dumazet3-38/+36
2021-03-31tcp: convert tcp_comp_sack_nr sysctl to u8Eric Dumazet2-5/+3
2021-03-31ipv4: convert igmp_link_local_mcast_reports sysctl to u8Eric Dumazet2-3/+3
2021-03-31ipv4: convert fib_multipath_{use_neigh|hash_policy} sysctls to u8Eric Dumazet2-6/+6
2021-03-31ipv4: convert udp_l3mdev_accept sysctl to u8Eric Dumazet2-3/+3
2021-03-31ipv4: convert fib_notify_on_flag_change sysctl to u8Eric Dumazet2-3/+3
2021-03-31inet: shrink netns_ipv4 by another cache lineEric Dumazet1-3/+3
2021-03-31inet: shrink inet_timewait_death_row by 48 bytesEric Dumazet1-2/+5
2021-03-31net: lpc_eth: fix format warnings of block commentsYangyang Li1-3/+6
2021-03-31net: toshiba: fix the trailing format of some block commentsYixing Liu2-15/+30
2021-03-31net: ocelot: fix a trailling format issue with block commentsYixing Liu1-1/+2
2021-03-31net: amd: correct some format issuesYixing Liu1-0/+3
2021-03-31net: amd8111e: fix inappropriate spacesYixing Liu1-185/+177
2021-03-31net: ena: remove extra words from commentsYixing Liu1-1/+1
2021-03-31net: ena: fix inaccurate print typeYixing Liu1-2/+2
2021-03-31qrtr: Convert qrtr_ports from IDR to XArrayMatthew Wilcox (Oracle)1-28/+14
2021-03-31net: ethernet: stmicro: Remove duplicate struct declarationWan Jiabing1-1/+0
2021-03-31ice: Correct comment block styleTony Nguyen1-2/+1
2021-03-31ice: cleanup style issuesBruce Allan3-7/+7
2021-03-31ice: Consolidate VSI state and flagsAnirudh Venkataramanan5-46/+47
2021-03-31ice: Refactor ice_set/get_rss into LUT and key specific functionsBrett Creeley5-117/+117
2021-03-31ice: Refactor get/set RSS LUT to use struct parameterBrett Creeley6-42/+62
2021-03-31ice: Change ice_vsi_setup_q_map() to not depend on RSSBrett Creeley2-34/+17
2021-03-31ice: rename ptype bitmapQi Zhang1-8/+8
2021-03-31ice: correct memory allocation callBruce Allan1-1/+1
2021-03-31ice: Check for bail out condition earlyAnirudh Venkataramanan1-5/+5
2021-03-31ice: remove unnecessary duplicated AQ command flag settingBruce Allan1-1/+1
2021-03-31ice: change link misconfiguration messagePaul Greenwalt1-1/+1
2021-03-31ice: handle increasing Tx or Rx ring sizesPaul M Stillwell Jr2-33/+92
2021-03-31ice: Update to use package info from ice segmentDan Nowlin4-22/+36
2021-03-31ice: Delay netdev registrationAnirudh Venkataramanan2-52/+47
2021-03-31ice: Add Support for XPSBenita Bose2-0/+29
2021-03-31ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet1-1/+1
2021-03-31selftests: ethtool: add a netdevsim FEC testJakub Kicinski2-1/+114
2021-03-31netdevsim: add FEC settings supportJakub Kicinski2-0/+39
2021-03-31ethtool: support FEC settings over netlinkJakub Kicinski6-3/+339