summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-05-293-0/+9
* | af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet2023-05-291-3/+5
* | tls: improve lockless access safety of tls_err_abort()Jakub Kicinski2023-05-262-2/+6
* | af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima2023-05-252-3/+3
* | netrom: fix info-leak in nr_write_internal()Eric Dumazet2023-05-251-3/+4
* | Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-2528-189/+445
|\ \
| * | udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2023-05-252-0/+4
| * | net/handshake: Enable the SNI extension to work properlyChuck Lever2023-05-241-0/+8
| * | net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2023-05-242-0/+5
| * | net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever2023-05-241-1/+1
| * | net/handshake: Fix uninitialized local variableChuck Lever2023-05-241-1/+1
| * | net/handshake: Fix handshake_dup() ref countingChuck Lever2023-05-241-2/+3
| * | net/handshake: Remove unneeded check from handshake_dup()Chuck Lever2023-05-241-3/+0
| * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-247-69/+124
| |\ \
| | * | bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend2023-05-233-18/+35
| | * | bpf, sockmap: Wake up polling after data copyJohn Fastabend2023-05-231-1/+10
| | * | bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend2023-05-231-0/+20
| | * | bpf, sockmap: Handle fin correctlyJohn Fastabend2023-05-231-0/+31
| | * | bpf, sockmap: Improved check for empty queueJohn Fastabend2023-05-231-24/+8
| | * | bpf, sockmap: Reschedule is now done through backlogJohn Fastabend2023-05-231-2/+0
| | * | bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend2023-05-232-8/+16
| | * | bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend2023-05-235-17/+5
| * | | ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia2023-05-241-0/+2
| * | | net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav2023-05-231-1/+3
| * | | page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin2023-05-231-2/+26
| * | | ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-05-233-3/+17
| * | | net/handshake: Fix sock->file allocationChuck Lever2023-05-221-14/+28
| * | | net/handshake: Squelch allocation warning during Kunit testChuck Lever2023-05-221-1/+1
| * | | sctp: fix an issue that plpmtu can never go to complete stateXin Long2023-05-221-4/+7
| * | | Bluetooth: Unlink CISes when LE disconnects in hci_conn_delRuihan Li2023-05-191-15/+6
| * | | Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li2023-05-191-11/+22
| * | | Bluetooth: Refcnt drop must be placed last in hci_conn_unlinkRuihan Li2023-05-191-3/+3
| * | | Bluetooth: Fix potential double free caused by hci_conn_unlinkRuihan Li2023-05-191-9/+12
| * | | net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu2023-05-192-2/+8
| * | | tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski2023-05-191-0/+4
| * | | tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski2023-05-193-31/+113
| * | | tls: rx: strp: factor out copying skb dataJakub Kicinski2023-05-191-10/+23
| * | | tls: rx: strp: fix determining record length in copy modeJakub Kicinski2023-05-191-6/+15
| * | | tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski2023-05-191-5/+11
| * | | tls: rx: strp: set the skb->len of detached / CoW'ed skbsJakub Kicinski2023-05-191-0/+2
| * | | tls: rx: device: fix checking decryption statusJakub Kicinski2023-05-191-1/+1
* | | | Merge tag 'nfs-for-6.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-05-221-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | SUNRPC: Don't change task->tk_status after the call to rpc_exit_taskTrond Myklebust2023-05-191-3/+2
* | | | Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-1832-170/+179
|\ \ \ \
| * \ \ \ Merge tag 'nf-23-05-17' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-05-173-10/+18
| |\ \ \ \
| | * | | | netfilter: nft_set_rbtree: fix null deref on element insertionFlorian Westphal2023-05-171-7/+13
| | * | | | netfilter: nf_tables: fix nft_trans type confusionFlorian Westphal2023-05-171-3/+1
| | * | | | netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix2023-05-171-0/+4
| * | | | | Merge tag 'wireless-2023-05-17' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-05-177-37/+63
| |\ \ \ \ \
| | * | | | | wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg2023-05-161-0/+3