zephyr/subsys/net/ip
Jani Hirsimäki bd40cb48d9 net: socket: packet: using pckt sckt for passing the PPP dialup data
With these changes, dial up Zephyr application/driver can use
socket(AF_PACKET, SOCK_RAW, IPPROTO_RAW) for creating
a socket for sending/receiving data to/from ppp net link, i.e.
packet is going to/from PPP L2.

Signed-off-by: Jani Hirsimäki <jani.hirsimaki@nordicsemi.no>
2021-04-01 09:43:56 +03:00
..
6lo_private.h
6lo.c net/6lo: First buffer fragment should hold the full compressed header 2021-02-04 07:36:16 -05:00
6lo.h
canbus_socket.c
canbus_socket.h
CMakeLists.txt net: Remove legacy TCP stack 2021-03-22 13:06:54 -04:00
connection.c net: socket: packet: using pckt sckt for passing the PPP dialup data 2021-04-01 09:43:56 +03:00
connection.h
dhcpv4.c net: dhcpv4: switch to new work API 2021-03-18 11:57:21 -04:00
dhcpv4.h
icmpv4.c
icmpv4.h
icmpv6.c
icmpv6.h
ipv4_autoconf_internal.h
ipv4_autoconf.c
ipv4.c net: ipv4: Discard pkt if TTL is 0 2021-03-29 07:40:24 -04:00
ipv4.h net: ipv4: Add utility func to create IPv4 header 2021-03-29 07:40:24 -04:00
ipv6_fragment.c net: ipv6_fragment: fixed endian issue 2020-11-17 11:44:16 +02:00
ipv6_mld.c
ipv6_nbr.c kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
ipv6.c net: virtual: Add virtual network interface support 2021-03-29 07:40:24 -04:00
ipv6.h net: virtual: Add virtual network interface support 2021-03-29 07:40:24 -04:00
Kconfig net: Remove legacy TCP stack 2021-03-22 13:06:54 -04:00
Kconfig.debug
Kconfig.ipv4 net: dhcpv4: The client needs info about network interfaces 2021-03-11 12:24:10 +02:00
Kconfig.ipv6
Kconfig.mgmt net: mgmt: Use proper coop thread priority value 2021-02-17 16:42:15 +02:00
Kconfig.stack
Kconfig.stats
nbr.c
nbr.h
net_context.c net: socket: packet: using pckt sckt for passing the PPP dialup data 2021-04-01 09:43:56 +03:00
net_core.c net: socket: packet: using pckt sckt for passing the PPP dialup data 2021-04-01 09:43:56 +03:00
net_if.c net: ip: select src ip address with valid scope for mcast dst 2021-03-30 15:57:43 +03:00
net_mgmt.c kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
net_pkt.c clock: renmae z_timeout_end_calc -> sys_clock_timeout_end_calc 2021-03-19 11:22:17 -04:00
net_private.h net: utils: net_pkt_hexdump() was missing log_strdup() 2021-03-01 14:23:30 +02:00
net_shell.c net: shell: Print network interface index instead of pointer 2021-03-29 07:40:24 -04:00
net_shell.h
net_stats.c
net_stats.h
net_tc_mapping.h
net_tc.c net: ip: remove incorrect check of work item status 2021-03-04 18:00:56 -05:00
net_timeout.c net: timeout: refactor to fix multiple problems 2021-01-07 11:14:38 +02:00
packet_socket.c net: socket: packet: using pckt sckt for passing the PPP dialup data 2021-04-01 09:43:56 +03:00
packet_socket.h net: socket: packet: using pckt sckt for passing the PPP dialup data 2021-04-01 09:43:56 +03:00
promiscuous.c
route.c
route.h
tcp2_priv.h net/ip/tcp2_priv.h: th_off: More detailed docstring 2021-03-10 14:53:28 -05:00
tcp2.c net: tcp2: Add more debugging for connection unref 2021-03-12 15:59:30 +02:00
tcp2.h
tcp_internal.h net: Remove legacy TCP stack 2021-03-22 13:06:54 -04:00
tp_priv.h
tp.c
tp.h
trickle.c
udp_internal.h
udp.c
utils.c net: utils: fix strlen issue in net_addr_pton 2021-03-29 16:22:58 -05:00