summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-04-061-9/+1
|\
| * SUNRPC: Fix a slow server-side memory leak with RPC-over-TCPChuck Lever2024-04-041-9/+1
* | Merge tag '9p-for-6.9-rc3' of https://github.com/martinetd/linuxLinus Torvalds2024-04-052-6/+5
|\ \
| * | 9p: Fix read/write debug statements to report server replyDominique Martinet2024-02-121-5/+5
| * | 9p/trans_fd: remove Excess kernel-doc commentRandy Dunlap2024-02-121-1/+0
* | | Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-0429-92/+208
|\ \ \
| * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-041-0/+6
| |\ \ \
| | * | | bpf, sockmap: Prevent lock inversion deadlock in map delete elemJakub Sitnicki2024-04-021-0/+6
| * | | | netfilter: validate user input for expected lengthEric Dumazet2024-04-044-0/+18
| * | | | Merge tag 'nf-24-04-04' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-04-041-16/+34
| |\ \ \ \
| | * | | | netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso2024-04-041-4/+5
| | * | | | netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()Ziyang Xuan2024-04-041-2/+7
| | * | | | netfilter: nf_tables: reject new basechain after table flag updatePablo Neira Ayuso2024-04-041-0/+3
| | * | | | netfilter: nf_tables: flush pending destroy work before exit_net releasePablo Neira Ayuso2024-04-041-0/+1
| | * | | | netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso2024-04-041-5/+8
| | * | | | netfilter: nf_tables: release batch on table validation from abort pathPablo Neira Ayuso2024-04-041-5/+10
| * | | | | net/sched: act_skbmod: prevent kernel-infoleakEric Dumazet2024-04-041-5/+5
| |/ / / /
| * | | | net/sched: fix lockdep splat in qdisc_tree_reduce_backlog()Eric Dumazet2024-04-031-1/+1
| * | | | ipv6: Fix infinite recursion in fib6_dump_done().Kuniyuki Iwashima2024-04-021-7/+7
| * | | | vsock/virtio: fix packet delivery to tap deviceMarco Pinna2024-04-021-1/+2
| * | | | ax25: fix use-after-free bugs caused by ax25_ds_del_timerDuoming Zhou2024-04-021-1/+1
| * | | | mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2024-04-012-2/+2
| * | | | mptcp: prevent BPF accessing lowat from a subflow socket.Paolo Abeni2024-04-011-0/+4
| * | | | Merge tag 'for-net-2024-03-29' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-03-294-21/+68
| |\ \ \ \
| | * | | | Bluetooth: Fix TOCTOU in HCI debugfs implementationBastien Nocera2024-03-291-16/+32
| | * | | | Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang2024-03-291-0/+25
| | * | | | Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_syncLuiz Augusto von Dentz2024-03-292-4/+7
| | * | | | Bluetooth: add quirk for broken address propertiesJohan Hovold2024-03-291-1/+4
| * | | | | tcp: Fix bind() regression for v6-only wildcard and v4(-mapped-v6) non-wildca...Kuniyuki Iwashima2024-03-291-8/+11
| * | | | | tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard...Kuniyuki Iwashima2024-03-291-2/+9
| * | | | | erspan: make sure erspan_base_hdr is present in skb->headEric Dumazet2024-03-292-0/+8
| * | | | | net: do not consume a cacheline for system_page_poolEric Dumazet2024-03-291-1/+1
| * | | | | net/rds: fix possible cp null dereferenceMahmoud Adam2024-03-291-1/+1
| |/ / / /
| * | | | udp: prevent local UDP tunnel packets from being GROedAntoine Tenart2024-03-291-0/+6
| * | | | udp: do not transition UDP GRO fraglist partial checksums to unnecessaryAntoine Tenart2024-03-292-14/+2
| * | | | gro: fix ownership transferAntoine Tenart2024-03-292-2/+4
| * | | | udp: do not accept non-tunnel GSO skbs landing in a tunnelAntoine Tenart2024-03-293-3/+12
| * | | | net: hsr: Use full string description when opening HSR network deviceLukasz Majewski2024-03-291-7/+6
| |/ / /
* | | | Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2024-03-281-6/+8
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | SUNRPC: Revert 561141dd494382217bace4d1a51d08168420eaceChuck Lever2024-03-221-6/+8
* | | inet: inet_defrag: prevent sk release while still in useFlorian Westphal2024-03-283-15/+59
* | | Merge tag 'nf-24-03-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-03-282-8/+43
|\ \ \
| * | | netfilter: arptables: Select NETFILTER_FAMILY_ARP when building arp_tables.cKuniyuki Iwashima2024-03-281-0/+1
| * | | netfilter: nf_tables: skip netdev hook unregistration if table is dormantPablo Neira Ayuso2024-03-281-6/+10
| * | | netfilter: nf_tables: reject table flag and netdev basechain updatesPablo Neira Ayuso2024-03-281-1/+30
| * | | netfilter: nf_tables: reject destroy command to remove basechain hooksPablo Neira Ayuso2024-03-281-1/+2
* | | | Merge tag 'wireless-2024-03-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-03-276-12/+23
|\ \ \ \
| * | | | wifi: mac80211: correctly set active links upon TTLMAyala Beker2024-03-251-1/+9
| * | | | wifi: mac80211: fix prep_connection error pathJohannes Berg2024-03-251-2/+3
| * | | | wifi: cfg80211: fix rdev_dump_mpp() arguments orderIgor Artemiev2024-03-251-1/+1