summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-08-06net/smc: fix TOCTOU race between smc_listen_out() and listener closeSidraya Jayagond
2026-08-06net: remove WARN_ON_ONCE() from sk_mc_loop()Eric Dumazet
2026-08-05ip6_tunnel: clear skb2->cb[] in ip6ip6_err()Zhiling Zou
2026-08-05net/ncsi: fix heap OOB read in NCSI_CMD_SEND_CMD payload lengthHenry Martin
2026-08-05mac802154: fix netdev use-after-free in beacon workerZihan Xi
2026-08-05netfilter: nf_flow_table: drop existing skb dst before skb_dst_set_noref()Eric Dumazet
2026-08-05tcp: fix TFO max_qlen accounting across reuseport migrationJiayuan Chen
2026-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2026-08-04sctp: fix addip_serial increment on ASCONF_ACK allocation failureQing Luo
2026-08-04net: openvswitch: reallocate update replies for mismatched IDsZhiling Zou
2026-08-04net/sched: cls_api: Always acquire rtnl_lock when destroying locked classifiersJamal Hadi Salim
2026-08-04net/openvswitch: check Ethernet header length in key_extract()Cen Zhang (Microsoft)
2026-08-04packet: synchronize pressure clearing with ring reconfigurationZihan Xi
2026-08-03net/sched: sch_cake: drop WARN_ON(1) for malformed packets in ACK filterToke Høiland-Jørgensen
2026-08-03udp: fix potential use-after-free in tunnel segmentationXuanqiang Luo
2026-08-03ipv4: Fix fib_nlmsg_size() for RTA_VIA nexthopsZihan Xi
2026-08-03net: smc: fix splice entry lifetime imbalance in smc_rx_spliceDaming Li
2026-08-03xsk: validate metadata when processing requestsStanislav Fomichev
2026-08-03xsk: validate launch-time metadata sizeStanislav Fomichev
2026-08-03xsk: clear metadata pointer when no timestamp is requestedStanislav Fomichev
2026-08-03xsk: require at least 16 bytes of TX metadataStanislav Fomichev
2026-08-03vsock/virtio: avoid refilling the RX queue after teardownWeiming Shi
2026-08-03vsock/virtio: read virtqueues under worker locksWeiming Shi
2026-08-03ipv6: fix Route Information option length validationYuejie Shi
2026-08-03sctp: keep chunk->transport in step with the list it is queued onBaul Lee
2026-08-03tcp: do not change rcv_ssthresh in tcp_measure_rcv_mss()Nathan Gao
2026-07-31devlink: fix net namespace reference leak in reloadOr Har-Toov
2026-07-31net/sched: cls_route: fix fastmap use-after-free on filterJamal Hadi Salim
2026-07-31inet: frags: publish queues before arming timerZhiling Zou
2026-07-31net: bridge: mrp: fix uninitialised bytes on the wireBaul Lee
2026-07-31net/smc: fix qentry overwrite for CONFIRM_LINK and ADD_LINK_CONT in smc_llc_e...Mahanta Jambigi
2026-07-31ipvs: return the csum validation for forward hookJulian Anastasov
2026-07-31ipvs: avoid out-of-bounds write in ip_vs_nat_icmpJulian Anastasov
2026-07-31netfilter: ipset: switch to rcu workFlorian Westphal
2026-07-31netfilter: ipset: add and use mtype_del_cidr_all helperFlorian Westphal
2026-07-31netfilter: ipset: add small wrappers for hash and bucket sizesFlorian Westphal
2026-07-31netfilter: ipset: switch ext_size to atomic64_tJozsef Kadlecsik
2026-07-31netfilter: ipset: rework cidr bookkeepingJozsef Kadlecsik
2026-07-31netfilter: ebt_nflog: pin the NFLOG backendChengfeng Ye
2026-07-31ipvs: stop estimator after disabled calc phaseZhiling Zou
2026-07-30net/x25: fix use-after-free of the socket by its timersBaul Lee
2026-07-30net/packet: reset the MAC header on the packet-socket transmit pathDoruk Tan Ozturk
2026-07-30net: devmem: prevent net-iov / page mixingPavel Begunkov
2026-07-30Merge tag 'net-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-07-30Merge tag 'linux-can-fixes-for-7.2-20260729' of git://git.kernel.org/pub/scm/...Paolo Abeni
2026-07-30net: openvswitch: fix potential UAF on meter attach failureIlya Maximets
2026-07-29net: openvswitch: fix skb leak on flow key update failure during ctIlya Maximets
2026-07-29net: openvswitch: fix skb leak on flow key update failure during recirculationIlya Maximets
2026-07-29Merge tag 'wireless-2026-07-29' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2026-07-29sctp: validate Adaptation Indication parameter lengthCharles Vosburgh