summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-26docs: net: document neigh gc_interval sysctlGabriel Goller
2026-02-26net: stmmac: ptp: limit n_per_outRussell King (Oracle)
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-26netfilter: nf_conntrack_h323: fix OOB read in decode_choice()Vahagn Vardanian
2026-02-26dpaa2-switch: validate num_ifs to prevent out-of-bounds writeJunrui Luo
2026-02-26bonding: print churn state via netlinkHangbin Liu
2026-02-26pppoe: remove kernel-mode relay supportQingfang Deng
2026-02-26net: consume xmit errors of GSO framesJakub Kicinski
2026-02-26Merge branch 'vsock-add-write-once-semantics-to-child_ns_mode'Paolo Abeni
2026-02-26vsock: document write-once behavior of the child_ns_mode sysctlBobby Eshleman
2026-02-26vsock: lock down child_ns_mode as write-onceBobby Eshleman
2026-02-26selftests/vsock: change tests to respect write-once child ns modeBobby Eshleman
2026-02-26Merge branch 'net-mlx5e-shampo-allow-high-order-pages-in-zerocopy-mode'Paolo Abeni
2026-02-26net/mlx5e: SHAMPO, Allow high order pages in zerocopy modeDragos Tatulea
2026-02-26net/mlx5e: Add param helper to calculate max page sizeDragos Tatulea
2026-02-26net/mlx5e: Pass netdev queue config to param calculationsDragos Tatulea
2026-02-26net/mlx5e: Add queue config ops for page sizeDragos Tatulea
2026-02-26net/mlx5e: RX, Make page frag bias more robustDragos Tatulea
2026-02-26net/mlx5e: Alloc rq drop page based on calculated page_shiftDragos Tatulea
2026-02-26net/mlx5e: Set page_pool order based on calculated page_shiftDragos Tatulea
2026-02-26net/mlx5e: SHAMPO, Always calculate page sizeDragos Tatulea
2026-02-26net/mlx5e: Drop unused channel parametersDragos Tatulea
2026-02-26net/mlx5e: Move xsk param into new option container structDragos Tatulea
2026-02-26net/mlx5e: Alloc xsk channel param out of mlx5e_open_xsk()Dragos Tatulea
2026-02-26net/mlx5e: Expose and rename xsk channel parameter functionDragos Tatulea
2026-02-26net/mlx5e: Extract max_xsk_wqebbs into its own functionDragos Tatulea
2026-02-26net/mlx5e: Extract striding rq param calculation in functionDragos Tatulea
2026-02-26net/mlx5e: Make mlx5e_rq_param naming consistentDragos Tatulea
2026-02-25Merge branch 'mlx5-misc-fixes-2026-02-24'Jakub Kicinski
2026-02-25net/mlx5e: Fix "scheduling while atomic" in IPsec MAC address queryJianbo Liu
2026-02-25net/mlx5: Fix missing devlink lock in SRIOV enable error pathShay Drory
2026-02-25net/mlx5: E-switch, Clear legacy flag when moving to switchdevShay Drory
2026-02-25net/mlx5: LAG, disable MPESW in lag_disable_change()Shay Drory
2026-02-25net/mlx5: DR, Fix circular locking dependency in dumpShay Drory
2026-02-25Merge tag 'wireless-2026-02-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-02-25Merge branch 'add-selftests-helper-to-get-n-unique-ports'Jakub Kicinski
2026-02-25selftests: drv-net: rss: Generate unique ports for RSS context testsDimitri Daskalakis
2026-02-25selftests: net: py: Add rand_ports helper methodDimitri Daskalakis
2026-02-25Merge branch 'netfilter-updates-for-net-next'Jakub Kicinski
2026-02-25netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal
2026-02-25netfilter: nf_tables: drop obsolete EXPORT_SYMBOLsFlorian Westphal
2026-02-25netfilter: nft_set_rbtree: don't disable bh when acquiring tree lockFlorian Westphal
2026-02-25ipvs: no_cport and dropentry counters can be per-netJulian Anastasov
2026-02-25ipvs: use more counters to avoid service lookupsJulian Anastasov
2026-02-25ipvs: do not keep dest_dst after dest is removedJulian Anastasov
2026-02-25ipvs: use single svc tableJulian Anastasov
2026-02-25ipvs: some service readers can use RCUJulian Anastasov
2026-02-25ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netnsJiejian Wu
2026-02-25net: pppoe: avoid zero-length arrays in struct pppoe_hdrEric Woudstra