summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni64-242/+1032
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c f...Uwe Kleine-König (The Capable Hub)2-2/+0
2026-07-02Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+20
2026-07-02batman-adv: fix VLAN priority offsetSven Eckelmann1-1/+1
2026-07-02Merge tag 'net-7.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds61-212/+1015
2026-07-02batman-adv: ensure minimal ethernet header on TXSven Eckelmann1-0/+3
2026-07-02ipv4: raw: convert do_raw_getsockopt to sockopt_tBreno Leitao1-16/+25
2026-07-02udp: convert udp_lib_getsockopt to sockopt_tBreno Leitao2-13/+45
2026-07-02netfilter: nft_ct: support expectation creation for natted flowsFlorian Westphal1-0/+35
2026-07-02netfilter: ebtables: bound num_counters like nentries in do_replace()Jiayuan Chen1-6/+6
2026-07-02netfilter: conntrack: remove obsolete module parametersFlorian Westphal12-142/+59
2026-07-02netfilter: conntrack: get rid of tuple in helper definitionsFlorian Westphal5-30/+25
2026-07-02netfilter: nf_conntrack_helper: do not hash by tupleFlorian Westphal1-36/+31
2026-07-02netfilter: xt_dscp: add checkentry for tos matchFeng Wu1-0/+12
2026-07-02netfilter: xt_tcpmss: add checkentry for parameter validationFeng Wu1-0/+13
2026-07-02netfilter: remove redundant null check before kvfree()Subasri S1-2/+1
2026-07-02netfilter: avoid strcpy usageDavid Laight2-2/+2
2026-07-02netfilter: replace u_int8_t and u_int16t with u8 and u16Carlos Grillet4-7/+7
2026-07-02netfilter: x_tables: replace strlcat() with snprintf()Ian Bridges1-19/+11
2026-07-02netfilter: nfnetlink_hook: Dump nat type chainsPhil Sutter3-10/+41
2026-07-02Merge tag 'batadv-net-pullrequest-20260630' of https://git.open-mesh.org/batadvPaolo Abeni5-3/+35
2026-07-02Merge tag 'batadv-next-pullrequest-20260630' of https://git.open-mesh.org/batadvPaolo Abeni14-328/+272
2026-07-02xfrm: reject optional IPTFS templates in outbound policiesAntony Antony1-2/+1
2026-07-02xfrm: cache the offload ifindex for netlink dumpsCen Zhang3-9/+31
2026-07-02xfrm: fix sk_dst_cache double-free in xfrm_user_policy()Xiang Mei (Microsoft)1-2/+2
2026-07-01Merge tag 'nf-26-06-30' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni11-20/+531
2026-07-01ipv6: fib_rules: Convert fib6_rules_net_exit_rtnl() to ->exit().Kuniyuki Iwashima1-10/+3
2026-07-01net: fib_rules: Only hold RTNL for the first IPv4 RTM_NEWRULE.Kuniyuki Iwashima2-9/+12
2026-07-01net: fib_rules: Use dev_get_by_name_rcu().Kuniyuki Iwashima1-10/+14
2026-07-01net: fib_rules: Drop RTNL assertions.Kuniyuki Iwashima1-6/+3
2026-07-01net: fib_rules: Remove unnecessary EXPORT_SYMBOL.Kuniyuki Iwashima1-7/+0
2026-07-01net: fib_rules: Add fib_rules_ops.lock.Kuniyuki Iwashima1-2/+18
2026-07-01ipv4: fib: Drop RTNL annotation for net->ipv4.fib_table_hash[].Kuniyuki Iwashima2-12/+14
2026-07-01ipv4: fib: Protect fib_new_table() with spinlock.Kuniyuki Iwashima1-4/+21
2026-07-01ipv4: fib_rules: Make the need for fib_unmerge() explicit.Kuniyuki Iwashima1-4/+6
2026-07-01net: fib_rules: Make fib_rules_ops.delete() return void.Kuniyuki Iwashima3-11/+4
2026-07-01net/sched: hhf: clear heavy-hitter state on resetSamuel Moelius1-0/+27
2026-07-01net/sched: dualpi2: clear stale classification on filter missSamuel Moelius1-3/+3
2026-06-30net/sched: act_bpf: use rcu_dereference_bh() to read the filterSechang Lim1-1/+1
2026-06-30netpoll: do not warn when the best-effort pool refill failsBreno Leitao1-1/+1
2026-06-30sctp: fix addr_wq_timer race in sctp_free_addr_wq()Xin Long1-1/+2
2026-06-30xfrm: nat_keepalive: avoid double free on send errorQianyu Luo1-6/+9
2026-06-30vsock/virtio: rewrite MSG_ZEROCOPY flag handlingArseniy Krasnov1-25/+22
2026-06-30bridge: stp: Fix a potential use-after-free when deleting a bridgeIdo Schimmel2-1/+5
2026-06-30net/sched: sch_teql: Introduce slaves_lock to avoid race condition and UAFJamal Hadi Salim1-37/+84
2026-06-30netfilter: nftables: restrict checkum update offsetFlorian Westphal1-0/+100
2026-06-30netfilter: nftables: restrict linklayer and network header writesFlorian Westphal1-0/+170
2026-06-30netfilter: nfnetlink_queue: restrict writes to network headerFlorian Westphal1-0/+170
2026-06-30netfilter: nft_fib: reject fib expression on the netdev egress hookTheodor Arsenij Larionov-Trichkine2-1/+37
2026-06-30netfilter: nfnetlink_cthelper: cap to maximum number of expectation per masterPablo Neira Ayuso1-0/+2