summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-10netfilter: require Ethernet MAC header before using eth_hdr()Zhengchuan Liang6-14/+24
2026-04-10netfilter: nft_fwd_netdev: check ttl/hl before forwardingFlorian Westphal1-0/+10
2026-04-10netfilter: x_tables: Avoid a couple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-4/+8
2026-04-10netfilter: conntrack: remove UDP-Lite conntrack supportFernando Fernandez Mancera11-170/+0
2026-04-10netfilter: xt_socket: enable defrag after all other checksFlorian Westphal1-17/+6
2026-04-10netfilter: xt_HL: add pr_fmt and checkentry validationMarino Dzalto1-0/+27
2026-04-10netfilter: nfnetlink: prefer skb_mac_header helpersFlorian Westphal2-22/+22
2026-04-10netfilter: x_physdev: reject empty or not-nul terminated device namesFlorian Westphal1-0/+22
2026-04-10ipvs: add conn_lfactor and svc_lfactor sysctl varsJulian Anastasov2-0/+113
2026-04-10ipvs: add ip_vs_status infoJulian Anastasov1-0/+145
2026-04-10ipvs: show the current conn_tab size to usersJulian Anastasov1-4/+22
2026-04-10arm64: Kconfig: fix duplicate word in CMDLINE help textMichael Ugrin1-1/+1
2026-04-10Merge branch 'pm-cpufreq'Rafael J. Wysocki28-200/+1105
2026-04-10xen/grant-table: guard gnttab_suspend/resume with CONFIG_HIBERNATE_CALLBACKSPengpeng Hou2-1/+14
2026-04-10hvc/xen: Check console connection flagJason Andryuk2-0/+16
2026-04-10xen/swiotlb: fix stale reference to swiotlb_unmap_page()Kexin Sun1-1/+1
2026-04-10xen/manage: unwind partial shutdown watcher setup on errorGuoHan Zhao1-3/+17
2026-04-10selftests/sched_ext: Fix wrong DSQ ID in peek_dsq error messagefangqiurong1-1/+1
2026-04-10erofs: error out obviously illegal extents in advanceGao Xiang2-10/+15
2026-04-10erofs: clean up encoded map flagsGao Xiang4-35/+33
2026-04-10ARM: xen: validate hypervisor compatible before parsing its versionPengpeng Hou1-4/+6
2026-04-10sched_ext: Documentation: improve accuracy of task lifecycle pseudo-codeKuba Piecuch1-7/+36
2026-04-10cgroup/rdma: fix swapped arguments in pr_warn() format stringcuitao1-1/+1
2026-04-10mmc: sdhci-msm: Fix the wrapped key handlingNeeraj Soni1-5/+0
2026-04-10um: Disable GCOV_PROFILE_ALL on 32-bit UML with Clang 20/21Kees Cook1-1/+3
2026-04-10gpio: tegra: return -ENOMEM on allocation failure in probeSamasth Norway Ananda1-1/+1
2026-04-10Merge tag 'drm-misc-fixes-2026-04-09' of https://gitlab.freedesktop.org/drm/m...Dave Airlie4-8/+16
2026-04-10tools: ynl: tests: fix leading space on Makefile targetHangbin Liu1-1/+1
2026-04-10selftests: net: py: explicitly forbid multiple ksft_run() callsJakub Kicinski1-1/+4
2026-04-10ipv6: sit: remove redundant ret = 0 assignmentYue Haibing1-1/+1
2026-04-10eth: fbnic: Use wake instead of startMohsin Bashir1-1/+1
2026-04-10net: airoha: Add dma_rmb() and READ_ONCE() in airoha_qdma_rx_process()Lorenzo Bianconi1-6/+10
2026-04-10net: txgbe: fix RTNL assertion warning when remove moduleJiawen Wu1-0/+2
2026-04-10Merge branch 'net-bcmgenet-fix-queue-lock-up'Jakub Kicinski1-16/+14
2026-04-10net: bcmgenet: fix racing timeout handlerJustin Chen1-13/+9
2026-04-10net: bcmgenet: fix leaking free_bdsJustin Chen1-0/+2
2026-04-10net: bcmgenet: fix off-by-one in bcmgenet_put_txcbJustin Chen1-3/+3
2026-04-10net: macb: Use napi_schedule_irqoff() in IRQ handlerKevin Hao1-2/+2
2026-04-10ppp: consolidate refcount decrementsQingfang Deng1-33/+28
2026-04-10net: phy: realtek: Add property to enable SSCMarek Vasut1-0/+127
2026-04-10dt-bindings: net: realtek,rtl82xx: Document realtek,*-ssc-enable propertyMarek Vasut1-0/+15
2026-04-10dt-bindings: net: realtek,rtl82xx: Keep property list sortedMarek Vasut1-4/+4
2026-04-10Merge branch 'macsec-add-support-for-vlan-filtering-in-offload-mode'Jakub Kicinski9-128/+489
2026-04-10macsec: Support VLAN-filtering lower devicesCosmin Ratiu1-8/+63
2026-04-10selftests: Add MACsec VLAN propagation traffic testCosmin Ratiu3-0/+151
2026-04-10nsim: Add support for VLAN filtersCosmin Ratiu2-2/+71
2026-04-10selftests: Migrate nsim-only MACsec tests to PythonCosmin Ratiu5-118/+204
2026-04-10ipv6: move IFA_F_PERMANENT percpu allocation in process scopePaolo Abeni1-12/+19
2026-04-10net: use get_random_u{16,32,64}() where appropriateDavid Carlier7-10/+10
2026-04-10jbd2: fix deadlock in jbd2_journal_cancel_revoke()Zhang Yi1-3/+5