summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-08-28netfilter: nf_reject: don't leak dst refcount for loopback packetsFlorian Westphal
2025-08-28net/sched: Remove unnecessary WARNING condition for empty child qdisc in htb_...William Liu
2025-08-28net/sched: Make cake_enqueue return NET_XMIT_CN when past buffer_limitWilliam Liu
2025-08-28ipv6: sr: validate HMAC algorithm ID in seg6_hmac_info_addMinhong He
2025-08-28net: gso: Forbid IPv6 TSO with extensions on devices with only IPV6_CSUMJakub Ramaseuski
2025-08-28Bluetooth: hci_conn: do return error from hci_enhanced_setup_sync()Sergey Shtylyov
2025-08-28net: bridge: fix soft lockup in br_multicast_query_expired()Wang Liang
2025-08-28tls: fix handling of zero-length records on the rx_listJakub Kicinski
2025-08-28wifi: mac80211: check basic rates validity in sta_link_apply_parametersMikhail Lobanov
2025-08-28wifi: mac80211: avoid lockdep checking when removing deflinkBenjamin Berg
2025-08-28mptcp: disable add_addr retransmission when timeout is 0Geliang Tang
2025-08-28Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncSumanth Gavini
2025-08-28mptcp: reset fallback status gracefully at disconnect() timePaolo Abeni
2025-08-28mptcp: plug races between subflow fail and subflow creationPaolo Abeni
2025-08-28mptcp: make fallback action and fallback decision atomicPaolo Abeni
2025-08-28tls: separate no-async decryption request handling from asyncSabrina Dubroca
2025-08-28net/sched: ets: use old 'nbands' while purging unused classesDavide Caratti
2025-08-28net_sched: sch_ets: implement lockless ets_dump()Eric Dumazet
2025-08-28net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet
2025-08-28mptcp: pm: kernel: flush: do not reset ADD_ADDR limitMatthieu Baerts (NGI0)
2025-08-28mptcp: drop skb if MPTCP skb extension allocation failsChristoph Paasch
2025-08-28ipv6: sr: Fix MAC comparison to be constant-timeEric Biggers
2025-08-28net, hsr: reject HSR frame if skb can't hold tagJakub Acs
2025-08-28vsock/virtio: Validate length in packet header before skb_put()Will Deacon
2025-08-28vsock/virtio: Resize receive buffers so that each SKB fits in a 4K pageWill Deacon
2025-08-28net: ncsi: Fix buffer overflow in fetching version idHari Kalavakunta
2025-08-28neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande
2025-08-28wifi: mac80211: update radar_required in channel context after channel switchRamya Gnanasekar
2025-08-28ipv6: mcast: Check inet6_dev->dead under idev->mc_lock in __ipv6_dev_mc_inc().Kuniyuki Iwashima
2025-08-28wifi: mac80211: don't complete management TX on SAE commitJohannes Berg
2025-08-28net: ipv4: fix incorrect MTU in broadcast routesOscar Maes
2025-08-28net: mctp: Prevent duplicate bindsMatt Johnston
2025-08-28wifi: cfg80211: reject HTC bit for management framesJohannes Berg
2025-08-28netfilter: ctnetlink: fix refcount leak on table dumpFlorian Westphal
2025-08-28udp: also consider secpath when evaluating ipsec use for checksummingSabrina Dubroca
2025-08-28netlink: avoid infinite retry looping in netlink_unicast()Fedor Pchelkin
2025-08-15vsock: Do not allow binding to VMADDR_PORT_ANYBudimir Markovic
2025-08-15net/packet: fix a race in packet_set_ring() and packet_notifier()Quang Le
2025-08-15ipv6: reject malicious packets in ipv6_gso_segment()Eric Dumazet
2025-08-15netpoll: prevent hanging NAPI when netcons gets enabledJakub Kicinski
2025-08-15bpf: Check flow_dissector ctx accesses are alignedPaul Chaignon
2025-08-15ipv6: annotate data-races around rt->fib6_nsiblingsEric Dumazet
2025-08-15ipv6: fix possible infinite loop in fib6_info_uses_dev()Eric Dumazet
2025-08-15ipv6: prevent infinite loop in rt6_nlmsg_size()Eric Dumazet
2025-08-15netfilter: xt_nfacct: don't assume acct name is null-terminatedFlorian Westphal
2025-08-15Reapply "wifi: mac80211: Update skb's control block key in ieee80211_tx_deque...Remi Pommarel
2025-08-15wifi: mac80211: Check 802.11 encaps offloading in ieee80211_tx_h_select_key()Remi Pommarel
2025-08-15wifi: mac80211: Don't call fq_flow_idx() for management framesAlexander Wetzel
2025-08-15wifi: mac80211: Do not schedule stopped TXQsAlexander Wetzel
2025-08-15wifi: mac80211: reject TDLS operations when station is not associatedMoon Hee Lee