aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-12batman-adv: tt: prevent TVLV entry number overflowSven Eckelmann1-3/+17
2026-05-12batman-adv: tt: avoid empty VLAN responsesSven Eckelmann1-3/+17
2026-05-12batman-adv: tt: fix TOCTOU race for reported vlansSven Eckelmann1-4/+9
2026-05-12batman-adv: tt: fix negative last_changeset_lenSven Eckelmann1-1/+1
2026-05-12batman-adv: tt: fix negative tt_buff_lenSven Eckelmann1-1/+1
2026-05-12batman-adv: tt: reject oversized local TVLV buffersSven Eckelmann1-3/+5
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-11batman-adv: tp_meter: fix tp_vars reference leak in receiver shutdownSven Eckelmann2-2/+14
2026-05-11batman-adv: fix tp_meter counter underflow during shutdownLuxiao Xu1-2/+2
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-11xfrm: ipcomp: Free destination pages on acomp errorsHerbert Xu1-4/+8
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