Wireless Daemon for Linux
 help / color / mirror / Atom feed
 messages from 2019-10-03 16:50:31 to 2019-10-24 19:53:53 UTC [more...]

[PATCH 1/4] client: Modify error handler to return error msg
 2019-10-24 19:53 UTC 

[PATCH 01/11] netdev: Add a wdev_id based frame watch API
 2019-10-24 15:29 UTC  (29+ messages)
` [PATCH 02/11] netdev: Report RSSI to frame watch callbacks
` [PATCH 03/11] netdev: Extend checks for P2P scenarios
` [PATCH 04/11] eapol: Move the EAP event handler to handshake state
` [PATCH 05/11] unit: Update test-wsc to use handshake_state_set_eap_event_func
` [PATCH 06/11] wsc: Replace netdev_connect_wsc with netdev_connect usage
` [PATCH 07/11] netdev: Drop unused netdev_connect_wsc
` [PATCH 08/11] wsc: Add wsc_new_p2p_enrollee, refactor
` [PATCH 09/11] wsc: Accept extra IEs in wsc_new_p2p_enrollee
` [PATCH 10/11] wiphy: Add wiphy_get_max_roc_duration
` [PATCH 11/11] wiphy: Add wiphy_get_supported_rates

[PATCH 1/8] wiphy: Add wiphy_get_supported_rates
 2019-10-24  4:30 UTC  (8+ messages)
` [PATCH 2/8] scan: Hide CCK rates if no_cck_rates set
` [PATCH 3/8] scan: Parse P2P IEs according to frame type
` [PATCH 4/8] scan: Add scan_bss_new_from_probe_req
` [PATCH 5/8] nl80211util: Fail in nl80211_parse_attrs if attribute missing
` [PATCH 6/8] monitor: Fix the OUI check for P2P action frames
` [PATCH 7/8] p2putil: Replace constants with wifi_alliance_oui
` [PATCH 8/8] p2putils: Fix length in Channel List parsing

[PATCH 1/8] client: Treat invalid DBus reply same as an error
 2019-10-23 23:00 UTC  (12+ messages)
` [PATCH 2/8] client: Ignore invalid notifications
` [PATCH 3/8] client: Ignore invalid agent requests
` [PATCH 4/8] hotspot: Fix mem leak on failed hotspot config
` [PATCH 5/8] hotspot Eliminate double assignment of variable
` [PATCH 6/8] hwsim: Fix potential memory leak
` [PATCH 7/8] client: Check family name before comparison
` [PATCH 8/8] ofono: Validate message parsing

[PATCH] test-runner: fix double free issue on subtest queue
 2019-10-23 17:29 UTC  (2+ messages)

[PATCH] auto-t: hostapd: raise exception upon invalid config
 2019-10-23  2:58 UTC  (2+ messages)

[PATCH 1/7] t-runner: Fix mem leak with sim keys
 2019-10-23  2:57 UTC  (8+ messages)
` [PATCH 2/7] t-runner: Fix mem leak caused by unclosed dir
` [PATCH 3/7] t-runner: Fix mem leak caused by python test names
` [PATCH 4/7] t-runner: Fix out-of-bounds write
` [PATCH 5/7] t-runner: Fix possible assignment of NULL pointer
` [PATCH 6/7] t-runner: Check for NULL before using strcmp
` [PATCH 7/7] t-runner: Check for errors after opening file

[PATCH] sae: remove unneeded NULL pointer check
 2019-10-21 22:15 UTC  (2+ messages)

[PATCH] sae: fix incorrect length adjustment
 2019-10-21 22:12 UTC  (2+ messages)

[PATCH v3 1/3] mpdu: expose mmpdu_header_len
 2019-10-21 21:51 UTC  (4+ messages)
` [PATCH v3 2/3] sae: fix potential integer overflow
` [PATCH v3 3/3] sae: fix inproper return value in sae_verify_accepted

[PATCH v2 1/2] sae: fix potential integer overflow
 2019-10-21 18:27 UTC  (2+ messages)
