summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-05-01bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li
2023-04-26sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2023-04-26dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2023-04-26inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima
2023-04-26tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima
2023-04-26udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima
2023-04-26net: rpl: fix rpl header size calculationAlexander Aring
2023-04-26netfilter: nf_tables: tighten netlink attribute requirements for catch-all el...Pablo Neira Ayuso
2023-04-26netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso
2023-04-26net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung
2023-04-26netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal
2023-04-20mptcp: stricter state check in mptcp_workerPaolo Abeni
2023-04-20mptcp: use mptcp_schedule_work instead of open-coding itPaolo Abeni
2023-04-20skbuff: Fix a race between coalescing and releasing SKBsLiang Chen
2023-04-20udp6: fix potential access to stale informationEric Dumazet
2023-04-20sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long
2023-04-20net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()Ziyang Xuan
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: 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_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka
2023-04-13can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel
2023-04-13ethtool: reset #lanes when lanes is omittedAndy Roulin
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-13net: qrtr: Fix a refcount bug in qrtr_recvmsg()Ziyang Xuan
2023-04-13net: qrtr: combine nameservice into main moduleLuca Weiss
2023-04-13wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau
2023-04-05hsr: ratelimit only when errors are printedMatthieu Baerts
2023-04-05can: j1939: prevent deadlock by moving j1939_sk_errqueue()Oleksij Rempel
2023-04-05can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov
2023-04-05SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar
2023-04-05net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid
2023-04-05xfrm: Zero padding when dumping algos and encapHerbert Xu
2023-03-30wifi: mac80211: fix qos on mesh interfacesFelix Fietkau
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: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz
2023-03-30erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet
2023-03-30net: dsa: tag_brcm: legacy: fix daisy-chained switchesÁlvaro Fernández Rojas
2023-03-30xsk: Add missing overflow check in xdp_umem_regKal Conley
2023-03-30net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua
2023-03-22mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()Paolo Abeni
2023-03-22mptcp: avoid setting TCP_CLOSE state twiceMatthieu Baerts