Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
quic
/
qsdk
/
oss
/
boot
/
u-boot-2016
/
63c9729a1306ee3fed54923f53b20ce769884a81
/
include
/
net.h
63c9729
dm: eth: Provide a way for drivers to manage packet buffers
by Joe Hershberger
· 10 years ago
6030459
net: Improve error handling
by Joe Hershberger
· 10 years ago
e58780d
dm: eth: Add support for aliases
by Joe Hershberger
· 10 years ago
1759140
dm: eth: Pass the packet pointer as a parameter to recv
by Joe Hershberger
· 10 years ago
2a504df
net: Clean up network stack names used in DM drivers
by Joe Hershberger
· 10 years ago
05c3e68
dm: eth: Add basic driver model support to Ethernet stack
by Joe Hershberger
· 10 years ago
d2eaec6
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· 10 years ago
fce6900
net: Use int instead of u8 for boolean flag
by Joe Hershberger
· 10 years ago
84eb1fb
net: Refactor in preparation for driver model
by Joe Hershberger
· 10 years ago
ff99743
net: Remove unneeded "extern" in net.h
by Joe Hershberger
· 10 years ago
8b2c9a7
net: Provide a function to get the current MAC address
by Joe Hershberger
· 10 years ago
a7c3d5e
net: Add ethernet FCS length macro in net.h
by Bin Meng
· 10 years ago
0da0fcd
net: Use new checksum functions
by Simon Glass
· 10 years ago
9b0e35c
net: Add a separate file for IP checksumming
by Simon Glass
· 10 years ago
16ae782
net: Declare physical address as phys_addr_t unsigned type
by Michal Simek
· 10 years ago
2ea9103
SPDX License cleanup for LiMon imported files
by Wolfgang Denk
· 10 years ago
da384a9
net: rename and refactor eth_rand_ethaddr() function
by Masahiro Yamada
· 11 years ago
9c4cffa
net: Fix mcast function pointer prototype
by Claudiu Manoil
· 11 years ago
6e840eb
net.h: don't use the reserved name __unused
by Jeroen Hofstee
· 11 years ago
3d49412
net: make IPaddr type big endian
by Kim Phillips
· 12 years ago
ea5427e
net: Add prototype for update_tftp
by Simon Glass
· 12 years ago
0637059
net/: sparse fixes
by Kim Phillips
· 12 years ago
8a0eccb
net: Filter incoming netconsole packets by IP
by Joe Hershberger
· 12 years ago
f8be7d6
net: Improve the speed of netconsole
by Joe Hershberger
· 12 years ago
03c1b04
net: add helper to generate random mac address
by Michael Walle
· 13 years ago
4ef8d53
net: Allow filtering on debug traces in the net subsystem
by Joe Hershberger
· 13 years ago
d22c338
net: Add link-local addressing support
by Joe Hershberger
· 13 years ago
e94070c
net: Don't copy every packet that waits for an ARP
by Joe Hershberger
· 13 years ago
46c495d
net: Fix net buffer initialization
by Joe Hershberger
· 13 years ago
e711101
net: Add net_update_ether() to handle ARP and Ping replies
by Joe Hershberger
· 13 years ago
ece223b
net: Refactor to separate the UDP handler from the ARP handler
by Joe Hershberger
· 13 years ago
22f6e99
net: Refactor to protect access to the NetState variable
by Joe Hershberger
· 13 years ago
adf5d93
net: Refactor to use NetSendPacket instead of eth_send directly
by Joe Hershberger
· 13 years ago
4b11c91
net: Refactor IP, UPD, and ICMP header writing functions
by Joe Hershberger
· 13 years ago
674bb24
net: cosmetic: Replace magic numbers in arp.c with constants
by Joe Hershberger
· 13 years ago
da5ebe2
net: cosmetic: Add a more explicit comment about 802.2
by Joe Hershberger
· 13 years ago
206d07f
net: cosmetic: Rename parameter len to payload_len
by Joe Hershberger
· 13 years ago
e0a6307
net: cosmetic: Un-typedef ICMP_t
by Joe Hershberger
· 13 years ago
738853b
net: cosmetic: Un-typedef ARP_t
by Joe Hershberger
· 13 years ago
c68cca3
net: cosmetic: Un-typedef VLAN_Ethernet_t
by Joe Hershberger
· 13 years ago
cb487f5
net: cosmetic: Un-typedef Ethernet_t
by Joe Hershberger
· 13 years ago
c5c59df
net: cosmetic: Split struct ip_udp_hdr into ip_hdr
by Joe Hershberger
· 13 years ago
594c26f
net: cosmetic: Un-typedef IP_t
by Joe Hershberger
· 13 years ago
d280d3f
net: Move ARP out of net.c
by Joe Hershberger
· 13 years ago
1735188
net: Encapsulate CDP packet identification
by Joe Hershberger
· 13 years ago
f575ae1
net: Move CDP out of net.c
by Joe Hershberger
· 13 years ago
13dfe94
net: cosmetic: tftp.* checkpatch compliance
by Joe Hershberger
· 13 years ago
48522bb
net: cosmetic: net.c checkpatch compliance
by Joe Hershberger
· 13 years ago
b28e28b
net: cosmetic: net.h checkpatch compliance
by Joe Hershberger
· 13 years ago
db288a9
net: Remove volatile from net API
by Joe Hershberger
· 13 years ago
2c4b3c1
net: force PKTALIGN to ARCH_DMA_MINALIGN
by Eric Nelson
· 13 years ago
f6add13
net/miiphy/serial: drop duplicate "NAMESIZE" define
by Mike Frysinger
· 13 years ago
e7e982d
eth: remove usb-ethernet devices before re-enumerating them
by Vincent Palatin
· 13 years ago
fea7dca
net: introduce per device index
by Michael Walle
· 13 years ago
ea45cb0
net: Make sure IPaddr_t is 32 bits in size
by Matthias Weisser
· 13 years ago
e4a3d57
net: Export auto_load, use it in rarp
by Simon Glass
· 13 years ago
58f317d
net: tftpput: Support selecting get/put for tftp
by Simon Glass
· 13 years ago
e4bf0c5
net: tftpput: Rename TFTP to TFTPGET
by Simon Glass
· 13 years ago
4793ee6
net: tftpput: Add support for receiving ICMP packets
by Simon Glass
· 13 years ago
e2a5345
net: drop !NET_MULTI code
by Mike Frysinger
· 13 years ago
7616e78
Add Ethernet hardware MAC address framework to usbnet
by Simon Glass
· 14 years ago
7a83af0
TFTP: add tftpsrv command
by Luca Ceresoli
· 14 years ago
03eb129
NET: pass source IP address to packet handlers
by Luca Ceresoli
· 14 years ago
908c6b6
string_to_ip: constify "s" arg
by Mike Frysinger
· 14 years ago
2e3ef6e
string_to_VLAN: constify "var" arg
by Mike Frysinger
· 14 years ago
b920ee9
copy_filename: constify "src" arg
by Mike Frysinger
· 14 years ago
23cd138
Integrate USB gadget layer and USB CDC driver layer
by Remy Bohmer
· 15 years ago
d7fb9bc
Fix compile warnings for const correctness
by Ben Warren
· 14 years ago
ecee932
Program net device MAC addresses after initializing
by Ben Warren
· 15 years ago
6a45e38
Make getenv_IPaddr() global
by Dirk Behme
· 15 years ago
91b469c
net: add random_port() prototype
by Mike Frysinger
· 15 years ago
86848a7
net: sync env ethaddr to device enetaddr in eth_init()
by Mike Frysinger
· 15 years ago
1a32bf4
Add DNS support
by Robin Getz
· 15 years ago
d9bec9f
net: rename NetRxPkt to NetRxPacket
by Mike Frysinger
· 15 years ago
3f6e699
net: new utility functions for working with enetaddr's
by Mike Frysinger
· 16 years ago
b6446b6
convert print_IPaddr() to %pI4
by Mike Frysinger
· 16 years ago
5dc0cf6
Make some minor whitespace changes to eliminate line-wrapping
by Andy Fleming
· 16 years ago
75edebe
Move is_valid_ether_addr() to include/net.h
by Mike Frysinger
· 16 years ago
e0c07b8
net: Define IP flag field values
by Peter Tyser
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
53677ef
Big white-space cleanup.
by Wolfgang Denk
· 17 years ago
33a4a70
Fix warnings while compiling net/net.c for MPC8610HPCD board
by Anatolij Gustschin
· 17 years ago
f85b607
Introduce new eth_receive routine
by Rafal Jaworowski
· 17 years ago
53a5c42
multicast tftp: RFC2090
by David Updegraff
· 18 years ago
50cca8b
Add ability to take MAC address from the environment to DM9000 driver
by Mike Rapoport
· 17 years ago
1fe80d7
Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
by Jon Loeliger
· 17 years ago
639221c
include/: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· 17 years ago
72a074c
include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· 18 years ago
63ff004
Add support for multiple PHYs.
by Marian Balakowicz
· 19 years ago
77ddac9
Cleanup for GCC-4.x
by Wolfgang Denk
· 19 years ago
9c4c5ae
* Patch by Jon Loeliger, Kumar Gala 2005-02-08
by Jon Loeliger
· 19 years ago
ea287de
* Patch by Masami Komiya, 30 Mar 2005:
by wdenk
· 20 years ago
3e01d75
Patch by Andreas Engel, 16 Aug 2004: parameter type cleanup for NetSetTimeout()
by wdenk
· 20 years ago
68ceb29
Add support for console over UDP (compatible to Ingo Molnar's
by wdenk
· 20 years ago
a3d991b
Patches by Pantelis Antoniou, 30 Mar 2004:
by wdenk
· 21 years ago
cbd8a35
* Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download
by wdenk
· 21 years ago
5bb226e
* Use "-fPIC" instead of "-mrelocatable" to prevent problems with recent tools
by wdenk
· 21 years ago
42d1f03
* Patches by Xianghua Xiao, 15 Oct 2003:
by wdenk
· 21 years ago
LABEL_2003_10_16_0200
fe389a8
- Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK.
by stroese
· 21 years ago
7784674
* Allow crc32 to be used at address 0x000
by wdenk
· 21 years ago
Next »