ell.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-13 14:54:58 to 2022-10-04 17:44:42 UTC [more...]

[PATCH 1/5] dhcp6: Fix emitting LEASE_OBTAINED in stateless mode
 2022-10-04 17:44 UTC  (6+ messages)
` [PATCH 2/5] netconfig: Enable stateless DHCP mode
` [PATCH 3/5] netconfig: Return SLAAC+DHCP6 DNS info from getters
` [PATCH 4/5] netconfig: Stop ongoing work on failure
` [PATCH 5/5] dhcp6: Don't require Client ID in Information-request reply

[PATCH 1/5] dhcp6: Include Client ID in Information-Request
 2022-09-30 13:52 UTC  (5+ messages)
` [PATCH 2/5] dhcp6: Fix emitting LEASE_OBTAINED in stateless mode
` [PATCH 3/5] netconfig: Enable stateless DHCP mode
` [PATCH 4/5] netconfig: Return SLAAC+DHCP6 DNS info from getters
` [PATCH 5/5] netconfig: Stop ongoing work on failure

[PATCH 1/6] net: Allow padding in net_domain_list_parse
 2022-09-20 15:06 UTC  (7+ messages)
` [PATCH 2/6] unit: Update net_domain_list_parse test
` [PATCH 3/6] netconfig: Set .v6_configured when we set an address
` [PATCH 4/6] netconfig: Handle DNS data from l_icmp6_router
` [PATCH 5/6] icmp6,netconfig: Skip SLLAO if RS sent from optimistic address
` [PATCH 6/6] netconfig: Handle missing optimistic_dad /proc file

[PATCH 1/7] icmp6: Save SLAAC prefixes from RAs
 2022-09-19 23:56 UTC  (9+ messages)
` [PATCH 2/7] icmp6: Parse RDNSS and DNSSL options
` [PATCH 3/7] icmp6: Switch socket from AF_INET6 to AF_PACKET
` [PATCH 4/7] rtnl: Add l_rtnl_address_get_in_addr
` [PATCH 5/7] netconfig: Decouple icmp6 start from dhcp6 start
` [PATCH 6/7] netconfig: Create SLAAC address
` [PATCH 7/7] netconfig: Control optimistic DAD

[PATCH 1/2] netconfig: API to disable/enable ACD
 2022-08-16 20:28 UTC  (3+ messages)
` [PATCH 2/2] netconfig: Add l_netconfig_unconfigure

[PATCH 1/2] genl: make l_genl_attr_recurse take a const pointer
 2022-07-26 17:08 UTC  (3+ messages)
` [PATCH 2/2] genl: remove 'msg' from l_genl_attr

[PATCH 1/2] uintset: add l_uintset_subtract
 2022-07-22 21:09 UTC  (3+ messages)
` [PATCH 2/2] unit: add unit test for l_uintset_subtract

[PATCH v2 01/10] cert/key: Add support for EC based certificates
 2022-07-18 20:21 UTC  (12+ messages)
` [PATCH v2 02/10] unit: Add basic EC-DSA verification test
` [PATCH v2 03/10] key: ECDSA data is given in x962 format
` [PATCH v2 04/10] tls: Support peer certificates that use ECDSA
` [PATCH v2 05/10] tls: Add helper for DigitallySigned validation
` [PATCH v2 06/10] tls: Add helper to find hash function by id
` [PATCH v2 07/10] tls-suites: Add ECDSA suites from RFC 8422
` [PATCH v2 08/10] unit: Skip ECDSA cipher suite tests
` [PATCH v2 09/10] useful: Add maxsize()
` [PATCH v2 10/10] tls: Do not set verify_data_length unless needed

[PATCH 1/9] cert/key: Add support for EC based certificates
 2022-07-18 17:59 UTC  (12+ messages)
` [PATCH 2/9] unit: Add basic EC-DSA verification test
` [PATCH 3/9] key: ECDSA data is given in x962 format
` [PATCH 4/9] tls: Support peer certificates that use ECDSA
` [PATCH 5/9] tls: Add helper for DigitallySigned validation
` [PATCH 6/9] tls: Add helper to find hash function by id
` [PATCH 7/9] tls-suites: Add ECDSA suites from RFC 8422
` [PATCH 8/9] useful: Add maxsize()
` [PATCH 9/9] tls: Do not set verify_data_length unless needed

[PATCH] netconfig: API to disable/enable ACD
 2022-07-11 14:03 UTC 

[PATCH 1/4] dhcp: Set lease->bound_time before emitting event
 2022-07-01 15:11 UTC  (5+ messages)
` [PATCH 2/4] useful: Add a cleanup handler for fd variables
` [PATCH 3/4] netconfig: Restore net.ipv6.conf...disable_ipv6 on stop
` [PATCH 4/4] netconfig: Fix leaking domain name string

