Show patches with: Archived = No       |   4707 patches
« 1 2 ... 3 4 547 48 »
Patch Series S/W/F Date Submitter Delegate State
clock_control: Cleanup nrf5 clock_control driver --- 2016-11-18 Vincenzo Frascino Accepted
uart: Enable clock control in CMSDK APB UART driver --- 2016-11-21 Vincenzo Frascino Rejected
arm: Fix CONFIG_RUNTIME_NMI behavior --- 2016-11-22 Vincenzo Frascino Accepted
drivers/console: Set default init priority to (KERNEL_INIT_PRIORITY_DEVICE - 1). --- 2016-11-22 Paul Sokolovsky Rejected
arm: Enable REBOOT when RUNTIME_NMI is selected --- 2016-11-23 Vincenzo Frascino Accepted
arm: Enable REBOOT when RUNTIME_NMI is selected --- 2016-11-23 Kumar Gala Accepted
watchdog: Add driver for CMSDK APB WDOG --- 2016-11-23 Vincenzo Frascino Rejected
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
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
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
board: v2m_beetle: Update defconfig --- 2016-11-28 Vincenzo Frascino Rejected
tests/kernel: Test CONFIG_RUNTIME_NMI behavior --- 2016-11-28 Vincenzo Frascino Accepted
dts: Add support for Device Tree --- 2016-11-29 Andy Gross Accepted
watchdog: Refactor main Kconfig file --- 2016-11-29 Vincenzo Frascino Accepted
counter: Refactor main Kconfig file --- 2016-11-29 Vincenzo Frascino Accepted
counter: Fix interface --- 2016-11-29 Vincenzo Frascino Accepted
net: apps: Create a skeleton echo-server for new IP stack --- 2016-11-29 Gilbert Pitney Rejected
net: Add ntohl() and related macros --- 2016-11-29 Gilbert Pitney Rejected
net: Add utility functions to check IPv6 addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Start to receive network packets --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add unit test for IP and MAC address printing --- 2016-11-29 Gilbert Pitney Rejected
net: Drop received source mcast IPv6 packets --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_if_get_by_link_addr() util function --- 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 debug function to print MAC address --- 2016-11-29 Gilbert Pitney Rejected
net: Fix compilation error in net_if.h --- 2016-11-29 Gilbert Pitney Rejected
net: IPv6 address utility funcs for network interface --- 2016-11-29 Gilbert Pitney Rejected
net: Initial commit for the new IP stack --- 2016-11-29 Gilbert Pitney Rejected
net: Add multicast address to network interface --- 2016-11-29 Gilbert Pitney Rejected
net: Add IPv6 prefixes to network interface --- 2016-11-29 Gilbert Pitney Rejected
net: Utilities to set and lookup interface IPv6 addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Receive IPv6 packet --- 2016-11-29 Gilbert Pitney Rejected
net: Add network address information to interface --- 2016-11-29 Gilbert Pitney Rejected
net: Refactored RX fiber init --- 2016-11-29 Gilbert Pitney Rejected
net: Add function that feeds data to RX fifo --- 2016-11-29 Gilbert Pitney Rejected
net: Enable compilation of net_if.c --- 2016-11-29 Gilbert Pitney Rejected
net: Use same prefix in new IP stack Kconfig --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add IPv6 address manipulation unit tests --- 2016-11-29 Gilbert Pitney Rejected
net: Compile IPv6 and IPv4 address conditionally --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Temporarily remove nbuf unit test --- 2016-11-29 Gilbert Pitney Rejected
net: Add debug function to print IP address --- 2016-11-29 Gilbert Pitney Rejected
net: Add IPv4 addresses to network interface --- 2016-11-29 Gilbert Pitney Rejected
net: Add generic network interface header --- 2016-11-29 Gilbert Pitney Rejected
net: Add Kconfig option for compiling IPv6 support --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add IPv4 address unit tests --- 2016-11-29 Gilbert Pitney Rejected
net: Add Kconfig option for compiling IPv4 support --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_analyze_stack() macro --- 2016-11-29 Gilbert Pitney Rejected
net: Refactor debug printing in net_if --- 2016-11-29 Gilbert Pitney Rejected
net: Add send() to net_if API --- 2016-11-29 Gilbert Pitney Rejected
net: Add nbuf buffer API --- 2016-11-29 Gilbert Pitney Rejected
net: Compile new stack if enabled --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_context to compilation --- 2016-11-29 Gilbert Pitney Rejected
slip: Add driver for host to qemu connectivity --- 2016-11-29 Gilbert Pitney Rejected
net: Add defines for various IP protocol header lengths --- 2016-11-29 Gilbert Pitney Rejected
net: Add TX fifo 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: Execute net_init() automatically --- 2016-11-29 Gilbert Pitney Rejected
net: Fix debug prints in net conn manager --- 2016-11-29 Gilbert Pitney Rejected
net: Add more debugging to nbuf --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Unit tests for network utilities --- 2016-11-29 Gilbert Pitney Rejected
net: Set reserve, context and iface properly in nbuf --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_hexdump() utility to print network data --- 2016-11-29 Gilbert Pitney Rejected
net: Re-factor Kconfig and move ARP to a better location --- 2016-11-29 Gilbert Pitney Rejected
net: Call send callback in net_context properly --- 2016-11-29 Gilbert Pitney Rejected
net: No need to do ARP for IPv6 network packet --- 2016-11-29 Gilbert Pitney Rejected
net: Moved ARP helper macro to arp.h --- 2016-11-29 Gilbert Pitney Rejected
net: IP checksum calculation should ignore ll header --- 2016-11-29 Gilbert Pitney Rejected
net: Removing capabilities from net_if api --- 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: Use shorter alias for __packed attribute --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_send_data() that sends data to network --- 2016-11-29 Gilbert Pitney Rejected
net: Add ICMP protocol header struct --- 2016-11-29 Gilbert Pitney Rejected
net: Make sure that either IPv4 or IPv6 gets selected --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Fix unit test for IP addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Handle ARP messages --- 2016-11-29 Gilbert Pitney Rejected
net: Use proper ll header length when sending IPv6 NS --- 2016-11-29 Gilbert Pitney Rejected
net: nbuf variables needs clearing when allocating nbuf --- 2016-11-29 Gilbert Pitney Rejected
net: Add debugging option for network utilities --- 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 util to check if IPv4 address is part of a subnet --- 2016-11-29 Gilbert Pitney Rejected
net: Network stack analyzer uses now the SYS_LOG sub-system --- 2016-11-29 Gilbert Pitney Rejected
net: Process ICMPv6 packets only if IPv6 is enabled --- 2016-11-29 Gilbert Pitney Rejected
slip: Do not send ethernet header if MTU is large enough --- 2016-11-29 Gilbert Pitney Rejected
net: Add a neighbor cache needed in IPv6 --- 2016-11-29 Gilbert Pitney Rejected
slip: Support TAP functionality --- 2016-11-29 Gilbert Pitney Rejected
net: debug: Indent properly some config options. --- 2016-11-29 Gilbert Pitney Rejected
net: Change how the L2 header space is reserved in net_buf --- 2016-11-29 Gilbert Pitney Rejected
net: Do IPv6 ND if LL address is not known when sending --- 2016-11-29 Gilbert Pitney Rejected
net: Rename ip_protocol to net_ip_protocol --- 2016-11-29 Gilbert Pitney Rejected
net: Check IPv6 NS, NA and RA messages for corruption --- 2016-11-29 Gilbert Pitney Rejected
net: Move IP address print funcs to separate file --- 2016-11-29 Gilbert Pitney Rejected
net: Process received ICMPv6 messages --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Unit tests for the IPv4 ARP code --- 2016-11-29 Gilbert Pitney Rejected
« 1 2 ... 3 4 547 48 »