summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-07-02Merge tag 'net-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-07-02batman-adv: ensure minimal ethernet header on TXSven Eckelmann
2026-07-02ipv4: raw: convert do_raw_getsockopt to sockopt_tBreno Leitao
2026-07-02udp: convert udp_lib_getsockopt to sockopt_tBreno Leitao
2026-07-02netfilter: nft_ct: support expectation creation for natted flowsFlorian Westphal
2026-07-02netfilter: ebtables: bound num_counters like nentries in do_replace()Jiayuan Chen
2026-07-02netfilter: conntrack: remove obsolete module parametersFlorian Westphal
2026-07-02netfilter: conntrack: get rid of tuple in helper definitionsFlorian Westphal
2026-07-02netfilter: nf_conntrack_helper: do not hash by tupleFlorian Westphal
2026-07-02netfilter: xt_dscp: add checkentry for tos matchFeng Wu
2026-07-02netfilter: xt_tcpmss: add checkentry for parameter validationFeng Wu
2026-07-02netfilter: remove redundant null check before kvfree()Subasri S
2026-07-02netfilter: avoid strcpy usageDavid Laight
2026-07-02netfilter: replace u_int8_t and u_int16t with u8 and u16Carlos Grillet
2026-07-02netfilter: x_tables: replace strlcat() with snprintf()Ian Bridges
2026-07-02netfilter: nfnetlink_hook: Dump nat type chainsPhil Sutter
2026-07-02Merge tag 'batadv-net-pullrequest-20260630' of https://git.open-mesh.org/batadvPaolo Abeni
2026-07-02Merge tag 'batadv-next-pullrequest-20260630' of https://git.open-mesh.org/batadvPaolo Abeni
2026-07-02xfrm: reject optional IPTFS templates in outbound policiesAntony Antony
2026-07-02xfrm: cache the offload ifindex for netlink dumpsCen Zhang
2026-07-02xfrm: fix sk_dst_cache double-free in xfrm_user_policy()Xiang Mei (Microsoft)
2026-07-01Merge tag 'nf-26-06-30' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni
2026-07-01ipv6: fib_rules: Convert fib6_rules_net_exit_rtnl() to ->exit().Kuniyuki Iwashima
2026-07-01net: fib_rules: Only hold RTNL for the first IPv4 RTM_NEWRULE.Kuniyuki Iwashima
2026-07-01net: fib_rules: Use dev_get_by_name_rcu().Kuniyuki Iwashima
2026-07-01net: fib_rules: Drop RTNL assertions.Kuniyuki Iwashima
2026-07-01net: fib_rules: Remove unnecessary EXPORT_SYMBOL.Kuniyuki Iwashima
2026-07-01net: fib_rules: Add fib_rules_ops.lock.Kuniyuki Iwashima
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