Show patches with: Archived = No       |   4707 patches
« 1 2 ... 36 37 3847 48 »
Patch Series S/W/F Date Submitter Delegate State
net: Fix net_addr_pton() IPv4 address parsing --- 2016-11-29 Gilbert Pitney Rejected
net: Add IPv4 address string max length --- 2016-11-29 Gilbert Pitney Rejected
net: Add util to check if IPv4 address is unspecified --- 2016-11-29 Gilbert Pitney Rejected
net: nbuf: Using unified kernel API --- 2016-11-29 Gilbert Pitney Rejected
net: Add more debugging when receiving invalid packet --- 2016-11-29 Gilbert Pitney Rejected
net: Add util to check if IPv4 address is a loopback one --- 2016-11-29 Gilbert Pitney Rejected
samples: net: Fix how k_sem_take is used in echo_client --- 2016-11-29 Gilbert Pitney Rejected
net: ieee802154: Fix and use pkt_hexdump relevantly --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: Add more debugging messages when disposing connections --- 2016-11-29 Gilbert Pitney Rejected
util: Ensure ARRAY_SIZE() will only take arrays --- 2016-11-29 Gilbert Pitney Rejected
net: Use PART_OF_ARRAY() macro --- 2016-11-29 Gilbert Pitney Rejected
samples: net: No need of full debug output on cc2520 in echo client --- 2016-11-29 Gilbert Pitney Rejected
tests: ieee802154: Fix compilation error in fragment test --- 2016-11-29 Gilbert Pitney Rejected
wpanusb: Include shell to the sample --- 2016-11-29 Gilbert Pitney Rejected
net: Fix IPv6 router lifetime handling --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: Reduce some of the boilerplate to send control segments --- 2016-11-29 Gilbert Pitney Rejected
tests: buf: Do not depend on IP stack --- 2016-11-29 Gilbert Pitney Rejected
net: 6lo: LL content is set after 6lo compression/fragmentation --- 2016-11-29 Gilbert Pitney Rejected
net: ieee802154: Add offset based reassembly feature --- 2016-11-29 Gilbert Pitney Rejected
tests: net: Change the tag of network tests to net --- 2016-11-29 Gilbert Pitney Rejected
net: ieee802154: Fix wrong ifdef statement --- 2016-11-29 Gilbert Pitney Rejected
iot/mqtt: Add the MQTT high-level API --- 2016-11-29 Gilbert Pitney Rejected
net: bt: Print data length for both recv and send --- 2016-11-29 Gilbert Pitney Rejected
net: Fix unknown func call when getting stack vars --- 2016-11-29 Gilbert Pitney Rejected
net: Use alignment macros when copying IP address --- 2016-11-29 Gilbert Pitney Rejected
samples/leds_demo: Add config for using 802.15.4 --- 2016-11-29 Gilbert Pitney Rejected
samples/leds-demo: Fix not using the LED correctly --- 2016-11-29 Gilbert Pitney Rejected
wpanusb: Use INFO default logging level --- 2016-11-29 Gilbert Pitney Rejected
wpanusb: Use unified API for the wpanusb sample --- 2016-11-29 Gilbert Pitney Rejected
samples/mbedtls_dtlsclient: Removing unnecessary files --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: Calculate ack# correctly when receiving data --- 2016-11-29 Gilbert Pitney Rejected
net: Fix menuconfig for setting up samples IP addresses --- 2016-11-29 Gilbert Pitney Rejected
samples/leds-demo: Listen on the ANY address --- 2016-11-29 Gilbert Pitney Rejected
net: ieee802154: Fix some debug output --- 2016-11-29 Gilbert Pitney Rejected
net: ieee802154: Add debug output to 6lo fragmentation --- 2016-11-29 Gilbert Pitney Rejected
samples: net: Bind to any IPv4 address by default --- 2016-11-29 Gilbert Pitney Rejected
net: Implement net_context_send() in function of net_context_sendto() --- 2016-11-29 Gilbert Pitney Rejected
wpanusb: Minimize debug output by default and set proper nbuf size --- 2016-11-29 Gilbert Pitney Rejected
net: Remove duplicated return statement --- 2016-11-29 Gilbert Pitney Rejected
samples: net: Finish TCP support in echo server --- 2016-11-29 Gilbert Pitney Rejected
net: Declare a macro to define stacks used by networking --- 2016-11-29 Gilbert Pitney Rejected
wpan_serial: Minimize debug output by default and set proper nbuf size --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: While disposing connection, properly check net_tcp pointer --- 2016-11-29 Gilbert Pitney Rejected
samples/zoap_client: Using unified kernel API --- 2016-11-29 Gilbert Pitney Rejected
net: shell: Fix hostname parsing for ping command --- 2016-11-29 Gilbert Pitney Rejected
util: Add PART_OF_ARRAY() to check if pointer points to array element --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: Send FIN packet when transitioning to LAST_ACK --- 2016-11-29 Gilbert Pitney Rejected
net: rpl: Use unified kernel API --- 2016-11-29 Gilbert Pitney Rejected
net: bt: Remove comments about nbuf extra references --- 2016-11-29 Gilbert Pitney Rejected
drivers: ieee802154: RX stack debug enhancements --- 2016-11-29 Gilbert Pitney Rejected
iot/zoap: Increase the range of timeouts --- 2016-11-29 Gilbert Pitney Rejected
samples/zoap_server: Using unified kernel API --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: Allow sending packets using send() and sendto() --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: Disallow sending messages to unconnected contexts --- 2016-11-29 Gilbert Pitney Rejected
net: Wire up TCP receive callbacks --- 2016-11-29 Gilbert Pitney Rejected
samples: net: Use unified kernel interface for sem/queue declaration --- 2016-11-29 Gilbert Pitney Rejected
ethernet: ksdk: Use unified kernel API --- 2016-11-29 Gilbert Pitney Rejected
net: rpl: Add RPL option to IPv6 HBHO extension header --- 2016-11-29 Gilbert Pitney Rejected
samples/leds-demo: Fix missing include file --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: Fix state transitions during handshake --- 2016-11-29 Gilbert Pitney Rejected
net: shell: Add command to print stack usage info --- 2016-11-29 Gilbert Pitney Rejected
net: Move stack related Kconfig options to Kconfig.stack --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: Implement part of active connection close --- 2016-11-29 Gilbert Pitney Rejected
net: Raise TX stack size to 1200 bytes by default --- 2016-11-29 Gilbert Pitney Rejected
drivers: ieee802154: Set a fake MTU of 125 instead of real 127 --- 2016-11-29 Gilbert Pitney Rejected
net: Check loopback and unspecified address in sending --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: Implement passive close (FIN packets in ESTABLISHED state) --- 2016-11-29 Gilbert Pitney Rejected
net: Replacing TICKS_UNLIMITED by K_FOREVER --- 2016-11-29 Gilbert Pitney Rejected
net: ieee802154: Fix current stack to completely drop CRC handling --- 2016-11-29 Gilbert Pitney Rejected
wpan_serial: Correct SLIP buffer size --- 2016-11-29 Gilbert Pitney Rejected
net: nbuf: Add more debugging if ref count is wrong --- 2016-11-29 Gilbert Pitney Rejected
ethernet: enc28j60: fixes an issue caused during an internal rebase. --- 2016-11-29 Gilbert Pitney Rejected
samples: net: Fix echo-server compilation error --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: Revisit implementation of passive close --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: Print pointer to state when transitioning --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: Print all the reasons a RST segment is sent --- 2016-11-29 Gilbert Pitney Rejected
samples: net: enable debugging with qemu target --- 2016-11-29 Gilbert Pitney Rejected
net: Increase the default network connection count --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: Check for NET_TCP_IS_SHUTDOWN flag when sending/receiving --- 2016-11-29 Gilbert Pitney Rejected
net: tcp: Handshake ACK timeout should transition to LISTEN --- 2016-11-29 Gilbert Pitney Rejected
samples: net: echo apps can use IP address set in config file --- 2016-11-29 Gilbert Pitney Rejected
net: Add support for setting up sample apps IP addresses --- 2016-11-29 Gilbert Pitney Rejected
samples: net: Do not use static address in DHPCv4 --- 2016-11-29 Gilbert Pitney Rejected
net: dhcpv4: Fix debug output --- 2016-11-29 Gilbert Pitney Rejected
net: rpl: Increase the RX stack usage --- 2016-11-29 Gilbert Pitney Rejected
samples/net: Add a simple demo for the link-format feature --- 2016-11-29 Gilbert Pitney Rejected
tests: net: Unified kernel is now default and only one --- 2016-11-29 Gilbert Pitney Rejected
net: Add extra parameter to ICMPv6 error API --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Unit tests for RPL --- 2016-11-29 Gilbert Pitney Rejected
net: nbuf: Add function to add stuff to IPv6 extension map --- 2016-11-29 Gilbert Pitney Rejected
net: Add more ICMPv6 option definitions --- 2016-11-29 Gilbert Pitney Rejected
net: Add IPv6 extension option defines --- 2016-11-29 Gilbert Pitney Rejected
net: rpl: Add IPv6 RPL option handling --- 2016-11-29 Gilbert Pitney Rejected
net: Add IPv6 routing support --- 2016-11-29 Gilbert Pitney Rejected
net: Add HBHO IPv6 extension handling support --- 2016-11-29 Gilbert Pitney Rejected
net: Fix IPv6 address debug print --- 2016-11-29 Gilbert Pitney Rejected
drivers: ieee802154: Fix length handling in uart-pipe --- 2016-11-29 Gilbert Pitney Rejected
net: 6lo: Make editor happy --- 2016-11-29 Gilbert Pitney Rejected
net: ipv6: Fix sending packets with invalid addresses --- 2016-11-29 Gilbert Pitney Rejected
eth: ksdk: Update driver for native IP stack. --- 2016-11-29 Gilbert Pitney Rejected
« 1 2 ... 36 37 3847 48 »