Current Team Memberships

Show patches with: Archived = No       |   409 patches
« 1 2 3 44 5 »
Patch Series S/W/F Date Submitter Delegate State
DNS: Revamp and make RFC-compliant parsing of responses --- 2019-08-19 Paul Sokolovsky Accepted
scripts: dts: Consistently open text files with utf-8. --- 2019-08-05 Paul Sokolovsky Accepted
posix: Add headers related to BSD Sockets API --- 2019-07-04 Paul Sokolovsky Accepted
posix: Clean up various headers --- 2019-06-04 Paul Sokolovsky Accepted
net: sockets: Make NET_SOCKETS_POSIX_NAMES depend on !POSIX_API --- 2019-06-03 Paul Sokolovsky Accepted
ext: mbedtls: Don't define MBEDTLS_PLATFORM_NO_STD_FUNCTIONS --- 2019-05-22 Paul Sokolovsky Accepted
drivers: aio: Start moving to analogio_* namespace. --- 2019-05-13 Paul Sokolovsky Accepted
SNTP: Convert deprecated sntp_request() to sntp_query() in samples --- 2019-05-10 Paul Sokolovsky Accepted
CMakeLists.txt: Link libkernel.a as whole-archive, like everything else --- 2019-05-08 Paul Sokolovsky Accepted
net: getaddrinfo: Implement initial handling of host == NULL --- 2019-05-08 Paul Sokolovsky Accepted
posix: unistd.h: Add gethostname() --- 2019-05-08 Paul Sokolovsky Accepted
tests: socket: misc: Add tests for inet_pton() --- 2019-05-06 Paul Sokolovsky Accepted
net: ip: Demonstrate that CODEOWNERS assignment is broken --- 2019-04-26 Paul Sokolovsky Accepted
posix: Clean up of struct timeval define and related functions --- 2019-04-23 Paul Sokolovsky Accepted
net: sntp: Add "simple" one-shot API to query SNTP server --- 2019-04-22 Paul Sokolovsky Accepted
net: ip: connection: Typo fixes in comment --- 2019-03-19 Paul Sokolovsky Accepted
tests: socket_helpers: Use zsock_ prefixed socket functions --- 2019-03-14 Paul Sokolovsky Accepted
arch: x86: fatal: If possible, print thread name in crash dump --- 2019-03-07 Paul Sokolovsky Accepted
[DNM] net: sockets: recv_stream: Check that the underlying net_context active --- 2019-03-07 Paul Sokolovsky Accepted
net: sockets: recv_stream: Check that the underlying net_context active --- 2019-03-04 Paul Sokolovsky Accepted
tests: socket: tcp: Test handling of EOF condition on socket --- 2019-03-01 Paul Sokolovsky Accepted
net: sockets: Trace socket/accept/close operations for debug logging --- 2019-03-01 Paul Sokolovsky Accepted
drivers: eth: stellaris: Properly ifdef stats handling --- 2019-02-28 Paul Sokolovsky Accepted
lib: fdtable: Update for zephyr_write() rename --- 2019-02-26 Paul Sokolovsky Accepted
libc: newlib: Rename adhoc read/write implementation for stdin/stdout --- 2019-02-26 Paul Sokolovsky Accepted
console: tty: Remove dependency on older "consoles" --- 2019-02-25 Paul Sokolovsky Accepted
scripts: size_report: Fix output of header break line --- 2019-02-25 Paul Sokolovsky Accepted
net: socket: Define flags for getaddrinfo() --- 2019-02-21 Paul Sokolovsky Accepted
net: sockets: Fix logging message --- 2019-02-19 Paul Sokolovsky Accepted
doc: sockets: Update to the current state of affairs --- 2019-02-18 Paul Sokolovsky Accepted
samples: dumb_http_server: Fix typos and improve wording in docs --- 2019-02-18 Paul Sokolovsky Accepted
toolchain: common.h: Rename STRINGIFY to Z_STRINGIFY --- 2019-02-15 Paul Sokolovsky Accepted
net: sockets: Implement getnameinfo() --- 2019-02-08 Paul Sokolovsky Accepted
kernel: Document resolution of k_uptime_get*() --- 2019-02-04 Paul Sokolovsky Accepted
tests: socket: poll, select: Fix non-blocking timing tests --- 2019-02-04 Paul Sokolovsky Accepted
samples: sockets: Clean up headers included --- 2019-01-30 Paul Sokolovsky Accepted
drivers: eth_mcux: By default use 1 buffer each for hardware RX/TX --- 2019-01-18 Paul Sokolovsky Accepted
samples: big_http_download: Set min_flash to 128K. --- 2019-01-15 Paul Sokolovsky Accepted
drivers: eth: stellaris: Enable automatic Ethernet support in QEMU --- 2019-01-10 Paul Sokolovsky Accepted
net: buf: linearize: Get rid of useless memset() --- 2019-01-09 Paul Sokolovsky Accepted
net: sockets: Implement select() call. --- 2018-12-12 Paul Sokolovsky Accepted
lib: fdtable: fsync() should not result in fd closure. --- 2018-12-11 Paul Sokolovsky Accepted
tty: Support unbuffered operation to extend usecase coverage --- 2018-12-05 Paul Sokolovsky Accepted
logging: log_core: Clarify message when log_strdup failed allocation --- 2018-11-29 Paul Sokolovsky Accepted
boards: qemu_x86: Remove QEMU option which break eth_e1000 driver --- 2018-11-28 Paul Sokolovsky Accepted
CODEOWNERS: Add for drivers/wifi/ same reviewers as for drivers/ethernet --- 2018-11-23 Paul Sokolovsky Accepted
drivers: serial: uart_cmsdk_apb: Ack IRQs before callback to avoid races --- 2018-11-22 Paul Sokolovsky Accepted
[RFC] Revert "samples: net: Fix sanitycheck for sam_e70_xplained board" --- 2018-11-20 Paul Sokolovsky Accepted
drivers: serial: uart_cmsdk_apb: Fix interrupt-driven operation --- 2018-11-12 Paul Sokolovsky Accepted
subsys: console: Split tty definitions into tty.h, to form its own API --- 2018-11-12 Paul Sokolovsky Accepted
lib: fdtable: Assign data structures to proper sections --- 2018-11-08 Paul Sokolovsky Accepted
doc: usermode: Add missing "called" in _k_object_init() description --- 2018-11-01 Paul Sokolovsky Accepted
subsys: console/tty: Refactor to introduce POSIX-like read/write API --- 2018-10-22 Paul Sokolovsky Accepted
include: uart: Another pass on improving docstrings --- 2018-10-22 Paul Sokolovsky Accepted
libc: newlib: libc-hooks: Consistently use const void* as arg to write --- 2018-10-19 Paul Sokolovsky Accepted
lib: posix: Select Newlib libc --- 2018-10-19 Paul Sokolovsky Accepted
kernel: syscall_handler.h: Typo fix in docstring --- 2018-10-17 Paul Sokolovsky Accepted
scripts: extract_dts_includes: Read files as utf-8 --- 2018-10-17 Paul Sokolovsky Accepted
driver: ethernet: e1000: Use correct return for device init() --- 2018-10-12 Paul Sokolovsky Accepted
drivers: pci: pci_show: Add missing space in output --- 2018-10-12 Paul Sokolovsky Accepted
Minor fixes for minimal libc related changes done recently --- 2018-10-10 Paul Sokolovsky Accepted
kernel: device: Report if device init() method returns error --- 2018-10-10 Paul Sokolovsky Accepted
ext: hal: altera: Don't depend on NEWLIB_LIBC --- 2018-10-09 Paul Sokolovsky Accepted
libc: minimal: Make fcntl.h be at top level, not sys/fcntl.h --- 2018-10-09 Paul Sokolovsky Accepted
include: posix: unistd: Fix prototypes and dependency --- 2018-10-08 Paul Sokolovsky Accepted
lib: posix: Implement generic file descriptor table --- 2018-10-08 Paul Sokolovsky Accepted
Better structure POSIX API (inter)dependencies --- 2018-09-28 Paul Sokolovsky Accepted
subsys: console: Split serial tty handling to a separate module --- 2018-09-26 Paul Sokolovsky Accepted
libc: minimal: Add sys/fcntl.h enough to compile net/lib/sockets --- 2018-09-11 Paul Sokolovsky Accepted
CODEOWNERS: Add @pfalcon for drivers/ethernet/ --- 2018-09-06 Paul Sokolovsky Accepted
net: tcp: net_tcp_queue_pkt: Lock while appending to sent_list --- 2018-09-06 Paul Sokolovsky Accepted
net: Add INET_ADDRSTRLEN and use it at least in net_config --- 2018-09-06 Paul Sokolovsky Accepted
net: net_addr_ntop: Clarify docstring --- 2018-09-06 Paul Sokolovsky Accepted
doc: relnotes-1.13: Condense/cleanup networking section --- 2018-09-03 Paul Sokolovsky Accepted
net: tcp: Properly queue FIN packets for retransmission --- 2018-08-23 Paul Sokolovsky Accepted
net: tcp: Remove NET_TCP_FINAL_* flags --- 2018-08-23 Paul Sokolovsky Accepted
net: context: Move/rename net_context_set_appdata_values() to net_pkt.c --- 2018-08-22 Paul Sokolovsky Accepted
net: pkt: Cleanup validation of min fragment size based on max headers --- 2018-08-22 Paul Sokolovsky Accepted
net: sockets: close: Call net_context_accept only for listening socket --- 2018-08-22 Paul Sokolovsky Accepted
WIP net:tcp: NET_CONN_CB: Don't ref/unref net context --- 2018-08-22 Paul Sokolovsky Accepted
net: tcp: Add comment of func prototype for NET_CONN_CB macro usages --- 2018-08-22 Paul Sokolovsky Accepted
kernel: k_poll: Introduce separate status for cancelled events --- 2018-08-21 Paul Sokolovsky Accepted
include: console: Include kernel.h for struct k_fifo --- 2018-08-20 Paul Sokolovsky Accepted
net: Move CONFIG_NET_OFFLOAD definition to net/ip/ --- 2018-08-20 Paul Sokolovsky Accepted
net: config: Rename Kconfig options to correspond to library name --- 2018-08-12 Paul Sokolovsky Accepted
drivers: serial: uart_sam: Fix typo in param name. --- 2018-08-08 Paul Sokolovsky Accepted
subsys: console: Mark as EXPERIMENTAL. --- 2018-08-07 Paul Sokolovsky Accepted
net: getaddrinfo: Make availability depend on CONFIG_DNS_RESOLVER --- 2018-07-20 Paul Sokolovsky Accepted
samples: zephyr_sizeofs: Print sizes of various structures used by Zephyr --- 2018-07-17 Paul Sokolovsky Accepted
subsys: console: Refactor code to allow per-UART "tty" wrapper --- 2018-07-16 Paul Sokolovsky Accepted
drivers: uart: Allow to pass arbitrary user data to irq callback --- 2018-07-16 Paul Sokolovsky Accepted
net: sockets: Make poll() call threadsafe by avoiding global array --- 2018-07-12 Paul Sokolovsky Accepted
[RFC] net: Introduce NET_DBG_ERR() logging macro --- 2018-07-05 Paul Sokolovsky Accepted
eth: mcux: Add an option for randomized, but stable MAC address --- 2018-07-02 Paul Sokolovsky Accepted
libc: minimal: Add placeholder math.h --- 2018-06-19 Paul Sokolovsky Accepted
net: app: Split code for configuring network to a separate lib, "config" --- 2018-06-18 Paul Sokolovsky Accepted
libc: minimal: Add typedefs for "least" types --- 2018-06-15 Paul Sokolovsky Accepted
subsys: console: Factor out fifo-based console input abstraction --- 2018-06-07 Paul Sokolovsky Accepted
subsys: console: getchar: Use consistent var names for RX path --- 2018-06-07 Paul Sokolovsky Accepted
kernel: work_q: Document implications of default sys work_q priority --- 2018-06-07 Paul Sokolovsky Accepted
« 1 2 3 44 5 »

Bundling

Create bundle: