| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mptcp: pm: ADD_ADDR 0 is not a new address | Matthieu Baerts (NGI0) | 2024-09-04 | 3 | -1/+14 |
* | mptcp: avoid duplicated SUB_CLOSED events | Matthieu Baerts (NGI0) | 2024-09-04 | 2 | -1/+8 |
* | mptcp: pm: fix ID 0 endp usage after multiple re-creations | Matthieu Baerts (NGI0) | 2024-09-04 | 1 | -2/+5 |
* | mptcp: pm: do not remove already closed subflows | Matthieu Baerts (NGI0) | 2024-09-04 | 1 | -0/+2 |
* | mptcp: pm: fix RM_ADDR ID for the initial subflow | Matthieu Baerts (NGI0) | 2024-09-04 | 1 | -13/+15 |
* | mptcp: pm: send ACK on an active subflow | Matthieu Baerts (NGI0) | 2024-09-04 | 1 | -3/+6 |
* | mptcp: pm: reset MPC endp ID when re-added | Matthieu Baerts (NGI0) | 2024-09-04 | 1 | -2/+11 |
* | mptcp: pm: skip connecting to already established sf | Matthieu Baerts (NGI0) | 2024-09-04 | 1 | -3/+6 |
* | mptcp: pm: reuse ID 0 after delete and re-add | Matthieu Baerts (NGI0) | 2024-09-04 | 1 | -0/+10 |
* | mptcp: pr_debug: add missing \n at the end | Matthieu Baerts (NGI0) | 2024-09-04 | 9 | -107/+107 |
* | mptcp: sched: check both backup in retrans | Matthieu Baerts (NGI0) | 2024-09-04 | 1 | -1/+1 |
* | mptcp: close subflow when receiving TCP+FIN | Matthieu Baerts (NGI0) | 2024-09-04 | 2 | -3/+10 |
* | mptcp: pm: avoid possible UaF when selecting endp | Matthieu Baerts (NGI0) | 2024-08-29 | 1 | -30/+34 |
* | mptcp: pm: fullmesh: select the right ID later | Matthieu Baerts (NGI0) | 2024-08-29 | 1 | -1/+10 |
* | mptcp: pm: only in-kernel cannot have entries with ID 0 | Matthieu Baerts (NGI0) | 2024-08-29 | 2 | -3/+4 |
* | mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDR | Matthieu Baerts (NGI0) | 2024-08-29 | 1 | -2/+2 |
* | mptcp: pm: only decrement add_addr_accepted for MPJ req | Matthieu Baerts (NGI0) | 2024-08-29 | 1 | -2/+6 |
* | mptcp: pm: only mark 'subflow' endp as available | Matthieu Baerts (NGI0) | 2024-08-29 | 1 | -9/+17 |
* | mptcp: pm: remove mptcp_pm_remove_subflow() | Matthieu Baerts (NGI0) | 2024-08-29 | 3 | -22/+7 |
* | mptcp: pm: re-using ID of unused flushed subflows | Matthieu Baerts (NGI0) | 2024-08-29 | 1 | -0/+7 |
* | mptcp: pm: re-using ID of unused removed subflows | Matthieu Baerts (NGI0) | 2024-08-29 | 1 | -1/+10 |
* | mptcp: pm: re-using ID of unused removed ADD_ADDR | Matthieu Baerts (NGI0) | 2024-08-29 | 1 | -1/+4 |
* | Bluetooth: MGMT: Add error handling to pair_device() | Griffin Kroah-Hartman | 2024-08-29 | 1 | -0/+4 |
* | s390/iucv: Fix vargs handling in iucv_alloc_device() | Alexandra Winter | 2024-08-29 | 1 | -1/+3 |
* | net: ovs: fix ovs_drop_reasons error | Menglong Dong | 2024-08-29 | 1 | -1/+1 |
* | netfilter: flowtable: validate vlan header | Pablo Neira Ayuso | 2024-08-29 | 2 | -0/+6 |
* | ipv6: prevent possible UAF in ip6_xmit() | Eric Dumazet | 2024-08-29 | 1 | -0/+4 |
* | ipv6: fix possible UAF in ip6_finish_output2() | Eric Dumazet | 2024-08-29 | 1 | -0/+4 |
* | ipv6: prevent UAF in ip6_send_skb() | Eric Dumazet | 2024-08-29 | 1 | -0/+2 |
* | udp: fix receiving fraglist GSO packets | Felix Fietkau | 2024-08-29 | 1 | -1/+2 |
* | netem: fix return value if duplicate enqueue fails | Stephen Hemminger | 2024-08-29 | 1 | -18/+29 |
* | ip6_tunnel: Fix broken GRO | Thomas Bogendoerfer | 2024-08-29 | 1 | -5/+7 |
* | netfilter: nft_counter: Synchronize nft_counter_reset() against reader. | Sebastian Andrzej Siewior | 2024-08-29 | 1 | -0/+5 |
* | netfilter: nft_counter: Disable BH in nft_counter_offload_stats(). | Sebastian Andrzej Siewior | 2024-08-29 | 1 | -2/+2 |
* | kcm: Serialise kcm_sendmsg() for the same socket. | Kuniyuki Iwashima | 2024-08-29 | 1 | -0/+4 |
* | net: mctp: test: Use correct skb for route input check | Jeremy Kerr | 2024-08-29 | 1 | -1/+1 |
* | tcp: prevent concurrent execution of tcp_sk_exit_batch | Florian Westphal | 2024-08-29 | 1 | -0/+14 |
* | net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register... | Vladimir Oltean | 2024-08-29 | 1 | -35/+2 |
* | Bluetooth: SMP: Fix assumption of Central always being Initiator | Luiz Augusto von Dentz | 2024-08-29 | 1 | -72/+72 |
* | Bluetooth: hci_core: Fix LE quote calculation | Luiz Augusto von Dentz | 2024-08-29 | 1 | -12/+7 |
* | Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-in | Luiz Augusto von Dentz | 2024-08-29 | 1 | -1/+1 |
* | vsock: fix recursive ->recvmsg calls | Cong Wang | 2024-08-29 | 2 | -23/+31 |
* | netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requests | Phil Sutter | 2024-08-29 | 1 | -13/+59 |
* | netfilter: nf_tables: Introduce nf_tables_getobj_single | Phil Sutter | 2024-08-29 | 1 | -31/+44 |
* | netfilter: nf_tables: Audit log dump reset after the fact | Phil Sutter | 2024-08-29 | 1 | -15/+13 |
* | netfilter: nf_queue: drop packets with cloned unconfirmed conntracks | Florian Westphal | 2024-08-29 | 2 | -3/+38 |
* | netfilter: flowtable: initialise extack before use | Donald Hunter | 2024-08-29 | 1 | -1/+1 |
* | netfilter: nfnetlink: Initialise extack before use in ACKs | Donald Hunter | 2024-08-29 | 1 | -1/+4 |
* | netfilter: allow ipv6 fragments to arrive on different devices | Tom Hughes | 2024-08-29 | 1 | -0/+4 |
* | tcp: Update window clamping condition | Subash Abhinov Kasiviswanathan | 2024-08-29 | 1 | -16/+12 |