aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-08-06net/smc: fix TOCTOU race between smc_listen_out() and listener closeSidraya Jayagond1-1/+2
2026-08-06net: remove WARN_ON_ONCE() from sk_mc_loop()Eric Dumazet1-1/+0
2026-08-05ip6_tunnel: clear skb2->cb[] in ip6ip6_err()Zhiling Zou1-0/+3
2026-08-05net/ncsi: fix heap OOB read in NCSI_CMD_SEND_CMD payload lengthHenry Martin1-0/+4
2026-08-05mac802154: fix netdev use-after-free in beacon workerZihan Xi1-0/+4
2026-08-05netfilter: nf_flow_table: drop existing skb dst before skb_dst_set_noref()Eric Dumazet1-0/+3
2026-08-05tcp: fix TFO max_qlen accounting across reuseport migrationJiayuan Chen1-4/+16
2026-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski15-180/+322
2026-08-04sctp: fix addip_serial increment on ASCONF_ACK allocation failureQing Luo1-2/+1
2026-08-04net: openvswitch: reallocate update replies for mismatched IDsZhiling Zou1-3/+26
2026-08-04net/sched: cls_api: Always acquire rtnl_lock when destroying locked classifiersJamal Hadi Salim1-1/+16
2026-08-04net/openvswitch: check Ethernet header length in key_extract()Cen Zhang (Microsoft)1-4/+7
2026-08-04packet: synchronize pressure clearing with ring reconfigurationZihan Xi1-4/+16
2026-08-03net/sched: sch_cake: drop WARN_ON(1) for malformed packets in ACK filterToke Høiland-Jørgensen1-1/+0
2026-08-03udp: fix potential use-after-free in tunnel segmentationXuanqiang Luo1-1/+3
2026-08-03ipv4: Fix fib_nlmsg_size() for RTA_VIA nexthopsZihan Xi1-18/+49
2026-08-03net: smc: fix splice entry lifetime imbalance in smc_rx_spliceDaming Li1-9/+10
2026-08-03xsk: validate metadata when processing requestsStanislav Fomichev1-3/+3
2026-08-03xsk: validate launch-time metadata sizeStanislav Fomichev1-5/+6
2026-08-03xsk: clear metadata pointer when no timestamp is requestedStanislav Fomichev1-0/+2
2026-08-03xsk: require at least 16 bytes of TX metadataStanislav Fomichev1-0/+2
2026-08-03vsock/virtio: avoid refilling the RX queue after teardownWeiming Shi1-1/+2
2026-08-03vsock/virtio: read virtqueues under worker locksWeiming Shi1-5/+6
2026-08-03ipv6: fix Route Information option length validationYuejie Shi1-4/+4
2026-08-03sctp: keep chunk->transport in step with the list it is queued onBaul Lee1-0/+1
2026-08-03tcp: do not change rcv_ssthresh in tcp_measure_rcv_mss()Nathan Gao1-1/+1
2026-07-31devlink: fix net namespace reference leak in reloadOr Har-Toov1-0/+1
2026-07-31net/sched: cls_route: fix fastmap use-after-free on filterJamal Hadi Salim1-9/+26
2026-07-31inet: frags: publish queues before arming timerZhiling Zou1-5/+5
2026-07-31net: bridge: mrp: fix uninitialised bytes on the wireBaul Lee1-4/+2
2026-07-31net/smc: fix qentry overwrite for CONFIRM_LINK and ADD_LINK_CONT in smc_llc_event_handler()Mahanta Jambigi1-1/+2
2026-07-31ipvs: return the csum validation for forward hookJulian Anastasov1-1/+1
2026-07-31ipvs: avoid out-of-bounds write in ip_vs_nat_icmpJulian Anastasov2-34/+35
2026-07-31netfilter: ipset: switch to rcu workFlorian Westphal1-17/+29
2026-07-31netfilter: ipset: add and use mtype_del_cidr_all helperFlorian Westphal1-18/+16
2026-07-31netfilter: ipset: add small wrappers for hash and bucket sizesFlorian Westphal1-8/+31
2026-07-31netfilter: ipset: switch ext_size to atomic64_tJozsef Kadlecsik4-8/+8
2026-07-31netfilter: ipset: rework cidr bookkeepingJozsef Kadlecsik7-93/+182
2026-07-31netfilter: ebt_nflog: pin the NFLOG backendChengfeng Ye1-1/+16
2026-07-31ipvs: stop estimator after disabled calc phaseZhiling Zou1-3/+7
2026-07-30net/x25: fix use-after-free of the socket by its timersBaul Lee2-11/+18
2026-07-30net/packet: reset the MAC header on the packet-socket transmit pathDoruk Tan Ozturk1-3/+4
2026-07-30net: devmem: prevent net-iov / page mixingPavel Begunkov1-0/+3
2026-07-30Merge tag 'net-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds60-714/+1555
2026-07-30Merge tag 'linux-can-fixes-for-7.2-20260729' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canPaolo Abeni5-96/+251
2026-07-30net: openvswitch: fix potential UAF on meter attach failureIlya Maximets1-14/+19
2026-07-29net: openvswitch: fix skb leak on flow key update failure during ctIlya Maximets1-1/+1
2026-07-29net: openvswitch: fix skb leak on flow key update failure during recirculationIlya Maximets1-1/+9
2026-07-29Merge tag 'wireless-2026-07-29' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski4-5/+34
2026-07-29sctp: validate Adaptation Indication parameter lengthCharles Vosburgh1-0/+6