Ajay Singh ([email protected])

Number of posts: 1267 (6 per day)
First post: 2018-03-13 07:32:23
Last post: 2018-10-11 07:26:47

Date List Subject
2018-04-12 08:21:37 linux-wireless [PATCH] staging: wilc1000: fix NULL pointer exception in host_int_parse_assoc_resp_info()
2018-04-04 05:15:32 linux-wireless Re: [PATCH 00/11] staging: wilc1000: fix for checkpatch and handled malloc memory properly
2018-03-27 13:16:30 linux-wireless Re: [PATCH 00/11] staging: wilc1000: fix for checkpatch and handled malloc memory properly
2018-03-27 07:22:21 linux-wireless Re: [PATCH 00/11] staging: wilc1000: fix for checkpatch and handled malloc memory properly
2018-03-27 05:12:11 linux-kernel Re: [PATCH] staging: wilc1000: replace kmalloc + memcpy with kmemdup
2018-03-27 05:11:02 linux-wireless Re: [PATCH] staging: wilc1000: replace kmalloc + memcpy with kmemdup
2018-03-26 15:38:08 linux-kernel Re: [PATCH] staging: wilc1000: check for kmalloc allocation failures
2018-03-26 15:36:11 linux-wireless Re: [PATCH] staging: wilc1000: check for kmalloc allocation failures
2018-03-26 11:46:41 linux-wireless [PATCH v2 9/9] staging: wilc1000: free memory allocated for general info message from firmware
2018-03-26 11:46:37 linux-wireless [PATCH v2 8/9] staging: wilc1000: split handle_rcvd_gnrl_async_info() to avoid leading tabs
2018-03-26 11:46:34 linux-wireless [PATCH v2 7/9] staging: wilc1000: free allocated memory in wilc_add_rx_gtk()
2018-03-26 11:46:31 linux-wireless [PATCH v2 6/9] staging: wilc1000: fix to free allocated memory in wilc_add_ptk()
2018-03-26 11:46:27 linux-wireless [PATCH v2 5/9] staging: wilc1000: free allocated memory after processing wilc_send_config_pkt()
2018-03-26 11:46:24 linux-wireless [PATCH v2 4/9] staging: wilc1000: free memory allocated in add wep key functions
2018-03-26 11:46:21 linux-wireless [PATCH v2 3/9] staging: wilc1000: free allocated memory in edit and add station functions
2018-03-26 11:46:17 linux-wireless [PATCH v2 2/9] staging: wilc1000: avoid 'NULL' pointer access in wilc_network_info_received()
2018-03-26 11:46:14 linux-wireless [PATCH v2 1/9] staging: wilc1000: remove unused global variables related to p2p
2018-03-26 11:46:10 linux-wireless [PATCH v2 0/9] staging: wilc1000: fix memory leaks and checkpatch reported issues
2018-03-26 11:32:00 linux-wireless Re: [PATCH 9/9] staging: wilc1000: free memory allocated for general info message from firmware
2018-03-26 11:25:02 linux-wireless Re: [PATCH 4/9] staging: wilc1000: free memory allocated in add wep key functions
2018-03-23 15:09:41 linux-wireless [PATCH 9/9] staging: wilc1000: free memory allocated for general info message from firmware
2018-03-23 15:09:37 linux-wireless [PATCH 8/9] staging: wilc1000: split handle_rcvd_gnrl_async_info() to avoid leading tabs
2018-03-23 15:09:33 linux-wireless [PATCH 7/9] staging: wilc1000: free allocated memory in wilc_add_rx_gtk()
2018-03-23 15:09:30 linux-wireless [PATCH 6/9] staging: wilc1000: fix to free allocated memory in wilc_add_ptk()
2018-03-23 15:09:25 linux-wireless [PATCH 5/9] staging: wilc1000: free allocated memory after processing wilc_send_config_pkt()
2018-03-23 15:09:21 linux-wireless [PATCH 4/9] staging: wilc1000: free memory allocated in add wep key functions
2018-03-23 15:09:18 linux-wireless [PATCH 3/9] staging: wilc1000: free allocated memory in edit and add station functions
2018-03-23 15:09:16 linux-wireless [PATCH 2/9] staging: wilc1000: avoid 'NULL' pointer access in wilc_network_info_received()
2018-03-23 15:09:11 linux-wireless [PATCH 1/9] staging: wilc1000: remove unused global variables related to p2p
2018-03-23 15:09:07 linux-wireless [PATCH 0/9] staging: wilc1000: fix memory leaks and checkpatch reported issues
2018-03-21 09:20:30 linux-wireless Re: [PATCH 00/11] staging: wilc1000: fix for checkpatch and handled malloc memory properly
2018-03-21 05:05:48 linux-wireless Re: [PATCH 01/11] staging: wilc1000: refactor scan() to free kmalloc memory on failure cases
2018-03-20 16:56:31 linux-wireless [PATCH 11/11] staging: wilc1000: remove line over 80 char warning in few functions
2018-03-20 16:56:27 linux-wireless [PATCH 10/11] staging: wilc1000: remove unused 'struct add_key_params'
2018-03-20 16:56:24 linux-wireless [PATCH 09/11] staging: wilc1000: remove line over 80 char in cfg_connect_result()
2018-03-20 16:56:21 linux-wireless [PATCH 08/11] staging: wilc1000: fix line over 80 char issue in clear_shadow_scan()
2018-03-20 16:56:17 linux-wireless [PATCH 07/11] staging: wilc1000: rename hAgingTimer to avoid camelCase issue
2018-03-20 16:56:15 linux-wireless [PATCH 06/11] staging: wilc1000: refactor mgmt_tx to fix line over 80 chars
2018-03-20 16:56:10 linux-wireless [PATCH 05/11] staging: wilc1000: rename WILC_WFI_p2p_rx & s32Freq to avoid camelCase
2018-03-20 16:56:07 linux-wireless [PATCH 04/11] staging: wilc1000: refactor WILC_WFI_p2p_rx() to avoid line over 80 char
2018-03-20 16:56:03 linux-wireless [PATCH 03/11] staging: wilc1000: remove line over 80 char warnings in set_wiphy_params()
2018-03-20 16:56:00 linux-wireless [PATCH 02/11] staging: wilc1000: removed unused global variables for gtk and ptk information
2018-03-20 16:55:57 linux-wireless [PATCH 01/11] staging: wilc1000: refactor scan() to free kmalloc memory on failure cases
2018-03-20 16:55:53 linux-wireless [PATCH 00/11] staging: wilc1000: fix for checkpatch and handled malloc memory properly
2018-03-14 14:09:45 linux-kernel Re: [PATCH 6/7] staging: wilc1000: remove unwanted braces and correct code alignment
2018-03-14 14:08:12 linux-wireless Re: [PATCH 6/7] staging: wilc1000: remove unwanted braces and correct code alignment
2018-03-13 11:06:49 linux-kernel Re: [PATCHv2] staging: wilc1000: use pre-defined macro is_broadcast_ether_addr
2018-03-13 11:05:34 linux-wireless Re: [PATCHv2] staging: wilc1000: use pre-defined macro is_broadcast_ether_addr
2018-03-13 07:44:20 linux-kernel Re: [PATCH] staging: wilc1000: use kmemdup instead of kmalloc and memcpy
2018-03-13 07:43:12 linux-wireless Re: [PATCH] staging: wilc1000: use kmemdup instead of kmalloc and memcpy
2018-03-13 07:42:31 linux-kernel Re: [PATCH] staging: wilc1000: Destroy mutex object in deinitialization