summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-08-25tls: device: fix out-of-bounds write in tls_append_frag()Jiayuan Chen
2026-08-25net: skbuff: don't touch shared zerocopy state in skb_tx_error()Norbert Szetei
2026-08-25net: skbuff: don't skb_tx_error() the source skb in skb_zerocopy()Norbert Szetei
2026-08-25openvswitch: only skb_tx_error() a packet we are about to dropNorbert Szetei
2026-08-24Merge tag 'for-net-2026-08-24' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-08-24net/iucv: filter frames in afiucv_hs_rcv() by ingress deviceAlexandra Winter
2026-08-24net/rds: use wq_has_sleeper() in rds_cong_map_updated()Allison Henderson
2026-08-24net/sched: act_ife: Only operate on Ethernet framesVictor Nogueira
2026-08-24net/smc: fix use-after-free in smc_rx_pipe_buf_release()Hidayath Khan
2026-08-24net/smc: stop killed, freed and out_of_sync sharing a byteHidayath Khan
2026-08-24net/smc: fix socket refcount leak in smc_switch_conns()Hidayath Khan
2026-08-24net: l2tp: do not propagate multicast notification errorsZihan Xi
2026-08-24openvswitch: Fix CT limit teardown use-after-freeYuqi Xu
2026-08-24xsk: honor XDP_TX_METADATA in zero-copy pathStanislav Fomichev
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-24Bluetooth: RFCOMM: Validate MTU in rfcomm_apply_pn() to prevent infinite loopHyunwoo Kim
2026-08-24Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_readyHang Nan
2026-08-24Bluetooth: hci_core: use skb_get() instead of skb_clone() for req_skbXin Chen
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-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-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