Show patches with: Submitter = Gilbert Pitney       |    Archived = No       |   928 patches
« 1 2 ... 6 7 89 10 »
Patch Series S/W/F Date Submitter Delegate State
net: Fix ND RA length --- 2016-11-29 Gilbert Pitney Rejected
iot/dns: Remove legacy DNS client sample code --- 2016-11-29 Gilbert Pitney Rejected
iot/dns: Add DNS Client sample app --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add sample 6CO context data to IPv6 RA test --- 2016-11-29 Gilbert Pitney Rejected
net: uip: Fix the net_context.h content for legacy stack --- 2016-11-29 Gilbert Pitney Rejected
net: Remove multiple declarations of net_ipv6_start_rs --- 2016-11-29 Gilbert Pitney Rejected
net: Update TODO for DHCPv4 --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add 6lo context based unit tests --- 2016-11-29 Gilbert Pitney Rejected
net: Add more inline helper functions in 6lowpan --- 2016-11-29 Gilbert Pitney Rejected
net: Add support for 6lo context based compression --- 2016-11-29 Gilbert Pitney Rejected
net: arp: Fix issue with compiler optimization on Quark SE x86 --- 2016-11-29 Gilbert Pitney Rejected
net: Fix net_nbuf_read corner cases --- 2016-11-29 Gilbert Pitney Rejected
net: ieee802154: Auto ACK and CRC are always on --- 2016-11-29 Gilbert Pitney Rejected
net: Small simplififcation to net_nbuf_write --- 2016-11-29 Gilbert Pitney Rejected
net: Added a define for unused bytes length in ICMPv6 header --- 2016-11-29 Gilbert Pitney Rejected
net: Calculate UDP checksum in 6lowpan uncompression --- 2016-11-29 Gilbert Pitney Rejected
net: Disable warning about unused label --- 2016-11-29 Gilbert Pitney Rejected
net: ethernet: Update the data pointer according to ll reserve --- 2016-11-29 Gilbert Pitney Rejected
net: Add support for event handling on network management API --- 2016-11-29 Gilbert Pitney Rejected
iot/dns: Add DNS Client support for Zephyr --- 2016-11-29 Gilbert Pitney Rejected
net: l2: Assert if frag cannot hold ethernet header --- 2016-11-29 Gilbert Pitney Rejected
iot/zoap: Add support for error 4.15 --- 2016-11-29 Gilbert Pitney Rejected
net: drivers: SLIP should not reserve anything while receiving --- 2016-11-29 Gilbert Pitney Rejected
net: driver: SLIP does not need to store ll reserve at any time --- 2016-11-29 Gilbert Pitney Rejected
net: Add initial Bluetooth support using native IP stack --- 2016-11-29 Gilbert Pitney Rejected
net: drivers: Slip can get the MTU set on it's interface --- 2016-11-29 Gilbert Pitney Rejected
net: nbuf: Make sure ll_reserve is not holding previous value --- 2016-11-29 Gilbert Pitney Rejected
net: drivers: slip: Let's cleanup a bit for better readability --- 2016-11-29 Gilbert Pitney Rejected
enc28j60: Modify echo server and client samples to support enc28j60 --- 2016-11-29 Gilbert Pitney Rejected
net: Simplify IPV<4/6> config management in net_if --- 2016-11-29 Gilbert Pitney Rejected
net: Utility to get net_if according to index value --- 2016-11-29 Gilbert Pitney Rejected
net: IP address lookup functions return interface --- 2016-11-29 Gilbert Pitney Rejected
net: Clear ipv6 addr parameter on create iid --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add unit tests for 6lowpan functionality --- 2016-11-29 Gilbert Pitney Rejected
net: Add initial 6lowpan IPHC compression support. --- 2016-11-29 Gilbert Pitney Rejected
net: Add support for 802.15.4 short address for iid creation --- 2016-11-29 Gilbert Pitney Rejected
net: Fix net_ip.h documentation --- 2016-11-29 Gilbert Pitney Rejected
net: Let's use inline function for type checking for net_nbuf --- 2016-11-29 Gilbert Pitney Rejected
net: Add debug support to ethernet L2 driver --- 2016-11-29 Gilbert Pitney Rejected
net: Refactored ARP packet header handling --- 2016-11-29 Gilbert Pitney Rejected
net: Cleanup net_if's documentation --- 2016-11-29 Gilbert Pitney Rejected
net: Moving header files to include/net/yaip --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Fix unit test for ARP --- 2016-11-29 Gilbert Pitney Rejected
net: Refine Kconfig to put NET_BUF appart --- 2016-11-29 Gilbert Pitney Rejected
net: Add more debugging to arp.c --- 2016-11-29 Gilbert Pitney Rejected
net: Shorten IPv4/6 config options --- 2016-11-29 Gilbert Pitney Rejected
net: Add NET_ASSERT() macro --- 2016-11-29 Gilbert Pitney Rejected
net: Changing IPv4 address compare to a function --- 2016-11-29 Gilbert Pitney Rejected
samples: Fix echo_server for native IP stack --- 2016-11-29 Gilbert Pitney Rejected
net: Debugging function to print fragment chain information --- 2016-11-29 Gilbert Pitney Rejected
net: Refactor nbuf.h and nbuf.c --- 2016-11-29 Gilbert Pitney Rejected
sanitycheck: Recognize native IP stack specific sections --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Fix project file for IP address tests --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Fix IP address test so that it will not crash --- 2016-11-29 Gilbert Pitney Rejected
net: Both TX and RX fibers allow other fibers to run --- 2016-11-29 Gilbert Pitney Rejected
net: Fix compilation when IPv6 is disabled --- 2016-11-29 Gilbert Pitney Rejected
net: tests: ICMPv6 was missing random number config --- 2016-11-29 Gilbert Pitney Rejected
net: Refactored IPv6 DAD and ND activation --- 2016-11-29 Gilbert Pitney Rejected
net: ARP reply did not set the address family --- 2016-11-29 Gilbert Pitney Rejected
net: Initializing the ll src and dst addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Utility that inserts free space to the fragment list --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Fix ARP test so that it will not crash --- 2016-11-29 Gilbert Pitney Rejected
net: Utility function to compact net_buf fragments --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Unit tests for net_nbuf_push() --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Turning off IPv6 for ARP tests --- 2016-11-29 Gilbert Pitney Rejected
net: Make sure that RX is started before TX --- 2016-11-29 Gilbert Pitney Rejected
net: Print available DATA buffers during nbuf alloc --- 2016-11-29 Gilbert Pitney Rejected
slip: Fix the debug print --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Unit tests for UDP handler --- 2016-11-29 Gilbert Pitney Rejected
net: Catch UDP network traffic --- 2016-11-29 Gilbert Pitney Rejected
net: Add support for ICMPv6 error message --- 2016-11-29 Gilbert Pitney Rejected
net: Add IPv6 minimum MTU value --- 2016-11-29 Gilbert Pitney Rejected
net: Initial UDP support --- 2016-11-29 Gilbert Pitney Rejected
net: Generic connection handler for UDP and TCP --- 2016-11-29 Gilbert Pitney Rejected
net: Add TTL IPv4 option --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_nbuf_copy() utility function --- 2016-11-29 Gilbert Pitney Rejected
net: Print statistics using SYS_LOG --- 2016-11-29 Gilbert Pitney Rejected
net: Add support for ICMPv4 error message --- 2016-11-29 Gilbert Pitney Rejected
net: Make some IPv6 utility functions to use const addr --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add unit tests for net_nbuf_copy() --- 2016-11-29 Gilbert Pitney Rejected
net: Fix trivial comment errors in header files --- 2016-11-29 Gilbert Pitney Rejected
net: Kconfig: Refactor Kconfig menus for better clarity --- 2016-11-29 Gilbert Pitney Rejected
net: Set IP protocol type when sending ethernet packet --- 2016-11-29 Gilbert Pitney Rejected
net: Do not overwrite SYS_LOG_DOMAIN --- 2016-11-29 Gilbert Pitney Rejected
net: Make IPv6 ND optional --- 2016-11-29 Gilbert Pitney Rejected
net: Initial router advertisement support --- 2016-11-29 Gilbert Pitney Rejected
net: Initial router solicitation support --- 2016-11-29 Gilbert Pitney Rejected
net: Add comment explaining net_core's verdict values --- 2016-11-29 Gilbert Pitney Rejected
net: Use debugging net_buf unref function --- 2016-11-29 Gilbert Pitney Rejected
net: Write ethernet header in pdu when using slip and tap --- 2016-11-29 Gilbert Pitney Rejected
net: Initial IPv6 neighbor discovery support --- 2016-11-29 Gilbert Pitney Rejected
net: Make sure ethernet l2 sets src and dst addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Process ICMPv6 packets only if IPv6 is enabled --- 2016-11-29 Gilbert Pitney Rejected
net: Set the ll src and dst addresses in ethernet l2 driver --- 2016-11-29 Gilbert Pitney Rejected
net: Buffer leak if net_if_send_data() returns NET_DROP --- 2016-11-29 Gilbert Pitney Rejected
net: Depending on debug flags the stdio.h is not included --- 2016-11-29 Gilbert Pitney Rejected
net: Refactor various network init functions --- 2016-11-29 Gilbert Pitney Rejected
net: Set the l2 src/dst addresses in nbuf --- 2016-11-29 Gilbert Pitney Rejected
net: Re-send ARP when needed --- 2016-11-29 Gilbert Pitney Rejected
net: Network stack analyzer uses now the SYS_LOG sub-system --- 2016-11-29 Gilbert Pitney Rejected
« 1 2 ... 6 7 89 10 »