Gregory Nutt
|
6d93658ff8
|
Add new configuratin CONFIG_NET_MCASTGROUP. This option is selected automatically if either CONFIG_NET_IGMP or CONFIG_NET_MLD are selected. Most conditional logic based on CONFIG_NET_IGMP replaced with conditioning on CONFIG_NET_MCASTGROUP.
|
2018-10-31 15:03:51 -06:00 |
|
Gregory Nutt
|
9bc951a335
|
Rename devif_loopback_out to devi_loopback
|
2018-08-25 08:33:21 -06:00 |
|
Xiang Xiao
|
0074afa0ac
|
net/netdev: add devif_loopback_out() to check the loopback case where a packet is being sent to itself. Modify the net driver to call this function in this case. This function will simply re-inject the packet back into the network and the network driver will not put anything on the wire.
|
2018-08-24 09:21:33 -06:00 |
|
ichael Jung
|
aad8f6e45f
|
drivers/usbdev/cdcecm.c: Adds USB Device Support for CDC/ECM
|
2018-08-16 08:49:11 -06:00 |
|