summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-06-27net: net_failover: Fix the deadlock in slave registerFaicker Mo
2026-06-27net: export netif_open for self_test usageMike Marciniszyn (Meta)
2026-06-27rose: don't free fd-owned sockets when reaping in the heartbeatBernard Pidoux
2026-06-27rose: clear neighbour pointer in rose_kill_by_device()Bernard Pidoux
2026-06-27rose: drop CALL_REQUEST in loopback timer when device is not runningBernard Pidoux
2026-06-27rose: release netdev ref and destroy orphaned incoming socketsBernard Pidoux
2026-06-27rose: fix netdev double-hold in rose_make_new()Bernard Pidoux
2026-06-27rose: disconnect orphaned STATE_2 sockets when device is goneBernard Pidoux
2026-06-27rose: set SOCK_DESTROY in rose_kill_by_device() for prompt cleanupBernard Pidoux
2026-06-27rose: fix notifier unregistered too early in rose_exit()Bernard Pidoux
2026-06-27rose: fix netdev double-hold in rose_rx_call_request()Bernard Pidoux
2026-06-27rose: guard rose_neigh_put() against NULL in timer expiryBernard Pidoux
2026-06-27rose: clear neighbour pointer after rose_neigh_put() in state machinesBernard Pidoux
2026-06-27rose: fix race between loopback timer and module removalBernard Pidoux
2026-06-27rose: hold loopback neighbour reference across timer callbackBernard Pidoux
2026-06-27rose: fix dev_put() leak in rose_loopback_timer()Bernard Pidoux
2026-06-27bpf: Fix NULL pointer dereference in bpf_sk_storage_clone and diag pathsWeiming Shi
2026-06-19netfilter: require Ethernet MAC header before using eth_hdr()Zhengchuan Liang
2026-06-19vsock/virtio: fix skb overhead overflow on 32-bit buildsStefano Garzarella
2026-06-19vsock/virtio: fix skb overhead accounting to preserve full buf_allocStefano Garzarella
2026-06-19vsock/virtio: fix potential unbounded skb queueEric Dumazet
2026-06-19wifi: mac80211: tests: mark HT check strictJohannes Berg
2026-06-19wifi: mac80211: skip ieee80211_verify_sta_ht_mcs_support check in non-strict ...Rio Liu
2026-06-19netfilter: nft_fib: fix stale stack leak via the OIFNAME registerDavide Ornaghi
2026-06-19sctp: stream: fully roll back denied add-stream stateWyatt Feng
2026-06-19sctp: diag: reject stale associations in dump_one pathZhao Zhang
2026-06-19rxrpc: Fix the ACK parser to extract the SACK table for parsingDavid Howells
2026-06-19net: rds: clear i_sends on setup unwindYuqi Xu
2026-06-19net: phonet: free phonet_device after RCU grace periodSantosh Kalluri
2026-06-19inet: frags: fix use-after-free caused by the fqdir_pre_exit() flushHyunwoo Kim
2026-06-19vsock/vmci: fix sk_ack_backlog leak on failed handshakeRaf Dickson
2026-06-19wifi: nl80211: reject oversized EMA RNR listsYuqi Xu
2026-06-19mptcp: add-addr: always drop other suboptionsMatthieu Baerts (NGI0)
2026-06-19mptcp: sockopt: set sockopt on all subflowsMatthieu Baerts (NGI0)
2026-06-19mptcp: sockopt: check timestamping ret valueMatthieu Baerts (NGI0)
2026-06-19mptcp: check desc->count in read_sockGang Yan
2026-06-19mptcp: pm: fix extra_subflows underflow on userspace PM subflow creationTao Cui
2026-06-19mptcp: allow subflow rcv wnd to shrinkPaolo Abeni
2026-06-19mptcp: close TOCTOU race while computing rcv_wndPaolo Abeni
2026-06-19mptcp: fix retransmission loop when csum is enabledPaolo Abeni
2026-06-19mptcp: fix missing wakeups in edge scenariosPaolo Abeni
2026-06-19udp: clear skb->dev before running a sockmap verdictSechang Lim
2026-06-19xfrm: iptfs: fix ABBA deadlock in iptfs_destroy_state()Tristan Madani
2026-06-19xfrm: iptfs: preserve shared-frag marker in iptfs_consume_frags()Takao Sato
2026-06-19xfrm: espintcp: do not reuse an in-progress partial sendWyatt Feng
2026-06-19Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsigMichael Bommarito
2026-06-19Bluetooth: hci_sync: reject oversized Broadcast Announcement prependYuqi Xu
2026-06-19netfilter: nft_meta_bridge: fix stale stack leak via IIFHWADDR registerDavide Ornaghi
2026-06-19netfilter: nft_tunnel: fix use-after-free on object destroyTristan Madani
2026-06-19ipv6: Fix a potential NPD in cleanup_prefix_route()Ido Schimmel