Show patches with: Archived = No       |   4707 patches
« 1 2 ... 43 44 4547 48 »
Patch Series S/W/F Date Submitter Delegate State
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: Add macro to compare two IPv4 addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Make some IPv6 utility functions to use const addr --- 2016-11-29 Gilbert Pitney Rejected
net: apps: Fix echo-server to use the new user API --- 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: Add IPv6 ND statistics when relevant --- 2016-11-29 Gilbert Pitney Rejected
net: IPv6 neighbor was not properly added to cache --- 2016-11-29 Gilbert Pitney Rejected
net: No need to swap ll address in IPv6 module --- 2016-11-29 Gilbert Pitney Rejected
net: Return NET_CONTINUE in L2 ethernet driver in send() --- 2016-11-29 Gilbert Pitney Rejected
net: RX fiber needs bigger stack --- 2016-11-29 Gilbert Pitney Rejected
net: Add more debugging prints in IPv6 ND handling --- 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: Start the network stack after device drivers --- 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: Catch UDP network traffic --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Unit tests for UDP handler --- 2016-11-29 Gilbert Pitney Rejected
slip: Fix the debug print --- 2016-11-29 Gilbert Pitney Rejected
net: Make sure that RX is started before TX --- 2016-11-29 Gilbert Pitney Rejected
net: Compile IPv6 and IPv4 address conditionally --- 2016-11-29 Gilbert Pitney Rejected
net: apps: Create a skeleton echo-server for new IP stack --- 2016-11-29 Gilbert Pitney Rejected
net: Add generic network interface header --- 2016-11-29 Gilbert Pitney Rejected
net: Initial commit for the new IP stack --- 2016-11-29 Gilbert Pitney Rejected
net: Add Kconfig option for compiling IPv6 support --- 2016-11-29 Gilbert Pitney Rejected
net: Add nbuf buffer API --- 2016-11-29 Gilbert Pitney Rejected
net: Execute net_init() automatically --- 2016-11-29 Gilbert Pitney Rejected
net: Start to use logging macros from sys_log.h --- 2016-11-29 Gilbert Pitney Rejected
net: Add Kconfig option for compiling IPv4 support --- 2016-11-29 Gilbert Pitney Rejected
net: Add ntohl() and related macros --- 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 defines for various IP protocol header lengths --- 2016-11-29 Gilbert Pitney Rejected
net: Add debug function to print IP address --- 2016-11-29 Gilbert Pitney Rejected
net: Compile new stack if enabled --- 2016-11-29 Gilbert Pitney Rejected
net: Add statistics gathering support --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_if_get_by_link_addr() util function --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_analyze_stack() macro --- 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: tests: Temporarily remove nbuf unit test --- 2016-11-29 Gilbert Pitney Rejected
net: Refactor debug printing in net_if --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_context to compilation --- 2016-11-29 Gilbert Pitney Rejected
net: Add network address information to interface --- 2016-11-29 Gilbert Pitney Rejected
net: Utilities to set and lookup interface IPv6 addresses --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add IPv6 address manipulation unit tests --- 2016-11-29 Gilbert Pitney Rejected
net: Add IPv4 addresses to network interface --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add IPv4 address unit tests --- 2016-11-29 Gilbert Pitney Rejected
net: Start to receive network packets --- 2016-11-29 Gilbert Pitney Rejected
net: Add multicast address to network interface --- 2016-11-29 Gilbert Pitney Rejected
net: Receive IPv6 packet --- 2016-11-29 Gilbert Pitney Rejected
net: Add debug function to print MAC address --- 2016-11-29 Gilbert Pitney Rejected
net: Add IPv6 prefixes to network interface --- 2016-11-29 Gilbert Pitney Rejected
net: Use same prefix in new IP stack Kconfig --- 2016-11-29 Gilbert Pitney Rejected
net: Add function that feeds data to RX fifo --- 2016-11-29 Gilbert Pitney Rejected
net: IPv6 address utility funcs for network interface --- 2016-11-29 Gilbert Pitney Rejected
net: Add TX fifo to network interface --- 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 utility functions to check IPv6 addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Drop received source mcast IPv6 packets --- 2016-11-29 Gilbert Pitney Rejected
net: Add send() to net_if API --- 2016-11-29 Gilbert Pitney Rejected
net: Fix compilation error in net_if.h --- 2016-11-29 Gilbert Pitney Rejected
counter: Fix interface --- 2016-11-29 Vincenzo Frascino Accepted
counter: Refactor main Kconfig file --- 2016-11-29 Vincenzo Frascino Accepted
watchdog: Refactor main Kconfig file --- 2016-11-29 Vincenzo Frascino Accepted
dts: Add support for Device Tree --- 2016-11-29 Andy Gross Accepted
tests/kernel: Test CONFIG_RUNTIME_NMI behavior --- 2016-11-28 Vincenzo Frascino Accepted
board: v2m_beetle: Update defconfig --- 2016-11-28 Vincenzo Frascino Rejected
board: configure pwm support on ST Nucleo boards --- 2016-11-28 Erwan Gouriou Accepted
pinmux: prepare support for stm32 PWM driver --- 2016-11-28 Erwan Gouriou Accepted
soc: stm32xx: add pwm pinmux support --- 2016-11-28 Erwan Gouriou Accepted
samples: pwm: update PWM sample to support ST Nucleo boards --- 2016-11-28 Erwan Gouriou Accepted
pwm/stm32: add PWM driver for STM32 F1/F4/L4 --- 2016-11-28 Erwan Gouriou Accepted
cc3200: Add generic definitions for LEDs and switches --- 2016-11-24 Gilbert Pitney Accepted
samples: disco: Update to handle the 3 LEDs on the TI CC3200 LaunchXL --- 2016-11-24 Gilbert Pitney Rejected
cc3200: Add a GPIO driver for the TI CC3200 LaunchXL --- 2016-11-24 Gilbert Pitney Accepted
cc3200: Add pinmux initialization for GPIO Ports --- 2016-11-24 Gilbert Pitney Accepted
« 1 2 ... 43 44 4547 48 »