summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-07-05llc: fix SAP refcount leak in llc_ui_autobind()Shuangpeng Bai
2026-07-03Merge tag 'nf-next-26-07-02' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc2Daniel Borkmann
2026-07-03mac802154: remove interfaces with RCU list deletionYousef Alhouseen
2026-07-03net/sched: sch_teql: move rcu_read_lock()/spin_lock() from _bh variantsJamal Hadi Salim
2026-07-03netfilter: xt_connmark: reject invalid shift parametersWyatt Feng
2026-07-03ipvs: reset full ip_vs_seq structs in ip_vs_conn_newYizhou Zhao
2026-07-03ipvs: fix PMTU for GUE/GRE tunnel ICMP errorsYizhou Zhao
2026-07-03netfilter: nft_set_rbtree: get command skips end element with open intervalPablo Neira Ayuso
2026-07-03netfilter: ip6tables: mark malformed IPv6 extension headers for hotdropZhixing Chen
2026-07-03netfilter: nfnetlink_cthelper: cap to maximum number of expectation per maste...Pablo Neira Ayuso
2026-07-03netfilter: xt_rateest: fix u64 truncation in xt_rateest_mt()Feng Wu
2026-07-03netfilter: xt_u32: reject invalid shift countsWyatt Feng
2026-07-03netfilter: nf_nat_sip: reload possible stale data pointerFlorian Westphal
2026-07-02Merge tag 'device-id-rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-07-03net: ipv6: report multicast group user countYuyang Huang
2026-07-03net: ipv4: report multicast group user countYuyang Huang
2026-07-03ipv4: fib: fix route re-dump in inet_dump_fib() on multi-batch dumpPengfei Zhang
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)
2026-07-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-07-02batman-adv: fix VLAN priority offsetSven Eckelmann
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