Current Team Memberships

Show patches with: Archived = No       |   928 patches
« 1 2 3 49 10 »
Patch Series S/W/F Date Submitter Delegate State
ext: cc3200sdk: Import HAL for TI CC3200 SoC --- 2016-10-26 Gilbert Pitney Accepted
boards: arm: Add support for TI SimpleLink WiFi CC3200 LaunchXL --- 2016-10-26 Gilbert Pitney Accepted
ext: cc3200sdk: Enable build of CC3200 HAL --- 2016-10-26 Gilbert Pitney Accepted
MAINTAINERS: Add maintainer for TI CC3200 SoC, board and SDK --- 2016-10-26 Gilbert Pitney Accepted
cc3200: Add support for the TI CC32xx SoC Series --- 2016-10-26 Gilbert Pitney Accepted
cc3200: Add pinmux initialization for UART0 --- 2016-10-27 Gilbert Pitney Accepted
cc3200: Enable the UART driver, build and Kconfig options --- 2016-11-01 Gilbert Pitney Rejected
cc3200: Add a UART driver (polled and interrupt modes) --- 2016-11-01 Gilbert Pitney Accepted
Makefile: Fix clobber of LIB_INCLUDE_DIR during second pass --- 2016-11-01 Gilbert Pitney Accepted
cc3200: Remove CPU_HAS_FPU from cc3200 Kconfig.soc --- 2016-11-15 Gilbert Pitney Accepted
samples: disco: Update to handle the 3 LEDs on the TI CC3200 LaunchXL --- 2016-11-24 Gilbert Pitney Rejected
cc3200: Add generic definitions for LEDs and switches --- 2016-11-24 Gilbert Pitney Accepted
cc3200: Add pinmux initialization for GPIO Ports --- 2016-11-24 Gilbert Pitney Accepted
cc3200: Add a GPIO driver for the TI CC3200 LaunchXL --- 2016-11-24 Gilbert Pitney Accepted
net: Refactor debug printing in net_if --- 2016-11-29 Gilbert Pitney Rejected
net: Start to receive network packets --- 2016-11-29 Gilbert Pitney Rejected
net: Compile new stack if enabled --- 2016-11-29 Gilbert Pitney Rejected
net: Refactored RX fiber init --- 2016-11-29 Gilbert Pitney Rejected
net: Add utility func to return IP address type as a string --- 2016-11-29 Gilbert Pitney Rejected
net: Add send() to net_if API --- 2016-11-29 Gilbert Pitney Rejected
net: Add debug function to print MAC address --- 2016-11-29 Gilbert Pitney Rejected
net: Add IPv4 addresses to network interface --- 2016-11-29 Gilbert Pitney Rejected
net: Add Kconfig option for compiling IPv6 support --- 2016-11-29 Gilbert Pitney Rejected
net: Use same prefix in new IP stack Kconfig --- 2016-11-29 Gilbert Pitney Rejected
net: Add defines for various IP protocol header lengths --- 2016-11-29 Gilbert Pitney Rejected
net: Add utility functions to check IPv6 addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Add TX fifo to network interface --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_if_get_by_link_addr() util function --- 2016-11-29 Gilbert Pitney Rejected
net: Add debug function to print IP address --- 2016-11-29 Gilbert Pitney Rejected
net: Utilities to set and lookup interface IPv6 addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Compile IPv6 and IPv4 address conditionally --- 2016-11-29 Gilbert Pitney Rejected
net: Add function that feeds data to RX fifo --- 2016-11-29 Gilbert Pitney Rejected
net: Add multicast address to network interface --- 2016-11-29 Gilbert Pitney Rejected
net: Add statistics gathering support --- 2016-11-29 Gilbert Pitney Rejected
net: Start to use logging macros from sys_log.h --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add IPv4 address unit tests --- 2016-11-29 Gilbert Pitney Rejected
net: Receive IPv6 packet --- 2016-11-29 Gilbert Pitney Rejected
net: Add Kconfig option for compiling IPv4 support --- 2016-11-29 Gilbert Pitney Rejected
net: Execute net_init() automatically --- 2016-11-29 Gilbert Pitney Rejected
net: Initial commit for the new IP stack --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_context to compilation --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Temporarily remove nbuf unit test --- 2016-11-29 Gilbert Pitney Rejected
net: Add IPv6 prefixes to network interface --- 2016-11-29 Gilbert Pitney Rejected
net: Fix compilation error in net_if.h --- 2016-11-29 Gilbert Pitney Rejected
net: Add generic network interface header --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_analyze_stack() macro --- 2016-11-29 Gilbert Pitney Rejected
net: Drop received source mcast IPv6 packets --- 2016-11-29 Gilbert Pitney Rejected
net: Add network address information to interface --- 2016-11-29 Gilbert Pitney Rejected
slip: Add driver for host to qemu connectivity --- 2016-11-29 Gilbert Pitney Rejected
net: Enable compilation of net_if.c --- 2016-11-29 Gilbert Pitney Rejected
net: Add ntohl() and related macros --- 2016-11-29 Gilbert Pitney Rejected
net: IPv6 address utility funcs for network interface --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add IPv6 address manipulation unit tests --- 2016-11-29 Gilbert Pitney Rejected
net: apps: Create a skeleton echo-server for new IP stack --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add unit test for IP and MAC address printing --- 2016-11-29 Gilbert Pitney Rejected
net: Add nbuf buffer API --- 2016-11-29 Gilbert Pitney Rejected
net: Add support for the IEEE 802.15.4 ORFD --- 2016-11-29 Gilbert Pitney Rejected
net: RX fiber needs bigger stack --- 2016-11-29 Gilbert Pitney Rejected
net: Change srctree to ZEPHYR_BASE in Makefiles --- 2016-11-29 Gilbert Pitney Rejected
net: IPv6 neighbor was not properly added to cache --- 2016-11-29 Gilbert Pitney Rejected
net: Network interface code compiles ok for IPv4 and IPv6 --- 2016-11-29 Gilbert Pitney Rejected
net: Fix IPv6 NS packet size check --- 2016-11-29 Gilbert Pitney Rejected
net: No need to swap ll address in IPv6 module --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add more IPv6 address getters unit tests --- 2016-11-29 Gilbert Pitney Rejected
net: Return NET_CONTINUE in L2 ethernet driver in send() --- 2016-11-29 Gilbert Pitney Rejected
net: Sent NS was two bytes too long --- 2016-11-29 Gilbert Pitney Rejected
net: Call net_context send callback when packet is sent --- 2016-11-29 Gilbert Pitney Rejected
net: apps: Fix echo-server to use the new user API --- 2016-11-29 Gilbert Pitney Rejected
net: Do not remove fragments if main buffer is not removed --- 2016-11-29 Gilbert Pitney Rejected
net: Add a function to retrieve a neigh from an IPv6 address --- 2016-11-29 Gilbert Pitney Rejected
net: Receive IPv4 packet --- 2016-11-29 Gilbert Pitney Rejected
net: Added API documentation to IP address check functions --- 2016-11-29 Gilbert Pitney Rejected
net: Add debugging option for network utilities --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Unit tests for the IPv4 ARP code --- 2016-11-29 Gilbert Pitney Rejected
net: Add IPv6 ND statistics when relevant --- 2016-11-29 Gilbert Pitney Rejected
net: l2 layer reserve size might need extra parameter --- 2016-11-29 Gilbert Pitney Rejected
net: Tiny comment fix --- 2016-11-29 Gilbert Pitney Rejected
net: Use generic wrapper for semaphore give operation --- 2016-11-29 Gilbert Pitney Rejected
net: Add utility function returning IPv4 broadcast address --- 2016-11-29 Gilbert Pitney Rejected
net: Add IP packet checksum calculation utilities --- 2016-11-29 Gilbert Pitney Rejected
net: Add capabilities flag to net_if API --- 2016-11-29 Gilbert Pitney Rejected
net: Save some bytes on net_if logic --- 2016-11-29 Gilbert Pitney Rejected
net: Add util to check if IPv4 address is part of a subnet --- 2016-11-29 Gilbert Pitney Rejected
net: ICMPv4 checksum calculation fixed --- 2016-11-29 Gilbert Pitney Rejected
net: IP checksum calculation should ignore ll header --- 2016-11-29 Gilbert Pitney Rejected
net: net_ipaddr_copy() macro was too fragile --- 2016-11-29 Gilbert Pitney Rejected
net: Make echo-server to use documentation IPv4 addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Add macro to compare two IPv4 addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Add utils to set IPv4 netmask and gateway to net_if --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_send_data() that sends data to network --- 2016-11-29 Gilbert Pitney Rejected
net: Use shorter alias for __packed attribute --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Unit tests for network utilities --- 2016-11-29 Gilbert Pitney Rejected
net: Include toolchain related header for aliases --- 2016-11-29 Gilbert Pitney Rejected
net: Add an L2 layer --- 2016-11-29 Gilbert Pitney Rejected
net: Add ICMPv6 handler --- 2016-11-29 Gilbert Pitney Rejected
net: Clarified the debug print about packet length --- 2016-11-29 Gilbert Pitney Rejected
net: Process received ICMPv6 messages --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Tweak the IP address test to use new net_if API --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Fixed the ARP test --- 2016-11-29 Gilbert Pitney Rejected
net: Network interface sets default IPv6 hop limit --- 2016-11-29 Gilbert Pitney Rejected
« 1 2 3 49 10 »

Bundling

Create bundle: