aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-18dpaa2-eth: support PTP Sync packet one-step timestampingYangbo Lu3-16/+209
2020-09-18dpaa2-eth: utilize skb->cb[0] for hardware timestampingYangbo Lu2-16/+23
2020-09-18dpaa2-eth: invoke dpaa2_eth_enable_tx_tstamp() once in codeYangbo Lu1-15/+16
2020-09-18dpaa2-eth: define a global ptp_qoriq structure pointerYangbo Lu4-1/+11
2020-09-18dpaa2-eth: add APIs of 1588 single step timestampingYangbo Lu3-0/+131
2020-09-18net: openswitch: reuse the helper variable to improve the code readablityZeng Tao1-2/+2
2020-09-18net: fix build without CONFIG_SYSCTL definitionMahesh Bandewar1-2/+3
2020-09-18net: bridge: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-18net: atm: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-18net: tipc: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-18net: bluetooth: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-18net: ipv6: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-18net: rds: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-18net: core: delete duplicated wordsRandy Dunlap1-2/+2
2020-09-18Revert "ibmvnic: remove never executed if statement"Lijun Pan1-0/+6
2020-09-18tipc: add automatic rekeying for encryption keyTuong Lien6-3/+141
2020-09-18tipc: add automatic session key exchangeTuong Lien7-20/+405
2020-09-18tipc: introduce encryption master keyTuong Lien6-62/+175
2020-09-18tipc: optimize key switching time and logicTuong Lien3-231/+165
2020-09-18ionic: add devlink firmware updateShannon Nelson5-9/+239
2020-09-18ionic: update the fw update apiShannon Nelson2-8/+29
2020-09-18netdevsim: devlink flash timeout messageShannon Nelson1-0/+2
2020-09-18devlink: collect flash notify params into a structShannon Nelson2-23/+50
2020-09-18devlink: add timeout information to status_notifyShannon Nelson3-6/+30
2020-09-18net: use exponential backoff in netdev_wait_allrefsFrancesco Ruggeri1-2/+10
2020-09-17mptcp: fix integer overflow in mptcp_subflow_discard_data()Paolo Abeni1-1/+1
2020-09-17net/smc: fix double kfree in smc_listen_work()Ursula Braun1-2/+2
2020-09-17ionic: add DIMLIB to KconfigShannon Nelson1-0/+1
2020-09-17net: remove comments on struct rtnl_link_statsJakub Kicinski1-16/+15
2020-09-17net: mdio: octeon: Select MDIO_DEVRESAndrew Lunn1-0/+1
2020-09-17selftests: Set default protocol for raw sockets in nettestDavid Ahern1-0/+2
2020-09-17dpaa2-eth: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-57/+6
2020-09-17net: hsr: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-19/+2
2020-09-17mlxsw: spectrum_qdisc: Disable port buffer autoresize with qdiscsPetr Machata1-1/+33
2020-09-17mlxsw: spectrum_dcb: Implement dcbnl_setbuffer / getbufferPetr Machata1-0/+59
2020-09-17mlxsw: spectrum_buffers: Support two headroom modesPetr Machata2-3/+30
2020-09-17netlink: add spaces around '&' in netlink_recv/sendmsg()Yang Yingliang1-4/+4
2020-09-17netdev: Remove unused functionsYueHaibing1-10/+0
2020-09-17mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofoYe Bin1-2/+3
2020-09-17dt-bindings: marvell,prestera: Add description for device-tree bindingsVadym Kochan1-0/+34
2020-09-17net: marvell: prestera: Add Switchdev driver implementationVadym Kochan7-4/+1807
2020-09-17net: marvell: prestera: Add ethtool interface supportVadym Kochan7-6/+1182
2020-09-17net: marvell: prestera: Add basic devlink supportVadym Kochan6-5/+165
2020-09-17net: marvell: prestera: Add PCI interface supportVadym Kochan3-0/+782
2020-09-17net: marvell: prestera: Add driver for Prestera family ASIC devicesVadym Kochan12-0/+2380
2020-09-17genetlink: Remove unused function genl_err_attr()YueHaibing1-8/+0
2020-09-17net/sched: Remove unused function qdisc_queue_drop_head()YueHaibing1-6/+0
2020-09-17selftests: mptcp: interpret \n as a new lineMatthieu Baerts2-4/+4
2020-09-17net/packet: Fix a comment about mac_headerXie He1-11/+12
2020-09-17net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin3-15/+16