` [PATCH v2 2/2] sae: fix inproper return value in sae_verify_accepted

[PATCH] sae: fix potential integer overflow
 2019-10-21 18:09 UTC 

[PATCH] client: Init variable before usage
 2019-10-21 16:03 UTC  (2+ messages)

[PATCH] eapol: do not parse RSN for WPA1 in 1 of 4
 2019-10-17 23:48 UTC  (2+ messages)

[PATCH v3] util: add bounds check to util_get_{domain,username}
 2019-10-17 16:23 UTC  (2+ messages)

[PATCH v2] util: add bounds check to util_get_{domain,username}
 2019-10-17 16:11 UTC  (3+ messages)

[PATCH 1/4] util: add bounds check to util_get_{domain,username}
 2019-10-17  2:25 UTC  (8+ messages)
` [PATCH 2/4] eapol: reorder eapol_sm_free
` [PATCH 3/4] eapol: check return of ie_parse_rsne_from_data
` [PATCH 4/4] ie: reorder ie_parse_osen to fix uninitialized value

[PATCH v4] hotspot: check if HESSID parses correctly
 2019-10-16 23:40 UTC  (2+ messages)

[PATCH v3 1/2] hotspot: fix multiple potential memory leaks
 2019-10-16 23:35 UTC  (4+ messages)
` [PATCH v3 2/2] hotspot: check if HESSID parses correctly

[PATCH] hotspot: fix multiple potential memory leaks
 2019-10-16 23:18 UTC 

[PATCH 01/10] anqp: fix potential NULL pointer dereference
 2019-10-16 23:18 UTC  (12+ messages)
` [PATCH 02/10] erp: check return of hkdf_expand
` [PATCH 03/10] eap-pwd: fix potential memory leak
` [PATCH 04/10] crypto: "
` [PATCH 05/10] hotspot: fix multiple potential memory leaks
` [PATCH 06/10] ie: fix uninitialized rx/tx_nss values
` [PATCH 07/10] owe: check for error return getting shared_secret
` [PATCH 08/10] owe: fix potential double free on error
` [PATCH 09/10] owe: fix potential uninitialized variable
` [PATCH 10/10] sae: check return getting k_point

[PATCH] scan: Address uninitialized scalars reported by coverity
 2019-10-16 21:35 UTC  (2+ messages)

[PATCH 1/2] eap-ttls: Address mem leak reported by coverity
 2019-10-16 20:50 UTC  (3+ messages)
` [PATCH 2/2] client: Address dbl free "

[PATCH] doc: fix typo systemd->system
 2019-10-14 21:39 UTC  (2+ messages)

[PATCH v2 01/12] main: move module init into nl80211_appeared
 2019-10-11 20:49 UTC  (13+ messages)
` [PATCH v2 02/12] netdev: utilize IWD_MODULE
` [PATCH v2 03/12] eapol: "
` [PATCH v2 04/12] anqp: "
` [PATCH v2 05/12] manager: remove white/black list from argument
` [PATCH v2 06/12] manager: utilize IWD_MODULE
` [PATCH v2 07/12] wiphy: remove white/blacklist from wiphy_init
` [PATCH v2 08/12] wiphy: utilize IWD_MODULE
` [PATCH v2 09/12] eap: remove mtu argument from eap_init
` [PATCH v2 10/12] wired: update with new eap_init
` [PATCH v2 11/12] unit: update wsc/eapol "
` [PATCH v2 12/12] eap: utilize IWD_MODULE

[PATCH 01/11] main: move module init into nl80211_appeared
 2019-10-11 18:57 UTC  (13+ messages)
` [PATCH 02/11] netdev: utilize IWD_MODULE
` [PATCH 03/11] eapol: "
` [PATCH 04/11] anqp: "
` [PATCH 05/11] agent: "
` [PATCH 06/11] manager: "
` [PATCH 07/11] wiphy: "
` [PATCH 08/11] eap: remove mtu argument from eap_init
` [PATCH 09/11] wired: update with new eap_init
` [PATCH 10/11] unit: update wsc/eapol "
` [PATCH 11/11] eap: utilize IWD_MODULE