[PATCH] build: Check for openssl legacy provider requirement
 2022-06-29 13:59 UTC  (2+ messages)

[PATCH] netconfig: Add getters for DNS addresses and domain names
 2022-06-22 20:49 UTC  (2+ messages)

[PATCH 01/14] netconfig: Reset {v4, v6}_configured to false on netconfig stop
 2022-06-18  0:38 UTC  (3+ messages)
` [PATCH 07/14] netconfig: Add getters for DNS addresses and domain names

Sending and Receiving DBUS Message
 2022-06-17  4:57 UTC  (7+ messages)

help
 2022-06-16  5:26 UTC 

[ANNOUNCE] ELL switching to new mailing list
 2022-06-15 23:52 UTC 

[PATCH 14/14] netconfig: Add l_netconfig_reset_config
 2022-06-15 22:47 UTC 

[PATCH 13/14] netconfig: Start ACD before committing static IPv4
 2022-06-15 22:47 UTC 

[PATCH 12/14] netconfig: Set a limit on number of routes from ICMPv6
 2022-06-15 22:47 UTC 

[PATCH 11/14] netconfig: Ratelimit route lifetime updates
 2022-06-15 22:47 UTC 

[PATCH 10/14] netconfig: Write gateway MAC from DHCP to ARP cache
 2022-06-15 22:47 UTC 

[PATCH 09/14] netconfig: Write /proc/sys/net files to enable IPv6
 2022-06-15 22:47 UTC 

[PATCH 08/14] netconfig: Wait for link-local address before DHCPv6
 2022-06-15 22:47 UTC 

[PATCH 06/14] examples: Update netconfig method calls
 2022-06-15 22:47 UTC 

[PATCH 05/14] netconfig: Expire addresses and routes
 2022-06-15 22:47 UTC 

[PATCH 04/14] examples: Update netconfig method calls
 2022-06-15 22:47 UTC 

[PATCH 03/14] netconfig: Drop rtnl parameter to l_netconfig_apply_rtnl
 2022-06-15 22:47 UTC 

[PATCH 02/14] netconfig: Don't set prefsrc on gateway route for now
 2022-06-15 22:47 UTC 

[PATCH] CI test, please ignore
 2022-06-14 21:11 UTC 

[PATCH 1/3] acd: Emit event as the last statement in handler
 2022-06-13 16:33 UTC 

[PATCH 3/3] netlink: Enable extended ACKs if debug handler set
 2022-06-11  1:45 UTC 

[PATCH 2/3] genl,netlink: Move extended ACK code to netlink-private
 2022-06-11  1:45 UTC 

[PATCH 1/3] acd: Emit event as the last statement in handler
 2022-06-11  1:45 UTC 

[PATCH 1/2] cert-crypto: pragma false positive (-Wmaybe-uninitialized)
 2022-06-10 17:16 UTC 

[PATCH 2/2] missing: use PTRDIFF_MAX instead of -1
 2022-06-10 17:11 UTC 

[PATCH 1/2] cert-crypto: pragma false positive (-Wmaybe-uninitialized)
 2022-06-10 17:11 UTC 

[PATCH] build: fix time.h related breakage on musl
 2022-06-06 20:26 UTC  (2+ messages)

Fix bug when stdin is closed
 2022-06-06 18:18 UTC  (4+ messages)
` [PATCH 3/3] dhcp-transport: Initialize the udp_fd field

[PATCH] useful: Remove extra semicolons after DEFINE_CLEANUP_FUNC()
 2022-05-26 21:19 UTC 

[PATCH 1/3] tls: Flush record buffers on l_tls_close
 2022-05-26 16:23 UTC 

[PATCH 3/3] tls: Fix state check on Client Hello
 2022-05-26 15:56 UTC 

[PATCH 2/3] tls: Add l_tls_reset function
 2022-05-26 15:56 UTC 

[PATCH 1/3] tls: Flush record buffers on l_tls_close
 2022-05-26 15:56 UTC 

[PATCH] build: Generate test certs using OpenSSL 3 legacy provider
 2022-05-25 23:20 UTC 

[PATCH] build: Generate test certs using OpenSSL 3 legacy provider
 2022-05-21  0:15 UTC 

[PATCH] build: Check for openssl legacy provider requirement
 2022-05-21  0:15 UTC 

[PATCH 01/15] netconfig: Add missing NULL check for routes from RA
 2022-05-20 18:19 UTC 

[PATCH 15/15] netconfig: Start ACD before committing static IPv4
 2022-05-20 15:43 UTC 

[PATCH 14/15] netconfig: Set a limit on number of routes from ICMPv6
 2022-05-20 15:43 UTC 

[PATCH 13/15] netconfig: Ratelimit route lifetime updates
 2022-05-20 15:43 UTC 

[PATCH 12/15] netconfig: Write gateway MAC from DHCP to ARP cache
 2022-05-20 15:43 UTC 

[PATCH 11/15] netconfig: Write /proc/sys/net files to enable IPv6
 2022-05-20 15:43 UTC 

[PATCH 10/15] netconfig: Wait for link-local address before DHCPv6
 2022-05-20 15:43 UTC 

[PATCH 09/15] netconfig: Add getters for DNS addresses and domain names
 2022-05-20 15:43 UTC 

[PATCH 08/15] examples: Update netconfig method calls
 2022-05-20 15:43 UTC 

[PATCH 07/15] netconfig: Expire addresses and routes
 2022-05-20 15:43 UTC 

[PATCH 06/15] examples: Update netconfig method calls
 2022-05-20 15:43 UTC 

[PATCH 05/15] netconfig: Use an internal rtnl socket for l_netconfig_apply_rtnl
 2022-05-20 15:43 UTC 

[PATCH 04/15] rtnl: Keep one global RTNL connection
 2022-05-20 15:43 UTC 

[PATCH 03/15] examples: Update netconfig method calls
 2022-05-20 15:43 UTC 

[PATCH 02/15] netconfig: Avoid returning internal l_queues
 2022-05-20 15:43 UTC 

[PATCH 01/15] netconfig: Add missing NULL check for routes from RA
 2022-05-20 15:43 UTC 

[PATCH] build: Check for openssl legacy provider requirement
 2022-05-20  9:13 UTC 

[PATCH 07/17] netconfig: Use an internal rtnl socket for l_netconfig_apply_rtnl
 2022-05-19 21:38 UTC 

[PATCH 07/17] netconfig: Use an internal rtnl socket for l_netconfig_apply_rtnl
 2022-05-19 21:28 UTC 

[PATCH 07/17] netconfig: Use an internal rtnl socket for l_netconfig_apply_rtnl
 2022-05-19 20:53 UTC 

[PATCH 07/17] netconfig: Use an internal rtnl socket for l_netconfig_apply_rtnl
 2022-05-19 20:28 UTC 

[PATCH 07/17] netconfig: Use an internal rtnl socket for l_netconfig_apply_rtnl
 2022-05-19 11:52 UTC 

[PATCH 17/17] icmp6: Ignore bad prefixes per RFC4862
 2022-05-18 19:02 UTC 

[PATCH 09/17] netconfig: Add l_netconfig_get_{dhcp6, icmp6}_client
 2022-05-18 19:01 UTC 

[PATCH 07/17] netconfig: Use an internal rtnl socket for l_netconfig_apply_rtnl
 2022-05-18 18:58 UTC 

[PATCH 06/17] netconfig: Avoid returning internal l_queues
 2022-05-18 18:54 UTC 

[PATCH 05/17] netconfig: Handle DHCPv6 events
 2022-05-18 18:53 UTC 

[PATCH 04/17] netconfig: Create routes from Router Advertisements
 2022-05-18 18:42 UTC 

[PATCH] dhcp: CLIENT_ENTER_STATE should log as INFO
 2022-05-18 17:13 UTC 

[PATCH] dhcp: CLIENT_ENTER_STATE should log as INFO
 2022-05-18 16:58 UTC 

[PATCH] dhcp-transport: Do not leak fds during bind
 2022-05-18 16:22 UTC 

[PATCH] dhcp: Use bound_time for retransmission timers
 2022-05-18 16:21 UTC 

[PATCH] log: Add a max_log_level and limit l_log
 2022-05-18 14:58 UTC 

[PATCH] dhcp,dhcp6,icmp6,time: Convert timestamps to CLOCK_BOOTTIME
 2022-05-18 14:22 UTC 

[PATCH] dhcp,dhcp6,icmp6,time: Convert timestamps to CLOCK_BOOTTIME
 2022-05-18 14:19 UTC 

[PATCH] dhcp,dhcp6,icmp6,time: Convert timestamps to CLOCK_BOOTTIME
 2022-05-18  0:35 UTC 

[PATCH] dhcp, dhcp6, icmp6, time: Convert timestamps to CLOCK_BOOTTIME
 2022-05-18  0:22 UTC 

[PATCH] dhcp, dhcp6, icmp6, time: Convert timestamps to CLOCK_BOOTTIME
 2022-05-17 23:29 UTC 

[PATCH v2 1/3] dhcp: Add priority to logging
 2022-05-17 17:10 UTC 

[PATCH v2 1/3] dhcp: Add priority to logging
 2022-05-17 17:02 UTC 

[PATCH v2 3/3] unit: Pass in max logging level for dhcp
 2022-05-17 16:56 UTC 

[PATCH v2 2/3] examples: Pass in max logging level
 2022-05-17 16:56 UTC 

[PATCH v2 1/3] dhcp: Add priority to logging
 2022-05-17 16:56 UTC 

[PATCH 1/3] dhcp: Add priority to logging
 2022-05-17 16:40 UTC 

[PATCH 3/3] unit: Pass in max logging level for dhcp
 2022-05-17 16:18 UTC 

[PATCH 2/3] examples: Pass in max logging level
 2022-05-17 16:18 UTC 

[PATCH 1/3] dhcp: Add priority to logging
 2022-05-17 16:18 UTC 

[PATCH] dhcp,dhcp6,icmp6,time: Convert timestamps to CLOCK_BOOTTIME
 2022-05-17 14:37 UTC 

[PATCH] dhcp,dhcp6,icmp6,time: Convert timestamps to CLOCK_BOOTTIME
 2022-05-16 21:31 UTC 

[PATCH] dhcp-transport: Do not leak fds during bind
 2022-05-16 19:55 UTC 

[PATCH 17/17] icmp6: Ignore bad prefixes per RFC4862
 2022-05-13 22:47 UTC 

[PATCH 16/17] examples: Update netconfig method calls
 2022-05-13 22:47 UTC 

[PATCH 15/17] netconfig: Set a limit on number of routes from ICMPv6
 2022-05-13 22:47 UTC 

[PATCH 14/17] netconfig: Ratelimit route lifetime updates
 2022-05-13 22:47 UTC 

[PATCH 13/17] netconfig: Write gateway MAC from DHCP to ARP cache
 2022-05-13 22:47 UTC 

[PATCH 12/17] netconfig: Write /proc/sys/net files to enable IPv6
 2022-05-13 22:47 UTC 

[PATCH 11/17] netconfig: Wait for link-local address before DHCPv6
 2022-05-13 22:47 UTC 

[PATCH 10/17] netconfig: Add getters for DNS addresses and domain names
 2022-05-13 22:47 UTC 

[PATCH 09/17] netconfig: Add l_netconfig_get_{dhcp6,icmp6}_client
 2022-05-13 22:47 UTC 

[PATCH 08/17] netconfig: Expire addresses and routes
 2022-05-13 22:47 UTC 

[PATCH 07/17] netconfig: Use an internal rtnl socket for l_netconfig_apply_rtnl
 2022-05-13 22:47 UTC 

[PATCH 06/17] netconfig: Avoid returning internal l_queues
 2022-05-13 22:47 UTC 

[PATCH 05/17] netconfig: Handle DHCPv6 events
 2022-05-13 22:47 UTC 

[PATCH 04/17] netconfig: Create routes from Router Advertisements
 2022-05-13 22:47 UTC 

[PATCH 03/17] rtnl: Move l_rtnl_route declaration to private header
 2022-05-13 22:46 UTC 

[PATCH 02/17] netconfig: Support IPv6 static configurations
 2022-05-13 22:46 UTC 

[PATCH 01/17] net: Add net_prefix_from_ipv6 utility
 2022-05-13 22:46 UTC 

[PATCH 01/13] net: Add l_net_clear_host_bits utility
 2022-05-13 22:41 UTC 

[PATCH] dhcp: Use bound_time for retransmission timers
 2022-05-13 17:10 UTC 

[PATCH] dhcp: Make sure lease bound_time is in BOOTTIME
 2022-05-13 16:29 UTC 

[PATCH] dhcp: Use bound_time for retransmission timers
 2022-05-13 16:23 UTC 

[PATCH] dhcp: Use bound_time for retransmission timers
 2022-05-13 15:40 UTC 

[PATCH] dhcp: Use bound_time for retransmission timers
 2022-05-13 15:31 UTC 

[PATCH 17/17] icmp6: Ignore bad prefixes per RFC4862
 2022-05-13 14:55 UTC 

[PATCH 16/17] examples: Update netconfig method calls
 2022-05-13 14:55 UTC 

[PATCH 15/17] netconfig: Set a limit on number of routes from ICMPv6
 2022-05-13 14:55 UTC 

[PATCH 14/17] netconfig: Ratelimit route lifetime updates
 2022-05-13 14:55 UTC 

[PATCH 13/17] netconfig: Write gateway MAC from DHCP to ARP cache
 2022-05-13 14:55 UTC 

[PATCH 12/17] netconfig: Write /proc/sys/net files to enable IPv6
 2022-05-13 14:55 UTC 

[PATCH 11/17] netconfig: Wait for link-local address before DHCPv6
 2022-05-13 14:55 UTC 

[PATCH 10/17] netconfig: Add getters for DNS addresses and domain names
 2022-05-13 14:55 UTC 

[PATCH 09/17] netconfig: Add l_netconfig_get_{dhcp6,icmp6}_client
 2022-05-13 14:55 UTC 

[PATCH 08/17] netconfig: Expire addresses and routes
 2022-05-13 14:55 UTC 

[PATCH 07/17] netconfig: Use an internal rtnl socket for l_netconfig_apply_rtnl
 2022-05-13 14:55 UTC 

[PATCH 06/17] netconfig: Avoid returning internal l_queues
 2022-05-13 14:54 UTC 

[PATCH 05/17] netconfig: Handle DHCPv6 events
 2022-05-13 14:54 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).