summaryrefslogtreecommitdiff
path: root/subsys
AgeCommit message (Expand)Author
2017-01-13net: ieee802154: inform about unsupported framesJohann Fischer
2017-01-13net: bt: Add disconnect shell commandLuiz Augusto von Dentz
2017-01-13net: bt: Add disconnect management commandLuiz Augusto von Dentz
2017-01-13net: bt: Add scan shell commandLuiz Augusto von Dentz
2017-01-13net: bt: Add scan management commandLuiz Augusto von Dentz
2017-01-13net: bt: Add shell supportLuiz Augusto von Dentz
2017-01-13net: bt: Add connect management commandLuiz Augusto von Dentz
2017-01-13net: bt: Fix not showing any logsLuiz Augusto von Dentz
2017-01-13net: mgmt: Decode event fieldsLuiz Augusto von Dentz
2017-01-13net: ieee802154: fix validate_mac_command_cfi_to_mhrJohann Fischer
2017-01-13net: tcp: Don't leak net_conn_handlesAndy Ross
2017-01-13net: tcp: Signal EOF with a NULL buffer in the callbackAndy Ross
2017-01-13net: icmpv4 : calculate ipv4 header chksumli zj
2017-01-13net: dhcpv4 : set ciaddr 0.0.0.0 when send DHCPV4_MSG_TYPE_REQUESTli zj
2017-01-13net: ip: save TCP seq/ack values in tcp_synack_receivedMichael Scott
2017-01-13net: ip: reword appdata debug message in packet_receivedMichael Scott
2017-01-13net: ip: set context state to NET_CONTEXT_CONNECTED on synack successMichael Scott
2017-01-13net: ip: set local address family during TCP connectMichael Scott
2017-01-13net: ip: on synack copy local/remote data prior to net_tcp_registerMichael Scott
2017-01-13net: tcp: replace seq/ack/wnd value shifts with system callsMichael Scott
2017-01-13net: Remove NET_SLIP choice from KconfigKumar Gala
2017-01-11shell: add stacks commandAnas Nashif
2017-01-11shell: add tasks command to kernel moduleAnas Nashif
2017-01-11shell: rename command 'set_module' to 'select'Anas Nashif
2017-01-09filesystem: add mkdir shell commandAnas Nashif
2017-01-09filesystem: fix dependency on shellAnas Nashif
2017-01-08subsys: disk: Refactor disk_access stuff into a directoryJithu Joseph
2017-01-08kernel: remove dependency on CONFIG_NANO_TIMERS/TIMEOUTSAnas Nashif
2017-01-06net: l2: bluetooth: Fix build break in ipsp_disconnectedMichael Scott
2017-01-06net: tcp: Use appdatalen when acknowledging packetsLeandro Pereira
2017-01-06net: tcp: Store return value of net_buf_frags_len() on a size_tLeandro Pereira
2017-01-06net: tcp: Remove unused `retransmit_timer` field from `net_tcp`Leandro Pereira
2017-01-06net: tcp: Be more consistent with namespaces for private funcsLeandro Pereira
2017-01-06net: tcp: Precompute appdata properlyAndy Ross
2017-01-06net: tcp: Swap tcp->context backpointersAndy Ross
2017-01-06net: tcp: Select correct source address for SYNACK packetsAndy Ross
2017-01-06net: ieee802154: Add a shell module named 'ieee15_4'Tomasz Bursztyka
2017-01-06net: ieee802154: Expose basic network parameters through net mgmt APITomasz Bursztyka
2017-01-06net: ieee802154: Fix logging primitive in mgmt partTomasz Bursztyka
2017-01-06net/dns: Introduce the qname_copy routineFlavio Santes
2017-01-06net/mqtt: Allow an MQTT subscriber app to receive msgsFlavio Santes
2017-01-06net/mqtt: Allow an MQTT publisher app to receive msgsFlavio Santes
2017-01-06net/mqtt: Improve error handling in mqtt_rx_connack routineFlavio Santes
2017-01-06net/mqtt: Improve buffer error handling in mqtt_tx routinesFlavio Santes
2017-01-06net/mqtt: Add the mqtt_rx_publish routineFlavio Santes
2017-01-06net/mqtt: Use the right data typeFlavio Santes
2017-01-06net/mqtt: Improve indentationFlavio Santes
2017-01-06net/mqtt: Make input arguments constFlavio Santes
2017-01-06net/nbuf: Introduce the net_nbuf_linear_copy routineFlavio Santes
2017-01-06net/protocols: Remove unnecessary assignement in MakefilesFlavio Santes