Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
e20055477883fb0d52a49a38f7bb5438229f8d48
/
include
/
net.h
a892dc1
dm: eth: Provide a way for drivers to manage packet buffers
by Joe Hershberger
· Fri Apr 03 20:09:46 2015 -0500
f4dc96a
net: Improve error handling
by Joe Hershberger
· Sun Mar 22 17:09:24 2015 -0500
279d2f6
dm: eth: Add support for aliases
by Joe Hershberger
· Sun Mar 22 17:09:16 2015 -0500
8207c54
dm: eth: Pass the packet pointer as a parameter to recv
by Joe Hershberger
· Sun Mar 22 17:09:12 2015 -0500
f77abc5
net: Clean up network stack names used in DM drivers
by Joe Hershberger
· Sun Mar 22 17:09:11 2015 -0500
c7eceaf
dm: eth: Add basic driver model support to Ethernet stack
by Joe Hershberger
· Sun Mar 22 17:09:10 2015 -0500
3dbe17e
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· Sun Mar 22 17:09:06 2015 -0500
aca1c31
net: Use int instead of u8 for boolean flag
by Joe Hershberger
· Sun Mar 22 17:09:05 2015 -0500
e1e8a8c
net: Refactor in preparation for driver model
by Joe Hershberger
· Sun Mar 22 17:09:03 2015 -0500
b79dda3
net: Remove unneeded "extern" in net.h
by Joe Hershberger
· Sun Mar 22 17:09:02 2015 -0500
11cd5a0
net: Provide a function to get the current MAC address
by Joe Hershberger
· Sun Mar 22 17:09:00 2015 -0500
b1a5e1f
net: Add ethernet FCS length macro in net.h
by Bin Meng
· Fri Mar 20 17:12:18 2015 +0800
dfcdcee
net: Use new checksum functions
by Simon Glass
· Mon Jan 19 22:16:08 2015 -0700
0015391
net: Add a separate file for IP checksumming
by Simon Glass
· Mon Jan 19 22:16:07 2015 -0700
66106f9
net: Declare physical address as phys_addr_t unsigned type
by Michal Simek
· Wed Jan 14 16:00:39 2015 +0100
db06592
SPDX License cleanup for LiMon imported files
by Wolfgang Denk
· Tue Sep 30 10:44:01 2014 +0200
0b16e65
net: rename and refactor eth_rand_ethaddr() function
by Masahiro Yamada
· Fri Apr 18 19:09:48 2014 +0900
5c47357
net: Fix mcast function pointer prototype
by Claudiu Manoil
· Mon Sep 30 12:44:39 2013 +0300
9a1ad00
net.h: don't use the reserved name __unused
by Jeroen Hofstee
· Sat Aug 10 16:52:47 2013 +0200
6025cd2
net: make IPaddr type big endian
by Kim Phillips
· Wed Jan 16 18:09:11 2013 -0600
d1892ac
net: Add prototype for update_tftp
by Simon Glass
· Wed May 15 06:23:54 2013 +0000
40c2c03
net/: sparse fixes
by Kim Phillips
· Mon Oct 29 13:34:33 2012 +0000
58cd218
net: Filter incoming netconsole packets by IP
by Joe Hershberger
· Tue Sep 18 10:01:32 2012 +0000
9f37406
net: Improve the speed of netconsole
by Joe Hershberger
· Fri Aug 03 10:59:08 2012 +0000
59d103a
net: add helper to generate random mac address
by Michael Walle
· Tue Jun 05 11:33:16 2012 +0000
05a377b
net: Allow filtering on debug traces in the net subsystem
by Joe Hershberger
· Wed May 23 08:01:04 2012 +0000
b35a3a6
net: Add link-local addressing support
by Joe Hershberger
· Wed May 23 08:00:12 2012 +0000
de8205a
net: Don't copy every packet that waits for an ARP
by Joe Hershberger
· Wed May 23 07:59:24 2012 +0000
017e5c4
net: Fix net buffer initialization
by Joe Hershberger
· Wed May 23 07:59:22 2012 +0000
530cd6b
net: Add net_update_ether() to handle ARP and Ping replies
by Joe Hershberger
· Wed May 23 07:59:16 2012 +0000
f50357b
net: Refactor to separate the UDP handler from the ARP handler
by Joe Hershberger
· Wed May 23 07:59:15 2012 +0000
d4bb76a
net: Refactor to protect access to the NetState variable
by Joe Hershberger
· Wed May 23 07:59:14 2012 +0000
ebe3ca8
net: Refactor to use NetSendPacket instead of eth_send directly
by Joe Hershberger
· Wed May 23 07:59:13 2012 +0000
2ed5b49
net: Refactor IP, UPD, and ICMP header writing functions
by Joe Hershberger
· Wed May 23 07:59:07 2012 +0000
2f78749
net: cosmetic: Replace magic numbers in arp.c with constants
by Joe Hershberger
· Wed May 23 07:58:17 2012 +0000
c17fa98
net: cosmetic: Add a more explicit comment about 802.2
by Joe Hershberger
· Wed May 23 07:58:11 2012 +0000
1a6b8d8
net: cosmetic: Rename parameter len to payload_len
by Joe Hershberger
· Wed May 23 07:58:10 2012 +0000
7849561
net: cosmetic: Un-typedef ICMP_t
by Joe Hershberger
· Wed May 23 07:58:09 2012 +0000
de15d093
net: cosmetic: Un-typedef ARP_t
by Joe Hershberger
· Wed May 23 07:58:08 2012 +0000
b43784c
net: cosmetic: Un-typedef VLAN_Ethernet_t
by Joe Hershberger
· Wed May 23 07:58:07 2012 +0000
1178f41
net: cosmetic: Un-typedef Ethernet_t
by Joe Hershberger
· Wed May 23 07:58:06 2012 +0000
c686fa1
net: cosmetic: Split struct ip_udp_hdr into ip_hdr
by Joe Hershberger
· Wed May 23 07:58:05 2012 +0000
6fe8b45
net: cosmetic: Un-typedef IP_t
by Joe Hershberger
· Wed May 23 07:58:04 2012 +0000
aae0508
net: Move ARP out of net.c
by Joe Hershberger
· Wed May 23 07:58:01 2012 +0000
00c62a8
net: Encapsulate CDP packet identification
by Joe Hershberger
· Wed May 23 07:58:00 2012 +0000
a4215b0
net: Move CDP out of net.c
by Joe Hershberger
· Wed May 23 07:57:59 2012 +0000
3a29e5a
net: cosmetic: tftp.* checkpatch compliance
by Joe Hershberger
· Tue May 15 08:59:12 2012 +0000
77001b43
net: cosmetic: net.c checkpatch compliance
by Joe Hershberger
· Tue May 15 08:59:08 2012 +0000
290549f
net: cosmetic: net.h checkpatch compliance
by Joe Hershberger
· Tue May 15 08:59:05 2012 +0000
4b7747e
net: Remove volatile from net API
by Joe Hershberger
· Tue May 15 08:59:04 2012 +0000
23343a1
net: force PKTALIGN to ARCH_DMA_MINALIGN
by Eric Nelson
· Thu Mar 15 18:33:24 2012 +0000
6b300dc
net/miiphy/serial: drop duplicate "NAMESIZE" define
by Mike Frysinger
· Thu Nov 10 14:11:04 2011 +0000
451be50
eth: remove usb-ethernet devices before re-enumerating them
by Vincent Palatin
· Mon Jan 09 08:32:36 2012 +0000
391da4c
net: introduce per device index
by Michael Walle
· Thu Oct 27 11:31:35 2011 +0000
6cc6326
net: Make sure IPaddr_t is 32 bits in size
by Matthias Weisser
· Sat Dec 03 03:29:44 2011 +0000
5234ad1
net: Export auto_load, use it in rarp
by Simon Glass
· Thu Oct 27 06:24:32 2011 +0000
f59675a
net: tftpput: Support selecting get/put for tftp
by Simon Glass
· Mon Oct 24 18:00:05 2011 +0000
d6c5f55
net: tftpput: Rename TFTP to TFTPGET
by Simon Glass
· Mon Oct 24 18:00:02 2011 +0000
230467c
net: tftpput: Add support for receiving ICMP packets
by Simon Glass
· Mon Oct 24 18:00:01 2011 +0000
a23230c
net: drop !NET_MULTI code
by Mike Frysinger
· Sun Oct 02 10:01:27 2011 +0000
62b36c9
Add Ethernet hardware MAC address framework to usbnet
by Simon Glass
· Mon Jun 13 16:13:10 2011 -0700
7aa81a4
TFTP: add tftpsrv command
by Luca Ceresoli
· Tue May 17 00:03:40 2011 +0000
428ab36
NET: pass source IP address to packet handlers
by Luca Ceresoli
· Mon Apr 18 06:19:50 2011 +0000
bb1ecce
string_to_ip: constify "s" arg
by Mike Frysinger
· Wed Oct 20 07:16:58 2010 -0400
89c7392
string_to_VLAN: constify "var" arg
by Mike Frysinger
· Wed Oct 20 07:16:48 2010 -0400
c8ecaa3
copy_filename: constify "src" arg
by Mike Frysinger
· Wed Oct 20 07:16:40 2010 -0400
df06344
Integrate USB gadget layer and USB CDC driver layer
by Remy Bohmer
· Wed Jul 29 18:18:43 2009 +0200
97824d6
Fix compile warnings for const correctness
by Ben Warren
· Thu Jul 29 12:56:11 2010 -0700
6db991a
Program net device MAC addresses after initializing
by Ben Warren
· Mon Apr 26 11:11:46 2010 -0700
8b3cc06
Make getenv_IPaddr() global
by Dirk Behme
· Sun Jan 03 08:33:58 2010 +0100
59cb1e7
net: add random_port() prototype
by Mike Frysinger
· Wed Sep 02 04:18:55 2009 -0400
e129d56
net: sync env ethaddr to device enetaddr in eth_init()
by Mike Frysinger
· Wed Jul 15 21:31:28 2009 -0400
82f0d23
Add DNS support
by Robin Getz
· Mon Jul 20 14:53:54 2009 -0400
dc16603
net: rename NetRxPkt to NetRxPacket
by Mike Frysinger
· Sat Jul 18 21:04:08 2009 -0400
c34319c
net: new utility functions for working with enetaddr's
by Mike Frysinger
· Thu Jan 29 19:43:44 2009 -0500
d5695f4
convert print_IPaddr() to %pI4
by Mike Frysinger
· Tue Feb 17 00:00:53 2009 -0500
ecfb987
Make some minor whitespace changes to eliminate line-wrapping
by Andy Fleming
· Wed Feb 11 15:10:31 2009 -0600
2a02f5c
Move is_valid_ether_addr() to include/net.h
by Mike Frysinger
· Tue Jan 27 16:53:39 2009 -0500
0885bf0
net: Define IP flag field values
by Peter Tyser
· Mon Dec 01 16:26:20 2008 -0600
0383694
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· Thu Oct 16 15:01:15 2008 +0200
a1be476
Big white-space cleanup.
by Wolfgang Denk
· Tue May 20 16:00:29 2008 +0200
196a61a
Fix warnings while compiling net/net.c for MPC8610HPCD board
by Anatolij Gustschin
· Wed Apr 30 13:34:40 2008 +0200
1f2c9a4
Introduce new eth_receive routine
by Rafal Jaworowski
· Thu Dec 27 18:19:02 2007 +0100
7280da7
multicast tftp: RFC2090
by David Updegraff
· Mon Jun 11 10:41:07 2007 -0500
e54d6c1
Add ability to take MAC address from the environment to DM9000 driver
by Mike Rapoport
· Sun Aug 12 08:48:27 2007 +0300
5336a76
Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!
by Jon Loeliger
· Mon Jul 09 22:08:34 2007 -0500
2517d97
include/: Remove obsolete references to CONFIG_COMMANDS
by Jon Loeliger
· Mon Jul 09 17:15:49 2007 -0500
7ab36a2
include/ non-config: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).
by Jon Loeliger
· Mon Jun 11 19:03:34 2007 -0500
aab8c49
Add support for multiple PHYs.
by Marian Balakowicz
· Fri Oct 28 22:30:33 2005 +0200
7fb5266
Cleanup for GCC-4.x
by Wolfgang Denk
· Thu Oct 13 16:45:02 2005 +0200
f5ad378
* Patch by Jon Loeliger, Kumar Gala 2005-02-08
by Jon Loeliger
· Sat Jul 23 10:37:35 2005 -0500
b4ad962
* Patch by Masami Komiya, 30 Mar 2005:
by wdenk
· Fri Apr 01 00:25:43 2005 +0000
d6a3dd4
Patch by Andreas Engel, 16 Aug 2004: parameter type cleanup for NetSetTimeout()
by wdenk
· Sat Oct 09 21:56:21 2004 +0000
b8fb619
Add support for console over UDP (compatible to Ingo Molnar's
by wdenk
· Mon Aug 02 21:11:11 2004 +0000
145d2c1
Patches by Pantelis Antoniou, 30 Mar 2004:
by wdenk
· Thu Apr 15 21:48:45 2004 +0000
be9c1cb
* Patch by Masami Komiy, 22 Feb 2004: Add support for NFS for file download
by wdenk
· Tue Feb 24 02:00:03 2004 +0000
c6abb7e
* Use "-fPIC" instead of "-mrelocatable" to prevent problems with recent tools
by wdenk
· Mon Nov 17 21:14:37 2003 +0000
9c53f40
* Patches by Xianghua Xiao, 15 Oct 2003:
by wdenk
· Wed Oct 15 23:53:47 2003 +0000
e0aadfb
- Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK.
by stroese
· Thu Aug 28 14:17:32 2003 +0000
b846356
* Allow crc32 to be used at address 0x000
by wdenk
· Sat Jul 26 08:08:08 2003 +0000
Next »