index
:
u-boot/u-boot.git
DBG/clk-support-arbitrary-clk_register-sequence
WIP/06Jul2026
master
next
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Das U-Boot Source Tree
DENX
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
cdp.c
Age
Commit message (
Expand
)
Author
14 days
net: cdp: reject CDP TLVs with a length below the 4-byte header
Piyush Paliwal
2025-08-18
net: add missing SPDX-License-Identifier for files originating from LiMon
Max Merchel
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-06
net: Remove <common.h> and add needed includes
Tom Rini
2021-09-17
Remove #include <timestamp.h> from files which do not need it
Pali Rohár
2018-05-10
SPDX: Convert a few files that were missed before
Tom Rini
2015-04-18
net: cosmetic: Fix checkpatch.pl failures in net.c
Joe Hershberger
2015-04-18
net: cosmetic: Clean up CDP variables and functions
Joe Hershberger
2015-04-18
net: cosmetic: Cleanup internal packet buffer names
Joe Hershberger
2015-04-18
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
2014-10-10
SPDX License cleanup for LiMon imported files
Wolfgang Denk
2012-05-23
net: Refactor to separate the UDP handler from the ARP handler
Joe Hershberger
2012-05-23
net: Refactor to protect access to the NetState variable
Joe Hershberger
2012-05-23
net: Refactor to use NetSendPacket instead of eth_send directly
Joe Hershberger
2012-05-23
net: cosmetic: Rename CDPHandler to cdp_receive
Joe Hershberger
2012-05-23
net: cosmetic: Un-typedef Ethernet_t
Joe Hershberger
2012-05-23
net: Move CDP out of net.c
Joe Hershberger