Patch Metrics

There are 2615 patches submitted by members of this team, and 792 of those have been accepted upstream.

Patches per month: Submitted Accepted
Time-to-acceptance distribution (in days)

Current Members

Show patches with: Archived = No       |   2605 patches
« 1 2 ... 4 5 626 27 »
Patch Series S/W/F Date Submitter Delegate State
tests: net: Add a IEEE 802.15.4 ACK replies test --- 2016-11-29 Gilbert Pitney Rejected
boards: quark_se_devboard: Build cc2520 if new IEEE 802.15.4 driver is in --- 2016-11-29 Gilbert Pitney Rejected
net: Add preliminary IEEE 802.15.4 L2 driver --- 2016-11-29 Gilbert Pitney Rejected
net: Set initial neighbor value when IPv6 NS is received --- 2016-11-29 Gilbert Pitney Rejected
net: Fix compilation warning --- 2016-11-29 Gilbert Pitney Rejected
net: Print buffer usage after receiving or sending data --- 2016-11-29 Gilbert Pitney Rejected
net: Process received ICMPv6 messages --- 2016-11-29 Gilbert Pitney Rejected
net: Add ICMPv6 handler --- 2016-11-29 Gilbert Pitney Rejected
net: Ethernet mac address length was incorrectly set --- 2016-11-29 Gilbert Pitney Rejected
net: Utility helper to access IPv6 ND cache data --- 2016-11-29 Gilbert Pitney Rejected
net: Add unit tests for ICMPv6 handler --- 2016-11-29 Gilbert Pitney Rejected
net: Add debug helper for neigh tables --- 2016-11-29 Gilbert Pitney Rejected
net: Moving header files to include/net/yaip --- 2016-11-29 Gilbert Pitney Rejected
net: Fix the debug prints in echo-server --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_hexdump() utility to print network data --- 2016-11-29 Gilbert Pitney Rejected
net: Receive IPv4 packet --- 2016-11-29 Gilbert Pitney Rejected
net: Add debugging option for network utilities --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Unit tests for network utilities --- 2016-11-29 Gilbert Pitney Rejected
net: Add more debugging prints in IPv6 ND handling --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Unit tests for the IPv4 ARP code --- 2016-11-29 Gilbert Pitney Rejected
net: Add IP packet checksum calculation utilities --- 2016-11-29 Gilbert Pitney Rejected
net: Make echo-server to use documentation IPv4 addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Discard ethernet frame if it is not for us --- 2016-11-29 Gilbert Pitney Rejected
net: IPv6 ND fixes --- 2016-11-29 Gilbert Pitney Rejected
net: Add documentation to net_l2 header file --- 2016-11-29 Gilbert Pitney Rejected
net: Do not remove fragments if main buffer is not removed --- 2016-11-29 Gilbert Pitney Rejected
slip: Support TAP functionality --- 2016-11-29 Gilbert Pitney Rejected
net: Setting preferred status to manually added IPv4 address --- 2016-11-29 Gilbert Pitney Rejected
net: Process received ICMPv4 messages --- 2016-11-29 Gilbert Pitney Rejected
net: Use net_nbuf_ll() to get into arp header --- 2016-11-29 Gilbert Pitney Rejected
net: Network interface sets default IPv6 hop limit --- 2016-11-29 Gilbert Pitney Rejected
net: Clarified the debug print about packet length --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Fixed the ARP test --- 2016-11-29 Gilbert Pitney Rejected
net: Add an L2 layer --- 2016-11-29 Gilbert Pitney Rejected
net: Added IPv4 ARP support --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add tests for IPv4 netmask, gateway and subnet compare --- 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: Renamed network data receive function --- 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: Set multicast dst address in ethernet if missing --- 2016-11-29 Gilbert Pitney Rejected
net: IP checksum calculation should ignore ll header --- 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: Utility function to compact net_buf fragments --- 2016-11-29 Gilbert Pitney Rejected
net: net_ipaddr_copy() macro was too fragile --- 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: 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 capabilities flag to net_if API --- 2016-11-29 Gilbert Pitney Rejected
net: Include toolchain related header for aliases --- 2016-11-29 Gilbert Pitney Rejected
net: Removing capabilities from 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 utility function returning IPv4 broadcast address --- 2016-11-29 Gilbert Pitney Rejected
net: Add macro to compare two IPv4 addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Re-factor Kconfig and move ARP to a better location --- 2016-11-29 Gilbert Pitney Rejected
net: Make net_core.h include the least amount of necessary header --- 2016-11-29 Gilbert Pitney Rejected
net: Add a helper to queue a buffer in a net_if instance --- 2016-11-29 Gilbert Pitney Rejected
net: Reserve eth ll header len in L2 ethernet driver --- 2016-11-29 Gilbert Pitney Rejected
net: The core initialize ARP layer relevantly --- 2016-11-29 Gilbert Pitney Rejected
slip: Fix compiler warnings --- 2016-11-29 Gilbert Pitney Rejected
net: Add struct to store link layer address --- 2016-11-29 Gilbert Pitney Rejected
net: Use const for static and pre-defined IPv6 addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Add IPv6 address network interface utils --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Additional tests for ICMPv4 checksum verification --- 2016-11-29 Gilbert Pitney Rejected
net: Add utility function to return default network interface --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add unit tests for neighbor cache handling --- 2016-11-29 Gilbert Pitney Rejected
net: Network interface needs own TX fiber stack --- 2016-11-29 Gilbert Pitney Rejected
net: Fix arp.h so that net_arp_init() is found --- 2016-11-29 Gilbert Pitney Rejected
net: Setting static IP addresses for echo-server --- 2016-11-29 Gilbert Pitney Rejected
net: Add UDP header definition --- 2016-11-29 Gilbert Pitney Rejected
net: Handle ARP messages --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Fix unit test for IP addresses --- 2016-11-29 Gilbert Pitney Rejected
net: Add IPv6 utils for address manipulation --- 2016-11-29 Gilbert Pitney Rejected
net: Add more checks when allocating nbuf --- 2016-11-29 Gilbert Pitney Rejected
net: No need to do ARP for IPv6 network packet --- 2016-11-29 Gilbert Pitney Rejected
net: Fix TX fiber on net_if --- 2016-11-29 Gilbert Pitney Rejected
net: Add a utility to hexdump all fragments --- 2016-11-29 Gilbert Pitney Rejected
net: Utility to get net_if according to index value --- 2016-11-29 Gilbert Pitney Rejected
net: The IP protocol type needs to be set in L2 layer --- 2016-11-29 Gilbert Pitney Rejected
net: Make sure that either IPv4 or IPv6 gets selected --- 2016-11-29 Gilbert Pitney Rejected
net: debug: Indent properly some config options. --- 2016-11-29 Gilbert Pitney Rejected
net: Only accept ARP reply if we requested data --- 2016-11-29 Gilbert Pitney Rejected
iot/dns: Add '+' operator --- 2016-11-29 Gilbert Pitney Rejected
net: Add TODO items for L2 and 802.15.4 --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Extented 6lo unit tests --- 2016-11-29 Gilbert Pitney Rejected
net: Fix documentation errors in net_if header file --- 2016-11-29 Gilbert Pitney Rejected
net: buf: Fix minor typo in documentation --- 2016-11-29 Gilbert Pitney Rejected
net: samples: Fix the echo-server IPv4 address --- 2016-11-29 Gilbert Pitney Rejected
net: Do not try to use net_if.h in legacy uIP stack --- 2016-11-29 Gilbert Pitney Rejected
iot/dns: Add DNS Client support for Zephyr --- 2016-11-29 Gilbert Pitney Rejected
net: Add more items to TODO --- 2016-11-29 Gilbert Pitney Rejected
net: Update TODO for DHCPv4 --- 2016-11-29 Gilbert Pitney Rejected
net: samples: Fix the echo-server IPv6 address --- 2016-11-29 Gilbert Pitney Rejected
net: Add TODO items for 6LoWPAN --- 2016-11-29 Gilbert Pitney Rejected
drivers: cc2520: Fix LQI computation and generalize it --- 2016-11-29 Gilbert Pitney Rejected
net: drivers: ieee802154: sys_log is needed on legacy driver --- 2016-11-29 Gilbert Pitney Rejected
net: Add a macro to create specific net if instances --- 2016-11-29 Gilbert Pitney Rejected
net: Normalize Kconfig and fix it --- 2016-11-29 Gilbert Pitney Rejected
net: Adopt net_nbuf_read_be32() api to dhcpv4 handlers --- 2016-11-29 Gilbert Pitney Rejected
« 1 2 ... 4 5 626 27 »