aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-02bpf: udp: Get rid of st_bucket_doneJordan Rife1-8/+8
2025-05-02bpf: udp: Make sure iter->batch always contains a full bucket snapshotJordan Rife2-26/+58
2025-05-02bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batchJordan Rife1-5/+6
2025-04-29bpf: net_sched: Fix using bpf qdisc as default qdiscAmery Hung2-4/+4
2025-04-29selftests/bpf: Fix compilation errorsFeng Yang1-0/+2
2025-04-23bnxt_en: hide CONFIG_DETECT_HUNG_TASK specific codeArnd Bergmann1-0/+2
2025-04-23selftests: net/bridge : add tests for per vlan snooping with stp state changesYong Wang3-8/+154
2025-04-23net: bridge: mcast: update multicast contex when vlan state is changedYong Wang3-3/+38
2025-04-23net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functionsYong Wang1-8/+69
2025-04-22xdp: create locked/unlocked instances of xdp redirect target settersJoshua Washington3-6/+26
2025-04-22net: wangxun: restrict feature flags for tunnel packetsJiawen Wu4-0/+32
2025-04-22net: txgbe: Support to set UDP tunnel portJiawen Wu2-0/+39
2025-04-22ppp: Split ppp_exit_net() to ->exit_rtnl().Kuniyuki Iwashima1-15/+10
2025-04-22pfcp: Convert pfcp_net_exit() to ->exit_rtnl().Kuniyuki Iwashima1-16/+7
2025-04-22net: Drop hold_rtnl arg from ops_undo_list().Kuniyuki Iwashima1-6/+8
2025-04-22net: stmmac: visconti: convert to set_clk_tx_rate() methodRussell King (Oracle)1-19/+6
2025-04-22net: dsa: rzn1_a5psw: Make the read-only array offsets static constColin Ian King1-2/+3
2025-04-22MAINTAINERS: Add entry for Renesas RZ/V2H(P) DWMAC GBETH glue layer driverLad Prabhakar1-0/+8
2025-04-22net: stmmac: Add DWMAC glue layer for Renesas GBETHLad Prabhakar3-0/+158
2025-04-22dt-bindings: net: Document support for Renesas RZ/V2H(P) GBETHLad Prabhakar2-0/+202
2025-04-22dt-bindings: net: dwmac: Increase 'maxItems' for 'interrupts' and 'interrupt-names'Lad Prabhakar1-9/+15
2025-04-22ptp: Do not enable by default during compile testingKrzysztof Kozlowski1-2/+2
2025-04-22emulex/benet: Annotate flash_cookie as nonstringKees Cook2-2/+6
2025-04-22net: phy: dp83822: Add support for changing the MAC terminationDimitri Fedrau1-0/+33
2025-04-22net: phy: Add helper for getting MAC termination resistanceDimitri Fedrau2-0/+18
2025-04-22dt-bindings: net: dp83822: add constraints for mac-termination-ohmsDimitri Fedrau1-0/+4
2025-04-22dt-bindings: net: ethernet-phy: add property mac-termination-ohmsDimitri Fedrau1-0/+10
2025-04-22r8169: use pci_prepare_to_sleep in rtl_shutdownHeiner Kallweit1-4/+2
2025-04-22octeontx2-af: Remove unused rvu_npc_enable_bcast_entryDr. David Alan Gilbert2-20/+0
2025-04-22net: 802: Remove unused p8022 codeDr. David Alan Gilbert4-84/+2
2025-04-22rtase: Add ndo_setup_tc support for CBS offload in traffic control setupJustin Lai2-0/+75
2025-04-22rxrpc: rxgk: Set error code in rxgk_yfs_decode_ticket()Dan Carpenter1-0/+1
2025-04-22ionic: add module eeprom channel data to ionic_if and ethtoolShannon Nelson2-2/+7
2025-04-22ionic: support ethtool get_module_eeprom_by_pageShannon Nelson2-71/+37
2025-04-22ionic: extend the QSFP module sprom for more pagesShannon Nelson2-17/+56
2025-04-22vxlan: Convert FDB table to rhashtableIdo Schimmel3-63/+43
2025-04-22vxlan: Introduce FDB key structureIdo Schimmel2-23/+29
2025-04-22vxlan: Do not treat dst cache initialization errors as fatalIdo Schimmel1-4/+4
2025-04-22vxlan: Create wrappers for FDB lookupIdo Schimmel1-10/+24
2025-04-22vxlan: Rename FDB Tx lookup functionIdo Schimmel1-7/+7
2025-04-22vxlan: Convert FDB flushing to RCUIdo Schimmel1-5/+10
2025-04-22vxlan: Convert FDB garbage collection to RCUIdo Schimmel1-8/+11
2025-04-22vxlan: Use linked list to traverse FDB entriesIdo Schimmel1-97/+75
2025-04-22vxlan: Add a linked list of FDB entriesIdo Schimmel3-0/+5
2025-04-22vxlan: Use a single lock to protect the FDB tableIdo Schimmel3-58/+34
2025-04-22vxlan: Relocate assignment of default remote deviceIdo Schimmel1-2/+3
2025-04-22vxlan: Unsplit default FDB entry creation and notificationIdo Schimmel1-13/+8
2025-04-22vxlan: Insert FDB into hash table in vxlan_fdb_create()Ido Schimmel1-11/+4
2025-04-22vxlan: Simplify creation of default FDB entryIdo Schimmel1-53/+25
2025-04-22vxlan: Add RCU read-side critical sections in the Tx pathIdo Schimmel1-6/+8