Current Team Memberships

Show patches with: Archived = No       |   409 patches
« 1 2 ... 2 3 4 5 »
Patch Series S/W/F Date Submitter Delegate State
net: app: init: Bail out early if no network interface available --- 2017-08-19 Paul Sokolovsky Accepted
net: shell: Fix build when NET_DEBUG_APP defined, but client/server - not --- 2017-08-19 Paul Sokolovsky Accepted
samples: net: echo_async: Add IPv6 support --- 2017-08-18 Paul Sokolovsky Accepted
Bluetooth: ipsp: Add detailed instructions --- 2017-08-18 Paul Sokolovsky Accepted
net: Make struct sockaddr POSIX compliant, add struct sockaddr_storage --- 2017-08-18 Paul Sokolovsky Accepted
boards: 96b_carbon: Enable NET_L2_BT by default --- 2017-08-17 Paul Sokolovsky Accepted
net: sockets: Consistently use "BSD Sockets compatible API" moniker --- 2017-08-17 Paul Sokolovsky Accepted
net: l2: bt: Make 6lowpan/BLE be compatible with Linux by default --- 2017-08-16 Paul Sokolovsky Accepted
Bluetooth: samples: ipsp: Fix crash on TCP connection closure --- 2017-08-16 Paul Sokolovsky Accepted
Bluetooth: Increase CONFIG_BT_HCI_TX_STACK_SIZE for BT_SPI --- 2017-08-16 Paul Sokolovsky Accepted
subsys: bluetooth: shell: gatt_read: Reset offset to 0 --- 2017-08-15 Paul Sokolovsky Accepted
net: sockets: Move under "Network Application Support" heading --- 2017-08-15 Paul Sokolovsky Accepted
net: sockets: Check return value of k_poll() --- 2017-08-14 Paul Sokolovsky Accepted
samples: net: sockets: Add READMEs for echo/echo_async samples --- 2017-08-10 Paul Sokolovsky Accepted
net: sockets: Fix race condition with accept() call --- 2017-08-08 Paul Sokolovsky Accepted
samples: net: sockets: Switch to net_app auto-init. --- 2017-08-04 Paul Sokolovsky Accepted
net: tcp: Allow application to manage TCP receive window --- 2017-08-03 Paul Sokolovsky Accepted
net: sockets: poll: Use prefixed POLL* constants. --- 2017-08-03 Paul Sokolovsky Accepted
net: sockets: Add docs for BSD Sockets compatible API. --- 2017-08-01 Paul Sokolovsky Accepted
samples: bluetooth: ipsp: Bump max number of contexts --- 2017-07-21 Paul Sokolovsky Accepted
kernel: boot: Fix double prompt definition for CONFIG_BOOT_DELAY --- 2017-07-18 Paul Sokolovsky Accepted
samples: sockets: Move socket sample(s) under a subdir --- 2017-07-18 Paul Sokolovsky Accepted
net: BSD Sockets poll() basic implementation --- 2017-07-18 Paul Sokolovsky Accepted
include: kernel: Fix use of K_POLL_MODE_INFORM_ONLY in docstring --- 2017-07-18 Paul Sokolovsky Accepted
net: context: connect: Make sure local end is bound before connecting --- 2017-07-17 Paul Sokolovsky Accepted
net: http_server: Properly close network contexts. --- 2017-07-14 Paul Sokolovsky Accepted
net: context: connect: Make sure local end is bound before connecting --- 2017-07-13 Paul Sokolovsky Accepted
net: sockets: Implement non-blocking mode. --- 2017-07-10 Paul Sokolovsky Accepted
net: context: Fix use of k_delayed_work_cancel with SYN backlog --- 2017-07-10 Paul Sokolovsky Accepted
samples: net: socket_echo: Add sample.yaml and update for net_app refactor --- 2017-07-08 Paul Sokolovsky Accepted
doc: boards: qemu: Mention support for SLIP networking --- 2017-06-29 Paul Sokolovsky Accepted
net: BSD Sockets like API initial implementation --- 2017-06-14 Paul Sokolovsky Accepted
[WIP, 1.9] Bootstrapping BSD Sockets like API --- 2017-05-11 Paul Sokolovsky Accepted
net: net_pkt_append: Take into account MSS/MTU when adding data to a packet --- 2017-05-08 Paul Sokolovsky Accepted
[DRAFT] net: tcp: When sending FIN, make sure it goes with ACK and proper seq --- 2017-05-05 Paul Sokolovsky New
[WIP] net: tcp: Explicitly manage TCP receive window. --- 2017-05-04 Paul Sokolovsky Accepted
[WIP] Add buffered output support to console subsystem. --- 2017-05-02 Paul Sokolovsky New
stm32: Don't perform any side effects in irq_update(). --- 2017-05-02 Paul Sokolovsky Accepted
tests: uart_basic_api: Don't assume we can drink from IRQ firehose. --- 2017-05-02 Paul Sokolovsky Accepted
kernel: queue, fifo: Add cancel_wait operation. --- 2017-05-01 Paul Sokolovsky New
WIP net: tcp: Explicitly manage TCP receive window. --- 2017-04-28 Paul Sokolovsky Rejected
samples: net: dns_resolve: Clarify that DNS queries aren't immediate --- 2017-04-27 Paul Sokolovsky Accepted
net: shell: Make shell commands non-static to allow reuse. --- 2017-04-27 Paul Sokolovsky Accepted
net: Switch to common values for SOCK_STREAM, SOCK_DGRAM --- 2017-04-26 Paul Sokolovsky Accepted
kernel: queue, fifo: Add cancel_wait operation. --- 2017-04-25 Paul Sokolovsky Rejected
net: net_pkt_append: Refactor to return length of data actually added --- 2017-04-21 Paul Sokolovsky Accepted
net: shell: conn: Dump local/remote ports for contexts. --- 2017-04-16 Paul Sokolovsky Accepted
loop-socat.sh: Remove /tmp/slip.sock on start. --- 2017-04-13 Paul Sokolovsky Accepted
tests: uart_basic_api: Don't assume we can drink from IRQ firehose. --- 2017-04-13 Paul Sokolovsky Rejected
stm32: Don't perform any side effects in irq_update(). --- 2017-04-13 Paul Sokolovsky Rejected
Revert "serial: stm32: Give H/W a chance to set the TXE bit on transfer" --- 2017-04-10 Paul Sokolovsky Accepted
[WIP] Add buffered output support to console subsystem. --- 2017-04-10 Paul Sokolovsky Rejected
subsys/logging: sys_event_logger_get: Fix k_sem_take() success check. --- 2017-04-06 Paul Sokolovsky Accepted
doc: kernel_event_logger: Update constant names to the current. --- 2017-04-06 Paul Sokolovsky Accepted
subsys/console: Yield on char availability. --- 2017-04-05 Paul Sokolovsky Accepted
net: buf: Document that after data, structure may contain "user_data" --- 2017-04-03 Paul Sokolovsky Accepted
net: Elaborate output of net_nbuf_print_frags() to be more useful. --- 2017-04-02 Paul Sokolovsky Accepted
docs: networking: Suggest to stop QEMU-related networking daemons. --- 2017-03-28 Paul Sokolovsky Accepted
subsys: console: Add pull-style console API support. --- 2017-03-24 Paul Sokolovsky Accepted
net: connection: Move proto2str() to utils.c, rename to net_proto2str() --- 2017-03-13 Paul Sokolovsky Accepted
drivers: eth_enc28j60: Clarify comments in the header file. --- 2017-03-13 Paul Sokolovsky Accepted
scripts: sanitycheck: Typo fixes in docstring. --- 2017-03-13 Paul Sokolovsky Accepted
net: context: For bind debug logging, include context protocol. --- 2017-03-12 Paul Sokolovsky Accepted
arch/arm/core: In comments, consistently refer to "Cortex-M". --- 2017-03-12 Paul Sokolovsky Accepted
include/zephyr.h: Define __ZEPHYR__ if not already. --- 2017-03-08 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
gpio: mcux: Revert to older GPIO device names as were used for Kinetis. --- 2017-02-27 Paul Sokolovsky Accepted
eth/mcux: Add temporary workaround to unbreak IPv6 ND features. --- 2017-02-08 Paul Sokolovsky Accepted
doc: frdm_k64f: Document Eth PHY known issue --- 2017-02-06 Paul Sokolovsky Accepted
net: echo_server: Enable TCP for frdm_k64f. --- 2017-01-27 Paul Sokolovsky Accepted
net: Set default NET_NBUF_RX_COUNT to 4. --- 2017-01-23 Paul Sokolovsky Accepted
net: Set default NET_NBUF_RX_COUNT to 4. --- 2017-01-21 Paul Sokolovsky Rejected
Makefile: Streamline building of CoAP-related projects. --- 2017-01-17 Paul Sokolovsky Accepted
doc/porting/arch.rst: Typo fix. --- 2016-12-22 Paul Sokolovsky Accepted
drivers/console: Set default init priority to (KERNEL_INIT_PRIORITY_DEVICE - 1). --- 2016-11-22 Paul Sokolovsky Rejected
pinmux: Make default init priority be between GPIO's prio and device prio. --- 2016-11-11 Paul Sokolovsky Accepted
eth: ksdk: Protect Ethernet frame buffer operations with IRQ lock. --- 2016-11-02 Paul Sokolovsky Accepted
NOT FOR MERGE eth: ksdk: Changes on top of eth_enc28j60.c, which may be needed for it too. --- 2016-10-28 Paul Sokolovsky Rejected
eth: ksdk: Update driver for native IP stack. --- 2016-10-25 Paul Sokolovsky Accepted
kernel: Allow SYS_KERNEL_VER_MAJOR(), etc. return full range of values. --- 2016-10-21 Paul Sokolovsky Accepted
net: Make net_context_get_ip_proto check correct flag. --- 2016-10-18 Paul Sokolovsky Accepted
net: apps: Fix echo-server where IPv6 TCP context was used insead of IPv4. --- 2016-10-18 Paul Sokolovsky Accepted
unified/doc: Remove duplicated clock API function descriptions. --- 2016-10-13 Paul Sokolovsky Rejected
net: Be sure to pass "connection state changed" net_buf's to an app. --- 2016-09-26 Paul Sokolovsky Rejected
net: Set uIP context on newly allocated buffers immediately. --- 2016-09-21 Paul Sokolovsky Accepted
net: Make sure that local port selected by Zephyr gets used by uIP. --- 2016-09-18 Paul Sokolovsky Rejected
net: samples: Revamp QEMU-QEMU networking in echo_server & echo_client --- 2016-08-26 Paul Sokolovsky Rejected
loop-slip4.sh: Wrapper script to run tunslip for IPv4 connection to QEMU --- 2016-08-24 Paul Sokolovsky Accepted
net: samples: Fix the echo-server IPv4 address --- 2016-08-24 Paul Sokolovsky Accepted
tests/kernel/test_multilib: Test for proper multilib selection. --- 2016-08-04 Paul Sokolovsky Accepted
Makefile.toolchain.zephyr: Test CONFIG_TOOLCHAIN_VARIANT robustly. --- 2016-08-01 Paul Sokolovsky Accepted
samples: shell: Print ticks as unsigned --- 2016-06-30 Paul Sokolovsky Accepted
Make git.timeout parameter set clone timeout too. --- 2015-10-09 Paul Sokolovsky Accepted
In --help message, add hint about "-c help". --- 2013-12-20 pfalcon New
[Branch,~linaro-validation/lava-server/trunk] Rev 430: Fix regression after "longerusername": map Change Password page, as we use it. --- 2013-09-17 Paul Sokolovsky Accepted
[Branch,~linaro-validation/lava-server/trunk] Rev 428: Use "longerusername" Django module to get >30 char username support. --- 2013-09-16 Paul Sokolovsky Accepted
[Branch,~linaro-validation/lava-dashboard/trunk] Rev 420: lp:1217880 Treat as username entire path component w/o further restrictions. --- 2013-09-05 Paul Sokolovsky Accepted
[Branch,~linaro-validation/lava-server/trunk] Rev 420: List user's group on user profile page. --- 2013-08-07 Paul Sokolovsky Accepted
[Branch,~linaro-validation/lava-server/trunk] Rev 418: Fix django-debian weirdness in accessing non-existent attrs. --- 2013-08-06 Paul Sokolovsky Accepted
« 1 2 ... 2 3 4 5 »

Bundling

Create bundle: