summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-05batman-adv: drop duplicated wifi_flags assignmentsSven Eckelmann
2026-06-05batman-adv: convert cancellation of work items to disable helperSven Eckelmann
2026-06-05batman-adv: tp_meter: initialize last_recv_time during initSven Eckelmann
2026-06-03batman-adv: tt: directly retrieve wifi flags of net_deviceSven Eckelmann
2026-06-03batman-adv: tt: sync local and global tvlv preparation return valuesSven Eckelmann
2026-06-03batman-adv: prevent ELP transmission interval underflowSven Eckelmann
2026-06-03batman-adv: bla: annotate lasttime access with READ/WRITE_ONCESven Eckelmann
2026-06-03batman-adv: tp_meter: consolidate congestion control variablesSven Eckelmann
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-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
2026-06-01batman-adv: replace non-atomic vlan config fields with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: replace non-atomic hardif config fields with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: replace non-atomic meshif config fields with (READ|WRITE)_ONCESven Eckelmann
2026-06-01batman-adv: extract netdev wifi detection information objectSven Eckelmann
2026-05-29batman-adv: use atomic_xchg() for gw.reselect checkSven Eckelmann
2026-05-29batman-adv: add missing includesSven Eckelmann
2026-05-29MAINTAINERS: Don't send batman-adv patches to netdevSven Eckelmann
2026-05-29MAINTAINERS: Rename batman-adv T(ree)Sven Eckelmann
2026-05-29batman-adv: drop batman-adv specific versionSven Eckelmann
2026-05-21Merge tag 'net-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-05-21Merge tag 'ceph-for-7.1-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2026-05-21Merge tag 'trace-ringbuffer-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-05-21Merge tag 'wireless-2026-05-21' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-05-21Merge tag 'efi-fixes-for-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-05-21Merge branch 'net-enetc-sr-iov-robustness-and-security-fixes'Jakub Kicinski
2026-05-21net: enetc: avoid VF->PF mailbox timeout during SR-IOV teardownWei Fang
2026-05-21net: enetc: fix init and teardown order to prevent use of unsafe resourcesWei Fang
2026-05-21net: enetc: fix unbounded loop and interrupt handling in VF-to-PF messagingWei Fang
2026-05-21net: enetc: fix DMA write to freed memory in enetc_msg_free_mbx()Wei Fang
2026-05-21net: enetc: fix race condition in VF MAC address configurationWei Fang
2026-05-21net: enetc: fix TOCTOU race and validate VF MAC addressWei Fang
2026-05-21net: enetc: add ratelimiting to VF mailbox error messagesWei Fang
2026-05-21net: enetc: fix missing error code when pf->vf_state allocation failsWei Fang
2026-05-21net: enetc: fix incorrect mailbox message status returned to VFsWei Fang
2026-05-21net: bridge: prevent too big nested attributes in br_fill_linkxstats()Eric Dumazet
2026-05-21l2tp: use list_del_rcu in l2tp_session_unhashMichael Bommarito