aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-04net: phy: added the LAN937x phy supportArun Ramadoss1-1/+54
2022-03-04net: phy: updated the initialization routine for LAN87xxArun Ramadoss1-42/+175
2022-03-04net: phy: removed empty lines in LAN87XXArun Ramadoss1-4/+0
2022-03-04net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XXArun Ramadoss1-3/+4
2022-03-04net: phy: used genphy_soft_reset for phy reset in LAN87xxArun Ramadoss1-12/+2
2022-03-04net: phy: micrel: 1588 support for LAN8814 phyDivya Koppera1-22/+1066
2022-03-04dt-bindings: net: micrel: Configure latency values and timestamping check for LAN8814 phyDivya Koppera1-0/+17
2022-03-04net: phy: micrel: Fix concurrent register accessDivya Koppera1-14/+16
2022-03-04net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong3-3/+11
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong3-1/+3
2022-03-04net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong3-1/+3
2022-03-04net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong3-1/+11
2022-03-04net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong3-2/+8
2022-03-04net: skb: introduce the function kfree_skb_list_reason()Menglong Dong2-4/+11
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong3-1/+3
2022-03-04net: dev: Use netif_rx().Sebastian Andrzej Siewior1-3/+3
2022-03-04net: bridge: Use netif_rx().Sebastian Andrzej Siewior1-2/+2
2022-03-04net: macvlan: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-04net: ethernet: Use netif_rx().Sebastian Andrzej Siewior9-9/+9
2022-03-04net: dsa: Use netif_rx().Sebastian Andrzej Siewior3-3/+3
2022-03-04net: caif: Use netif_rx().Sebastian Andrzej Siewior2-2/+2
2022-03-04net: sgi-xp: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-04net: xtensa: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-04docs: networking: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-04net: dsa: felix: remove redundant assignment in felix_8021q_cpu_port_deinitVladimir Oltean1-1/+0
2022-03-04net: dsa: felix: print error message in felix_check_xtr_pkt()Vladimir Oltean1-1/+5
2022-03-04net: dsa: felix: initialize "err" to 0 in felix_check_xtr_pkt()Vladimir Oltean1-1/+1
2022-03-04net: dsa: felix: drop the ptp_type argument from felix_check_xtr_pkt()Vladimir Oltean1-5/+2
2022-03-04net: dsa: felix: remove ocelot->npi assignment from felix_8021q_cpu_port_initVladimir Oltean1-1/+0
2022-03-04net: mscc: ocelot: use pretty names for IPPROTO_UDP and IPPROTO_TCPVladimir Oltean1-2/+2
2022-03-04net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_block_remove_filterVladimir Oltean1-5/+3
2022-03-03net/smc: fix document build WARNING from smc-sysctl.rstDust Li2-3/+4
2022-03-03net: marvell: Use min() instead of doing it manuallyHaowen Bai1-1/+1
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller8-125/+363
2022-03-03ice: introduce VF accessor functionsJacob Keller5-53/+115
2022-03-03ice: factor VF variables to separate structureJacob Keller7-68/+83
2022-03-03ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet2-22/+14
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller8-152/+163
2022-03-03ice: use ice_for_each_vf for iteration during removalJacob Keller1-5/+4
2022-03-03ice: remove checks in ice_vc_send_msg_to_vfJacob Keller1-8/+3
2022-03-03ice: move VFLR acknowledge during ice_free_vfsJacob Keller1-19/+8
2022-03-03ice: move clear_malvf call in ice_free_vfsJacob Keller1-7/+6
2022-03-03ice: pass num_vfs to ice_set_per_vf_res()Jacob Keller1-61/+26
2022-03-03ice: store VF pointer instead of VF IDJacob Keller10-95/+142
2022-03-03ice: refactor unwind cleanup in eswitch modeJacob Keller2-55/+53
2022-03-03net: dsa: make dsa_tree_change_tag_proto actually unwind the tag proto changeVladimir Oltean1-1/+1
2022-03-03ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()Maciej Fijalkowski1-2/+4
2022-03-03selftests: mlxsw: resource_scale: Fix return valueAmit Cohen1-1/+1
2022-03-03selftests: mlxsw: tc_police_scale: Make test more robustAmit Cohen1-1/+2
2022-03-03net: dcb: disable softirqs in dcbnl_flush_dev()Vladimir Oltean1-2/+2