summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-08-26libceph: validate banner payload lengthAleksandr Nogikh
2026-08-26libceph: validate OSD extent maps before cursor advanceMichael Bommarito
2026-08-26seg6: reset IP6CB after IPv6 decapsulationZhiling Zou
2026-08-25net/sched: sch_teql: restore skb->dev on the slave failure pathVictor Nogueira
2026-08-25sctp: fix stream->outcnt underflow on duplicate RECONF responsesJun Yang
2026-08-25sctp: distinguish sequence zero from wildcard in reconf lookupJun Yang
2026-08-25net/sched: sfq: clamp quantum to avoid signed overflow soft lockupJamal Hadi Salim
2026-08-25net/sched: hhf: clamp quantum before hhf_change() to avoid overflowJamal Hadi Salim
2026-08-25net/sched: fq_pie: clamp default quantum to avoid signed overflowJamal Hadi Salim
2026-08-25net/sched: sch_codel: clamp default mtu to avoid disabling CoDelJamal Hadi Salim
2026-08-25net/sched: fq_codel: clamp default quantum and mtuJamal Hadi Salim
2026-08-25net/sched: fq: add overflow bounds to quantum and initial quantumJamal Hadi Salim
2026-08-25vsock/virtio: flush works in dependency orderChengfeng Ye
2026-08-25net: fix a resource leak in copy_net_ns() error handling pathTetsuo Handa
2026-08-25net: core: fix head-page leak in skb_zerocopyMina Almasry
2026-08-25net: core: check skb_frags_readable before uncloning in skb_copy_ubufsMina Almasry
2026-08-25sctp: fix NULL deref on untransmitted RECONF completionWeiming Shi
2026-08-25net/sched: act_skbmod: fix length calculations and avoid invalid header warningsEric Dumazet
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