summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-05-20net: bridge: remove stale rcu_barrier() in br_multicast_dev_del()Eric Dumazet1-2/+0
2026-05-20net/sched: sch_drr: make cl->quantum locklessEric Dumazet1-6/+4
2026-05-20net/sched: sch_drr: annotate data-races around cl->deficitEric Dumazet1-4/+4
2026-05-20ipv4: use WARN_ON_ONCE() in ip_rt_bug()Eric Dumazet1-1/+1
2026-05-20ipv4: icmp: reject broadcast/multicast routesEric Dumazet1-0/+3
2026-05-20net: devmem: reject dma-buf bind with non-page-aligned size or SG lengthDavid Carlier1-0/+11
2026-05-20Merge tag 'for-net-2026-05-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski8-14/+93
2026-05-20bpf, skmsg: fix verdict sk_data_ready racing with ktls rxXingwang Xiang1-2/+7
2026-05-20smc: Use flexible array for SMCD connectionsRosen Penev1-8/+2
2026-05-20net/rds: Don't sleep inside rds_ib_conn_path_shutdownAllison Henderson1-5/+20
2026-05-20rxrpc: Fix RESPONSE packet verification to extract skb to a linear bufferDavid Howells7-223/+80
2026-05-20rxrpc: Fix DATA decrypt vs splice() by copying data to buffer in recvmsgDavid Howells8-119/+200
2026-05-20crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checksDavid Howells1-2/+13
2026-05-20net: shaper: rework the VALID marking (again)Jakub Kicinski1-27/+18
2026-05-20net: shaper: annotate the data racesJakub Kicinski1-15/+38
2026-05-20udp: Fix UDP length on last GSO_PARTIAL segmentGal Pressman1-3/+6
2026-05-20udp: gso: Fix handling checksum in __udp_gso_segmentAlice Mikityanska1-11/+2
2026-05-20Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del()Safa Karakuş5-10/+78
2026-05-20Bluetooth: MGMT: validate Add Extended Advertising Data lengthMichael Bommarito1-0/+6
2026-05-20Bluetooth: ISO: drop ISO_END frames received without prior ISO_STARTDavid Carlier1-0/+5
2026-05-20Bluetooth: hci_sync: Fix not setting mask for HCI_EVT_LE_ALL_REMOTE_FEATURES_...Luiz Augusto von Dentz1-3/+3
2026-05-20Bluetooth: bnep: Fix UAF read of dev->nameJann Horn1-1/+1
2026-05-20wifi: mac80211: allow cipher change on NAN_DATA interfacesDaniel Gabay1-3/+8
2026-05-20wifi: cfg80211: add a function to parse UHR DBEJohannes Berg2-6/+316
2026-05-20wifi: mac80211: don't call ieee80211_handle_reconfig_failure when not neededMiri Korenblit1-5/+1
2026-05-20wifi: mac80211: Allow per station GTK for NAN Data interfacesIlan Peer1-4/+7
2026-05-20wifi: mac80211: don't recalc min def for S1G chan ctxLachlan Hodges1-2/+8
2026-05-20wifi: mac80211: skip NSS and BW init for S1G staLachlan Hodges1-0/+17
2026-05-20wifi: mac80211: check stations are removed before MLD changeJohannes Berg1-1/+4
2026-05-20wifi: cfg80211: wext: validate chandef in monitor modeKartik Nair1-0/+2
2026-05-20wifi: mac80211: consume only present negotiated TTLM mapsMichael Bommarito1-1/+1
2026-05-20wifi: mac80211: capture fast-RX rate before mesh reuses skb->cbZhao Li1-1/+5
2026-05-20wifi: mac80211: fix multi-link element inheritanceJohannes Berg1-3/+33
2026-05-20wifi: mac80211: fix MLE defragmentationJohannes Berg1-40/+31
2026-05-20wifi: mac80211: don't override max_amsdu_subframesEmmanuel Grumbach1-2/+3
2026-05-20wifi: mac80211: bounds-check link_id in ieee80211_ml_epcsAlexandru Hossu1-0/+3
2026-05-19net: socket: clean up __sys_accept4 commentAvinash Duduskar1-1/+1
2026-05-19af_unix: Fix UAF read of tail->len in unix_stream_data_wait()Jann Horn1-9/+2
2026-05-19ipv6: ioam: add NULL check for idev in ipv6_hop_ioam()Justin Iurman1-2/+13
2026-05-19net/sched: sch_htb: fix htb_dump_class_stats() vs offload modeEric Dumazet1-10/+12
2026-05-19ipmr: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2026-05-19bridge: mcast: Fix a possible use-after-free when removing a bridge portIdo Schimmel1-5/+17
2026-05-19bridge: Add missing READ_ONCE() annotations around FDB destination portIdo Schimmel3-5/+6
2026-05-19mptcp: update window_clamp on subflows when SO_RCVBUF is setGang Yan1-2/+8
2026-05-19mptcp: reset rcv wnd on disconnectPaolo Abeni1-0/+1
2026-05-19mptcp: pm: fix ADD_ADDR timer infinite retry on option space insufficientLi Xiasong1-10/+46
2026-05-19mptcp: do not drop partial packetsShardul Bankar1-5/+19
2026-05-19net/ethtool: drop duplicate TSCONFIG HWTSTAMP BUILD_BUG_ON from SET handlerChenguang Zhao1-4/+0
2026-05-199p: use kvzalloc for readdir bufferPierre Barre1-1/+1
2026-05-19net/9p/usbg: Constify struct configfs_item_operationsChristophe JAILLET1-1/+1