Current Team Memberships

Show patches with: none      |   409 patches
« 1 2 3 44 5 »
Patch Series S/W/F Date Submitter Delegate State
tests: socket: poll, select: Fix non-blocking timing tests --- 2019-02-04 Paul Sokolovsky Accepted
[WIP][DNM] lib: posix: Elaborate for wider yet more selective POSIX coverage --- 2019-02-01 Paul Sokolovsky New
CODEOWNERS: Add @pfalcon for POSIX-related things --- 2019-01-31 Paul Sokolovsky New
samples: sockets: Clean up headers included --- 2019-01-30 Paul Sokolovsky Accepted
net: sockets_select: Fix build without CONFIG_NET_SOCKETS_POSIX_NAMES --- 2019-01-28 Paul Sokolovsky New
drivers: eth_mcux: Optimize check if received frame too large --- 2019-01-28 Paul Sokolovsky New
Refactoring socket tests + poll() + select() test --- 2019-01-22 Paul Sokolovsky New
samples: echo_server: Test overlays for eth_e1000 and eth_stellaris --- 2019-01-20 Paul Sokolovsky New
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
WIP misc: assert: Allow __ASSERT to call k_panic --- 2018-12-27 Paul Sokolovsky New
net: buf: linearize: Never return -ENOMEM, just do what user asked to --- 2018-12-27 Paul Sokolovsky New
net: sockets: Implement select() call. --- 2018-12-12 Paul Sokolovsky Accepted
samples: sockets: echo_async: Don't include <sys/fcntl.h> --- 2018-12-12 Paul Sokolovsky New
lib: fdtable: fsync() should not result in fd closure. --- 2018-12-11 Paul Sokolovsky Accepted
POSIX, sockets: Elaborate ioctl/fcntl handling --- 2018-12-11 Paul Sokolovsky New
tty: Support unbuffered operation to extend usecase coverage --- 2018-12-05 Paul Sokolovsky Accepted
include: __assert: Fix output formatting of __ASSERT_NO_MSG() --- 2018-11-30 Paul Sokolovsky New
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
net: ipv4: Clarify basic IPv4 packet drop logging --- 2018-11-26 Paul Sokolovsky New
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
boards: mimxrt1050_evk: Elaborate doc to be more user-facing --- 2018-11-21 Paul Sokolovsky New
[RFC] Revert "samples: net: Fix sanitycheck for sam_e70_xplained board" --- 2018-11-20 Paul Sokolovsky Accepted
net: sockets: zsock_close: Be sure to free file descriptor --- 2018-11-19 Paul Sokolovsky New
samples: console: echo: Be sure to print (both) CR LF in messages --- 2018-11-19 Paul Sokolovsky New
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
net: if: net_if_set_link_addr: Mention lifetime for address buffer --- 2018-11-05 Paul Sokolovsky New
net: if: Assert that link layer addr was set by driver --- 2018-11-01 Paul Sokolovsky New
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
Set name of all system threads (for debugging) --- 2018-10-12 Paul Sokolovsky New
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
net: config: Use sizeof() to get size of buffer for net_addr_ntop() --- 2018-09-10 Paul Sokolovsky New
net: Add INET_ADDRSTRLEN POSIX define --- 2018-09-07 Paul Sokolovsky New
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
net: config: Introduce a dedicated header for the library --- 2018-06-29 Paul Sokolovsky New
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
net: tcp: Add MSS option on sending SYN request --- 2018-06-12 Paul Sokolovsky New
net: ethernet: Clean up net_eth_fill_header() function --- 2018-06-12 Paul Sokolovsky New
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
toolchain: gcc: Add compiler barrier at the end of UNALIGNED_PUT() --- 2018-06-07 Paul Sokolovsky Accepted
samples: sockets: dumb_http_server: Use consistent logging settings --- 2018-06-04 Paul Sokolovsky Accepted
net: shell: conn: Always show TCP state --- 2018-06-04 Paul Sokolovsky Accepted
net: shell: Correct help text for "mem" command --- 2018-06-04 Paul Sokolovsky Accepted
cmake: toolchain: Don't warn of both ZEPHYR_*_VARIANT envvars defined --- 2018-05-30 Paul Sokolovsky Accepted
samples: net: big_http_download: Ignore close() return value. --- 2018-05-29 Paul Sokolovsky Accepted
net: tcp: Process zero window probes when our recv_wnd == 0 --- 2018-05-27 Paul Sokolovsky Accepted
Revert "samples: net: Fix sanitycheck for sam_e70_xplained board" --- 2018-05-23 Paul Sokolovsky Accepted
samples: sockets: big_http_download: Update for DHCPv4 support. --- 2018-05-17 Paul Sokolovsky Accepted
doc: networking: qemu_setup: Update details and add DNS information --- 2018-05-16 Paul Sokolovsky Accepted
samples: sockets: dumb_http_server: Improve error handling --- 2018-05-14 Paul Sokolovsky Accepted
« 1 2 3 44 5 »

Bundling

Create bundle: