summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi2023-01-071-5/+13
* net: stream: purge sk_error_queue in sk_stream_kill_queues()Eric Dumazet2023-01-071-0/+6
* net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang2023-01-071-0/+2
* skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan2023-01-071-0/+3
* openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron2023-01-071-9/+16
* Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2023-01-071-1/+1
* net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu2023-01-071-0/+1
* net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev2023-01-071-1/+5
* SUNRPC: Fix missing release socket in rpc_sockname()Wang ShaoBo2023-01-071-1/+1
* Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim2023-01-071-1/+2
* tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing2022-12-141-1/+3
* NFC: nci: Bounds check struct nfc_target arraysKees Cook2022-12-141-0/+6
* mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Wei Yongjun2022-12-141-0/+1
* Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Wang ShaoBo2022-12-141-0/+1
* Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz2022-12-081-0/+13
* tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima2022-12-081-0/+7
* packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn2022-12-081-4/+2
* net: hsr: Fix potential use-after-freeYueHaibing2022-12-081-2/+3
* net/9p: Fix a potential socket leak in p9_socket_openWang Hai2022-12-081-1/+3
* tcp: configurable source port perturb table sizeGleb Mazovetskiy2022-12-082-5/+15
* NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin2022-12-081-1/+3
* xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin2022-12-081-1/+5
* 9p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao2022-12-081-0/+2
* nfc/nci: fix race with opening and closingLin Ma2022-12-081-1/+1
* af_key: Fix send_acquire race with pfkey_registerHerbert Xu2022-12-081-10/+22
* wifi: mac80211: Fix ack frame idr leak when mesh has no routeNicolas Cavallari2022-12-081-1/+1
* 9p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa2022-11-251-0/+3
* 9p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet2022-11-251-1/+2
* kcm: avoid potential race in kcm_tx_workEric Dumazet2022-11-251-1/+1
* tcp: cdg: allow tcp_cdg_release() to be called multiple timesEric Dumazet2022-11-251-0/+2
* net/x25: Fix skb leak in x25_lapb_receive_frame()Wei Yongjun2022-11-251-1/+1
* net: caif: fix double disconnect client in chnl_net_open()Zhengchao Shao2022-11-251-3/+0
* Bluetooth: L2CAP: Fix l2cap_global_chan_by_psmLuiz Augusto von Dentz2022-11-251-1/+1
* tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long2022-11-251-1/+1
* ipv6: addrlabel: fix infoleak when sending struct ifaddrlblmsg to networkAlexander Potapenko2022-11-251-0/+1
* net: gso: fix panic on frag_list with mixed head alloc typesJiri Benc2022-11-251-17/+19
* Bluetooth: L2CAP: Fix attempting to access uninitialized memoryLuiz Augusto von Dentz2022-11-101-1/+2
* Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()Zhengchao Shao2022-11-101-0/+1
* Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sduMaxim Mikityanskiy2022-11-101-7/+41
* rose: Fix NULL pointer dereference in rose_send_frame()Zhang Qilong2022-11-101-0/+3
* ipvs: use explicitly signed charsJason A. Donenfeld2022-11-101-2/+2
* net: sched: Fix use after free in red_enqueue()Dan Carpenter2022-11-101-1/+3
* openvswitch: switch from WARN to pr_warnAaron Conole2022-11-031-1/+2
* tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell2022-11-031-1/+2
* kcm: annotate data-races around kcm->rx_waitEric Dumazet2022-11-031-6/+11
* kcm: annotate data-races around kcm->rx_psockEric Dumazet2022-11-031-3/+5
* net: ieee802154: fix error return code in dgram_bind()Wei Yongjun2022-11-031-1/+3
* mac802154: Fix LQI recordingMiquel Raynal2022-11-031-2/+3
* net/atm: fix proc_mpc_write incorrect return valueXiaobo Liu2022-11-031-1/+2
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2022-10-266-16/+21