aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-03net-device: move xdp_prog to net_device_read_rxEric Dumazet3-3/+3
2024-01-03net: ena: Take xdp packets stats into account in ena_get_stats64()David Arinzon1-3/+10
2024-01-03net: ena: Make queue stats code cleaner by removing the if blockDavid Arinzon1-10/+7
2024-01-03net: ena: Always register RX queue infoDavid Arinzon3-4/+13
2024-01-03net: ena: Add more debug prints to XDP related functionDavid Arinzon1-0/+4
2024-01-03net: ena: Refactor napi functionsDavid Arinzon2-23/+30
2024-01-03net: ena: Don't check if XDP program is loaded in ena_xdp_execute()David Arinzon1-3/+0
2024-01-03net: ena: Use tx_ring instead of xdp_ring for XDP channel TXDavid Arinzon4-65/+61
2024-01-03net: ena: Introduce total_tx_size field in ena_tx_buffer structDavid Arinzon2-2/+5
2024-01-03net: ena: Put orthogonal fields in ena_tx_buffer in a unionDavid Arinzon1-5/+7
2024-01-03net: ena: Pass ena_adapter instead of net_device to ena_xmit_common()David Arinzon4-11/+10
2024-01-03net: ena: Move XDP code to its new filesDavid Arinzon7-657/+680
2024-01-03octeontx2-af: Fix max NPC MCAM entry check while validating ref_entrySuman Ghosh1-7/+6
2024-01-03selftests/net: change shebang to bash to support "source"Yujie Liu2-4/+4
2024-01-03fib: remove unnecessary input parameters in fib_default_rule_addZhengchao Shao6-11/+9
2024-01-03net: mvpp2: initialize port fwnode pointerMarcin Wojtas1-1/+1
2024-01-03net: mdio: mux-bcm-iproc: Use alignment helpers and SZ_4KIlpo Järvinen1-2/+4
2024-01-03net/sched: cls_api: complement tcf_tfilter_dump_policyLin Ma1-0/+1
2024-01-02ppp: Fix spelling typo in comment in ppp_async_encode()liyouhong1-1/+1
2024-01-02net: ethtool: Fix symmetric-xor RSS RX flow hash checkGerhard Engleder1-15/+18
2024-01-02net: ethtool: add a NO_CHANGE uAPI for new RXFH's input_xfrmAhmed Zaki2-2/+5
2024-01-02net: ethtool: copy input_xfrm to user-space in ethtool_get_rxfhAhmed Zaki1-0/+5
2024-01-02xsk: make struct xsk_cb_desc available outside CONFIG_XDP_SOCKETSVladimir Oltean1-2/+2
2024-01-02Revert "net: mdio: get/put device node during (un)registration"Jakub Kicinski3-17/+1
2024-01-02dt-bindings: net: renesas,etheravb: Document RZ/G3S supportClaudiu Beznea1-0/+1
2024-01-02i40e: Avoid unnecessary use of comma operatorSimon Horman1-1/+1
2024-01-02i40e: Fix VF disable behavior to block all trafficAndrii Staikov2-0/+33
2024-01-02ixgbe: Refactor returning internal error codesJedrzej Jagielski12-317/+264
2024-01-02ixgbe: Refactor overtemp event handlingJedrzej Jagielski5-41/+43
2024-01-02ixgbe: report link state for VF devicesOvidiu Panait1-0/+1
2024-01-02net/sched: Remove uapi support for CBQ qdiscJamal Hadi Salim2-160/+0
2024-01-02net/sched: Remove uapi support for ATM qdiscJamal Hadi Salim2-30/+0
2024-01-02net/sched: Remove uapi support for dsmark qdiscJamal Hadi Salim2-28/+0
2024-01-02net/sched: Remove uapi support for tcindex classifierJamal Hadi Salim2-32/+0
2024-01-02net/sched: Remove uapi support for rsvp classifierJamal Hadi Salim2-62/+0
2024-01-02octeon_ep_vf: update MAINTAINERSShinas Rasheed1-0/+9
2024-01-02octeon_ep_vf: add ethtool supportShinas Rasheed5-2/+312
2024-01-02octeon_ep_vf: add Tx/Rx processing and interrupt supportShinas Rasheed4-5/+867
2024-01-02octeon_ep_vf: add support for ndo opsShinas Rasheed1-0/+54
2024-01-02octeon_ep_vf: add Tx/Rx ring resource setup and cleanupShinas Rasheed2-0/+439
2024-01-02octeon_ep_vf: add VF-PF mailbox communication.Shinas Rasheed4-2/+581
2024-01-02octeon_ep_vf: add hardware configuration APIsShinas Rasheed2-2/+675
2024-01-02octeon_ep_vf: Add driver framework and device initializationShinas Rasheed19-0/+2416
2024-01-02net/ps3_gelic_net: Add gelic_descr structuresGeoff Levand2-92/+109
2024-01-02bnxt_en: Add support for ntuple filter deletion by ethtool.Michael Chan1-0/+29
2024-01-02bnxt_en: Add support for ntuple filters added from ethtool.Michael Chan3-7/+201
2024-01-02bnxt_en: Add ntuple matching flags to the bnxt_ntuple_filter structure.Michael Chan3-50/+99
2024-01-02bnxt_en: Refactor ntuple filter removal logic in bnxt_cfg_ntp_filters().Michael Chan2-16/+22
2024-01-02bnxt_en: Refactor the hash table logic for ntuple filters.Michael Chan3-28/+59
2024-01-02bnxt_en: Refactor filter insertion logic in bnxt_rx_flow_steer().Michael Chan2-52/+41