summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: Perform careful capability checks in hci_sock_ioctl()Ruihan Li2023-05-011-1/+8
* sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2023-04-261-8/+21
* dccp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2023-04-264-8/+17
* inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy().Kuniyuki Iwashima2023-04-266-26/+1
* tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima2023-04-266-6/+44
* udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima2023-04-262-12/+14
* net: rpl: fix rpl header size calculationAlexander Aring2023-04-261-1/+2
* netfilter: nf_tables: tighten netlink attribute requirements for catch-all el...Pablo Neira Ayuso2023-04-261-1/+2
* netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso2023-04-262-38/+62
* net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_aggGwangun Jung2023-04-261-6/+7
* netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal2023-04-261-6/+11
* mptcp: stricter state check in mptcp_workerPaolo Abeni2023-04-201-1/+1
* mptcp: use mptcp_schedule_work instead of open-coding itPaolo Abeni2023-04-202-15/+8
* skbuff: Fix a race between coalescing and releasing SKBsLiang Chen2023-04-201-8/+8
* udp6: fix potential access to stale informationEric Dumazet2023-04-201-3/+5
* sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long2023-04-201-1/+2
* net: qrtr: Fix an uninit variable access bug in qrtr_tx_resume()Ziyang Xuan2023-04-201-3/+5
* tcp: restrict net.ipv4.tcp_app_winYueHaibing2023-04-201-0/+3
* 9p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang2023-04-201-0/+4
* bpf: tcp: Use sock_gen_put instead of sock_put in bpf_iter_tcpMartin KaFai Lau2023-04-201-2/+2
* Bluetooth: Fix race condition in hidp_session_threadMin Li2023-04-201-1/+1
* Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}Luiz Augusto von Dentz2023-04-201-18/+6
* can: isotp: isotp_ops: fix poll() to not report false EPOLLOUT eventsMichal Sojka2023-04-131-1/+16
* can: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds memory accessOleksij Rempel2023-04-131-1/+4
* ethtool: reset #lanes when lanes is omittedAndy Roulin2023-04-131-3/+4
* sunrpc: only free unix grouplist after RCU settlesJeff Layton2023-04-131-4/+13
* ipv6: Fix an uninit variable access bug in __ip6_make_skb()Ziyang Xuan2023-04-131-1/+6
* net: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENTSricharan Ramabadhran2023-04-131-6/+9
* sctp: check send stream number after wait_for_sndbufXin Long2023-04-131-0/+4
* net: don't let netpoll invoke NAPI if in xmit contextJakub Kicinski2023-04-131-1/+18
* icmp: guard against too small mtuEric Dumazet2023-04-131-0/+5
* net: qrtr: Fix a refcount bug in qrtr_recvmsg()Ziyang Xuan2023-04-131-0/+2
* net: qrtr: combine nameservice into main moduleLuca Weiss2023-04-132-1/+2
* wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded staFelix Fietkau2023-04-131-1/+2
* hsr: ratelimit only when errors are printedMatthieu Baerts2023-04-051-1/+1
* can: j1939: prevent deadlock by moving j1939_sk_errqueue()Oleksij Rempel2023-04-051-2/+6
* can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_writeIvan Orlov2023-04-051-6/+10
* SUNRPC: fix shutdown of NFS TCP client socketSiddharth Kawar2023-04-051-0/+1
* net: hsr: Don't log netdev_err message on unknown prp dst nodeKristian Overskeid2023-04-051-1/+1
* xfrm: Zero padding when dumping algos and encapHerbert Xu2023-04-051-4/+41
* wifi: mac80211: fix qos on mesh interfacesFelix Fietkau2023-03-301-2/+4
* act_mirred: use the backlog for nested calls to mirred ingressDavide Caratti2023-03-301-0/+7
* net/sched: act_mirred: better wording on protection against excessive stack g...Davide Caratti2023-03-301-8/+8
* Bluetooth: L2CAP: Fix responding with wrong PDU typeLuiz Augusto von Dentz2023-03-301-38/+79
* erspan: do not use skb_mac_header() in ndo_start_xmit()Eric Dumazet2023-03-302-4/+4
* net: dsa: tag_brcm: legacy: fix daisy-chained switchesÁlvaro Fernández Rojas2023-03-301-2/+8
* xsk: Add missing overflow check in xdp_umem_regKal Conley2023-03-301-6/+7
* net: tls: fix possible race condition between do_tls_getsockopt_conf() and do...Hangyu Hua2023-03-301-4/+5
* mptcp: fix lockdep false positive in mptcp_pm_nl_create_listen_socket()Paolo Abeni2023-03-221-0/+16
* mptcp: avoid setting TCP_CLOSE state twiceMatthieu Baerts2023-03-221-1/+0