Gregory Nutt
|
caba61999a
|
Remove CONFIG_DISABLE_CLOCK
|
2014-08-07 12:35:24 -06:00 |
Gregory Nutt
|
cab24a4bd8
|
Add inclusion of assert.h to so files that use DEBUGASSERT
|
2014-07-21 18:46:47 -06:00 |
Gregory Nutt
|
4f60bfb485
|
IOB: Change suggested by Rony Xln
|
2014-07-08 07:13:50 -06:00 |
Gregory Nutt
|
178b2b0cbe
|
NET: Important fix to the read-ahead buffer queue managment: Consumed bytes were being trimmed from the head of the queue, but the queue head itself was not being updated. From Rony XLN
|
2014-07-07 07:28:17 -06:00 |
Gregory Nutt
|
e89eac6365
|
NET: Fix a few problems after big merge of network reorganization
|
2014-07-06 17:58:36 -06:00 |
Gregory Nutt
|
73f3ecf7e2
|
NET: Rename network interrupt event flags more appropriately: TCP_, UDP_, ICMP_, or PKT_ vs UIP_
|
2014-07-06 17:22:02 -06:00 |
Gregory Nutt
|
a251259f90
|
NET: Rename some non-configurable constants UIP_ to IP_ or TCP_
|
2014-07-06 16:19:26 -06:00 |
Gregory Nutt
|
b77fda2c95
|
NET: Rename TCP state values: UIP_ -> TCP_
|
2014-07-06 16:10:26 -06:00 |
Gregory Nutt
|
1f11a452dd
|
NET: Add a few missing configuration options to the Kconfig files
|
2014-07-06 13:04:27 -06:00 |
Gregory Nutt
|
2d52d70d4c
|
NET: Move private definitions from include/nuttx/net/tcp to net/tcp/tcp.h
|
2014-07-06 12:34:27 -06:00 |
Gregory Nutt
|
9e87ab90b8
|
NET: Move private definitions from include/nuttx/net/arp.h to net/arp/arp.h
|
2014-07-06 11:05:28 -06:00 |
Gregory Nutt
|
d392be6f73
|
NET: Oops. Forgot to add a file before committing
|
2014-07-05 15:21:13 -06:00 |
Gregory Nutt
|
811668cf15
|
NET: Move most of the contents of include/nuttx/net/igmp.h moved to net/igmp/igmp.h
|
2014-07-05 15:15:40 -06:00 |
Gregory Nutt
|
47a502a5e2
|
NET: Most of the contents of include/nuttx/net/udp.h moved to net/pkt/udp.h
|
2014-07-05 14:40:29 -06:00 |
Gregory Nutt
|
dc8cba763d
|
NET: Most of the contents of include/nuttx/net/pkt.h moved to net/pkt/pkt.h
|
2014-07-05 13:59:22 -06:00 |
Gregory Nutt
|
c5fc24e110
|
NET: Standardize naming of all protocal header lengths
|
2014-07-05 13:04:48 -06:00 |
Gregory Nutt
|
60246e613b
|
NET: emoved all includes of uip.h; added includes of ip.h wherever needed. Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
|
2014-07-04 19:13:08 -06:00 |
Gregory Nutt
|
0bb153b8cb
|
Remove all inclusion of uip.h
|
2014-07-04 16:58:22 -06:00 |
Gregory Nutt
|
8615dd0aeb
|
NET: rename include/net/ip.h to ipopt.h
|
2014-07-04 16:44:53 -06:00 |
Gregory Nutt
|
a6b39d1879
|
NET: in-progress change... don't use
|
2014-07-04 16:38:51 -06:00 |
Gregory Nutt
|
cce35ce975
|
NET: More renaming
|
2014-07-04 15:40:49 -06:00 |
Gregory Nutt
|
9f5418e5d3
|
NET: More renaming
|
2014-07-03 17:53:16 -06:00 |
Gregory Nutt
|
8e9df8ade0
|
NET: Misc naming clean-up
|
2014-07-02 17:23:25 -06:00 |
Gregory Nutt
|
0526aefb4e
|
NET: Rename g_uipsem to g_netlock
|
2014-07-01 18:21:25 -06:00 |
Gregory Nutt
|
3e0bd1f1b0
|
NET: Rename some address comparison macros
|
2014-07-01 18:11:05 -06:00 |
Gregory Nutt
|
96a6c725d5
|
NET: Some minor clean-up
|
2014-06-30 19:43:30 -06:00 |
Gregory Nutt
|
85f42044df
|
NET: Rename uip_dataevent to tcp_data_event
|
2014-06-30 19:17:22 -06:00 |
Gregory Nutt
|
b54d366efd
|
NET: Remove uip_restart()
|
2014-06-30 19:14:01 -06:00 |
Gregory Nutt
|
77330679d4
|
NET: Rename uip_mss to tcp_mss
|
2014-06-30 19:09:23 -06:00 |
Gregory Nutt
|
5d7915e5ef
|
NET: Remove uip_stopped and uip_stop
|
2014-06-30 19:03:01 -06:00 |
Gregory Nutt
|
b0c1b7ef47
|
Rename uip_poll->devif_poll and uip_timer->devif_timer
|
2014-06-30 18:40:41 -06:00 |
Gregory Nutt
|
b18ac3c778
|
NET: Rename uip_ping to icmp_ping
|
2014-06-30 18:15:59 -06:00 |
Gregory Nutt
|
da7379ed18
|
Rename uip_input to devif_input
|
2014-06-30 18:11:17 -06:00 |
Gregory Nutt
|
7dd04db1d2
|
NET: Rename uip_nextXYZconn to XYZ_netconn
|
2014-06-30 18:03:58 -06:00 |
Gregory Nutt
|
ad3e39e53d
|
NET: Rename uiphdr_ipaddr_copy to net_ipaddr_hdrcopy, uip_ip4addr_conv to net_ip4addr_conv32, and uip_ethaddr_cmp to eth_addr_cmp
|
2014-06-29 13:20:00 -06:00 |
Gregory Nutt
|
c362f21815
|
NET: Rename uip_ipaddr* to net_ipaddr*
|
2014-06-29 13:11:08 -06:00 |
Gregory Nutt
|
fa68fcc843
|
NET: Rename uip_callback_s to devif_callback_s
|
2014-06-29 12:59:34 -06:00 |
Gregory Nutt
|
899dc193ca
|
NET: Renaming of IP address types
|
2014-06-29 12:22:50 -06:00 |
Gregory Nutt
|
5ac94ff988
|
Fixes for networking and tiny webserver from Max
|
2014-06-29 09:30:09 -06:00 |
Gregory Nutt
|
c179369a47
|
Rename static functions from uip_* to something more appropriate. Globally scoped functions will take more work
|
2014-06-28 19:26:16 -06:00 |
Gregory Nutt
|
8e706eb4ff
|
Rename many functions in net/devif from uip_* to devif_*
|
2014-06-28 18:36:09 -06:00 |
Gregory Nutt
|
5790c94ba3
|
Rename net/uip to net/devif. Rename uip/uip.h to devif/devif.h
|
2014-06-28 18:07:02 -06:00 |
Gregory Nutt
|
3451ce2996
|
Move IPv6 files from net/uip to net/ipv6
|
2014-06-28 17:42:34 -06:00 |
Gregory Nutt
|
76fa58ee00
|
Move all socket-related files from net/ to net/socket. Move net/net.h to net/socket/socket.h
|
2014-06-28 17:25:18 -06:00 |
Gregory Nutt
|
64c8dba8c4
|
NET: Create net/sockets directory and hook into the build/configuration system
|
2014-06-28 16:41:55 -06:00 |
Gregory Nutt
|
d6cf0f5703
|
Fix another place where sem_tryalloc may be called from the interrupt level. Thanks Manuel
|
2014-06-28 13:32:42 -06:00 |
Gregory Nutt
|
c3c8c86873
|
NET: Last tweaks were still in the editor
|
2014-06-28 11:56:48 -06:00 |
Gregory Nutt
|
c4fef5d5ff
|
NET: Another fix for recently introduced networking errors
|
2014-06-28 11:41:06 -06:00 |
Gregory Nutt
|
3b81e58047
|
NET: Fix some errors in recent network I/O buffering when stack runs from interrupt level
|
2014-06-28 11:35:14 -06:00 |
Gregory Nutt
|
50b749a636
|
Clean-up naming associated with network checksums
|
2014-06-27 17:51:32 -06:00 |