summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-08-29mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)1-30/+34
2024-08-29mptcp: pm: fullmesh: select the right ID laterMatthieu Baerts (NGI0)1-1/+10
2024-08-29mptcp: pm: only in-kernel cannot have entries with ID 0Matthieu Baerts (NGI0)2-3/+4
2024-08-29mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDRMatthieu Baerts (NGI0)1-2/+2
2024-08-29mptcp: pm: only decrement add_addr_accepted for MPJ reqMatthieu Baerts (NGI0)1-2/+6
2024-08-29mptcp: pm: only mark 'subflow' endp as availableMatthieu Baerts (NGI0)1-9/+17
2024-08-29mptcp: pm: remove mptcp_pm_remove_subflow()Matthieu Baerts (NGI0)3-22/+7
2024-08-29mptcp: pm: re-using ID of unused flushed subflowsMatthieu Baerts (NGI0)1-0/+7
2024-08-29mptcp: pm: re-using ID of unused removed subflowsMatthieu Baerts (NGI0)1-1/+10
2024-08-29mptcp: pm: re-using ID of unused removed ADD_ADDRMatthieu Baerts (NGI0)1-1/+4
2024-08-29Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman1-0/+4
2024-08-29s390/iucv: Fix vargs handling in iucv_alloc_device()Alexandra Winter1-1/+3
2024-08-29net: ovs: fix ovs_drop_reasons errorMenglong Dong1-1/+1
2024-08-29netfilter: flowtable: validate vlan headerPablo Neira Ayuso2-0/+6
2024-08-29ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet1-0/+4
2024-08-29ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet1-0/+4
2024-08-29ipv6: prevent UAF in ip6_send_skb()Eric Dumazet1-0/+2
2024-08-29udp: fix receiving fraglist GSO packetsFelix Fietkau1-1/+2
2024-08-29netem: fix return value if duplicate enqueue failsStephen Hemminger1-18/+29
2024-08-29ip6_tunnel: Fix broken GROThomas Bogendoerfer1-5/+7
2024-08-29netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior1-0/+5
2024-08-29netfilter: nft_counter: Disable BH in nft_counter_offload_stats().Sebastian Andrzej Siewior1-2/+2
2024-08-29kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima1-0/+4
2024-08-29net: mctp: test: Use correct skb for route input checkJeremy Kerr1-1/+1
2024-08-29tcp: prevent concurrent execution of tcp_sk_exit_batchFlorian Westphal1-0/+14
2024-08-29net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...Vladimir Oltean1-35/+2
2024-08-29Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz1-72/+72
2024-08-29Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz1-12/+7
2024-08-29Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz1-1/+1
2024-08-29vsock: fix recursive ->recvmsg callsCong Wang2-23/+31
2024-08-29netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requestsPhil Sutter1-13/+59
2024-08-29netfilter: nf_tables: Introduce nf_tables_getobj_singlePhil Sutter1-31/+44
2024-08-29netfilter: nf_tables: Audit log dump reset after the factPhil Sutter1-15/+13
2024-08-29netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal2-3/+38
2024-08-29netfilter: flowtable: initialise extack before useDonald Hunter1-1/+1
2024-08-29netfilter: nfnetlink: Initialise extack before use in ACKsDonald Hunter1-1/+4
2024-08-29netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes1-0/+4
2024-08-29tcp: Update window clamping conditionSubash Abhinov Kasiviswanathan1-16/+12
2024-08-29mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov1-1/+1
2024-08-19fou: remove warn in gue_gro_receive on unsupported protocolWillem de Bruijn1-1/+1
2024-08-19bpf, net: Use DEV_STAT_INC()yunshui1-4/+4
2024-08-14mptcp: pm: do not ignore 'subflow' if 'signal' flag is also setMatthieu Baerts (NGI0)1-4/+12
2024-08-14mptcp: pm: don't try to create sf if alloc failedMatthieu Baerts (NGI0)1-4/+6
2024-08-14mptcp: pm: reduce indentation blocksMatthieu Baerts (NGI0)1-8/+11
2024-08-14mptcp: pm: deny endp with signal + subflow + portMatthieu Baerts (NGI0)1-2/+2
2024-08-14mptcp: fully established after ADD_ADDR echo on MPJMatthieu Baerts (NGI0)1-1/+2
2024-08-14net/tcp: Disable TCP-AO static key after RCU grace periodDmitry Safonov1-13/+30
2024-08-14net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn2-0/+7
2024-08-14SUNRPC: Fix a race to wake a sync taskBenjamin Coddington1-1/+3
2024-08-14wifi: nl80211: don't give key data to userspaceJohannes Berg1-8/+2