summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-6.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-08-241-2/+4
|\
| * rpcrdma: Trace connection registration and unregistrationChuck Lever2024-08-191-0/+2
| * rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1Chuck Lever2024-08-191-1/+1
| * rpcrdma: Device kref is over-incremented on error from xa_allocChuck Lever2024-08-191-1/+1
* | s390/iucv: Fix vargs handling in iucv_alloc_device()Alexandra Winter2024-08-221-1/+3
* | net: ovs: fix ovs_drop_reasons errorMenglong Dong2024-08-221-1/+1
* | Merge tag 'nf-24-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-08-223-2/+13
|\ \
| * | netfilter: flowtable: validate vlan headerPablo Neira Ayuso2024-08-222-0/+6
| * | netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior2024-08-201-0/+5
| * | netfilter: nft_counter: Disable BH in nft_counter_offload_stats().Sebastian Andrzej Siewior2024-08-201-2/+2
* | | ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet2024-08-221-0/+4
* | | ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet2024-08-221-0/+4
* | | ipv6: prevent UAF in ip6_send_skb()Eric Dumazet2024-08-221-0/+2
* | | netpoll: do not export netpoll_poll_[disable|enable]()Eric Dumazet2024-08-221-2/+0
* | | udp: fix receiving fraglist GSO packetsFelix Fietkau2024-08-221-1/+2
* | | mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)2024-08-211-30/+34
* | | mptcp: pm: fullmesh: select the right ID laterMatthieu Baerts (NGI0)2024-08-211-1/+10
* | | mptcp: pm: only in-kernel cannot have entries with ID 0Matthieu Baerts (NGI0)2024-08-212-3/+4
* | | mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDRMatthieu Baerts (NGI0)2024-08-211-2/+2
* | | mptcp: pm: only decrement add_addr_accepted for MPJ reqMatthieu Baerts (NGI0)2024-08-211-2/+6
* | | mptcp: pm: only mark 'subflow' endp as availableMatthieu Baerts (NGI0)2024-08-211-9/+17
* | | mptcp: pm: remove mptcp_pm_remove_subflow()Matthieu Baerts (NGI0)2024-08-213-22/+7
* | | mptcp: pm: re-using ID of unused flushed subflowsMatthieu Baerts (NGI0)2024-08-211-0/+7
* | | mptcp: pm: re-using ID of unused removed subflowsMatthieu Baerts (NGI0)2024-08-211-1/+10
* | | mptcp: pm: re-using ID of unused removed ADD_ADDRMatthieu Baerts (NGI0)2024-08-211-1/+4
* | | netem: fix return value if duplicate enqueue failsStephen Hemminger2024-08-211-18/+29
* | | ip6_tunnel: Fix broken GROThomas Bogendoerfer2024-08-201-5/+7
|/ /
* | kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima2024-08-201-0/+4
* | net: mctp: test: Use correct skb for route input checkJeremy Kerr2024-08-201-1/+1
* | tcp: prevent concurrent execution of tcp_sk_exit_batchFlorian Westphal2024-08-191-0/+14
* | Merge tag 'for-net-2024-08-15' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-08-174-85/+84
|\ \
| * | Bluetooth: MGMT: Add error handling to pair_device()Griffin Kroah-Hartman2024-08-151-0/+4
| * | Bluetooth: SMP: Fix assumption of Central always being InitiatorLuiz Augusto von Dentz2024-08-151-72/+72
| * | Bluetooth: hci_core: Fix LE quote calculationLuiz Augusto von Dentz2024-08-151-12/+7
| * | Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz2024-08-151-1/+1
* | | net: dsa: provide a software untagging function on RX for VLAN-aware bridgesVladimir Oltean2024-08-162-32/+108
* | | net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...Vladimir Oltean2024-08-161-35/+2
| |/ |/|
* | Merge tag 'net-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-08-1513-101/+222
|\|
| * Merge tag 'nf-24-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-08-156-50/+149
| |\
| | * netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requestsPhil Sutter2024-08-141-13/+59
| | * netfilter: nf_tables: Introduce nf_tables_getobj_singlePhil Sutter2024-08-141-31/+44
| | * netfilter: nf_tables: Audit log dump reset after the factPhil Sutter2024-08-141-15/+13
| | * netfilter: nf_queue: drop packets with cloned unconfirmed conntracksFlorian Westphal2024-08-142-3/+38
| | * netfilter: flowtable: initialise extack before useDonald Hunter2024-08-141-1/+1
| | * netfilter: nfnetlink: Initialise extack before use in ACKsDonald Hunter2024-08-141-1/+4
| | * netfilter: allow ipv6 fragments to arrive on different devicesTom Hughes2024-08-141-0/+4
| * | net: ethtool: Allow write mechanism of LPL and both LPL and EPLDanielle Ratson2024-08-151-2/+6
| * | vsock: fix recursive ->recvmsg callsCong Wang2024-08-152-23/+31
| |/
| * tcp: Update window clamping conditionSubash Abhinov Kasiviswanathan2024-08-141-16/+12
| * mptcp: correct MPTCP_SUBFLOW_ATTR_SSN_OFFSET reserved sizeEugene Syromiatnikov2024-08-141-1/+1