summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-05-01bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li1-1/+8
2023-05-01mptcp: fix accept vs worker racePaolo Abeni3-33/+58
2023-05-01mptcp: stops worker on unaccepted sockets at listener closePaolo Abeni3-0/+79
2023-04-26sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima1-8/+21
2023-04-26dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima4-8/+17
2023-04-26inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima6-26/+1
2023-04-26net: bridge: switchdev: don't notify FDB entries with "master dynamic"Vladimir Oltean1-0/+11
2023-04-26net: rpl: fix rpl header size calculationAlexander Aring1-1/+2
2023-04-26netfilter: nf_tables: tighten netlink attribute requirements for catch-all el...Pablo Neira Ayuso1-1/+2
2023-04-26netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso2-38/+62
2023-04-26net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung1-6/+7
2023-04-26netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNTChen Aotian1-1/+1
2023-04-26netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal1-6/+11
2023-04-20mptcp: stricter state check in mptcp_workerPaolo Abeni1-1/+1
2023-04-20mptcp: use mptcp_schedule_work instead of open-coding itPaolo Abeni2-15/+8
2023-04-20skbuff: Fix a race between coalescing and releasing SKBsLiang Chen1-8/+8
2023-04-20udp6: fix potential access to stale informationEric Dumazet1-3/+5
2023-04-20sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long1-1/+2
2023-04-20net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()Ziyang Xuan1-3/+5
2023-04-20Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu1-1/+1
2023-04-20Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockoptLuiz Augusto von Dentz1-7/+9
2023-04-20Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz3-15/+21
2023-04-20Bluetooth: hci_conn: Fix not cleaning up on LE Connection failureLuiz Augusto von Dentz1-28/+24
2023-04-20net: openvswitch: fix race on port outputFelix Huettner2-1/+2
2023-04-20tcp: restrict net.ipv4.tcp_app_winYueHaibing1-0/+3
2023-04-209p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang1-0/+4
2023-04-20bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau1-2/+2
2023-04-20Bluetooth: hci_conn: Fix possible UAFLuiz Augusto von Dentz1-6/+24
2023-04-20Bluetooth: Free potentially unfreed SCO connectionArchie Pusaka1-1/+8
2023-04-20Bluetooth: Fix race condition in hidp_session_threadMin Li1-1/+1
2023-04-20Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz1-18/+6
2023-04-13can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infosOliver Hartkopp1-1/+1
2023-04-13can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka1-1/+16
2023-04-13can: isotp: fix race between isotp_sendsmg() and isotp_release()Oliver Hartkopp1-24/+31
2023-04-13can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel1-1/+4
2023-04-13netlink: annotate lockless accesses to nlk->max_recvmsg_lenEric Dumazet1-6/+9
2023-04-13ethtool: reset #lanes when lanes is omittedAndy Roulin1-3/+4
2023-04-13ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima1-4/+4
2023-04-13raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima3-29/+27
2023-04-13raw: use net_hash_mix() in hash functionEric Dumazet2-8/+9
2023-04-13sunrpc: only free unix grouplist after RCU settlesJeff Layton1-4/+13
2023-04-13ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan1-1/+6
2023-04-13net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENTSricharan Ramabadhran1-6/+9
2023-04-13sctp: check send stream number after wait_for_sndbufXin Long1-0/+4
2023-04-13net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski1-1/+18
2023-04-13icmp: guard against too small mtuEric Dumazet1-0/+5
2023-04-13l2tp: generate correct module alias stringsAndrea Righi2-8/+8
2023-04-13net: qrtr: Fix a refcount bug in qrtr_recvmsg()Ziyang Xuan1-0/+2
2023-04-13wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau1-1/+2
2023-04-13wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()Ryder Lee1-1/+1