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: none      |   2615 patches
« 1 2 ... 8 9 1026 27 »
Patch Series S/W/F Date Submitter Delegate State
net: tests: Add sample 6CO context data to IPv6 RA test --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Fix printf modifiers in new IP stack unit tests --- 2016-11-29 Gilbert Pitney Rejected
net: samples: Fix the echo-server IPv4 address --- 2016-11-29 Gilbert Pitney Rejected
net: Add network management API --- 2016-11-29 Gilbert Pitney Rejected
net: uip: Fix the net_context.h content for legacy stack --- 2016-11-29 Gilbert Pitney Rejected
net: Handle ll part in 6lo logic when relevant --- 2016-11-29 Gilbert Pitney Rejected
net: Add neighbor free function to IPv6 cache --- 2016-11-29 Gilbert Pitney Rejected
net: ieee802154: Add basic support for IEEE 802.15.4e on FCF --- 2016-11-29 Gilbert Pitney Rejected
samples: net: Qemu make utilities update --- 2016-11-29 Gilbert Pitney Rejected
net: drivers: Normalize ieee802154 Kconfig --- 2016-11-29 Gilbert Pitney Rejected
net: Add network address length to user API --- 2016-11-29 Gilbert Pitney Rejected
net: Move IPv4 related Kconfig options to its own file --- 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
net: Fix arp/ethernet broadcast and multcast addr scenario --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add unit test for net_nbuf_pull functionality --- 2016-11-29 Gilbert Pitney Rejected
net: Add DEBUG Kconfig option for UDP --- 2016-11-29 Gilbert Pitney Rejected
net: Fix ND RA length --- 2016-11-29 Gilbert Pitney Rejected
net: 6lo uncompression should continue to proceed after src addr --- 2016-11-29 Gilbert Pitney Rejected
net: apps: Add DHCPv4 client sample application --- 2016-11-29 Gilbert Pitney Rejected
net: Align net_if struct to 32-byte boundary --- 2016-11-29 Gilbert Pitney Rejected
net: Fix the statistics compilation --- 2016-11-29 Gilbert Pitney Rejected
net: Context accept cb needs to return failure code --- 2016-11-29 Gilbert Pitney Rejected
net: Fix IPv4 packet reception --- 2016-11-29 Gilbert Pitney Rejected
ieee802154_cc2520: Fix byte order swap for long address --- 2016-11-29 Gilbert Pitney Rejected
net: Add IEEE 802.15.4 Beacon frame validation support --- 2016-11-29 Gilbert Pitney Rejected
drivers: cc2520: Raise Rx stack size --- 2016-11-29 Gilbert Pitney Rejected
net: Add ref counting debugging to neighbor cache --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add a simple IEEE 802.15.4 Beacon frame test --- 2016-11-29 Gilbert Pitney Rejected
net: Optimize net_nbuf_write() when handling last frag --- 2016-11-29 Gilbert Pitney Rejected
net: Add nbuf APIs to read/write across multiple fragments --- 2016-11-29 Gilbert Pitney Rejected
net: Centralize generic IEEE 802.15.4 radio utility functions --- 2016-11-29 Gilbert Pitney Rejected
net: Add function to return neighbor by the index --- 2016-11-29 Gilbert Pitney Rejected
net: Adopt new nbuf API's to dhcpv4 message handlers. --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add tests for route management API --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add initial set of IPv6 tests --- 2016-11-29 Gilbert Pitney Rejected
net: Do not source contiki headers always --- 2016-11-29 Gilbert Pitney Rejected
slip: Fix debug printing --- 2016-11-29 Gilbert Pitney Rejected
net: Small simplififcation to net_nbuf_write --- 2016-11-29 Gilbert Pitney Rejected
iot/zoap: Port to the native stack --- 2016-11-29 Gilbert Pitney Rejected
net: drivers: cc2520 ieee802154 drivers select relevant options --- 2016-11-29 Gilbert Pitney Rejected
net: Fix function prototype documentation in neighbor header --- 2016-11-29 Gilbert Pitney Rejected
net: Fix handling onlink prefix --- 2016-11-29 Gilbert Pitney Rejected
net: Add more debugging prints to neighbor cache --- 2016-11-29 Gilbert Pitney Rejected
net: Fix link address length calculation --- 2016-11-29 Gilbert Pitney Rejected
net: cc2520: Fix setting proper IEEE 802.15.4 address --- 2016-11-29 Gilbert Pitney Rejected
net: Improve net_context_connect documentation --- 2016-11-29 Gilbert Pitney Rejected
net: Add net_nbuf_pull function --- 2016-11-29 Gilbert Pitney Rejected
net: Fix remaining debug option naming issues --- 2016-11-29 Gilbert Pitney Rejected
net: Add TI_CC2520 RAW driver --- 2016-11-29 Gilbert Pitney Rejected
net: Make net_nbuf_read() to return NULL if buf is NULL --- 2016-11-29 Gilbert Pitney Rejected
net: Make sure buf is correct one in net_nbuf_write() --- 2016-11-29 Gilbert Pitney Rejected
net: Allocate next fragment in net_nbuf_write() if needed --- 2016-11-29 Gilbert Pitney Rejected
drivers: cc2520: Fix 80 chars lenght limit --- 2016-11-29 Gilbert Pitney Rejected
net: Fix listening on IPv6 ports --- 2016-11-29 Gilbert Pitney Rejected
net: ieee802154: Auto ACK and CRC are always on --- 2016-11-29 Gilbert Pitney Rejected
ieee802154_cc2520: Correct debug output --- 2016-11-29 Gilbert Pitney Rejected
net: Fix handling ra_neighbor --- 2016-11-29 Gilbert Pitney Rejected
net: cc2520: Let's provide ll addr in LE already --- 2016-11-29 Gilbert Pitney Rejected
samples/zoap_client: Use token generator helper --- 2016-11-29 Gilbert Pitney Rejected
ieee802154_cc2520: Fix compiler warning with strict aliasing --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Add RA message unit tests. --- 2016-11-29 Gilbert Pitney Rejected
net: Remove nbr_data section as it is useless --- 2016-11-29 Gilbert Pitney Rejected
net: Add support for IEEE 802.15.4 fragmentation --- 2016-11-29 Gilbert Pitney Rejected
net: Add L2 RAW channel hidden option --- 2016-11-29 Gilbert Pitney Rejected
net: Adopt net_nbuf_read_u8 to dhcpv4 handlers --- 2016-11-29 Gilbert Pitney Rejected
net: Split debug Kconfig options from legacy to new stack --- 2016-11-29 Gilbert Pitney Rejected
wpanusb: Export ieee802.14.5 over USB --- 2016-11-29 Gilbert Pitney Rejected
net: User connectivity API documentation --- 2016-11-29 Gilbert Pitney Rejected
net: TODO file for networking --- 2016-11-29 Gilbert Pitney Rejected
net: Add unit tests for new nbuf API's --- 2016-11-29 Gilbert Pitney Rejected
net: Add more nbuf read/write helpers --- 2016-11-29 Gilbert Pitney Rejected
net: Add debugging to network management event part --- 2016-11-29 Gilbert Pitney Rejected
net: Normalizing net_mgmt API names --- 2016-11-29 Gilbert Pitney Rejected
net: ieee802154: Normalize Kconfig --- 2016-11-29 Gilbert Pitney Rejected
net: net_if: Notify about IPv6 address related changes --- 2016-11-29 Gilbert Pitney Rejected
net: Fix Kconfig indentation issue --- 2016-11-29 Gilbert Pitney Rejected
net: Fix reachable timer accessing NULL pointer --- 2016-11-29 Gilbert Pitney Rejected
net: Fix net address state --- 2016-11-29 Gilbert Pitney Rejected
net: mgmt: Add some macro helpers for filling in the bit field --- 2016-11-29 Gilbert Pitney Rejected
net: ieee802154: End of buffer contains LQI --- 2016-11-29 Gilbert Pitney Rejected
net: ethernet: Update the data pointer according to ll reserve --- 2016-11-29 Gilbert Pitney Rejected
net: Clarify the CONFIG_NET_TESTING setting --- 2016-11-29 Gilbert Pitney Rejected
net: Fixes the network interface naming macro --- 2016-11-29 Gilbert Pitney Rejected
net: Differentiate IPv6 event command and final event --- 2016-11-29 Gilbert Pitney Rejected
net: tests: Extented 6lo unit tests --- 2016-11-29 Gilbert Pitney Rejected
net: Add utility func for calculating IPv4 checksum --- 2016-11-29 Gilbert Pitney Rejected
tests: Add network core event tests --- 2016-11-29 Gilbert Pitney Rejected
tests/net: Exclude tests needing more RAM than available --- 2016-11-29 Gilbert Pitney Rejected
net: Added a define for unused bytes length in ICMPv6 header --- 2016-11-29 Gilbert Pitney Rejected
net: buf: Fix minor typo in documentation --- 2016-11-29 Gilbert Pitney Rejected
tests/net/nbuf: Fix invalid memory access --- 2016-11-29 Gilbert Pitney Rejected
net: Adopt new nbuf API's to RA message handlers. --- 2016-11-29 Gilbert Pitney Rejected
samples: net: Moving the current ieee802154 sample --- 2016-11-29 Gilbert Pitney Rejected
net: samples: Add a simple Qemu sample for testing off-line 802.15.4 --- 2016-11-29 Gilbert Pitney Rejected
net: sample: Make sure echo-client is compiled by sanitycheck --- 2016-11-29 Gilbert Pitney Rejected
tests: net: Add a basic network management API test --- 2016-11-29 Gilbert Pitney Rejected
net: samples: Fix the echo-server IPv6 address --- 2016-11-29 Gilbert Pitney Rejected
net: Normalize Kconfig and fix it --- 2016-11-29 Gilbert Pitney Rejected
net: Fix tests/net/nbuf/Makefile --- 2016-11-29 Gilbert Pitney Rejected
samples: quark_se_devboard has been renamed to quark_se_c1000_devboard --- 2016-11-29 Gilbert Pitney Rejected
« 1 2 ... 8 9 1026 27 »