aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-25devlink: introduce flash update overwrite maskJacob Keller4-2/+70
2020-09-25devlink: convert flash_update to use params structureJacob Keller11-40/+57
2020-09-25devlink: check flash_update parameter support in net coreJacob Keller10-32/+34
2020-09-25tcp: consolidate tcp_mark_skb_lost and tcp_skb_mark_lostYuchung Cheng1-12/+2
2020-09-25tcp: simplify tcp_mark_skb_lostYuchung Cheng1-37/+22
2020-09-25tcp: move tcp_mark_skb_lostYuchung Cheng2-14/+14
2020-09-25tcp: consistently check retransmit hintYuchung Cheng2-8/+3
2020-09-25dpaa2-mac: Fix potential null pointer dereferenceGustavo A. R. Silva1-1/+1
2020-09-25dpaa2-eth: install a single steering rule when SHARED_FS is enabledIonut-robert Aron3-1/+17
2020-09-25dpaa2-eth: no need to check link state right after ndo_openIoana Ciornei1-12/+1
2020-09-25dpaa2-mac: do not check for both child and parent DTS nodesIoana Ciornei1-2/+1
2020-09-25vxlan: fix vxlan_find_sock() documentation for l3mdevFabian Frederick1-2/+3
2020-09-25vxlan: check rtnl_configure_link return code correctlyFabian Frederick1-1/+1
2020-09-25vxlan: move encapsulation warningFabian Frederick1-5/+4
2020-09-25vxlan: add unlikely to vxlan_remcsum checkFabian Frederick1-1/+1
2020-09-25vxlan: don't collect metadata if remote checksum is wrongFabian Frederick1-3/+4
2020-09-25net: bridge: mcast: remove only S,G port groups from sg_port hashNikolay Aleksandrov1-4/+5
2020-09-25net: stmmac: Add option for VLAN filter fail queue enableChuah, Kim Tatt7-2/+32
2020-09-25net: dsa: sja1105: implement .devlink_info_getVladimir Oltean3-0/+21
2020-09-25net: dsa: sja1105: expose static config as devlink regionVladimir Oltean3-3/+124
2020-09-25net: dsa: sja1105: move devlink param code to sja1105_devlink.cVladimir Oltean4-103/+132
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg72-682/+794
2020-09-25sfc: fix kdoc warningJesse Brandeburg2-1/+2
2020-09-25drivers/net/ethernet: remove incorrectly formatted docJesse Brandeburg3-15/+15
2020-09-25drivers/net/ethernet: add some basic kdoc tagsJesse Brandeburg2-2/+2
2020-09-25drivers/net/ethernet: handle one warning explicitlyJesse Brandeburg1-0/+10
2020-09-25drivers/net/ethernet: rid ethernet of no-prototype warningsJesse Brandeburg2-0/+2
2020-09-25drivers/net/ethernet: clean up unused assignmentsJesse Brandeburg15-84/+37
2020-09-25intel: handle unused assignmentsJesse Brandeburg3-149/+131
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg38-129/+185
2020-09-25net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli2-6/+16
2020-09-25ath11k: fix undefined reference to 'ath11k_debugfs_htt_ext_stats_handler'Kalle Valo2-10/+20
2020-09-24net: hns3: rename macro of pci device id of vfGuangbin Huang3-8/+9
2020-09-24net: hns3: add support for 200G deviceGuangbin Huang5-11/+55
2020-09-24net: hns3: add debugfs of dumping pf interrupt resourcesYufeng Mo2-0/+13
2020-09-24net: hns3: add a hardware error detect typeYufeng Mo3-0/+5
2020-09-24net: hns3: remove unnecessary variable initializationYufeng Mo6-9/+9
2020-09-24net: hns3: refactor the function for dumping tc information in debugfsYufeng Mo1-10/+5
2020-09-24net: tcp: drop unused function argument from mptcp_incoming_optionsFlorian Westphal3-8/+5
2020-09-24mptcp: retransmit ADD_ADDR when timeoutGeliang Tang3-17/+96
2020-09-24mptcp: add sk_stop_timer_sync helperGeliang Tang2-0/+9
2020-09-24mptcp: add struct mptcp_pm_add_entryGeliang Tang1-7/+12
2020-09-24selftests: mptcp: add remove addr and subflow test casesGeliang Tang1-3/+142
2020-09-24selftests: mptcp: add remove cfg in mptcp_connectGeliang Tang1-3/+15
2020-09-24mptcp: add mptcp_destroy_common helperGeliang Tang3-6/+10
2020-09-24mptcp: add RM_ADDR related mibsGeliang Tang3-0/+9
2020-09-24mptcp: implement mptcp_pm_remove_subflowGeliang Tang3-3/+42
2020-09-24mptcp: remove addr and subflow in PM netlinkGeliang Tang5-11/+130
2020-09-24mptcp: add accept_subflow re-checkGeliang Tang1-4/+6
2020-09-24selftests: mptcp: add ADD_ADDR mibs check functionGeliang Tang1-0/+44