summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2016-10-27net: Use proper format for printing size_tSzymon Janc
2016-10-26net: buf: Make net_buf_frag_add take ownership of the bufferLuiz Augusto von Dentz
2016-10-14Revert "net: fetch valid conn. to determine MSS in data_is_sent_and_acked()"Anas Nashif
2016-10-08net: fetch valid conn. to determine MSS in data_is_sent_and_acked()Rohit Grover
2016-09-30net: buf: Allow NULL head pointer when inserting to frag listJohan Hedberg
2016-09-30net: buf: Allow head deletion with net_buf_frag_del()Johan Hedberg
2016-09-12net: Fix net_send return value documentationRavi kumar Veeramally
2016-07-22net/yaip: revert mergeInaky Perez-Gonzalez
2016-07-20net: buf: Add API for saving & restoring parsing stateJohan Hedberg
2016-07-19net: buf: Add net_buf_add_be32 helperJohan Hedberg
2016-07-14net: buf: Minor cleanups & fixes to the API documentationJohan Hedberg
2016-07-13net: buf: Add more big endian helpersJohan Hedberg
2016-07-13net: buf: Add helpers to use net_buf_simple stack variablesJohan Hedberg
2016-07-13net: yaip: Moved ARP helper macro to arp.hJukka Rissanen
2016-07-13net: yaip: Add comment explaining net_core's verdict valuesTomasz Bursztyka
2016-07-13net: yaip: Add NET_ASSERT() macroJukka Rissanen
2016-07-13net: yaip: Removing capabilities() from net_if apiTomasz Bursztyka
2016-07-13net: yaip: Add an L2 layerTomasz Bursztyka
2016-07-13net: yaip: Make net_core.h include the least amount of necessary headerTomasz Bursztyka
2016-07-13net: yaip: Add an helper to queue a buffer in a net_if instanceTomasz Bursztyka
2016-07-13net: yaip: Shorten IPv4/6 config optionsTomasz Bursztyka
2016-07-13net: yaip: Include toolchain related header for aliasesTomasz Bursztyka
2016-07-13net: yaip: Fix __packed attribute, use shorter aliasRavi kumar Veeramally
2016-07-13net: yaip: Add UDP headerRavi kumar Veeramally
2016-07-13net: yaip: Trivial comment fixes in header filesRavi kumar Veeramally
2016-07-13net: yaip: Provide separate header file for ethernetRavi kumar Veeramally
2016-07-13net: yaip: Add helper to get pointer to link local headerJukka Rissanen
2016-07-13net: yaip: Added IPv4 ARP supportJukka Rissanen
2016-07-13net: yaip: Add capabilities flag to net_if APIJukka Rissanen
2016-07-13net: yaip: Add util to check if IPv4 address is part of subnetJukka Rissanen
2016-07-13net: yaip: Add utils to set IPv4 netmask and gateway in net_ifJukka Rissanen
2016-07-13net: yaip: Macro to compare two IPv4 addressesJukka Rissanen
2016-07-13net: yaip: net_ipaddr_copy() macro was too fragileJukka Rissanen
2016-07-13net: yaip: Add utility function returning IPv4 broadcast addressJukka Rissanen
2016-07-13net: buf: Add complete net_buf_simple implementationJohan Hedberg
2016-07-13net: buf: Introduce net_buf_simple objectJohan Hedberg
2016-07-13net: buf: Group the data, size and len members at the end of net_bufJohan Hedberg
2016-07-13net: Add documentation about yieldingJaakko Hannikainen
2016-07-12net: yaip: Add utility function to return default network interfaceJukka Rissanen
2016-07-12net: yaip: Process received ICMPv4 messagesJukka Rissanen
2016-07-12net: yaip: Network interface needs own TX fiber stackJukka Rissanen
2016-07-12net: yaip: Add net_send_data() that sends data to networkJukka Rissanen
2016-07-12net: yaip: Renamed network data receive functionJukka Rissanen
2016-07-12net: yaip: Add ICMP protocol header structJukka Rissanen
2016-07-12net: yaip: Fixed the IP/UDP/ICMP getter macrosJukka Rissanen
2016-07-12net: yaip: Added API documentation to IP address check functionsJukka Rissanen
2016-07-12net: yaip: Receive IPv4 packetJukka Rissanen
2016-07-12net: yaip: IPv6 address utility funcs for network interfaceJukka Rissanen
2016-07-12net: yaip: Add IPv4 addresses to network interfaceJukka Rissanen
2016-07-12net: yaip: Utilities to set and lookup interface IPv6 addressesJukka Rissanen