Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
dbc3c0245288f269cbc128040d77e2ec8607793a
/
drivers
/
ethernet
5e9f7cb
doc: fix misspellings in Kconfig files
by David B. Kinder
· 7 years ago
3e048f6
drivers: eth: native_posix: Add ethernet statistics support
by Jukka Rissanen
· 7 years ago
e8bc063
drivers/ethernet: Reduce runtime context size in ENC28J60 driver
by Tomasz Bursztyka
· 7 years ago
669d4a8
drivers/ethernet: Optimize memory read/write operations in ENC28J60
by Tomasz Bursztyka
· 7 years ago
42902e5
drivers/ethernet: Fix and clean a bit ENC28J60 driver
by Tomasz Bursztyka
· 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
ed923da
drivers: net: mcux: Use VLAN priority to set RX packet priority
by Jukka Rissanen
· 7 years ago
73b43e0
drivers: eth: native_posix: Add VLAN support
by Jukka Rissanen
· 7 years ago
02ee365
drivers: eth: gmac: Adding VLAN support to Atmel E70 board
by Jukka Rissanen
· 7 years ago
7385e38
drivers: eth: mcux: Enabling VLAN
by Jukka Rissanen
· 7 years ago
b702236
drivers/ethernet: No need of semaphore for spi in enc28j60
by Tomasz Bursztyka
· 7 years ago
2a14d28
drivers/ethernet: Switch enc28j60 to new SPI API
by Matthias Boesl
· 7 years ago
3242654
api/spi: Disable legacy API by default
by Tomasz Bursztyka
· 7 years ago
22399c3
drivers: eth: native_posix: Enable ethernet by default if needed
by Jukka Rissanen
· 7 years ago
47dafff
net: if: Separate IP address configuration from net_if
by Jukka Rissanen
· 7 years ago
5afa30c
drivers: eth: native_posix: No need to sleep in select
by Jukka Rissanen
· 7 years ago
85a2459
net: Support network packet checksum calc offloading
by Jukka Rissanen
· 7 years ago
8b8178b
drivers: eth: gmac: Do not verify config for unit tests
by Jukka Rissanen
· 7 years ago
0f66426
drivers: eth: Add ethernet driver for native posix arch
by Jukka Rissanen
· 7 years ago
8949233
kconfig: fix more help spacing issues
by Anas Nashif
· 7 years ago
33525c3
drivers: ethernet: eth_stm32_hal: use Kconfig to select HAL/LL sources
by Erwin Rol
· 7 years ago
e63a781
drivers: eth: mcux: Use correct Kconfig option for RX bufs
by Jukka Rissanen
· 7 years ago
89eb2d2
drivers: ethernet: stm32: various small changes
by Erwan Gouriou
· 7 years ago
2a795a1
drivers: eth_mcux: Implement IPv6 multicast group joining/leaving
by Paul Sokolovsky
· 7 years ago
81ecfc3
drivers: eth_mcux: Disable promiscuous mode by default
by Paul Sokolovsky
· 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
da9b0dd
drivers: Rename `random` to `entropy`
by Leandro Pereira
· 7 years ago
0dfee8f
drivers: eth_enc28j60: Check return value of spi_transceive()
by Leandro Pereira
· 7 years ago
29fdc8f
drivers: eth: mcux: Fix buffer overflow
by Jukka Rissanen
· 7 years ago
db8f470
drivers: eth: mcux: Fix error status logging
by Paul Sokolovsky
· 8 years ago
c4efc11
drivers/eth/mcux: Catch IPv6 multicast group join/leave information
by Jukka Rissanen
· 8 years ago
b4f88d3
drivers/ethernet: Fix a packet reception regression in ENC28J60 driver
by Tomasz Bursztyka
· 8 years ago
74020e5
eth_enc28j60: Update Kconfig dependancy for SPI
by Kumar Gala
· 8 years ago
732424f
drivers, net: Clean up semaphore initialization
by Leandro Pereira
· 8 years ago
bdebff0
drivers: ethernet: mcux: fix build warning
by Marti Bolivar
· 8 years ago
e3d8a2b
driver: eth_stm32_hal: make phy address configurable
by Erwin Rol
· 8 years ago
ad8f837
driver: eth_stm32_hal: disable hardware multicast filtering
by Erwin Rol
· 8 years ago
6e37824
driver: eth_stm32_hal: Initial STM32 HAL based Ethernet driver
by Erwin Rol
· 8 years ago
3ec3276
kconfig: fixed stray Kconfig variables
by Anas Nashif
· 8 years ago
68d7a20
ethernet: fix Kconfig option for ETHERNET
by Anas Nashif
· 8 years ago
2d4a36f
drivers: use K_THREAD_STACK_DEFINE macros
by Andrew Boie
· 8 years ago
58e8763
drivers/ethernet/eth_mcux: Fix selection of promisc mode IPv6 workaround
by Paul Sokolovsky
· 8 years ago
8a3a569
drivers/ethernet/eth_mcux: Fix extra PHY debug Kconfig name.
by Paul Sokolovsky
· 8 years ago
36c0fdd
drivers: eth_sam_gmac: Fix fragment ordering in RX
by Piotr Mienkowski
· 8 years ago
2f9b147
eth_enc28j60: use k_thread_create()
by Andrew Boie
· 8 years ago
4147ad0
drivers: eth_dw: Cleanup use of C99 types
by Kumar Gala
· 8 years ago
f930480
doc: misspellings in Kconfig files
by David B. Kinder
· 8 years ago
1c4b099
drivers: eth_dw: Port to new IP stack
by Leandro Pereira
· 8 years ago
7b3148e
drivers/eth/mcux: Fix the fragment ordering in RX
by Jukka Rissanen
· 8 years ago
65d5e8b
drivers: eth_sam_gmac: support reading MAC from I2C EEPROM
by Piotr Mienkowski
· 8 years ago
b996517
drivers: eth_sam_gmac: clean up after net_nbuf to net_pkt change
by Piotr Mienkowski
· 8 years ago
93e4d72
spell: fix Kconfig help typos: /boards /drivers
by David B. Kinder
· 8 years ago
a509441
net: convert to using newly introduced integer sized types
by Kumar Gala
· 8 years ago
db11fcd
net/net_pkt: Fully separate struct net_pkt from struct net_buf
by Tomasz Bursztyka
· 8 years ago
bf964cd
net: Renaming net nbuf API to net pkt API
by Tomasz Bursztyka
· 8 years ago
7890816
Introduce new sized integer typedefs
by Kumar Gala
· 8 years ago
323db1e
drivers: eth_sam_gmac: Make sure not to leak net_buf in RX
by Piotr Mienkowski
· 8 years ago
909069d
drivers/eth/mcux: Make sure not to leak net_buf in RX
by Jukka Rissanen
· 8 years ago
afdb0e0
drivers: eth_sam_gmac: Fix initialization order
by Piotr Mienkowski
· 8 years ago
816fdae
drivers: eth_sam_gmac: remove possible null pointer dereference
by Piotr Mienkowski
· 8 years ago
aa9c146
ext: mcux: Update to mcux 2.2 for k64
by Maureen Helm
· 8 years ago
c54b3c7
drivers: Update Atmel SAM family GMAC Ethernet driver
by Piotr Mienkowski
· 8 years ago
f1a9191
drivers: eth_enc28j60: Clarify comments in the header file.
by Paul Sokolovsky
· 8 years ago
d261385
eth/mcux: Turn down the PHY debug verbosity.
by Marcus Shawcroft
· 8 years ago
43a19bd
eth/mcux: Fix Kconfig help formatting.
by Marcus Shawcroft
· 8 years ago
26b0148
drivers: enc28j60: buffer reception waits timeout
by Juan Manuel Cruz
· 8 years ago
5197266
net: nbuf: Use net_nbuf_get_frag() to allocate a fragment
by Jukka Rissanen
· 8 years ago
d32503f
net: nbuf: Split one global DATA pool to RX and TX DATA pools
by Jukka Rissanen
· 8 years ago
e82818c
eth/eth_mcux: Make promiscous mode configurable.
by Marcus Shawcroft
· 8 years ago
e675352
eth/eth_mcux: Provide start and stop operations on the PHY driver.
by Marcus Shawcroft
· 8 years ago
d9dfd50
eth/eth_mcux: Provide phy state name printing in debug
by Marcus Shawcroft
· 8 years ago
4eb2020
net: Set the network link address type when setting link address
by Jukka Rissanen
· 8 years ago
5035f97
eth/mcux: Add temporary workaround to unbreak IPv6 ND features.
by Paul Sokolovsky
· 8 years ago
bbada2d
eth/mcux: Add basic PHY support.
by Marcus Shawcroft
· 8 years ago
bd3908b
net: nbuf: Add timeout to net_buf getters
by Jukka Rissanen
· 8 years ago
b4ca6e8
drivers/eth/mcux: Free net_buf using net_nbuf_unref
by Jukka Rissanen
· 8 years ago
3501181
drivers: enc28j60: Enables reception of multicast packets
by Juan Manuel Cruz
· 8 years ago
1bbfd3e
driver: ethernet: Fix typo on enc28j60 driver Kconfig
by Sergio Rodriguez
· 8 years ago
9f004d9
drivers: make ethernet init prio depend on NET_L2_ETHERNET
by Anas Nashif
· 8 years ago
d519ef1
drivers: Add Atmel SAM family GMAC Ethernet driver
by Piotr Mienkowski
· 8 years ago
1c21029
drivers/ethernet: Update default GPIO pin for the ENC28J60 module
by Flavio Santes
· 8 years ago
ac74d8b
license: Replace Apache boilerplate with SPDX tag
by David B. Kinder
· 8 years ago
40f5de5
ethernet: Rename ksdk to mcux
by Maureen Helm
· 8 years ago
3d8e86c
drivers: eliminate nano/micro kernel usage
by Anas Nashif
· 8 years ago
6a1632e
eth/ksdk: Use k_sem instead of nano_sem
by Marcus Shawcroft
· 8 years ago
4ede76a
eth/ksdk: Use k_sem_init() initial count
by Marcus Shawcroft
· 8 years ago
f655da2
eth/enc28j60: CONFIG_ETHERNET no longer exists.
by Marcus Shawcroft
· 8 years ago
9094fdb
eth/config: Group ethernet driver configuration into one menu.
by Marcus Shawcroft
· 8 years ago
a9e879e
logging: move sys_log to subsys/logging
by Anas Nashif
· 8 years ago
4687648
drivers: eth_ksdk: Simplifying MAC address generation
by Tomasz Bursztyka
· 8 years ago
943d55d
drivers: eth_ksdk: There is a unique L2 driver
by Tomasz Bursztyka
· 8 years ago
6480594
drivers: eth_ksdk: Theres is no longer 'ETHERNET' Kconfig option
by Tomasz Bursztyka
· 8 years ago
c1e5267
drivers: enc28j60: Removing useless legacy driver
by Tomasz Bursztyka
· 8 years ago
b94042d
drivers: enc28j60: Expose RX thread stack size and prio config
by Tomasz Bursztyka
· 8 years ago
214970a
drivers: enc28j60: Add logging
by Tomasz Bursztyka
· 8 years ago
3e62dfb
drivers: ennc28j60: There is a unique L2 driver
by Tomasz Bursztyka
· 8 years ago
c38f1e78
drivers: enc28j60: Fix one tiny naming issue
by Tomasz Bursztyka
· 8 years ago
28255fa
drivers: enc28j60: Fix a Kconfig comment
by Tomasz Bursztyka
· 8 years ago
Next »