summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2017-04-21net: convert to using newly introduced integer sized typesKumar Gala
2017-04-21net_pkt: Let's make all IPv6 related attributes prefixed with ipv6_Tomasz Bursztyka
2017-04-21net: Rename all *_BUF() macros to *_HDR()Tomasz Bursztyka
2017-04-21net_pkt: Reordering the attributes for better alignmentTomasz Bursztyka
2017-04-21net_pkt: Externalize ext_bitmap handlingTomasz Bursztyka
2017-04-21net_pkt: Removing legacy net_dirTomasz Bursztyka
2017-04-21net/net_pkt: Fully separate struct net_pkt from struct net_bufTomasz Bursztyka
2017-04-21net: Renaming net nbuf API to net pkt APITomasz Bursztyka
2017-04-21net: zoap: Remove unused helper functionRavi kumar Veeramally
2017-04-20Merge "Merge bluetooth branch into master"Kumar Gala
2017-04-20Introduce new sized integer typedefsKumar Gala
2017-04-20net: buf: Add net_buf_resetLuiz Augusto von Dentz
2017-04-13net: use UNALIGNED_GET/PUT to access IP addressBogdan Davidoaia
2017-04-13net: nbuf: Implement net_nbuf_append_le32 helperAndrei Emeltchenko
2017-04-13net/ieee802154: Expose TX power setting through net mgmt APITomasz Bursztyka
2017-04-13net/nbuf: Add an attribute to store/get IEEE 802.15.4 RSSI on RXTomasz Bursztyka
2017-04-13net: if: Reshuffle fields in net_if and related structsJukka Rissanen
2017-04-13net: if: Repack net_if_addr struct to save spaceJukka Rissanen
2017-04-13net: dns: Remove dns_client API and sample applicationJukka Rissanen
2017-04-13net: mgmt: Add IPv6 DAD succeed/failed eventJukka Rissanen
2017-04-13net: ipv6: Fix the constness of function parametersJukka Rissanen
2017-04-13net: Make sure IP layer events have fully differentiated layer codeTomasz Bursztyka
2017-04-13net: dns: Fix the compilation even if DNS is disabledJukka Rissanen
2017-04-13net: dns: Fix the documentation errors in header fileJukka Rissanen
2017-04-13net: ipv6: Allow user to tweak packet hop limit valueJukka Rissanen
2017-04-13net: ipv6: Support fragmented IPv6 packetsJukka Rissanen
2017-04-13net: nbuf: Add function to split a data fragmentJukka Rissanen
2017-04-07net: buf: Document that after data, structure may contain "user_data"Paul Sokolovsky
2017-04-07net: event: Add events for ROUTE ADD and DELRavi kumar Veeramally
2017-03-31net/ieee802154: Remove useless __packed annotationTomasz Bursztyka
2017-03-31net/ieee802154: Rename <SET/GET>_CHAN to <SET/GET>_CHANNELTomasz Bursztyka
2017-03-31net/ieee802154: Add net mgmt requests to set/get security settingsTomasz Bursztyka
2017-03-31net/ieee802154: Provide the means to create secured data framesTomasz Bursztyka
2017-03-31net/ieee802154: Add generic support for link layer cipher operationsTomasz Bursztyka
2017-03-24net: dns: Add functions to resolve using default contextJukka Rissanen
2017-03-24net: dns: Initialize DNS resolver if DNS servers are setJukka Rissanen
2017-03-24net: dns: Add resolve APIJukka Rissanen
2017-03-24net: ipv6: Adding router mgmt add/del eventsJukka Rissanen
2017-03-24net: offload: More decoupling of net_offload from l2 namingGil Pitney
2017-03-24net: offload: Move offload_ip field from net_l2 to net_ifGil Pitney
2017-03-24net: offload: Rename Kconfig NET_L2_OFFLOAD_IP to NET_OFFLOADGil Pitney
2017-03-24net: route: Try to route IPv6 packet if we are not the recipientJukka Rissanen
2017-03-17net/mgmt: Add a network interface based synchronous event listenerTomasz Bursztyka
2017-03-17net/mgmt: Add a function to wait on a event synchronouslyTomasz Bursztyka
2017-03-09net/http: Add the HTTP/1.1 APIFlavio Santes
2017-03-09net: Switch from per-iface tx thread to a unique k_poll triggered oneTomasz Bursztyka
2017-03-09net: ipv6: Collect MLD statisticsJukka Rissanen
2017-03-09net: ipv6: Allow joining to existing multicast addressJukka Rissanen
2017-03-09net: if: Leave all joined IPv6 multicast groups at net_if_downJukka Rissanen
2017-03-09net: ipv6: Notify others if we join/leave IPv6 mcast groupJukka Rissanen