summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-08-24Merge tag 'nfs-for-6.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-08-22s390/iucv: Fix vargs handling in iucv_alloc_device()Alexandra Winter
2024-08-22net: ovs: fix ovs_drop_reasons errorMenglong Dong
2024-08-22Merge tag 'nf-24-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-08-22netfilter: flowtable: validate vlan headerPablo Neira Ayuso
2024-08-21ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet
2024-08-21ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet
2024-08-21ipv6: prevent UAF in ip6_send_skb()Eric Dumazet
2024-08-21netpoll: do not export netpoll_poll_[disable|enable]()Eric Dumazet
2024-08-21udp: fix receiving fraglist GSO packetsFelix Fietkau
2024-08-20mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)
2024-08-20mptcp: pm: fullmesh: select the right ID laterMatthieu Baerts (NGI0)
2024-08-20mptcp: pm: only in-kernel cannot have entries with ID 0Matthieu Baerts (NGI0)
2024-08-20mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDRMatthieu Baerts (NGI0)
2024-08-20mptcp: pm: only decrement add_addr_accepted for MPJ reqMatthieu Baerts (NGI0)
2024-08-20mptcp: pm: only mark 'subflow' endp as availableMatthieu Baerts (NGI0)
2024-08-20mptcp: pm: remove mptcp_pm_remove_subflow()Matthieu Baerts (NGI0)
2024-08-20mptcp: pm: re-using ID of unused flushed subflowsMatthieu Baerts (NGI0)
2024-08-20mptcp: pm: re-using ID of unused removed subflowsMatthieu Baerts (NGI0)
2024-08-20mptcp: pm: re-using ID of unused removed ADD_ADDRMatthieu Baerts (NGI0)
2024-08-20netem: fix return value if duplicate enqueue failsStephen Hemminger
2024-08-20ip6_tunnel: Fix broken GROThomas Bogendoerfer
2024-08-20netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior
2024-08-20netfilter: nft_counter: Disable BH in nft_counter_offload_stats().Sebastian Andrzej Siewior
2024-08-19kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima
2024-08-19net: mctp: test: Use correct skb for route input checkJeremy Kerr
2024-08-19rpcrdma: Trace connection registration and unregistrationChuck Lever
2024-08-19rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1Chuck Lever
2024-08-19rpcrdma: Device kref is over-incremented on error from xa_allocChuck Lever
2024-08-19tcp: prevent concurrent execution of tcp_sk_exit_batchFlorian Westphal
2024-08-16Merge tag 'for-net-2024-08-15' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2024-08-16net: dsa: provide a software untagging function on RX for VLAN-aware bridgesVladimir Oltean
2024-08-16net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...Vladimir Oltean
2024-08-15Merge tag 'net-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-08-15Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman
2024-08-15Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz
2024-08-15Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz
2024-08-15Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz
2024-08-15Merge tag 'nf-24-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-08-15net: ethtool: Allow write mechanism of LPL and both LPL and EPLDanielle Ratson
2024-08-15vsock: fix recursive ->recvmsg callsCong Wang
2024-08-14netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requestsPhil Sutter
2024-08-14netfilter: nf_tables: Introduce nf_tables_getobj_singlePhil Sutter
2024-08-14netfilter: nf_tables: Audit log dump reset after the factPhil Sutter
2024-08-14netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal
2024-08-14netfilter: flowtable: initialise extack before useDonald Hunter
2024-08-14netfilter: nfnetlink: Initialise extack before use in ACKsDonald Hunter
2024-08-14netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes
2024-08-14tcp: Update window clamping conditionSubash Abhinov Kasiviswanathan
2024-08-13mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov