aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-15Merge tag 'ceph-for-7.1-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds3-10/+18
2026-05-15Merge tag 'nfsd-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds1-1/+1
2026-05-14Merge tag 'net-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds54-542/+881
2026-05-14net: tls: prevent chain-after-chain in plain text SGJakub Kicinski1-6/+18
2026-05-14net: tls: fix off-by-one in sg_chain entry count for wrapped sk_msg ringJakub Kicinski1-4/+2
2026-05-14net/smc: reject CHID-0 ACCEPT that matches an empty ism_dev slotXiang Mei1-1/+2
2026-05-13net: net_failover: Fix the deadlock in slave registerFaicker Mo1-1/+5
2026-05-13net/sched: sch_cbs: Call qdisc_reset for child qdiscJamal Hadi Salim1-1/+15
2026-05-12ethtool: fix ethnl_bitmap32_not_zero() bit interval semanticsChenguang Zhao1-4/+4
2026-05-12net/smc: avoid NULL deref of conn->lnk in smc_msg_event tracepointXiang Mei1-1/+1
2026-05-12net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoSNicolò Coccia1-9/+8
2026-05-12net: atm: fix skb leak in sigd_send() default branchWei Yang1-0/+1
2026-05-12net: ethtool: phy: avoid NULL deref when PHY driver is unboundDavid Carlier1-4/+6
2026-05-12libceph: Fix potential null-ptr-deref in decode_choose_args()Raphael Zimmer1-1/+2
2026-05-12libceph: handle rbtree insertion error in decode_choose_args()Raphael Zimmer1-1/+4
2026-05-12net: shaper: reject QUEUE scope handle with missing idJakub Kicinski1-2/+7
2026-05-12net: shaper: enforce singleton NETDEV scope with id 0Jakub Kicinski1-0/+6
2026-05-12net: shaper: reject handle IDs exceeding internal bit-widthJakub Kicinski3-2/+11
2026-05-12net: shaper: fix undersized reply skb allocation in GROUP commandJakub Kicinski1-2/+8
2026-05-12net: shaper: set ret to -ENOMEM when genlmsg_new() fails in group_doitJakub Kicinski1-1/+3
2026-05-12net: shaper: reject duplicate leaves in GROUP requestJakub Kicinski1-15/+45
2026-05-12net: shaper: fix trivial ordering issue in net_shaper_commit()Jakub Kicinski1-1/+10
2026-05-12net: shaper: flip the polarity of the valid flagJakub Kicinski1-17/+17
2026-05-12vsock/virtio: fix empty payload in tap skb for non-linear buffersStefano Garzarella1-28/+12
2026-05-12vsock/virtio: fix length and offset in tap skb for split packetsStefano Garzarella1-5/+6
2026-05-12net: hsr: fix NULL pointer dereference in hsr_get_node_data()Quan Sun1-1/+4
2026-05-11net/sched: dualpi2: initialize timer earlier in dualpi2_init()Davide Caratti1-2/+2
2026-05-11tcp: Fix out-of-bounds access for twsk in tcp_ao_established_key().Kuniyuki Iwashima1-1/+2
2026-05-11net/rds: reset op_nents when zerocopy page pin failsAllison Henderson1-0/+1
2026-05-11libceph: Fix potential out-of-bounds access in osdmap_decode()Raphael Zimmer1-1/+1
2026-05-11libceph: Fix potential out-of-bounds access in __ceph_x_decrypt()Raphael Zimmer1-0/+5
2026-05-11libceph: Fix unnecessarily high ceph_decode_need() for uniform bucketRaphael Zimmer1-2/+1
2026-05-11libceph: Fix potential out-of-bounds access in crush_decode()Raphael Zimmer2-5/+5
2026-05-10Merge tag 'batadv-net-pullrequest-20260508' of https://git.open-mesh.org/batadvJakub Kicinski6-46/+172
2026-05-10sunrpc: start cache request seqno at 1 to fix netlink GET_REQSJeff Layton1-1/+1
2026-05-10rxrpc: Also unshare DATA/RESPONSE packets when paged frags are presentHyunwoo Kim2-2/+5
2026-05-09Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-29/+87
2026-05-09xskmap: reject TX-only AF_XDP socketsLinpu Yu1-0/+4
2026-05-08Merge tag 'nf-26-05-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski27-359/+408
2026-05-08sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALLBen Morris1-0/+9
2026-05-08net: shaper: Reject reparenting of existing nodesMohsin Bashir1-7/+23
2026-05-08genetlink: free the skb on 'group >= family->n_mcgrps'Alice Ryhl1-2/+6
2026-05-08net: ethtool: fix NULL pointer dereference in phy_reply_sizeQuan Sun1-2/+30
2026-05-08net: napi: Avoid gro timer misfiring at end of busypollDragos Tatulea1-9/+12
2026-05-08ipv6: flowlabel: enforce per-netns limit for unprivileged callersMaoyi Xie1-3/+11
2026-05-08ipv6: flowlabel: take ip6_fl_lock across mem_check and fl_internMaoyi Xie1-13/+21
2026-05-08tcp: Fix imbalanced icsk_accept_queue count.Kuniyuki Iwashima1-1/+1
2026-05-08tcp: Fix potential UAF in reqsk_timer_handler().Kuniyuki Iwashima1-1/+1
2026-05-08bpf: Free reuseport cBPF prog after RCU grace period.Kuniyuki Iwashima1-3/+12
2026-05-08bpf: tcp: Fix type confusion in sol_tcp_sockopt().Kuniyuki Iwashima1-1/+1