summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-07-01ipv4: fib: Drop RTNL annotation for net->ipv4.fib_table_hash[].Kuniyuki Iwashima
2026-07-01ipv4: fib: Protect fib_new_table() with spinlock.Kuniyuki Iwashima
2026-07-01ipv4: fib_rules: Make the need for fib_unmerge() explicit.Kuniyuki Iwashima
2026-07-01net: fib_rules: Make fib_rules_ops.delete() return void.Kuniyuki Iwashima
2026-07-01net/sched: hhf: clear heavy-hitter state on resetSamuel Moelius
2026-07-01net/sched: dualpi2: clear stale classification on filter missSamuel Moelius
2026-06-30net/sched: act_bpf: use rcu_dereference_bh() to read the filterSechang Lim
2026-06-30netpoll: do not warn when the best-effort pool refill failsBreno Leitao
2026-06-30sctp: fix addr_wq_timer race in sctp_free_addr_wq()Xin Long
2026-06-30xfrm: nat_keepalive: avoid double free on send errorQianyu Luo
2026-06-30vsock/virtio: rewrite MSG_ZEROCOPY flag handlingArseniy Krasnov
2026-06-30bridge: stp: Fix a potential use-after-free when deleting a bridgeIdo Schimmel
2026-06-30net/sched: sch_teql: Introduce slaves_lock to avoid race condition and UAFJamal Hadi Salim
2026-06-30netfilter: nftables: restrict checkum update offsetFlorian Westphal
2026-06-30netfilter: nftables: restrict linklayer and network header writesFlorian Westphal
2026-06-30netfilter: nfnetlink_queue: restrict writes to network headerFlorian Westphal
2026-06-30netfilter: nft_fib: reject fib expression on the netdev egress hookTheodor Arsenij Larionov-Trichkine
2026-06-30netfilter: nfnetlink_cthelper: cap to maximum number of expectation per masterPablo Neira Ayuso
2026-06-30netfilter: nf_conntrack_sip: validate skb_dst() before accessing itPablo Neira Ayuso
2026-06-30netfilter: ipset: fix race between dump and ip_set_list resizeXiang Mei
2026-06-30netfilter: nft_set_pipapo: don't leak bad clone into future transactionFlorian Westphal
2026-06-30netfilter: nf_conntrack_expect: zero at allocation timeFlorian Westphal
2026-06-29ipv6: fib6: fix NULL deref in fib6_walk_continue() on multi-batch dumpPengfei Zhang
2026-06-29tcp: Decrement tcp_md5_needed static branchDmitry Safonov
2026-06-29tcp: defer md5sig_info kfree past RCU grace period in tcp_connectMichael Bommarito
2026-06-29tcp: restore RCU grace period in tcp_ao_destroy_sockMichael Bommarito
2026-06-29tipc: fix out-of-bounds read in broadcast Gap ACK blocksSamuel Page
2026-06-29af_unix: use scoped_with_init_fs() for coredump socket lookupChristian Brauner
2026-06-29fs: Add bpf_sock_read_xattr() kfunc to read socket xattrsChristian Brauner
2026-06-28batman-adv: tp_meter: delay allocation of unacked entrySven Eckelmann
2026-06-28batman-adv: tp_meter: adjust name of receiver lockSven Eckelmann
2026-06-28batman-adv: tp_meter: keep unacked list for receiversSven Eckelmann
2026-06-28batman-adv: tp_meter: combine adjacent/overlapping unacked entriesSven Eckelmann
2026-06-28batman-adv: tp_meter: simplify unordered ack calculationSven Eckelmann
2026-06-28batman-adv: tvlv: extract tvlv header iteratorSven Eckelmann
2026-06-28batman-adv: iv: drop migration check for batadv_hard_ifaceSven Eckelmann
2026-06-28Revert "batman-adv: v: stop OGMv2 on disabled interface"Sven Eckelmann
2026-06-28batman-adv: drop NULL check for immutable hardif->mesh_ifaceSven Eckelmann
2026-06-28batman-adv: drop unneeded goto and initialization from batadv_hardif_disable_...Nora Schiffer
2026-06-28batman-adv: move hardif generation counter into batadv_privNora Schiffer
2026-06-28batman-adv: remove BATADV_IF_NOT_IN_USE hardif stateNora Schiffer
2026-06-28batman-adv: make hard_iface->mesh_iface immutableSven Eckelmann
2026-06-28batman-adv: remove global hardif listNora Schiffer
2026-06-28batman-adv: create hardif only for netdevs that are part of a meshNora Schiffer
2026-06-28batman-adv: dat: ensure accessible eth_hdr proto fieldSven Eckelmann
2026-06-28batman-adv: bla: reacquire gw address after skb reallocSven Eckelmann
2026-06-28batman-adv: dat: acquire ARP hw source only after skb reallocSven Eckelmann
2026-06-28batman-adv: gw: acquire ethernet header only after skb reallocSven Eckelmann
2026-06-28batman-adv: access unicast_ttvn skb->data only after skb reallocSven Eckelmann
2026-06-28batman-adv: retrieve ethhdr after potential skb realloc on RXSven Eckelmann