Show patches with: Archived = No       |   4707 patches
« 1 2 ... 43 44 4547 48 »
Patch Series S/W/F Date Submitter Delegate State
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
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
« 1 2 ... 43 44 4547 48 »