summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-06hsr: ratelimit only when errors are printedMatthieu Baerts1-1/+1
2023-04-06can: j1939: prevent deadlock by moving j1939_sk_errqueue()Oleksij Rempel1-2/+6
2023-04-06can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov1-6/+10
2023-04-06SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar1-0/+1
2023-04-06net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid1-1/+1
2023-04-06xfrm: Zero padding when dumping algos and encapHerbert Xu1-4/+41
2023-03-30wifi: mac80211: fix qos on mesh interfacesFelix Fietkau1-2/+4
2023-03-30Bluetooth: Fix race condition in hci_cmd_sync_clearMin Li1-0/+2
2023-03-30act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti1-0/+7
2023-03-30net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti1-8/+8
2023-03-30Bluetooth: HCI: Fix global-out-of-boundsSungwoo Kim1-0/+2
2023-03-30Bluetooth: mgmt: Fix MGMT add advmon with RSSI commandHoward Chung1-1/+2
2023-03-30Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz1-38/+79
2023-03-30Bluetooth: Remove "Power-on" check from Mesh featureBrian Gix1-6/+0
2023-03-30Bluetooth: ISO: fix timestamped HCI ISO data packet parsingPauli Virtanen1-2/+7
2023-03-30Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packetLuiz Augusto von Dentz1-4/+19
2023-03-30Bluetooth: hci_sync: Resume adv with no RPA when active scanZhengping Jiang1-20/+44
2023-03-30erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2-4/+4
2023-03-30net: dsa: tag_brcm: legacy: fix daisy-chained switchesÁlvaro Fernández Rojas1-2/+8
2023-03-30xsk: Add missing overflow check in xdp_umem_regKal Conley1-6/+7
2023-03-30mptcp: fix UaF in listener shutdownPaolo Abeni3-78/+0
2023-03-30mptcp: use the workqueue to destroy unaccepted socketsPaolo Abeni3-16/+47
2023-03-30mptcp: refactor passive socket initializationPaolo Abeni2-23/+21
2023-03-22mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()Paolo Abeni1-0/+16