Gregory Nutt
|
2840394ba6
|
Update ChangeLog
|
2014-11-17 17:44:12 -06:00 |
|
Gregory Nutt
|
c64cb19861
|
Move IP header flags from tcp.h to ip.h and rename IP_FLAGS vs TCPFLAGS. The problem fixed here is that there IP flags were not available when TCP was disabled. The IP flags are used in ICMP and IGFMP
|
2014-11-17 17:16:46 -06:00 |
|
Gregory Nutt
|
fd236ee641
|
Due to limitations in port unique-ness, have to use unique port numbers in apps/examples/bridge for now
|
2014-11-17 15:40:37 -06:00 |
|
Gregory Nutt
|
8b2b7afdae
|
Update TODO; Cosmetic changes to comments
|
2014-11-17 15:34:50 -06:00 |
|
Gregory Nutt
|
2275045b26
|
SAMA5D4-EK bridge configuration needs to set software MAC address
|
2014-11-17 13:16:13 -06:00 |
|
Gregory Nutt
|
a1598152d1
|
Update ChangeLog
|
2014-11-17 12:48:01 -06:00 |
|
Gregory Nutt
|
ee50831a5f
|
Change SAMA5D4-EK bridge configuration so that runs out of DRAM
|
2014-11-17 12:03:40 -06:00 |
|
Gregory Nutt
|
5d8e244377
|
Update ChangeLogs
|
2014-11-17 10:56:53 -06:00 |
|
Gregory Nutt
|
031c06002b
|
configs/sama5d4-ek/bridge: Add a simple test for the dual EMACs on the SAMA5D4
|
2014-11-17 10:56:02 -06:00 |
|
Gregory Nutt
|
33627632a5
|
Network: Fix compilation problem when mutliple networks enabled
|
2014-11-17 10:22:30 -06:00 |
|
Gregory Nutt
|
697bf8c213
|
Update ChangeLogs
|
2014-11-17 07:23:46 -06:00 |
|
Gregory Nutt
|
57bcb28991
|
changes for clean build with Ethernet+SLIP
|
2014-11-16 11:27:53 -06:00 |
|
Gregory Nutt
|
38754a3466
|
Completes basic changes to support per-device/per-link TCP receive window size
|
2014-11-16 11:15:21 -06:00 |
|
Gregory Nutt
|
29dc5916af
|
Change CONFIG_NET_RECEIVE_WONDOW to CONFIG_NET_ETH_TCP_RECVWNDO or CONFIG_NET_SLIP_TCP_RECVWNDO in all defconfig files
|
2014-11-16 10:49:33 -06:00 |
|
Gregory Nutt
|
2340d46d20
|
Rename NET_LL_MTU to NET_DEV_MTU; rename d_llmtu to d_mtu
|
2014-11-16 10:42:19 -06:00 |
|
Gregory Nutt
|
1f3ce25381
|
Update ChangeLogs
|
2014-11-16 10:07:11 -06:00 |
|
Gregory Nutt
|
c00a37a3db
|
Fixes for Ethernet, SLIP, and Ethernet+SLIP builds
|
2014-11-16 09:55:58 -06:00 |
|
Gregory Nutt
|
72f0145f69
|
Refresh configuration
|
2014-11-16 09:36:08 -06:00 |
|
Gregory Nutt
|
859748a94e
|
Completes conversion of CONFIG_NET_BUFIZE to CONFIG_NET_ETH/SLIP_MTU
|
2014-11-16 09:22:38 -06:00 |
|
Gregory Nutt
|
b9cd425bc2
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all drivers/net (except slip.c)
|
2014-11-16 08:53:20 -06:00 |
|
Gregory Nutt
|
71a4f29518
|
Clarify MTU/BUFSIZE in apps/ README.txt files and Documentation
|
2014-11-16 08:50:36 -06:00 |
|
Gregory Nutt
|
ca7486d7f3
|
Add link MTU size to network device structure.
|
2014-11-16 08:49:14 -06:00 |
|
Gregory Nutt
|
d6680d8524
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU in all configs/ README.txt files
|
2014-11-16 08:18:56 -06:00 |
|
Gregory Nutt
|
63526fb1ef
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all MCU Ethernet drivers
|
2014-11-16 08:10:06 -06:00 |
|
Gregory Nutt
|
307d869429
|
Rename CONFIG_NET_BUFSIZE to CONFIG_NET_ETH_MTU is all configuration files
|
2014-11-16 08:07:16 -06:00 |
|
Gregory Nutt
|
e83151ee37
|
Update ChangeLog
|
2014-11-16 07:59:10 -06:00 |
|
Gregory Nutt
|
c2c37abf47
|
EFM32 USART setup: Computation of BAUD includes shift; Eliminate additional shift. From Pierre-noel Bouteville
|
2014-11-16 07:57:57 -06:00 |
|
Gregory Nutt
|
37fd5c0fe0
|
Update ChangeLog
|
2014-11-16 06:51:09 -06:00 |
|
Gregory Nutt
|
1055ba464d
|
SAM3/4: Add missing SPI0 clock configuartion macro for the SAM4S
|
2014-11-16 06:43:08 -06:00 |
|
Gregory Nutt
|
11d2181d15
|
Update TODO
|
2014-11-15 15:44:18 -06:00 |
|
Gregory Nutt
|
51adb90e9a
|
Network: Update SLIP configuration; Fix compile issues when building SLIP only
|
2014-11-15 14:36:49 -06:00 |
|
Gregory Nutt
|
daa94934eb
|
Network: netdev_register() must assign the device name appropriately according to the link layer type
|
2014-11-15 14:21:11 -06:00 |
|
Gregory Nutt
|
5fc1f9dd2a
|
Update ChangeLogs
|
2014-11-15 13:54:49 -06:00 |
|
Gregory Nutt
|
08de18c1a6
|
Network: Various fixes for clean compile with both Ethernet and SLIP
|
2014-11-15 13:52:39 -06:00 |
|
Gregory Nutt
|
2e55db369d
|
Network: All logic will now handle varialbe length link layer protocol headers within incoming packets. This permits use of multiple network interfaces with differing data links. For example, ETHERNET + SLIP
|
2014-11-15 13:13:23 -06:00 |
|
Gregory Nutt
|
5d05b00fda
|
Merge remote-tracking branch 'origin/master' into llhdrlen
|
2014-11-15 10:25:30 -06:00 |
|
Gregory Nutt
|
4c885dd52d
|
Update ChangeLog
|
2014-11-15 10:23:58 -06:00 |
|
Gregory Nutt
|
a831ab21bc
|
Merge remote-tracking branch 'origin/master' into llhdrlen
|
2014-11-15 10:04:49 -06:00 |
|
Gregory Nutt
|
ebb6fd1e9c
|
Resove merge conflicts
|
2014-11-15 10:04:33 -06:00 |
|
Gregory Nutt
|
25d787ff12
|
Remove use of NET_LL_HDRLEN from net/arp logic. Use ETH_HDRLEN instead
|
2014-11-15 09:13:50 -06:00 |
|
Gregory Nutt
|
25a9005ce7
|
Remove use of NET_LL_HDRLEN from Ethernet drivers. Use ETH_HDRLEN instead
|
2014-11-15 09:05:34 -06:00 |
|
Gregory Nutt
|
2b758537ea
|
Network: Misc fixes for clean complete with both Ethernet and SLIP enabled
|
2014-11-15 08:55:50 -06:00 |
|
Gregory Nutt
|
3ffbfc6bbd
|
Update ChangeLog
|
2014-11-15 08:32:54 -06:00 |
|
Gregory Nutt
|
240b688001
|
STM32F4Discovery netnsh configuration needs to set MAC address
|
2014-11-15 08:32:12 -06:00 |
|
Gregory Nutt
|
388ef8db1a
|
Netwoek: Ada a parameter to netdev_register() to indicate the link protocol supported by the driver. Use this value to replace some logic commited yesterday
|
2014-11-15 08:22:51 -06:00 |
|
Gregory Nutt
|
8d00912207
|
Add mirror (x/y) and inverse video (black<->white) options to the ST7565 LCD driver. From Pierre-noel Bouteville.
|
2014-11-15 06:43:12 -06:00 |
|
Gregory Nutt
|
64d18bfe12
|
NET: Fix some some more ARP/Ethernet releated configuration
|
2014-11-14 21:22:45 -06:00 |
|
Gregory Nutt
|
0d7c378e4e
|
Costmetic change
|
2014-11-14 18:51:57 -06:00 |
|
Gregory Nutt
|
30aad0e303
|
Update TODO list
|
2014-11-14 18:40:06 -06:00 |
|
Gregory Nutt
|
f8c533f011
|
Update ChangeLog
|
2014-11-14 18:27:41 -06:00 |
|