summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-06-14batman-adv: tvlv: avoid race of cifsnotfound handler stateSven Eckelmann
2026-06-14batman-adv: tvlv: enforce 2-byte alignmentSven Eckelmann
2026-06-14kcm: use WRITE_ONCE() when changing lower socket callbacksRunyu Xiao
2026-06-14batman-adv: dat: prevent false sharing between VLANsSven Eckelmann
2026-06-14batman-adv: tt: track roam count per VIDSven Eckelmann
2026-06-14batman-adv: tt: don't merge change entries with different VIDsSven Eckelmann
2026-06-13net: ife: require ETH_HLEN to be pullable in ife_decode()Yong Wang
2026-06-13devlink: Implement devlink param multi attribute nested data valuesSaeed Mahameed
2026-06-13devlink: heap-allocate param fill buffers in devlink_nl_param_fillRatheesh Kannoth
2026-06-13tipc: restrict socket queue dumps in enqueue tracepointsLi Xiasong
2026-06-13ipv4: handle devconf post-set actions on netlink updatesFernando Fernandez Mancera
2026-06-13ipv4: centralize devconf sysctl handlingFernando Fernandez Mancera
2026-06-13tcp: refine tcp_sequence() for the FIN exceptionEric Dumazet
2026-06-13Merge tag 'ipsec-next-2026-06-12' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-06-13vsock: fold sk_acceptq_removed() into vsock_remove_pending()Raf Dickson
2026-06-13vsock: fold sk_acceptq_added() into vsock_enqueue_accept()Raf Dickson
2026-06-13vsock: fold sk_acceptq_added() into vsock_add_pending()Raf Dickson
2026-06-13vsock: introduce vsock_pending_to_accept() helperRaf Dickson
2026-06-13vsock: use sk_acceptq_is_full() helper in all transportsRaf Dickson
2026-06-13batman-adv: tp_meter: handle overlapping packetsSven Eckelmann
2026-06-13batman-adv: tp_meter: prevent parallel modifications of last_recvSven Eckelmann
2026-06-13batman-adv: tp_meter: annotate last_recv_time access with READ/WRITE_ONCESven Eckelmann
2026-06-13batman-adv: tp_meter: restrict number of unacked list entriesSven Eckelmann
2026-06-13batman-adv: v: prevent OGM aggregation on disabled hardifSven Eckelmann
2026-06-13batman-adv: frag: avoid underflow of TTLSven Eckelmann
2026-06-13batman-adv: frag: ensure fragment is writable before modifying TTLSven Eckelmann
2026-06-13batman-adv: fix (m|b)cast csum after decrementing TTLSven Eckelmann
2026-06-13batman-adv: ensure bcast is writable before modifying TTLSven Eckelmann
2026-06-13batman-adv: gw: don't deselect gateway with active hardifSven Eckelmann
2026-06-12net: qrtr: fix 32-bit integer overflow in qrtr_endpoint_post()Michael Bommarito
2026-06-12psp: add a new netdev event for dev unregisterWei Wang
2026-06-12psp: add new netlink cmd for dev-assoc and dev-disassocWei Wang
2026-06-12psp: add admin/non-admin version of psp_device_get_lockedWei Wang
2026-06-12net: bridge: use atomic ops to read/change p->flags (III)Eric Dumazet
2026-06-12net: bridge: use atomic ops to read/change p->flags (II)Eric Dumazet
2026-06-12net: bridge: use atomic ops to read/change p->flags (I)Eric Dumazet
2026-06-12bridge: use atomic ops to read/change p->flags in br_netlink.cEric Dumazet
2026-06-12bridge: use atomic ops to read/change p->flags in sysfsEric Dumazet
2026-06-12net/sched: sch_dualpi2: Add missing module aliasVictor Nogueira
2026-06-12ipv6: Honor oif when choosing nexthop for locally generated trafficIdo Schimmel
2026-06-12ipv6: Select best matching nexthop object in fib6_table_lookup()Ido Schimmel
2026-06-12net: watchdog: fix refcount tracking racesEric Dumazet
2026-06-12net/sched: sch_dualpi2: Do not call qdisc_tree_reduce_backlog during peek bef...Victor Nogueira
2026-06-12net/sched: sch_codel: Do not call qdisc_tree_reduce_backlog during peek befor...Victor Nogueira
2026-06-12net/sched: sch_fq_codel: Do not call qdisc_tree_reduce_backlog during peek be...Victor Nogueira
2026-06-12ipv6: mcast: annotate igmp6 timer expiry raceYuyang Huang
2026-06-12ipv6: mcast: annotate data-races around mca_flagsYuyang Huang
2026-06-12rxrpc: serialize kernel accept preallocation with socket teardownLi Daming
2026-06-12rxrpc: Fix UAF in rxgk_issue_challenge()David Howells
2026-06-12rxrpc: Don't move a peeked OOB message onto the pending queueHyunwoo Kim