[RFCv3] Document P2P dbus interfaces
 2019-10-10 20:51 UTC 

[PATCH] resolve: Add IPv6 handler for systemd msg appender
 2019-10-10 16:55 UTC  (2+ messages)

[PATCH v2] test-runner: log process output to host system
 2019-10-10 15:59 UTC 

[PATCH] netconfig: Don't clear IPv6 addresses on shutdown
 2019-10-09 22:53 UTC  (2+ messages)

[PATCH v2 1/3] station: Move 'connected' logic out of enter state func
 2019-10-09 22:52 UTC  (5+ messages)
` [PATCH v2 2/3] netconfig: Add netconfig event notifier
` [PATCH v2 3/3] station: Subscribe to "

[PATCH 1/5] netconfig: Split route add/del callbacks
 2019-10-09 19:37 UTC  (8+ messages)
` [PATCH 2/5] station: Move 'connected' logic out of enter state func
` [PATCH 3/5] netconfig: Add netconfig event notifier
` [PATCH 4/5] station: Subscribe to "
` [PATCH 5/5] station: Match debug output to what is seen on dbus

[PATCH] test-runner: allow all unit tests to be run in VM
 2019-10-09 19:33 UTC  (2+ messages)

[PATCH] station: Simplify and comply with coding style
 2019-10-09 19:19 UTC  (2+ messages)

[PATCH] doc: fix broken link in test-runner.txt
 2019-10-08 19:50 UTC  (2+ messages)

[RFC] test-runner: log process output to host system
 2019-10-08 19:10 UTC 

[PATCH] auto-t: add TLS test with embedded PEMs
 2019-10-08  4:10 UTC  (2+ messages)

[PATCH v2] tools: ios_convert: embed certs rather than using paths
 2019-10-08  4:09 UTC  (2+ messages)

[PATCH] tools: ios_convert: embed certs rather than using paths
 2019-10-07 20:13 UTC 

[PATCH v3 1/3] eap-tls-common: allow embedded PEMs in settings
 2019-10-07 19:43 UTC  (4+ messages)
` [PATCH v3 2/3] build: generate tls config for unit tests
` [PATCH v3 3/3] unit: add test for embedded certs to test-eapol

[PATCH v2 1/3] eap-tls-common: allow embedded PEMs in settings
 2019-10-07 18:06 UTC  (3+ messages)
` [PATCH v2 2/3] build: generate tls config for unit tests
` [PATCH v2 3/3] unit: add test for embedded certs to test-eapol

[PATCH 1/3] eap-tls-common: allow embedded PEMs in settings
 2019-10-07 17:58 UTC  (4+ messages)
` [PATCH 2/3] build: generate tls config for unit tests
` [PATCH 3/3] unit: add test for embedded certs to test-eapol

[PATCH v2] doc: add section about regulatory.db missing
 2019-10-07 16:35 UTC 

[PATCH] doc: add section about regulatory.db missing
 2019-10-07 16:34 UTC  (2+ messages)

[PATCH] build: add pem-private.h to Makefile.am
 2019-10-04 17:16 UTC  (2+ messages)

[PATCH 1/2] netconfig: Allow to override IPv4 DHCP DNSs with static addresses
 2019-10-04 17:14 UTC  (3+ messages)
` [PATCH 2/2] netconfig: Allow to override IPv6 "

[PATCH] station: don't reset/(re)configure/destroy NULL netconfig's
 2019-10-03 17:35 UTC  (2+ messages)

[PATCH] station: record dependency on netconfig module
 2019-10-03 17:31 UTC  (2+ messages)

[PATCH] crypto: fix copy size causing overruns/crashing
 2019-10-03 17:28 UTC  (2+ messages)

[PATCH] crypto: fix copy size causing overruns/crashing
 2019-10-03 16:53 UTC  (2+ messages)

[PATCH] station: record dependency on netconfig module
 2019-10-03 16:50 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox