- 4e9b9a7 drivers: net: loopback: Register loopback IP address to the interface by Robert Lubos · 3 years, 6 months ago
- 8e64038 drivers: net: adding NET_DRIVERS menuconfig by Torsten Rasmussen · 3 years, 6 months ago
- 9d2f8a1 drivers: modem: gsm_ppp: Use DTS by Yong Cong Sin · 3 years, 7 months ago
- 28021b8 drivers: net: build as static library by Daniel Leung · 3 years, 8 months ago
- d08c6ee drivers: net: ppp: fix removing CRC16 from packet by Marcin Niestroj · 3 years, 9 months ago
- e07a36c drivers: net: remove usage of device_pm_control_nop by Gerard Marull-Paretas · 4 years ago
- 188cb2c net: Conversion of k_work API by Peter Bigot · 4 years ago
- 5d76e8a net: ppp: dialup enablers by Jani Hirsimäki · 4 years ago
- 449fc7b net: ppp: Avoid wrapping each byte in muxing headers by Benjamin Lindqvist · 4 years, 5 months ago
- 54cb2bc drivers: modem: gsm_ppp: Enable start/stop by Benjamin Lindqvist · 4 years, 5 months ago
- 92499fc drivers: net: slip: Allow slip to co-exist with other interfaces by David Komel · 4 years, 6 months ago
- e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
- 98d9b01 device: Apply driver_api/data attributes rename everywhere by Tomasz Bursztyka · 4 years, 8 months ago
- 7d920ba drivers: use K_KERNEL_STACK macros by Andrew Boie · 4 years, 8 months ago
- 4137d33 net: ppp: select RING_BUFFER via Kconfig by Marcin Niestroj · 4 years, 8 months ago
- 701869f uart: Fix uart_irq_callback_user_data_set usage by Tomasz Bursztyka · 4 years, 8 months ago
- c4f7fae random: Include header where it is used by Flavio Ceolin · 4 years, 9 months ago
- 67f1068 net: ppp: consume ringbuf until it is empty by Marcin Niestroj · 4 years, 9 months ago
- a470d9d net: ppp: fix consuming claimed area of ringbuf by Marcin Niestroj · 4 years, 9 months ago
- a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
- 2a8ff02 drivers: Replace printf by printk when applicable by Xavier Chapron · 5 years ago
- 97326c0 device: Fix structure attributes access by Tomasz Bursztyka · 5 years ago
- 1d0a211 net: ppp: Create own workqueue for PPP by Jukka Rissanen · 5 years ago
- 492088b net: ppp: Convert PPP driver to use normal UART APIs by Jukka Rissanen · 5 years ago
- 900c0e1 drivers: ppp: Enable PPP interface when connection is ready by Jukka Rissanen · 5 years ago
- 4ae72db net: Enable PM settings on network devices by Tomasz Bursztyka · 5 years ago
- 3fe8707 drivers: modem: Implement uart_pipe interface for GSM modem by Patrik Flykt · 5 years ago
- 6a96466 treewide: use full path to console/uart_pipe.h header by Peter Bigot · 5 years ago
- 5e94ac9 net: ppp: Enable connection setup for windows by Christian Taedcke · 5 years ago
- 6561b19 include: Fix use of <crc.h> -> <sys/crc.h> by Kumar Gala · 5 years ago
- 1f38ea7 kconfig: Clean up 'config FOO' (two spaces) definitions by Ulf Magnusson · 5 years ago
- bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
- 975de21 kconfig: Global whitespace/consistency cleanup by Ulf Magnusson · 5 years ago
- 616f9bd drivers: net: kconfig: Remove unused SLIP_MTU symbol by Ulf Magnusson · 5 years ago
- f9d2add drivers: net: kconfig: Remove unused NET_PPP_MTU symbol by Ulf Magnusson · 5 years ago
- af7aa3f drivers: net: kconfig: Remove unused NET_PPP_CALC_FCS symbol by Ulf Magnusson · 5 years ago
- 6cf1da4 net: Add CONFIG_NET_NATIVE option for selecting native IP by Jukka Rissanen · 6 years ago
- d092482 tests: net: ppp: Add unit tests for PPP driver by Jukka Rissanen · 6 years ago
- aa46bac drivers: net: ppp: Driver for point-to-point protocol by Jukka Rissanen · 6 years ago
- a2fd7d7 cleanup: include/: move misc/util.h to sys/util.h by Anas Nashif · 6 years ago
- 9ecf292 net: slip: fix compilation without NET_L2_ETHERNET by Sören Tempel · 6 years ago
- 7a824d8 net: slip: allow compilation without CONFIG_NET_LLDP by Sören Tempel · 6 years ago
- 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
- cfc962b net: kconfig: relicense kconfig file by Anas Nashif · 6 years ago
- fba09bf net: lldp: Move LLDP structure definition to lldp by Andrei Emeltchenko · 6 years ago
- 52dc50d net: lldp: Allow generation of documentation by Jukka Rissanen · 6 years ago
- 78b644e drivers/net: Switch slip driver to new net_pkt api by Tomasz Bursztyka · 6 years ago
- 7f8d928 net/ethernet: Remove usage of net_pkt_ll() function by Tomasz Bursztyka · 6 years ago
- e97a543 net/pkt: Remove parameters to "reserve" some headroom by Tomasz Bursztyka · 6 years ago
- bff65b6 net/ethernet: Let's remove the use for ll reserve by Tomasz Bursztyka · 6 years ago
- 8ff96b5 drivers: Add 'U' to unsigned variable assignments by Patrik Flykt · 6 years ago
- 7f2cb02 net/dummy: Switch to L2 sending path by Tomasz Bursztyka · 6 years ago
- 421505c net: qemu: Allow SLIP or normal ethernet connectivity by Jukka Rissanen · 6 years ago
- 009e4da net: Make Kconfig template variables prettier by Jukka Rissanen · 6 years ago
- d671c46 drivers: net: loopback: Convert to use new logging by Jukka Rissanen · 6 years ago
- 1fea141 drivers: net: slip: Convert to use new logging by Jukka Rissanen · 6 years ago
- 8cf8db3 Kconfig: Use a short, consistent style for prompts by Ulf Magnusson · 7 years ago
- 34ff437 drivers: slip: Add LLDP support by Jesus Sanchez-Palencia · 7 years ago
- 31a0763 drivers: net: Kconfig: Remove redundant 'default n' properties by Ulf Magnusson · 7 years ago
- 8f5929d net: Too long timeout for k_sleep by Jukka Rissanen · 7 years ago
- c9dd05b drivers: net: loopback: Fix setting of SYS_LOG_LEVEL by Kumar Gala · 7 years ago
- 4bf1a9b net/ethernet: All types are prefixed with ethernet_ by Tomasz Bursztyka · 7 years ago
- e996b37 net/ethernet: Add capabilities exposed by device drivers by Tomasz Bursztyka · 7 years ago
- 2c343d2 drivers: net: slip: Add VLAN support by Jukka Rissanen · 7 years ago
- 85a2459 net: Support network packet checksum calc offloading by Jukka Rissanen · 7 years ago
- b047f81 net: Create helper to convert MAC strings to array of bytes by Jukka Rissanen · 7 years ago
- 445988c slip: fix a bug when in non-TAP mode. by Michael Hope · 7 years ago
- 10ef346 drivers: net: loopback: Fix possible double unref by Jukka Rissanen · 7 years ago
- 0436ad9 drivers: net: loopback: Simulate real hw device by Jukka Rissanen · 7 years ago
- 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
- 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
- 82118c7 net: fix the build rules for drivers/net. by Michael Hope · 7 years ago
- 15c64b2 drivers: net: loopback: Network loopback interface driver by Paul Sokolovsky · 7 years ago
- 0612651 drivers: slip: Consolidate under drivers/net/ by Paul Sokolovsky · 7 years ago