aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-08-14Merge tag 'ceph-for-7.2-rc8' of https://github.com/ceph/ceph-clientLinus Torvalds4-16/+25
2026-08-13Merge tag 'net-7.2-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds44-195/+528
2026-08-13l2tp: fix tunnel and session refcount leak on seq_file releaseEric Dumazet2-3/+57
2026-08-13net/sched: cls_bpf: reject dev-bound programs bound to a different deviceJamal Hadi Salim1-2/+16
2026-08-12sctp: fix use-after-free of cached ASCONF chunkYuxiang Yang2-2/+8
2026-08-12sctp: clear new_transport when removing a peerQing Ming1-0/+3
2026-08-12libceph: Avoid using invalid osd indices from primary_tempRaphael Zimmer1-2/+3
2026-08-12libceph: fix OOB read in decode_watchers() via missing bounds checkPavitra Jha1-1/+4
2026-08-12libceph: fix multiple unsafe decodes in decode_locker()Pavitra Jha1-4/+9
2026-08-12libceph: tolerate addrvecs with multiple entries of the same typeKefu Chai1-9/+9
2026-08-11Merge tag 'nf-26-08-10' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski22-141/+247
2026-08-11net/sched: cls_u32: skip hash tables in u32_bind_class()Zhang Changzhong1-0/+3
2026-08-11net/sched: act_api: fix TOCTOU NULL deref on a->goto_chainJamal Hadi Salim1-5/+5
2026-08-11af_packet: Don't send zero-byte data in tpacket_snd().Eric Dumazet1-0/+3
2026-08-11tipc: read le->link under the node lock in tipc_node_link_down()Jun Yang1-5/+10
2026-08-11net/tls: Fail tls_sw_splice_read() after a failed async decryptChuck Lever1-0/+5
2026-08-11net: packet: fix wrong transport_header when sending VLAN-tagged frameWei Fang1-2/+2
2026-08-11ipv4: fix use-after-free in fib_nhc_update_mtu()Chengfeng Ye2-23/+40
2026-08-10net/sched: act_ct: fix sk_buff leak when the header checks reject a packetHyunjung Ko1-4/+25
2026-08-10tcp: fix icsk_ack.ato bitfield overflowJiayuan Chen2-4/+6
2026-08-10net/sched: act_gact, act_police: range check the fallback control actionHyunjung Ko2-0/+11
2026-08-10net: expect instance lock in netdev_queue_get_dma_dev()Jakub Kicinski1-1/+1
2026-08-10netfilter: ipset: let destroy callbacks adjust ext mem sizeFlorian Westphal2-3/+2
2026-08-10netfilter: ipset: fix list type element drift bugFlorian Westphal1-2/+5
2026-08-10netfilter: flowtable: publish GC-visible tuple lastJérémy Jean1-3/+4
2026-08-10netfilter: nf_tables_offload: suppress WARN_ON_ONCE for ENOMEM in abort pathAlexey Velichayshiy1-1/+1
2026-08-10ipvs: revalidate ihl to prevent out-of-bounds accessJulian Anastasov2-3/+11
2026-08-10ipvs: clear IPv4 options after rebasing tunnel ICMP errorsKyle Zeng1-0/+1
2026-08-10netfilter: nfnetlink_log: wait for rcu grace period before freeing pernet stateFlorian Westphal2-6/+11
2026-08-10netfilter: nf_conntrack: defer invalid log until after unlockZihan Xi3-48/+102
2026-08-10ipvs: separate destination availability stateYizhou Zhao7-16/+16
2026-08-10ipvs: properly update the overload flag on dest editJulian Anastasov2-25/+69
2026-08-10ipvs: add totalconns for destJulian Anastasov6-33/+16
2026-08-10netfilter: bridge: release template ct on non-IP pathZhiling Zou1-0/+1
2026-08-10netfilter: ipset: fix refcount race between list:set GC and swapXiang Mei (Microsoft)1-6/+13
2026-08-07net: fix skb length accounting after generic XDP frag adjustmentSun Jian1-3/+7
2026-08-07sctp: validate cookie AUTH state before useJérémy Jean2-0/+78
2026-08-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-45/+76
2026-08-06af_unix: Unlink scc_entry in unix_del_edge().Kuniyuki Iwashima1-0/+1
2026-08-06tls: don't abort the connection on signal-interrupted sendsMaximilian Immanuel Brandtner1-1/+1
2026-08-06net: avoid theoretical races with ref drainJakub Kicinski3-0/+18
2026-08-06net: Defer netdev KOBJ_ADD uevent until the device is publishedDragos Tatulea3-0/+16
2026-08-06sctp: clear control chunk transport if it is being removedXin Long1-0/+4
2026-08-06net/atm: fix slab-out-of-bounds read in vcc_setsockopt()Eric Dumazet1-5/+9
2026-08-06packet: use consistent hard_header_len in TX_RING send pathQihang Tang1-8/+11
2026-08-06packet: use consistent hard_header_len in non-ring send pathsQihang Tang1-10/+16
2026-08-06tls: rx: restore msg_iter before TLS 1.3 optimistic retryJérémy Jean1-0/+2
2026-08-06tls: don't leave a full plaintext sk_msg ring unpushedchanyoung1-0/+14
2026-08-06xdp: reject clones that overrun skb_shared_info tailroomZhiling Zou1-1/+1
2026-08-06mptcp: reclaim forward-allocated memory on RX path errorsPaolo Abeni1-0/+6