summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-08-24Bluetooth: hci_event: clear HCI_LE_ADV only on a created connectionValentin Kindschi
2026-08-24Bluetooth: hci_conn: re-enable advertising only for peripheral roleValentin Kindschi
2026-08-24Bluetooth: eir: Fix OOB read in eir_get_service_data()HyeongJun An
2026-08-24Bluetooth: hci_sync: add conditional locking annotationsPauli Virtanen
2026-08-24Bluetooth: L2CAP: fix race l2cap_sock_cleanup_listen() vs. put_chanPauli Virtanen
2026-08-24Bluetooth: mgmt: fix 'hdev->discovery.uuids' NULL dereferencePavel Shpakovskiy
2026-08-24Bluetooth: L2CAP: reject accept queue add unless BT_LISTENPauli Virtanen
2026-08-24Bluetooth: L2CAP: access chan->conn safely in get/setsockoptPauli Virtanen
2026-08-24Bluetooth: hci_sync: Clear HCI_CMD_PENDING when dropping the last requestIbrahim Abdelkader
2026-08-24Bluetooth: RFCOMM: serialize session teardownChengfeng Ye
2026-08-24Bluetooth: do not leak an hci_conn when a second LE connect is rejectedRadek Podgorny
2026-08-24Bluetooth: RFCOMM: serialize security confirmation handlingChengfeng Ye
2026-08-24esp: downgrade zerocopy managed frags before mutating skb fragsMaher Azzouzi
2026-08-24xfrm: use hlist_del_init_rcu for state_cache and state_cache_inputSiwei Zhang
2026-08-24hv_sock: Remove check for old Hyper-V hostsMichael Kelley
2026-08-22net/sched: sch_cake: fix autorate reconfiguration throttlingGiuseppe Piscitelli
2026-08-22net_sched: sch_fq: fix pacing delay underflow with pacing offloadEric Dumazet
2026-08-22net: page_pool: Remove zone/policy GFP flags when allocating XArray entriesRong Zhang
2026-08-22net/smc: carry oversized SMC-Rv2 LLC messages in the queue entryYehyeong Lee
2026-08-22net/smc: bound the peer rkey counts in SMC-Rv2 LLC messagesYehyeong Lee
2026-08-22net/smc: fix use-after-free of the LLC qentry in smc_llc_srv_add_link()Yehyeong Lee
2026-08-22xdp: fix zero-copy frame layoutWeiming Shi
2026-08-22tcp: clamp route advmss to TCP_MIN_MSSYong Wang
2026-08-22ipip: fix skb leak in collect_md mode when metadata_dst allocation failsAnton Danilov
2026-08-22net/sched: account classifier filter allocations to memcgJamal Hadi Salim
2026-08-22Merge tag 'batadv-net-pullrequest-20260821' of https://git.open-mesh.org/batadvJakub Kicinski
2026-08-21Bluetooth: RFCOMM: Validate MTU in rfcomm_apply_pn() to prevent infinite loopHyunwoo Kim
2026-08-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2026-08-20Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2026-08-20net: bridge: arp/nd proxy: fix reading neigh haNikolay Aleksandrov
2026-08-20net/smc: free pending qentry in smc_llc_flow_stop() before memsetMahanta Jambigi
2026-08-20net/smc: free stashed qentry before overwrite in REQ_ADD_LINK to ADD_LINK tra...Mahanta Jambigi
2026-08-20Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-20sctp: drop a chunk if its transport was removedHyunwoo Kim
2026-08-20net: sched: fix 32-bit backlog wrap in gred, bfifo and plug enqueueJamal Hadi Salim
2026-08-20net: tcp: block mixing readable and unreadable fragsMina Almasry
2026-08-20net: core: propagate unreadable flag in skb_zerocopyMina Almasry
2026-08-20net/packet: defer vmalloc TX_RING free until skbs finishKyle Zeng
2026-08-20vlan: fix skb_under_panic and races when toggling HW VLAN offloadEric Dumazet
2026-08-20batman-adv: reject unrepresentable multicast TVLV offsetsKyle Zeng
2026-08-20ipv6: seg6: clear IPv4 control block on IPIP decapsulationKyle Zeng
2026-08-20inetpeer: randomize RB-tree node comparison using SipHashEric Dumazet
2026-08-20ip6mr: do not clone dst in ip6mr_cache_report()Eric Dumazet
2026-08-20mptcp: fix uninitialized local_id in syncookie MP_JOIN reconstructionHarshit Varu
2026-08-20net: add missing ref_tracker_dir_exit() to net_passive_dec()Tetsuo Handa
2026-08-20Merge tag 'nfsd-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2026-08-20ipv6: avoid divide by zero in rt6_multipath_rebalanceCen Zhang (Microsoft)
2026-08-20net: mctp: hold a reference to the route device in mctp_route_lookup()Aldo Ariel Panzardo
2026-08-20ipv6: rpl: fix NULL dereference of idev in ipv6_rpl_srh_rcv()Andrea Mayer
2026-08-20net/tcp-ao: fix use-after-free of current_key on reconnect to another peerHyunwoo Kim