summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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: close race conditions on sk_receive_queueCong Wang2022-11-251-52/+8
* bpf, test_run: Fix alignment problem in bpf_prog_test_run_skb()Baisong Zhong2022-11-251-0/+1
* 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
* wifi: cfg80211: fix memory leak in query_regdb_file()Arend van Spriel2022-11-251-3/+9
* tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-11-106-102/+44
* Bluetooth: L2CAP: Fix attempting to access uninitialized memoryLuiz Augusto von Dentz2022-11-101-1/+2
* ipv6: fix WARNING in ip6_route_net_exit_late()Zhengchao Shao2022-11-101-4/+10
* net, neigh: Fix null-ptr-deref in neigh_table_clear()Chen Zhongjin2022-11-101-1/+1
* 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: fix WARNING in ip_vs_app_net_cleanup()Zhengchao Shao2022-11-101-2/+8
* ipvs: fix WARNING in __ip_vs_cleanup_batch()Zhengchao Shao2022-11-101-5/+21
* 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
* net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedZhengchao Shao2022-11-031-0/+7
* 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
* tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long2022-11-031-4/+12
* 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: sched: cake: fix null pointer access issue when cake_init() failsZhengchao Shao2022-11-031-0/+4
* net/atm: fix proc_mpc_write incorrect return valueXiaobo Liu2022-11-031-1/+2
* tipc: fix an information leak in tipc_topsrv_kern_subscrAlexander Potapenko2022-11-031-1/+1
* tipc: Fix recognition of trial periodMark Tomlinson2022-11-031-1/+1
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2022-10-267-17/+22
* net/ieee802154: don't warn zero-sized raw_sendmsg()Tetsuo Handa2022-10-261-0/+4
* Bluetooth: L2CAP: Fix user-after-freeLuiz Augusto von Dentz2022-10-261-0/+7
* net: If sock is dead don't access sock's sk_wq in sk_stream_wait_memoryLiu Jian2022-10-261-1/+2
* can: bcm: check the result of can_send() in bcm_can_tx()Ziyang Xuan2022-10-261-3/+4
* Bluetooth: hci_sysfs: Fix attempting to call device_add multiple timesLuiz Augusto von Dentz2022-10-261-0/+3
* Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()Tetsuo Handa2022-10-261-4/+6
* xfrm: Update ipcomp_scratches with NULL when freedKhalid Masum2022-10-261-0/+1
* tcp: annotate data-race around tcp_md5sig_pool_populatedEric Dumazet2022-10-261-4/+10
* openvswitch: Fix overreporting of drops in dropwatchMike Pattrick2022-10-261-2/+3
* openvswitch: Fix double reporting of drops in dropwatchMike Pattrick2022-10-261-3/+10
* once: add DO_ONCE_SLOW() for sleepable contextsEric Dumazet2022-10-261-2/+2
* net: rds: don't hold sock lock when cancelling work from rds_tcp_reset_callba...Tetsuo Handa2022-10-261-1/+1