summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-01-23sample: rust: pci: add tests for config space routinesZhi Wang-0/+26
2026-01-23rust: pci: add config space read/write supportZhi Wang-4/+204
2026-01-23cpuidle: governors: menu: Always check timers with tick stoppedRafael J. Wysocki-11/+11
2026-01-23rust: io: factor out MMIO read/write macrosZhi Wang-45/+102
2026-01-23rust: io: separate generic I/O helpers from MMIO implementationZhi Wang-131/+435
2026-01-23drm/tyr: suppress unread field warningsDeborah Brouwer-6/+6
2026-01-23perf regs: Refactor use of arch__sample_reg_masks() to perf_reg_name()Ian Rogers-287/+81
2026-01-23perf annotate: Fix memcpy size in arch__grow_instructions()Suchit Karunakaran-1/+1
2026-01-23perf tests sched: Avoid error in cleanup on loaded machinesIan Rogers-1/+1
2026-01-23perf inject: With --convert-callchain ignore the dummy event for dwarf stacksIan Rogers-1/+1
2026-01-23perf disasm: Minor layout tweaks for 'struct arch'Ian Rogers-4/+4
2026-01-23perf disasm: Refactor arch__find and initialization of arch structsIan Rogers-242/+283
2026-01-23perf map_symbol: Switch from holding maps to holding threadIan Rogers-44/+47
2026-01-23perf disasm: Refactor ins__is_call/jump to avoid exposing arch ins_opsIan Rogers-8/+12
2026-01-23perf disasm: Don't include C files from the arch directoryIan Rogers-238/+289
2026-01-23perf disasm: Rework the string arch__is to use the ELF machineIan Rogers-21/+27
2026-01-23perf disasm: Constify use of 'struct ins'Ian Rogers-24/+40
2026-01-23perf disasm: Constify use of 'struct ins_op'Ian Rogers-51/+51
2026-01-23perf disasm: Constify use of 'struct arch'Ian Rogers-58/+67
2026-01-23perf maps: Fix reference count leak in maps__find_ams()Ian Rogers-0/+1
2026-01-23perf annotate: Fix args leak of map_symbolIan Rogers-38/+47
2026-01-23perf header: Fix memory leaks in process_cpu_domain_info()Ian Rogers-13/+4
2026-01-23Merge branch 'net-rds-rds-tcp-state-machine-and-message-loss-improvements'Jakub Kicinski-81/+171
2026-01-23net/rds: rds_tcp_accept_one ought to not discard messagesGerd Rausch-76/+169
2026-01-23net/rds: No shortcut out of RDS_CONN_ERRORGerd Rausch-5/+2
2026-01-23Merge branch 'net-restore-the-structure-of-driver-facing-qcfg-api'Jakub Kicinski-49/+152
2026-01-23eth: bnxt: plug bnxt_validate_qcfg() into qopsJakub Kicinski-5/+6
2026-01-23net: add queue config validation callbackJakub Kicinski-14/+76
2026-01-23net: use netdev_queue_config() for mp restartJakub Kicinski-39/+37
2026-01-23net: move mp->rx_page_size validation to __net_mp_open_rxq()Jakub Kicinski-4/+6
2026-01-23net: introduce a trivial netdev_queue_config()Jakub Kicinski-3/+39
2026-01-23eth: bnxt: always set the queue mgmt opsJakub Kicinski-1/+5
2026-01-23octeon_ep: Fix memory leak in octep_device_setup()Zilin Guan-1/+1
2026-01-23Merge branch 'selftest-extend-tun-virtio-coverage-for-gso-over-udp-tunnel'Jakub Kicinski-39/+1265
2026-01-23selftest: tun: Add test data for success and failure pathsXu Du-2/+113
2026-01-23selftest: tun: Add test for receiving gso packet from tunXu Du-0/+194
2026-01-23selftest: tun: Add test for sending gso packet into tunXu Du-9/+135
2026-01-23selftest: tun: Add helpers for GSO over UDP tunnelXu Du-0/+425
2026-01-23selftest: tun: Refactor tun_delete to use tuntap_helpersXu Du-40/+15
2026-01-23selftest: tun: Introduce tuntap_helpers.h header for TUN/TAP testingXu Du-0/+390
2026-01-23selftest: tun: Format tun.c existing codeXu Du-10/+15
2026-01-23evm: Use ordered xattrs list to calculate HMAC in evm_init_hmac()Roberto Sassu-4/+10
2026-01-23Merge branch 'geneve-introduce-double-tunnel-gso-gro-support'Jakub Kicinski-38/+974
2026-01-23selftests: net: tests for add double tunneling GRO/GSOPaolo Abeni-0/+395
2026-01-23geneve: use GRO hint option in the RX pathPaolo Abeni-7/+176
2026-01-23geneve: extract hint option at GRO stagePaolo Abeni-5/+183
2026-01-23geneve: add GRO hint output pathPaolo Abeni-4/+120
2026-01-23geneve: pass the geneve device ptr to geneve_build_skb()Paolo Abeni-12/+8
2026-01-23geneve: constify geneve_hlen()Paolo Abeni-5/+5
2026-01-23geneve: add netlink support for GRO hintPaolo Abeni-4/+29