summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-06-03batman-adv: tp_meter: use locking for all congestion control variablesSven Eckelmann
2026-06-03batman-adv: tp_meter: split vars into sender and receiver typesSven Eckelmann
2026-06-03batman-adv: tp_meter: add only finished tp_vars to listsSven Eckelmann
2026-06-03batman-adv: tp_meter: handle seqno wrap-around for fast recovery detectionSven Eckelmann
2026-06-03batman-adv: tp_meter: fix fast recovery preconditionSven Eckelmann
2026-06-03batman-adv: tp_meter: avoid divide-by-zero for dec_cwndSven Eckelmann
2026-06-03batman-adv: tp_meter: avoid window underflowSven Eckelmann
2026-06-03batman-adv: tp_meter: initialize dec_cwnd explicitlySven Eckelmann
2026-06-03batman-adv: tp_meter: initialize dup_acks explicitlySven Eckelmann
2026-06-03batman-adv: tp_meter: keep unacked list in ascending orderedSven Eckelmann
2026-06-02ipv6: anycast: insert aca into global hash under idev->lockJiayuan Chen
2026-06-02sctp: diag: reject stale associations in dump_one pathZhao Zhang
2026-06-02net: rds: clear i_sends on setup unwindYuqi Xu
2026-06-02net: garp: fix unsigned integer underflow in garp_pdu_parse_attrYizhou Zhao
2026-06-02hsr: Remove WARN_ONCE() in hsr_addr_is_self().Kuniyuki Iwashima
2026-06-02Merge tag 'batadv-next-pullrequest-20260601' of https://git.open-mesh.org/batadvJakub Kicinski
2026-06-02Merge tag 'nf-26-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2026-06-02tcp: Add preempt_{disable,enable}_nested() in reqsk_queue_hash_req().Kuniyuki Iwashima
2026-06-02net: Annotate sk->sk_write_space() for UDP SOCKMAP.Kuniyuki Iwashima
2026-06-02af_unix: Remove sock->state assignment.Kuniyuki Iwashima
2026-06-02tcp: change bpf_skops_hdr_opt_len() signatureEric Dumazet
2026-06-02wifi: mac80211: limit injected antenna index in ieee80211_parse_tx_radiotapDeepanshu Kartikey
2026-06-02wifi: nl80211: reject oversized EMA RNR listsYuqi Xu
2026-06-02xfrm: iptfs: fix use-after-free on first_skb in __input_process_payloadZhenghang Xiao
2026-06-01devlink: Release nested relation on devlink freeMark Bloch
2026-06-01net: qrtr: fix node refcount leak on ctrl packet alloc failureWentao Liang
2026-06-01l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()Lee Jones
2026-06-016lowpan: fix off-by-one in multicast context address compressionYizhou Zhao
2026-06-01net/sched: act_api: use RCU with deferred freeing for action lifecycleJamal Hadi Salim
2026-06-01tcp_bbr: fix SPDX-License-Identifier to be GPL-2.0 OR BSD-3-ClauseNeal Cardwell
2026-06-01NFSD: Put cache get-reqs dump attrs under replyChuck Lever
2026-06-01sunrpc: add SUNRPC_CMD_CACHE_FLUSH netlink commandJeff Layton
2026-06-01nfsd: add netlink upcall for the svc_export cacheJeff Layton
2026-06-01sunrpc: add netlink upcall for the auth.unix.gid cacheJeff Layton
2026-06-01sunrpc: add netlink upcall for the auth.unix.ip cacheJeff Layton
2026-06-01sunrpc: add a generic netlink family for cache upcallsJeff Layton
2026-06-01sunrpc: add helpers to count and snapshot pending cache requestsJeff Layton
2026-06-01sunrpc: add a cache_notify callbackJeff Layton
2026-06-01sunrpc: rename cache_pipe_upcall() to cache_do_upcall()Jeff Layton
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall_timeout()Jeff Layton
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall() to sunrpc_cache_upcall()Jeff Layton
2026-06-01sunrpc: skip svc_xprt_enqueue when transport is busyChuck Lever
2026-06-01sunrpc: skip svc_xprt_enqueue in svc_xprt_received when idleChuck Lever
2026-06-01sunrpc: skip svc_xprt_enqueue when no work is pendingChuck Lever
2026-06-01batman-adv: use neigh_node's orig_node only as idSven Eckelmann
2026-06-01batman-adv: tvlv: avoid unnecessary OGM buffer reallocationsSven Eckelmann
2026-06-01batman-adv: tt: replace open-coded overflow check with helperSven Eckelmann
2026-06-01batman-adv: replace non-atomic last_ttvn with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: replace non-atomic packet_size_max with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: replace non-atomic mesh state with (READ|WRITE)_ONCESven Eckelmann