summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-09-08Bluetooth: SCO: fix sco_conn related locking and validity issuesPauli Virtanen
2024-09-08Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfmLuiz Augusto von Dentz
2024-09-08wifi: cfg80211: make hash table duplicates more survivableJohannes Berg
2024-09-08mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)
2024-09-08mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)
2024-09-08mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu Baerts (NGI0)
2024-09-08mptcp: pm: reuse ID 0 after delete and re-addMatthieu Baerts (NGI0)
2024-09-08mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)
2024-09-08mptcp: pm: fullmesh: select the right ID laterMatthieu Baerts (NGI0)
2024-09-08mptcp: pm: fix RM_ADDR ID for the initial subflowMatthieu Baerts (NGI0)
2024-09-08mptcp: make pm_remove_addrs_and_subflows staticGeliang Tang
2024-09-04sctp: fix association labeling in the duplicate COOKIE-ECHO caseOndrej Mosnacek
2024-09-04ethtool: check device is present when getting link settingsJamie Bainbridge
2024-09-04Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz
2024-09-04mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDRMatthieu Baerts (NGI0)
2024-09-04mptcp: pm: only mark 'subflow' endp as availableMatthieu Baerts (NGI0)
2024-09-04mptcp: pm: remove mptcp_pm_remove_subflow()Matthieu Baerts (NGI0)
2024-09-04mptcp: unify pm get_local_id interfacesGeliang Tang
2024-09-04mptcp: pm: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)
2024-09-04mptcp: pm: do not remove already closed subflowsMatthieu Baerts (NGI0)
2024-09-04mptcp: pm: send ACK on an active subflowMatthieu Baerts (NGI0)
2024-09-04mptcp: pm: reset MPC endp ID when re-addedMatthieu Baerts (NGI0)
2024-09-04mptcp: pm: skip connecting to already established sfMatthieu Baerts (NGI0)
2024-09-04mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)
2024-09-04mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)
2024-08-29udp: fix receiving fraglist GSO packetsFelix Fietkau
2024-08-29wifi: cfg80211: fix receiving mesh packets without RFC1042 headerFelix Fietkau
2024-08-29wifi: mac80211: fix potential null pointer dereferenceFelix Fietkau
2024-08-29wifi: mac80211: drop bogus static keywords in A-MSDU rxFelix Fietkau
2024-08-29wifi: mac80211: fix receiving mesh packets in forwarding=0 networksFelix Fietkau
2024-08-29wifi: mac80211: fix flow dissection for forwarded packetsFelix Fietkau
2024-08-29wifi: mac80211: fix mesh forwardingFelix Fietkau
2024-08-29wifi: mac80211: fix mesh path discovery based on unicast packetsFelix Fietkau
2024-08-29wifi: mac80211: add documentation for amsdu_mesh_controlJohannes Berg
2024-08-29net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn
2024-08-29gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai
2024-08-29udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko
2024-08-29tcp: do not export tcp_twsk_purge()Eric Dumazet
2024-08-29mptcp: pm: only decrement add_addr_accepted for MPJ reqMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: re-using ID of unused flushed subflowsMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: re-using ID of unused removed subflowsMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: re-using ID of unused removed ADD_ADDRMatthieu Baerts (NGI0)
2024-08-29Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman
2024-08-29netfilter: flowtable: validate vlan headerPablo Neira Ayuso
2024-08-29ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet
2024-08-29ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet
2024-08-29ipv6: prevent UAF in ip6_send_skb()Eric Dumazet
2024-08-29netem: fix return value if duplicate enqueue failsStephen Hemminger
2024-08-29ip6_tunnel: Fix broken GROThomas Bogendoerfer
2024-08-29netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior