summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-06-01rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long
2023-06-01rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long
2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli
2023-06-01net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua
2023-05-31udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov
2023-05-31net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela
2023-05-30net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao
2023-05-30net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye
2023-05-30net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye
2023-05-30net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye
2023-05-30net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye
2023-05-30net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu
2023-05-30net/smc: Scan from current RMB list when no position specifiedWen Gu
2023-05-30rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells
2023-05-29tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu
2023-05-29tcp: deny tcp_disconnect() when threads are waitingEric Dumazet
2023-05-29af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet
2023-05-26tls: improve lockless access safety of tls_err_abort()Jakub Kicinski
2023-05-25af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima
2023-05-25netrom: fix info-leak in nr_write_internal()Eric Dumazet
2023-05-25Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-05-25udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima
2023-05-24net/handshake: Enable the SNI extension to work properlyChuck Lever
2023-05-24net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever
2023-05-24net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever
2023-05-24net/handshake: Fix uninitialized local variableChuck Lever
2023-05-24net/handshake: Fix handshake_dup() ref countingChuck Lever
2023-05-24net/handshake: Remove unneeded check from handshake_dup()Chuck Lever
2023-05-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-24ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia
2023-05-23net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav
2023-05-23page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin
2023-05-23bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend
2023-05-23bpf, sockmap: Wake up polling after data copyJohn Fastabend
2023-05-23bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend
2023-05-23bpf, sockmap: Handle fin correctlyJohn Fastabend
2023-05-23bpf, sockmap: Improved check for empty queueJohn Fastabend
2023-05-23bpf, sockmap: Reschedule is now done through backlogJohn Fastabend
2023-05-23bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend
2023-05-23bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend
2023-05-23ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel
2023-05-22net/handshake: Fix sock->file allocationChuck Lever
2023-05-22net/handshake: Squelch allocation warning during Kunit testChuck Lever
2023-05-22Merge tag 'nfs-for-6.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2023-05-22sctp: fix an issue that plpmtu can never go to complete stateXin Long
2023-05-19Bluetooth: Unlink CISes when LE disconnects in hci_conn_delRuihan Li
2023-05-19Bluetooth: Fix UAF in hci_conn_hash_flush againRuihan Li
2023-05-19Bluetooth: Refcnt drop must be placed last in hci_conn_unlinkRuihan Li
2023-05-19Bluetooth: Fix potential double free caused by hci_conn_unlinkRuihan Li
2023-05-19SUNRPC: Don't change task->tk_status after the call to rpc_exit_taskTrond Myklebust