summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-03batman-adv: prevent ELP transmission interval underflowSven Eckelmann1-1/+7
2026-06-03batman-adv: bla: annotate lasttime access with READ/WRITE_ONCESven Eckelmann1-14/+14
2026-06-03batman-adv: tp_meter: consolidate congestion control variablesSven Eckelmann2-122/+128
2026-06-03batman-adv: tp_meter: use locking for all congestion control variablesSven Eckelmann2-110/+170
2026-06-03batman-adv: tp_meter: split vars into sender and receiver typesSven Eckelmann3-219/+281
2026-06-03batman-adv: tp_meter: add only finished tp_vars to listsSven Eckelmann1-9/+9
2026-06-03batman-adv: tp_meter: handle seqno wrap-around for fast recovery detectionSven Eckelmann1-1/+1
2026-06-03batman-adv: tp_meter: fix fast recovery preconditionSven Eckelmann1-1/+1
2026-06-03batman-adv: tp_meter: avoid divide-by-zero for dec_cwndSven Eckelmann1-1/+4
2026-06-03batman-adv: tp_meter: avoid window underflowSven Eckelmann1-1/+6
2026-06-03batman-adv: tp_meter: initialize dec_cwnd explicitlySven Eckelmann1-0/+2
2026-06-03batman-adv: tp_meter: initialize dup_acks explicitlySven Eckelmann1-0/+1
2026-06-03batman-adv: tp_meter: keep unacked list in ascending orderedSven Eckelmann1-1/+1
2026-06-02ipv6: anycast: insert aca into global hash under idev->lockJiayuan Chen1-8/+8
2026-06-02sctp: diag: reject stale associations in dump_one pathZhao Zhang1-8/+9
2026-06-02net: rds: clear i_sends on setup unwindYuqi Xu1-0/+1
2026-06-02net: garp: fix unsigned integer underflow in garp_pdu_parse_attrYizhou Zhao1-1/+1
2026-06-02hsr: Remove WARN_ONCE() in hsr_addr_is_self().Kuniyuki Iwashima1-3/+1
2026-06-02Merge tag 'batadv-next-pullrequest-20260601' of https://git.open-mesh.org/batadvJakub Kicinski27-298/+578
2026-06-02Merge tag 'nf-26-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski11-59/+67
2026-06-02tcp: Add preempt_{disable,enable}_nested() in reqsk_queue_hash_req().Kuniyuki Iwashima1-0/+6
2026-06-02net: Annotate sk->sk_write_space() for UDP SOCKMAP.Kuniyuki Iwashima1-2/+6
2026-06-02af_unix: Remove sock->state assignment.Kuniyuki Iwashima1-6/+1
2026-06-02tcp: change bpf_skops_hdr_opt_len() signatureEric Dumazet1-24/+27
2026-06-02wifi: mac80211: limit injected antenna index in ieee80211_parse_tx_radiotapDeepanshu Kartikey1-1/+3
2026-06-02wifi: nl80211: reject oversized EMA RNR listsYuqi Xu1-0/+3
2026-06-02xfrm: iptfs: fix use-after-free on first_skb in __input_process_payloadZhenghang Xiao1-1/+3
2026-06-01devlink: Release nested relation on devlink freeMark Bloch1-0/+2
2026-06-01net: qrtr: fix node refcount leak on ctrl packet alloc failureWentao Liang1-1/+3
2026-06-01l2tp: pppol2tp: hold reference to session in pppol2tp_ioctl()Lee Jones1-32/+50
2026-06-016lowpan: fix off-by-one in multicast context address compressionYizhou Zhao1-2/+2
2026-06-01net/sched: act_api: use RCU with deferred freeing for action lifecycleJamal Hadi Salim1-6/+1
2026-06-01tcp_bbr: fix SPDX-License-Identifier to be GPL-2.0 OR BSD-3-ClauseNeal Cardwell1-1/+1
2026-06-01NFSD: Put cache get-reqs dump attrs under replyChuck Lever1-20/+6
2026-06-01sunrpc: add SUNRPC_CMD_CACHE_FLUSH netlink commandJeff Layton3-0/+45
2026-06-01nfsd: add netlink upcall for the svc_export cacheJeff Layton2-11/+9
2026-06-01sunrpc: add netlink upcall for the auth.unix.gid cacheJeff Layton3-0/+271
2026-06-01sunrpc: add netlink upcall for the auth.unix.ip cacheJeff Layton3-0/+288
2026-06-01sunrpc: add a generic netlink family for cache upcallsJeff Layton5-1/+111
2026-06-01sunrpc: add helpers to count and snapshot pending cache requestsJeff Layton1-0/+61
2026-06-01sunrpc: add a cache_notify callbackJeff Layton1-0/+2
2026-06-01sunrpc: rename cache_pipe_upcall() to cache_do_upcall()Jeff Layton1-4/+4
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall_timeout()Jeff Layton3-5/+5
2026-06-01sunrpc: rename sunrpc_cache_pipe_upcall() to sunrpc_cache_upcall()Jeff Layton2-4/+4
2026-06-01sunrpc: skip svc_xprt_enqueue when transport is busyChuck Lever1-3/+10
2026-06-01sunrpc: skip svc_xprt_enqueue in svc_xprt_received when idleChuck Lever1-1/+13
2026-06-01sunrpc: skip svc_xprt_enqueue when no work is pendingChuck Lever1-5/+20
2026-06-01batman-adv: use neigh_node's orig_node only as idSven Eckelmann3-4/+14
2026-06-01batman-adv: tvlv: avoid unnecessary OGM buffer reallocationsSven Eckelmann5-67/+88
2026-06-01batman-adv: tt: replace open-coded overflow check with helperSven Eckelmann1-5/+2