summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-6.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-3018-111/+152
|\
| * Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-05-305-28/+82
| |\
| | * netfilter: nft_fib: allow from forward/input without iif selectorEric Garver2024-05-291-5/+3
| | * netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal2024-05-291-0/+2
| | * netfilter: nft_payload: skbuff vlan metadata mangle supportPablo Neira Ayuso2024-05-291-7/+65
| | * netfilter: nft_payload: restore vlan q-in-q match supportPablo Neira Ayuso2024-05-201-16/+7
| | * netfilter: ipset: Add list flush to cancel_gcAlexander Maltsev2024-05-201-0/+3
| | * netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet2024-05-201-0/+2
| * | ipv4: correctly iterate over the target netns in inet_dump_ifaddr()Alexander Mikhalitsyn2024-05-291-1/+1
| * | net: fix __dst_negative_advice() raceEric Dumazet2024-05-293-36/+26
| * | net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean2024-05-281-5/+5
| * | net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean2024-05-281-1/+3
| * | sock_map: avoid race between sock_map_close and sk_psock_putThadeu Lima de Souza Cascardo2024-05-281-6/+10
| * | tcp: reduce accepted window in NEW_SYN_RECV stateEric Dumazet2024-05-273-14/+7
| * | net: gro: initialize network_offset in network layerWillem de Bruijn2024-05-272-2/+2
| * | ipv4: Fix address dump when IPv4 is disabled on an interfaceIdo Schimmel2024-05-271-2/+3
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-05-272-9/+1
| |\ \
| | * | Revert "bpf, sockmap: Prevent lock inversion deadlock in map delete elem"Jakub Sitnicki2024-05-271-6/+0
| | * | netkit: Fix pkt_type override upon netkit pass verdictDaniel Borkmann2024-05-251-3/+1
| * | | af_unix: Read sk->sk_hash under bindlock during bind().Kuniyuki Iwashima2024-05-271-3/+6
| * | | af_unix: Annotate data-race around unix_sk(sk)->addr.Kuniyuki Iwashima2024-05-271-4/+6
* | | | Merge tag '9p-for-6.10-rc2' of https://github.com/martinetd/linuxLinus Torvalds2024-05-291-0/+2
|\ \ \ \
| * | | | net/9p: fix uninit-value in p9_client_rpc()Nikita Zhandarovich2024-05-211-0/+2
* | | | | Merge tag 'nfs-for-6.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2024-05-232-2/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | rpcrdma: fix handling for RDMA_CM_EVENT_DEVICE_REMOVALDan Aloni2024-05-201-1/+5
| * | | | sunrpc: fix NFSACL RPC retry on soft mountDan Aloni2024-05-201-0/+1
| * | | | SUNRPC: fix handling expired GSS contextOlga Kornievskaia2024-05-201-1/+12
| |/ / /
* | | | Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-05-2310-41/+116
|\ \ \ \
| * | | | nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka2024-05-231-2/+1
| * | | | net: relax socket state check at accept time.Paolo Abeni2024-05-231-1/+3
| * | | | tcp: remove 64 KByte limit for initial tp->rcv_wnd valueJason Xing2024-05-231-1/+1
| * | | | tls: fix missing memory barrier in tls_initDae R. Jeong2024-05-231-1/+9
| | |/ / | |/| |
| * | | openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole2024-05-211-0/+6
| * | | af_unix: Fix garbage collection of embryos carrying OOB with SCM_RIGHTSMichal Luczaj2024-05-211-9/+14
| * | | tcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima2024-05-211-1/+12
| * | | ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu2024-05-211-14/+28
| * | | af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock.Kuniyuki Iwashima2024-05-211-6/+22
| * | | nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka2024-05-201-1/+14
| * | | ipv6: sr: fix missing sk_buff release in seg6_input_coreAndrea Mayer2024-05-201-5/+6
| | |/ | |/|
* | | Merge tag 'trace-assign-str-v6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-05-238-36/+36
|\ \ \
| * | | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-228-36/+36
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-232-2/+0
|\ \ \ \ | |/ / / |/| | |
| * | | vsock/virtio: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
| * | | net: 9p: virtio: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* | | | Merge tag 's390-6.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-05-211-2/+36
|\ \ \ \
| * | | | s390/iucv: Unexport iucv_rootHeiko Carstens2024-05-141-2/+1
| * | | | s390/iucv: Provide iucv_alloc_device() / iucv_release_device()Heiko Carstens2024-05-141-0/+35
| | |_|/ | |/| |
* | | | Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds2024-05-202-55/+52
|\ \ \ \
| * | | | xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin2024-05-081-25/+4
| * | | | page_pool: check for DMA sync shortcut earlierAlexander Lobakin2024-05-081-14/+19