summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)
2024-09-04mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu 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: pm: reuse ID 0 after delete and re-addMatthieu 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-29tcp: do not export tcp_twsk_purge()Eric Dumazet
2024-08-29mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: fullmesh: select the right ID laterMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: only in-kernel cannot have entries with ID 0Matthieu Baerts (NGI0)
2024-08-29mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDRMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: only decrement add_addr_accepted for MPJ reqMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: only mark 'subflow' endp as availableMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: remove mptcp_pm_remove_subflow()Matthieu 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-29net: ovs: fix ovs_drop_reasons errorMenglong Dong
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-29udp: fix receiving fraglist GSO packetsFelix Fietkau
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
2024-08-29netfilter: nft_counter: Disable BH in nft_counter_offload_stats().Sebastian Andrzej Siewior
2024-08-29kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima
2024-08-29net: mctp: test: Use correct skb for route input checkJeremy Kerr
2024-08-29tcp: prevent concurrent execution of tcp_sk_exit_batchFlorian Westphal
2024-08-29tcp/dccp: do not care about families in inet_twsk_purge()Eric Dumazet
2024-08-29tcp/dccp: bypass empty buckets in inet_twsk_purge()Eric Dumazet
2024-08-29net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...Vladimir Oltean
2024-08-29Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz
2024-08-29Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz
2024-08-29Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"Jakub Sitnicki
2024-08-29s390/iucv: fix receive buffer virtual vs physical address confusionAlexander Gordeev
2024-08-29Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz
2024-08-29rxrpc: Don't pick values out of the wire header when setting up securityDavid Howells
2024-08-29netlink: hold nlk->cb_mutex longer in __netlink_dump_start()Eric Dumazet
2024-08-29Bluetooth: hci_conn: Check non NULL function before calling for HFP offloadZijun Hu
2024-08-29wifi: mac80211: flush STA queues on unauthorizationJohannes Berg
2024-08-29wifi: mac80211: fix BA session teardown raceJohannes Berg