summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-05-15net: stmmac: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-05-15net: lan743x: implement ndo_hwtstamp_get()Vladimir Oltean
2025-05-15net: lan743x: convert to ndo_hwtstamp_set()Vladimir Oltean
2025-05-15tools: ynl-gen: array-nest: support arrays of nestsJakub Kicinski
2025-05-15net: sched: uapi: add more sanely named duplicate definesJakub Kicinski
2025-05-15Merge branch 'tcp-receive-side-improvements'Jakub Kicinski
2025-05-15tcp: increase tcp_rmem[2] to 32 MBEric Dumazet
2025-05-15tcp: always use tcp_limit_output_bytes limitationEric Dumazet
2025-05-15tcp: increase tcp_limit_output_bytes default value to 4MBEric Dumazet
2025-05-15tcp: skip big rtt sample if receive queue is not emptyEric Dumazet
2025-05-15tcp: always seek for minimal rtt in tcp_rcv_rtt_update()Eric Dumazet
2025-05-15tcp: fix initial tp->rcvq_space.space value for passive TS enabled flowsEric Dumazet
2025-05-15tcp: remove zero TCP TS samples for autotuningEric Dumazet
2025-05-15tcp: add receive queue awareness in tcp_rcv_space_adjust()Eric Dumazet
2025-05-15tcp: adjust rcvbuf in presence of reordersEric Dumazet
2025-05-15tcp: fix sk_rcvbuf overshootEric Dumazet
2025-05-15tcp: add tcp_rcvbuf_grow() tracepointEric Dumazet
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-15Merge tag 'net-6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-05-15net: devmem: fix kernel panic when netlink socket close after module unloadTaehee Yoo
2025-05-15tsnep: fix timestamping with a stacked DSA driverGerhard Engleder
2025-05-15net: prestera: Use to_delayed_work()Chen Ni
2025-05-15net/mlx5: Use to_delayed_work()Chen Ni
2025-05-15net/tls: fix kernel panic when alloc_page failedPengtao He
2025-05-15Merge tag 'wireless-2025-05-15' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-05-15bnxt_en: bring back rtnl_lock() in the bnxt_open() pathMichael Chan
2025-05-15mlxsw: spectrum_router: Fix use-after-free when deleting GRE net devicesIdo Schimmel
2025-05-15Merge branch 'net-cover-more-per-cpu-storage-with-local-nested-bh-locking'Paolo Abeni
2025-05-15rds: Use nested-BH locking for rds_page_remainderSebastian Andrzej Siewior
2025-05-15rds: Acquire per-CPU pointer within BH disabled sectionSebastian Andrzej Siewior
2025-05-15rds: Disable only bottom halves in rds_page_remainder_alloc()Sebastian Andrzej Siewior
2025-05-15mptcp: Use nested-BH locking for hmac_storageSebastian Andrzej Siewior
2025-05-15net/sched: Use nested-BH locking for sch_frag_data_storageSebastian Andrzej Siewior
2025-05-15net/sched: act_mirred: Move the recursion counter struct netdev_xmitSebastian Andrzej Siewior
2025-05-15openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storageSebastian Andrzej Siewior
2025-05-15openvswitch: Use nested-BH locking for ovs_pcpu_storageSebastian Andrzej Siewior
2025-05-15openvswitch: Merge three per-CPU structures into oneSebastian Andrzej Siewior
2025-05-15xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46]Sebastian Andrzej Siewior
2025-05-15xdp: Use nested-BH locking for system_page_poolSebastian Andrzej Siewior
2025-05-15ipv6: sr: Use nested-BH locking for hmac_storageSebastian Andrzej Siewior
2025-05-15ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RTSebastian Andrzej Siewior
2025-05-15net: dst_cache: Use nested-BH locking for dst_cache::cacheSebastian Andrzej Siewior
2025-05-15net: page_pool: Don't recycle into cache on PREEMPT_RTSebastian Andrzej Siewior
2025-05-15Merge tag 'mt76-fixes-2025-05-15' of https://github.com/nbd168/wirelessJohannes Berg
2025-05-15Merge branch 'octeontx2-improve-mailbox-tracing'Paolo Abeni
2025-05-15octeontx2: Add new tracepoint otx2_msg_statusSubbaraya Sundeep
2025-05-15octeontx2: Add pcifunc also to mailbox tracepointsSubbaraya Sundeep
2025-05-15octeontx2-af: Display names for CPT and UP messagesSubbaraya Sundeep
2025-05-15octeontx2-af: convert dev_dbg to tracepoint in mboxSubbaraya Sundeep
2025-05-15wifi: mac80211: Set n_channels after allocating struct cfg80211_scan_requestKees Cook