summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: L2CAP: Fix accepting connection request for invalid SPSMLuiz Augusto von Dentz2022-12-081-0/+13
* ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel2022-12-081-3/+5
* ipv4: Handle attempt to delete multipath route when fib_info contains an nh r...David Ahern2022-12-081-4/+4
* sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao2022-12-084-7/+47
* 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
* wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg2022-12-081-1/+2
* tcp: configurable source port perturb table sizeGleb Mazovetskiy2022-12-082-5/+15
* dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima2022-12-084-0/+8
* 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
* tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing2022-12-081-1/+4
* tipc: add an extra conn_get in tipc_conn_allocXin Long2022-12-081-3/+6
* tipc: set con sock in tipc_conn_allocXin Long2022-12-081-6/+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
* wifi: mac80211: fix memory free error when registering wiphy failtaozhang2022-12-081-2/+6
* 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
* can: j1939: j1939_send_one(): fix missing CAN header initializationOliver Hartkopp2022-11-251-0/+3
* tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long2022-11-251-1/+1
* can: af_can: fix NULL pointer dereference in can_rx_register()Zhengchao Shao2022-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
* bpf, sockmap: Fix the sk->sk_forward_alloc warning of sk_stream_kill_queuesWang Yufen2022-11-251-3/+5
* wifi: cfg80211: fix memory leak in query_regdb_file()Arend van Spriel2022-11-251-3/+9
* wifi: cfg80211: silence a sparse RCU warningJohannes Berg2022-11-251-1/+3
* tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima2022-11-106-109/+45
* tcp/udp: Fix memory leak in ipv6_renew_options().Kuniyuki Iwashima2022-11-101-0/+7
* 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
* netfilter: nf_tables: release flow rule object from commit pathPablo Neira Ayuso2022-11-101-3/+3
* net: sched: Fix use after free in red_enqueue()Dan Carpenter2022-11-101-1/+3