Current Team Memberships

Show patches with: Archived = No       |   409 patches
« 1 2 3 44 5 »
Patch Series S/W/F Date Submitter Delegate State
samples: sockets: Make more errors fatal --- 2018-05-14 Paul Sokolovsky Accepted
CODEOWNERS: Add pfalcon for various net directories --- 2018-05-11 Paul Sokolovsky Accepted
net: tcp: Define single config option for TIME_WAIT delay --- 2018-05-11 Paul Sokolovsky New
net: ip: context: Merge send_data() into the only caller --- 2018-05-08 Paul Sokolovsky Accepted
newlib: libc-hooks: Print "exit" message with newline --- 2018-05-05 Paul Sokolovsky Accepted
net: tcp: send_syn_segment: Log packet before it's sent --- 2018-04-25 Paul Sokolovsky Accepted
tests: socket: udp: Close test sockets --- 2018-04-23 Paul Sokolovsky New
tests: socket: udp: Tighten up error checking --- 2018-04-23 Paul Sokolovsky Accepted
tests: socket: udp: Make sure client sockaddr fully initialized --- 2018-04-19 Paul Sokolovsky Accepted
boards: arduino_due, nrf52_pca20020: Add "ram" and "flash" properties --- 2018-04-11 Paul Sokolovsky New
CODEOWNERS: Add @pfalcon as a maintainer of BSD Sockets subsystem --- 2018-04-11 Paul Sokolovsky Accepted
boards: Add "ram" and "flash" properties for a number of boards --- 2018-03-14 Paul Sokolovsky Accepted
[DNM] Delayed sanitycheck test failure due to ROM overflow --- 2018-03-14 Paul Sokolovsky Accepted
sockets: Fixes for non-blocking mode --- 2018-03-04 Paul Sokolovsky Accepted
samples: net: echo_async: Better error and write handling --- 2018-02-28 Paul Sokolovsky New
net: app: Move mbedTLS debug log level config to mbedTLS Kconfig --- 2018-02-21 Paul Sokolovsky Accepted
samples: sockets: echo: Better error and short write handling --- 2018-02-20 Paul Sokolovsky Accepted
mbedtls: config-tls1_2.h: Extended TLS 1.2 config --- 2018-02-20 Paul Sokolovsky New
samples: sockets: http_get: Include Host: header in request --- 2018-02-16 Paul Sokolovsky Accepted
mbedtls: Add CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN --- 2018-02-15 Paul Sokolovsky Accepted
[RFC] mbedtls: Switch default MBEDTLS_CFG_FILE to config-mini-tls1_2.h --- 2018-02-15 Paul Sokolovsky Accepted
mbedtls: config-mini-tls1_2.h: Update stale comments --- 2018-02-15 Paul Sokolovsky Accepted
samples: sockets: Add big_http_download sample --- 2018-02-13 Paul Sokolovsky Accepted
net: sockets: getaddrinfo() buffer overflow, etc. fixes --- 2018-02-13 Paul Sokolovsky Accepted
net: sockets: getaddrinfo() buffer overflow, etc. fixes --- 2018-02-12 Paul Sokolovsky Accepted
sensors: sensor_value: Elaborate docs --- 2018-02-12 Paul Sokolovsky Accepted
samples: net: sockets: Clean up/improve socket samples --- 2018-02-11 Paul Sokolovsky Accepted
net: buf: Make NET_BUF_POOL_USAGE independent of NET_BUF_LOG again --- 2018-02-11 Paul Sokolovsky Accepted
net: zstream API to abstract socket transport protocols (e.g. TCP vs TLS) --- 2018-02-05 Paul Sokolovsky Accepted
samples: sockets: http_get: More configurability and logging --- 2018-02-05 Paul Sokolovsky Accepted
[WIP] subsys: console: POSIX-compatible console for native_posix port --- 2018-02-01 Paul Sokolovsky New
sensors: Redefine SENSOR_CHAN_DISTANCE to be in meters --- 2018-01-31 Paul Sokolovsky Accepted
net: tcp: prepare_segment: Return detailed error codes. --- 2018-01-28 Paul Sokolovsky Accepted
sensors: Redefine SENSOR_CHAN_HUMIDITY in percents, not milli-percents. --- 2018-01-25 Paul Sokolovsky Accepted
libc: Make printf() work out of the box with Newlib --- 2018-01-25 Paul Sokolovsky Accepted
net: app: Allow to specify both static IP settings and DHCPv4. --- 2018-01-19 Paul Sokolovsky Accepted
samples: net: zperf: Fix only IPv4/only IPv6 build, better messages --- 2018-01-19 Paul Sokolovsky Accepted
net: dhcp: Implement DNS server setting --- 2018-01-17 Paul Sokolovsky Accepted
net: shell: Fix typo in description of "dns" command. --- 2018-01-17 Paul Sokolovsky Accepted
[TEST, IGNORE] README: Dummy change to test CI issues. --- 2018-01-06 Paul Sokolovsky Accepted
net: Kconfig: Don't select STDOUT_CONSOLE --- 2018-01-05 Paul Sokolovsky Accepted
libc: Kconfig: Move STDOUT_CONSOLE from subsys/debug --- 2018-01-05 Paul Sokolovsky Accepted
scripts: sanitycheck: If error happens accessing YAML data, go on --- 2018-01-03 Paul Sokolovsky Accepted
net: tcp Remove recv_max_ack field from struct net_tcp --- 2017-12-29 Paul Sokolovsky Accepted
various: Update/fix some textual material and code comments. --- 2017-12-29 Paul Sokolovsky Accepted
net: ip: Optimize statements for setting packet lengths. --- 2017-12-29 Paul Sokolovsky Accepted
net: tcp: ACK number validation fixes --- 2017-12-29 Paul Sokolovsky Accepted
net: shell: conn: Cross-ref TCP control block to owning context --- 2017-12-28 Paul Sokolovsky Accepted
net: Fix solicited-node multicast group handling for IPv6 address resolution --- 2017-12-05 Paul Sokolovsky Accepted
drivers: eth_mcux: Implement IPv6 multicast group joining/leaving --- 2017-12-04 Paul Sokolovsky Accepted
zephyr-make: A tool to abstract away CMake-based initialization --- 2017-11-29 Paul Sokolovsky Accepted
cmake: qemu: Restore QEMU_PTY/QEMU_PIPE option handling. --- 2017-11-24 Paul Sokolovsky Accepted
cmake: qemu: Restore QEMU_INSTANCE option handling. --- 2017-11-23 Paul Sokolovsky Accepted
net: tcp: Use larger default MSS until its negotiation is fully implemented (1.10 release workaround) --- 2017-11-17 Paul Sokolovsky Accepted
net: sockets: Handle EINTR return from k_poll() --- 2017-11-16 Paul Sokolovsky Accepted
net: pkt: net_pkt_append: Use only TCP MSS to cap packet size --- 2017-11-16 Paul Sokolovsky Accepted
samples: net: sockets: Reinstate POSIX Makefiles. --- 2017-11-13 Paul Sokolovsky Accepted
net: tcp: net_tcp_parse_opts: Convert MSS value to host byte order --- 2017-11-08 Paul Sokolovsky Accepted
board: frdm_k64f, frdm_kw41z: Define LED1 --- 2017-11-06 Paul Sokolovsky Accepted
net: pkt: adjust_offset: Simplify and optimize code --- 2017-11-01 Paul Sokolovsky Accepted
net: pkt: net_frag_read: Typo fix in comment --- 2017-11-01 Paul Sokolovsky Accepted
net: tcp: Parse and store send MSS --- 2017-10-31 Paul Sokolovsky Accepted
net: sockets: Fix Coverity false positive --- 2017-10-31 Paul Sokolovsky Accepted
Run real networking tests via sanitycheck --- 2017-10-27 Paul Sokolovsky Accepted
sanitycheck: Flush stdout in info() --- 2017-10-27 Paul Sokolovsky Accepted
samples: echo_server: Clean up frdm_k64f config --- 2017-10-26 Paul Sokolovsky Accepted
net: ieee802154_shell: get_pan_id: Print ID in hex too --- 2017-10-25 Paul Sokolovsky Accepted
net: context: net_context_setup_pools: Elaborate docs --- 2017-10-23 Paul Sokolovsky Accepted
drivers: net: loopback: Network loopback interface driver --- 2017-10-20 Paul Sokolovsky Accepted
net: shell: stacks: Print config option needed for full info --- 2017-10-20 Paul Sokolovsky Accepted
Makefile.qemu: Support running net tests without host TAP connection --- 2017-10-20 Paul Sokolovsky Accepted
net: pkt: Use standard macros to define system pkt slabs/pools --- 2017-10-19 Paul Sokolovsky Accepted
net: pkt: net_pkt_tcp/udp_data: Better document caveats --- 2017-10-18 Paul Sokolovsky Accepted
samples: sockets: dumb_http_server: Use big payload by default --- 2017-10-18 Paul Sokolovsky Accepted
sys: slist, dlist: Improve "not thread safe" docstrings --- 2017-10-17 Paul Sokolovsky Accepted
sys: slist, dlist: Document APIs as not threadsafe --- 2017-10-16 Paul Sokolovsky Accepted
kernel: queue: k_queue_poll: Fix slist access race condition --- 2017-10-16 Paul Sokolovsky Accepted
WIP misc: slist: Rework sys_slist_get_not_empty --- 2017-10-16 Paul Sokolovsky Accepted
samples: net: sockets: Print incoming connection number --- 2017-10-14 Paul Sokolovsky Accepted
net: shell: mem: Use better config define and terminology --- 2017-10-14 Paul Sokolovsky Accepted
drivers: slip: Rework logging to follow conventions --- 2017-10-14 Paul Sokolovsky Accepted
drivers: slip: Consistently log pkt/buf allocation failures --- 2017-10-14 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
arm: nxp: kw41z: Select IEEE802154_KW41Z driver for networking --- 2017-10-04 Paul Sokolovsky Accepted
net: sockets: Simplify if logic in sendto(), fix warning --- 2017-10-03 Paul Sokolovsky Accepted
samples: net: echo_client: Consistently enable net_app for all configs --- 2017-10-03 Paul Sokolovsky Accepted
scripts: gen_syscalls: Use explicit encoding when reading headers --- 2017-10-01 Paul Sokolovsky Accepted
net: tcp: Solved mystery of seqno double-increment --- 2017-09-18 Paul Sokolovsky Accepted
drivers: eth: mcux: Fix error status logging --- 2017-09-18 Paul Sokolovsky Accepted
net: Enable logging in more modules if CONFIG_NET_LOG_GLOBAL defined --- 2017-09-15 Paul Sokolovsky Accepted
net: BSD Sockets: Implement getaddrinfo() call --- 2017-09-14 Paul Sokolovsky Accepted
net: arp: Log error if no gateway is set --- 2017-09-14 Paul Sokolovsky Accepted
RFC net: arp: Enable logging if CONFIG_NET_LOG_GLOBAL is set --- 2017-09-14 Paul Sokolovsky Accepted
net: if: Lack of default interface is an error, not warning. --- 2017-09-13 Paul Sokolovsky Accepted
samples: sockets: Add a dumb HTTP server example --- 2017-09-06 Paul Sokolovsky Accepted
net: sock: zsock_close: Explicitly cast few calls to (void). --- 2017-09-01 Paul Sokolovsky Accepted
[RC regression] net: sockets: Be sure to initialize socket's queue on accept --- 2017-08-31 Paul Sokolovsky Accepted
doc: 1.9: Elaborate on BSD Sockets and some other factual fixes --- 2017-08-21 Paul Sokolovsky Accepted
net: app: Allow to set static IPv4 netmask and gateway --- 2017-08-19 Paul Sokolovsky Accepted
« 1 2 3 44 5 »

Bundling

Create bundle: