Current Team Memberships

Show patches with: Archived = No       |   409 patches
« 1 2 3 44 5 »
Patch Series S/W/F Date Submitter Delegate State
kernel: k_poll: Introduce separate status for cancelled events --- 2018-08-21 Paul Sokolovsky Accepted
kernel: queue, fifo: Add cancel_wait operation. --- 2017-05-01 Paul Sokolovsky New
kernel: queue, fifo: Add cancel_wait operation. --- 2017-04-25 Paul Sokolovsky Rejected
kernel: queue: k_queue_poll: Fix slist access race condition --- 2017-10-16 Paul Sokolovsky Accepted
kernel: syscall_handler.h: Typo fix in docstring --- 2018-10-17 Paul Sokolovsky Accepted
kernel: work_q: Document implications of default sys work_q priority --- 2018-06-07 Paul Sokolovsky Accepted
libc: Kconfig: Move STDOUT_CONSOLE from subsys/debug --- 2018-01-05 Paul Sokolovsky Accepted
libc: Make printf() work out of the box with Newlib --- 2018-01-25 Paul Sokolovsky Accepted
libc: minimal: Add placeholder math.h --- 2018-06-19 Paul Sokolovsky Accepted
libc/minimal: add support for gmtime and its reverse "timegm" --- 2019-07-10 Paul Sokolovsky New
libc: minimal: Add sys/fcntl.h enough to compile net/lib/sockets --- 2018-09-11 Paul Sokolovsky Accepted
libc: minimal: Add typedefs for "least" types --- 2018-06-15 Paul Sokolovsky Accepted
libc: minimal: Make fcntl.h be at top level, not sys/fcntl.h --- 2018-10-09 Paul Sokolovsky Accepted
libc: newlib: libc-hooks: Consistently use const void* as arg to write --- 2018-10-19 Paul Sokolovsky Accepted
libc: newlib: libc-hooks: Provide our own implementation of __chk_fail() --- 2020-06-12 Paul Sokolovsky New
libc: newlib: Rename adhoc read/write implementation for stdin/stdout --- 2019-02-26 Paul Sokolovsky Accepted
lib: fdtable: Assign data structures to proper sections --- 2018-11-08 Paul Sokolovsky Accepted
lib: fdtable: fsync() should not result in fd closure. --- 2018-12-11 Paul Sokolovsky Accepted
lib: fdtable: Update for zephyr_write() rename --- 2019-02-26 Paul Sokolovsky Accepted
lib: os: fdtable: Add syscalls for POSIX read/write/close/ioctl operations --- 2020-05-19 Paul Sokolovsky New
lib: os: fdtable: Add syscalls for POSIX read/write/close operations --- 2020-06-11 Paul Sokolovsky New
lib: posix: Implement generic file descriptor table --- 2018-10-08 Paul Sokolovsky Accepted
lib: posix: Select Newlib libc --- 2018-10-19 Paul Sokolovsky Accepted
lib: posix: Switch to use zephyr_interface_library_named cmake directive --- 2019-05-06 Paul Sokolovsky New
logging: log_core: Clarify message when log_strdup failed allocation --- 2018-11-29 Paul Sokolovsky Accepted
loop-slip4.sh: Wrapper script to run tunslip for IPv4 connection to QEMU --- 2016-08-24 Paul Sokolovsky Accepted
loop-socat.sh: Remove /tmp/slip.sock on start. --- 2017-04-13 Paul Sokolovsky Accepted
Makefile.qemu: Support running net tests without host TAP connection --- 2017-10-20 Paul Sokolovsky Accepted
Makefile: Streamline building of CoAP-related projects. --- 2017-01-17 Paul Sokolovsky Accepted
Makefile.toolchain.zephyr: Test CONFIG_TOOLCHAIN_VARIANT robustly. --- 2016-08-01 Paul Sokolovsky Accepted
Make git.timeout parameter set clone timeout too. --- 2015-10-09 Paul Sokolovsky Accepted
manifest: mbedtls: Update to pick latest config-tls-generic.h --- 2019-09-11 Paul Sokolovsky New
mbedtls: Add CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN --- 2018-02-15 Paul Sokolovsky Accepted
mbedtls: config-mini-tls1_2.h: Update stale comments --- 2018-02-15 Paul Sokolovsky Accepted
mbedtls: config-tls1_2.h: Extended TLS 1.2 config --- 2018-02-20 Paul Sokolovsky New
Minor fixes for minimal libc related changes done recently --- 2018-10-10 Paul Sokolovsky Accepted
modules: Kconfig.tls-generic: Add CONFIG_MBEDTLS_ECDSA_DETERMINISTIC --- 2019-08-28 Paul Sokolovsky New
modules: Kconfig.tls-generic: Remove duplicate "select" --- 2019-08-21 Paul Sokolovsky Accepted
modules: mbedtls: Better help for MBEDTLS_BUILTIN vs MBEDTLS_LIBRARY --- 2020-03-03 Paul Sokolovsky New
net: Add INET_ADDRSTRLEN and use it at least in net_config --- 2018-09-06 Paul Sokolovsky Accepted
net: Add INET_ADDRSTRLEN POSIX define --- 2018-09-07 Paul Sokolovsky New
net: app: Allow to set static IPv4 netmask and gateway --- 2017-08-19 Paul Sokolovsky Accepted
net: app: Allow to specify both static IP settings and DHCPv4. --- 2018-01-19 Paul Sokolovsky Accepted
net: app: init: Bail out early if no network interface available --- 2017-08-19 Paul Sokolovsky Accepted
net: app: Move mbedTLS debug log level config to mbedTLS Kconfig --- 2018-02-21 Paul Sokolovsky Accepted
net: apps: Fix echo-server where IPv6 TCP context was used insead of IPv4. --- 2016-10-18 Paul Sokolovsky Accepted
net: app: Split code for configuring network to a separate lib, "config" --- 2018-06-18 Paul Sokolovsky Accepted
net: arp: Log error if no gateway is set --- 2017-09-14 Paul Sokolovsky Accepted
net: Be sure to pass "connection state changed" net_buf's to an app. --- 2016-09-26 Paul Sokolovsky Rejected
net: BSD Sockets: Implement getaddrinfo() call --- 2017-09-14 Paul Sokolovsky Accepted
net: BSD Sockets like API initial implementation --- 2017-06-14 Paul Sokolovsky Accepted
net: BSD Sockets poll() basic implementation --- 2017-07-18 Paul Sokolovsky Accepted
net: buf: Document that after data, structure may contain "user_data" --- 2017-04-03 Paul Sokolovsky Accepted
net: buf: linearize: Get rid of useless memset() --- 2019-01-09 Paul Sokolovsky Accepted
net: buf: linearize: Never return -ENOMEM, just do what user asked to --- 2018-12-27 Paul Sokolovsky New
net: buf: Make NET_BUF_POOL_USAGE independent of NET_BUF_LOG again --- 2018-02-11 Paul Sokolovsky Accepted
net: config: Add SYS_INIT handler to set clock from SNTP --- 2019-09-12 Paul Sokolovsky New
net: config: Introduce a dedicated header for the library --- 2018-06-29 Paul Sokolovsky New
net: config: Rename Kconfig options to correspond to library name --- 2018-08-12 Paul Sokolovsky Accepted
net: config: Use sizeof() to get size of buffer for net_addr_ntop() --- 2018-09-10 Paul Sokolovsky New
net: connection: Move proto2str() to utils.c, rename to net_proto2str() --- 2017-03-13 Paul Sokolovsky Accepted
net: context: Check if conn_handler exists when binding --- 2017-03-01 Paul Sokolovsky Accepted
net: context: Check if conn_handler exists when binding --- 2017-03-01 Paul Sokolovsky Accepted
net: context: connect: Make sure local end is bound before connecting --- 2017-07-17 Paul Sokolovsky Accepted
net: context: connect: Make sure local end is bound before connecting --- 2017-07-13 Paul Sokolovsky Accepted
net: context: Fix send function documentation --- 2019-02-19 Paul Sokolovsky New
net: context: Fix use of k_delayed_work_cancel with SYN backlog --- 2017-07-10 Paul Sokolovsky Accepted
net: context: For bind debug logging, include context protocol. --- 2017-03-12 Paul Sokolovsky Accepted
net: context: Move/rename net_context_set_appdata_values() to net_pkt.c --- 2018-08-22 Paul Sokolovsky Accepted
net: context: net_context_setup_pools: Elaborate docs --- 2017-10-23 Paul Sokolovsky Accepted
net: dhcp: Implement DNS server setting --- 2018-01-17 Paul Sokolovsky Accepted
Net DNS resolver CNAME fix for v1.14 --- 2020-06-16 Paul Sokolovsky New
net: echo_server: Enable TCP for frdm_k64f. --- 2017-01-27 Paul Sokolovsky Accepted
net: Elaborate output of net_nbuf_print_frags() to be more useful. --- 2017-04-02 Paul Sokolovsky Accepted
net: Enable logging in more modules if CONFIG_NET_LOG_GLOBAL defined --- 2017-09-15 Paul Sokolovsky Accepted
net: ethernet: Clean up net_eth_fill_header() function --- 2018-06-12 Paul Sokolovsky New
net: Fix solicited-node multicast group handling for IPv6 address resolution --- 2017-12-05 Paul Sokolovsky Accepted
net: getaddrinfo: Implement initial handling of host == NULL --- 2019-05-08 Paul Sokolovsky Accepted
net: getaddrinfo: Make availability depend on CONFIG_DNS_RESOLVER --- 2018-07-20 Paul Sokolovsky Accepted
net: getaddrinfo: Parse numeric IPv4 addresses --- 2019-05-28 Paul Sokolovsky New
net: http_server: Properly close network contexts. --- 2017-07-14 Paul Sokolovsky Accepted
net: ieee802154_shell: get_pan_id: Print ID in hex too --- 2017-10-25 Paul Sokolovsky Accepted
net: if: Assert that link layer addr was set by driver --- 2018-11-01 Paul Sokolovsky New
net: if: Lack of default interface is an error, not warning. --- 2017-09-13 Paul Sokolovsky Accepted
net: if: net_if_set_link_addr: Mention lifetime for address buffer --- 2018-11-05 Paul Sokolovsky New
net: ip: connection: Typo fixes in comment --- 2019-03-19 Paul Sokolovsky Accepted
net: ip: context: Merge send_data() into the only caller --- 2018-05-08 Paul Sokolovsky Accepted
net: ip: Demonstrate that CODEOWNERS assignment is broken --- 2019-04-26 Paul Sokolovsky Accepted
net: ip: Optimize statements for setting packet lengths. --- 2017-12-29 Paul Sokolovsky Accepted
net: ipv4: Clarify basic IPv4 packet drop logging --- 2018-11-26 Paul Sokolovsky New
net: Kconfig: Don't select STDOUT_CONSOLE --- 2018-01-05 Paul Sokolovsky Accepted
net: l2: bt: Make 6lowpan/BLE be compatible with Linux by default --- 2017-08-16 Paul Sokolovsky Accepted
net: l2: ieee802154: Automatically select CONFIG_NET_6LO --- 2017-10-06 Paul Sokolovsky Accepted
net: lib: app: If NET_LOG_GLOBAL is enabled, enable NET_DEBUG_APP --- 2017-10-05 Paul Sokolovsky Accepted
net: lib: socketutils, sntp: Allow to build for CONFIG_POSIX_API --- 2019-09-05 Paul Sokolovsky Accepted
net: Make net_context_get_ip_proto check correct flag. --- 2016-10-18 Paul Sokolovsky Accepted
net: Make struct sockaddr POSIX compliant, add struct sockaddr_storage --- 2017-08-18 Paul Sokolovsky Accepted
net: Make sure that local port selected by Zephyr gets used by uIP. --- 2016-09-18 Paul Sokolovsky Rejected
net: Move CONFIG_NET_OFFLOAD definition to net/ip/ --- 2018-08-20 Paul Sokolovsky Accepted
net: net_addr_ntop: Clarify docstring --- 2018-09-06 Paul Sokolovsky Accepted
« 1 2 3 44 5 »

Bundling

Create bundle: