.. |
Kconfig
|
Move NETDEV config from net/Kconfig to net/netdev/Kconfig
|
2014-06-27 10:02:14 -06:00 |
Make.defs
|
Network: Add logic to get a default network device (for the case where are multiple devices). For INADDR_ANY
|
2014-11-21 14:14:39 -06:00 |
netdev.h
|
Networking: Replace all references to net_ipaddr_t with either in_addr_t on net_ipv6addr_t. The goal is to support both IPv4 and IPv6 simultaneously. This requires that the two types be distinct and not conditionally typedef'ed to net_ipaddr_t.
|
2015-01-16 12:30:18 -06:00 |
netdev_carrier.c
|
Cosmetic standardization of some naming in comments
|
2015-01-19 16:02:56 -06:00 |
netdev_count.c
|
Cosmetic standardization of some naming in comments
|
2015-01-19 16:02:56 -06:00 |
netdev_default.c
|
Cosmetic standardization of some naming in comments
|
2015-01-19 16:02:56 -06:00 |
netdev_findbyaddr.c
|
Cosmetic standardization of some naming in comments
|
2015-01-19 16:02:56 -06:00 |
netdev_findbyname.c
|
Cosmetic standardization of some naming in comments
|
2015-01-19 16:02:56 -06:00 |
netdev_foreach.c
|
Cosmetic standardization of some naming in comments
|
2015-01-19 16:02:56 -06:00 |
netdev_ioctl.c
|
Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, not sin_port and sin_family
|
2015-01-20 18:14:09 -06:00 |
netdev_register.c
|
Unix domain: With these changes I can build a system with no link layer enabled, only Unix domain sockets
|
2015-01-27 15:26:03 -06:00 |
netdev_rxnotify.c
|
Cosmetic standardization of some naming in comments
|
2015-01-19 16:02:56 -06:00 |
netdev_sem.c
|
Cosmetic standardization of some naming in comments
|
2015-01-19 16:02:56 -06:00 |
netdev_txnotify.c
|
Cosmetic standardization of some naming in comments
|
2015-01-19 16:02:56 -06:00 |
netdev_unregister.c
|
Cosmetic standardization of some naming in comments
|
2015-01-19 16:02:56 -06:00 |