summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-04-20net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()Ziyang Xuan
2023-04-20rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi
2023-04-20smc: Fix use-after-free in tcp_write_timer_handler().Kuniyuki Iwashima
2023-04-20Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu
2023-04-20Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockoptLuiz Augusto von Dentz
2023-04-20Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz
2023-04-20Bluetooth: hci_conn: Fix not cleaning up on LE Connection failureLuiz Augusto von Dentz
2023-04-20net: openvswitch: fix race on port outputFelix Huettner
2023-04-20tcp: restrict net.ipv4.tcp_app_winYueHaibing
2023-04-209p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang
2023-04-20bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau
2023-04-20Bluetooth: hci_conn: Fix possible UAFLuiz Augusto von Dentz
2023-04-20Bluetooth: Free potentially unfreed SCO connectionArchie Pusaka
2023-04-20Bluetooth: Fix race condition in hidp_session_threadMin Li
2023-04-20Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz
2023-04-13can: isotp: isotp_recvmsg(): use sock_recv_cmsgs() to get SOCK_RXQ_OVFL infosOliver Hartkopp
2023-04-13can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka
2023-04-13can: isotp: fix race between isotp_sendsmg() and isotp_release()Oliver Hartkopp
2023-04-13can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel
2023-04-13netlink: annotate lockless accesses to nlk->max_recvmsg_lenEric Dumazet
2023-04-13ethtool: reset #lanes when lanes is omittedAndy Roulin
2023-04-13ping: Fix potentail NULL deref for /proc/net/icmp.Kuniyuki Iwashima
2023-04-13raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima
2023-04-13raw: use net_hash_mix() in hash functionEric Dumazet
2023-04-13sunrpc: only free unix grouplist after RCU settlesJeff Layton
2023-04-13ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan
2023-04-13net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENTSricharan Ramabadhran
2023-04-13sctp: check send stream number after wait_for_sndbufXin Long
2023-04-13net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski
2023-04-13icmp: guard against too small mtuEric Dumazet
2023-04-13l2tp: generate correct module alias stringsAndrea Righi
2023-04-13net: qrtr: Fix a refcount bug in qrtr_recvmsg()Ziyang Xuan
2023-04-13wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau
2023-04-13wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()Ryder Lee
2023-04-06hsr: ratelimit only when errors are printedMatthieu Baerts
2023-04-06can: j1939: prevent deadlock by moving j1939_sk_errqueue()Oleksij Rempel
2023-04-06net: dsa: sync unicast and multicast addresses for VLAN filters tooVladimir Oltean
2023-04-06can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov
2023-04-06SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar
2023-04-06net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid
2023-04-06wifi: mac80211: check basic rates validityJohannes Berg
2023-04-06xfrm: Zero padding when dumping algos and encapHerbert Xu
2023-03-30wifi: mac80211: Serialize ieee80211_handle_wake_tx_queue()Alexander Wetzel
2023-03-30wifi: mac80211: fix qos on mesh interfacesFelix Fietkau
2023-03-30Bluetooth: Fix race condition in hci_cmd_sync_clearMin Li
2023-03-30act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti
2023-03-30net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti
2023-03-30Bluetooth: HCI: Fix global-out-of-boundsSungwoo Kim
2023-03-30Bluetooth: mgmt: Fix MGMT add advmon with RSSI commandHoward Chung
2023-03-30Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz