summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-03-12tcp: add tcp_release_cb_cond() helperEric Dumazet2-0/+21
2026-03-12vsock: add G2H fallback for CIDs not owned by H2G transportAlexander Graf2-0/+11
2026-03-11net: stmmac: add documentation for clocksRussell King (Oracle)1-1/+32
2026-03-11net: stmmac: add documentation for stmmac_dma_cfg membersRussell King (Oracle)1-1/+22
2026-03-11net: stmmac: use u8 for host_dma_width and similar struct membersRussell King (Oracle)1-1/+1
2026-03-11net: stmmac: use u8 for ?x_queues_to_use and number_?x_queuesRussell King (Oracle)1-2/+2
2026-03-11net: stmmac: reorder structs to reduce memory consumptionRussell King (Oracle)1-8/+8
2026-03-11net: stmmac: convert plat_stmmacenet_data booleans to type boolRussell King (Oracle)1-7/+7
2026-03-11net: stmmac: provide plat_dat->dma_cfg in stmmac_plat_dat_alloc()Russell King (Oracle)1-0/+1
2026-03-11inet: add ip_local_port_step_width sysctl to improve port usage distributionFernando Fernandez Mancera1-0/+1
2026-03-10net: mana: hardening: Validate doorbell ID from GDMA_REGISTER_DEVICE responseErni Sri Satya Vennela1-1/+3
2026-03-10tcp: inline tcp_chrono_start()Eric Dumazet1-1/+24
2026-03-10tcp: move tp->chrono_type next tp->chrono_stat[]Eric Dumazet1-2/+2
2026-03-10net/sched: refine indirect call mitigation in tc_wrapper.hEric Dumazet1-5/+42
2026-03-10tcp: move sysctl_tcp_shrink_window to netns_ipv4_read_txrx groupEric Dumazet1-1/+1
2026-03-10Merge tag 'ib-gpio-remove-of-gpio-h-for-v7.1' of git://git.kernel.org/pub/scm...Jakub Kicinski1-38/+0
2026-03-10ppp: simplify input error handlingQingfang Deng1-1/+1
2026-03-10net/sched: do not reset queues in graft operationsEric Dumazet1-2/+2
2026-03-10tcp: move tcp_v4_early_demux() to net/ipv4/ip_input.cEric Dumazet1-1/+0
2026-03-09gpio: remove of_get_named_gpio() and <linux/of_gpio.h>Jialu Xu1-38/+0
2026-03-07net: phy: remove phy_attachHeiner Kallweit1-2/+0
2026-03-07inet_diag: report delayed ack timer informationEric Dumazet1-0/+9
2026-03-07net: stmmac: make pcs_mask and phy_mask u32Russell King (Oracle)1-2/+2
2026-03-07net: stmmac: mdio_bus_data->default_an_inband is booleanRussell King (Oracle)1-1/+1
2026-03-06tcp: Initialise ehash secrets during connect() and listen().Kuniyuki Iwashima2-0/+4
2026-03-06tcp: move tcp_v6_early_demux() to net/ipv6/ip6_input.cEric Dumazet1-1/+0
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski44-141/+318
2026-03-05Merge tag 'net-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds17-38/+142
2026-03-05Merge tag 'trace-v7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2026-03-05libeth, idpf: use truesize as XDP RxQ info frag_sizeLarysa Zaremba1-0/+3
2026-03-05xsk: introduce helper to determine rxq->frag_sizeLarysa Zaremba1-0/+10
2026-03-05net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim1-3/+1
2026-03-05net: ethtool: Update doc for tunableMohsin Bashir1-1/+1
2026-03-05net: ethtool: Track pause storm eventsMohsin Bashir2-0/+3
2026-03-05netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal1-0/+5
2026-03-05netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso1-0/+2
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior1-5/+22
2026-03-05Merge tag 'nf-next-26-03-04' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni3-64/+377
2026-03-05net: use ktime_t in struct scm_timestamping_internalEric Dumazet2-3/+10
2026-03-05net: openvswitch: clean up some kernel-doc warningsRandy Dunlap1-8/+68
2026-03-05tcp: secure_seq: add back ports to TS offsetEric Dumazet2-9/+42
2026-03-05net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscsKoichiro Den1-0/+10
2026-03-05net-sysfs: use rps_tag_ptr and remove metadata from rps_dev_flow_tableEric Dumazet2-11/+2
2026-03-05net-sysfs: remove rcu field from 'struct rps_dev_flow_table'Eric Dumazet1-1/+0
2026-03-05net-sysfs: use rps_tag_ptr and remove metadata from rps_sock_flow_tableEric Dumazet2-24/+23
2026-03-05net-sysfs: add rps_sock_flow_table_mask() helperEric Dumazet1-3/+8
2026-03-05net-sysfs: remove rcu field from 'struct rps_sock_flow_table'Eric Dumazet1-1/+0
2026-03-05net: add rps_tag_ptr type and helpersEric Dumazet1-0/+24
2026-03-05net: fix off-by-one in udp_flow_src_port() / psp_write_headers()Eric Dumazet1-1/+2
2026-03-05Merge tag 'wireless-next-2026-03-04' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski5-27/+358