Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
a5b5d8857568270f606e081a1f353df1007d0cbc
/
include
/
net.h
8d56db9
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
94c4b99
efi_loader: Add network access support
by Alexander Graf
· 9 years ago
d93400a
net: increase maximum frame size to accomediate VLAN packets
by Stefan Agner
· 9 years ago
96c1904
net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375
by Stefan Roese
· 9 years ago
1e9df6b
net: export eth_setenv_enetaddr_by_index() to net.h
by Roger Quadros
· 9 years ago
da62ad2
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 9 years ago
4384ea4
include/net.h: add max_speed member in struct eth_pdata
by Alexey Brodkin
· 9 years ago
cff6536
include: net: Simplify the usage of __always_inline
by Fabio Estevam
· 9 years ago
ae80c2e
net: Increase the size of the net_boot_file_name buffer
by Jacob Stiffler
· 9 years ago
1bcee66
net: change the env name to use const
by Josh Wu
· 9 years ago
8de9d12
net: expose eth_is_active() function to test network device state
by Bernhard Nortmann
· 9 years ago
e32125a
update: tftp: dfu: Extend update_tftp() function to support DFU
by Lukasz Majewski
· 9 years ago
c91b2b7
net: Allow drivers to return -ENOSYS with the write_hwaddr() method
by Simon Glass
· 9 years ago
dc6eda3
dm: eth: Avoid blocking on packet reception
by Simon Glass
· 9 years ago
dbad346
dm: net: Adjust PHY interface to work with CONFIG_DM_ETH
by Simon Glass
· 10 years ago
4c00eeb
net: Convert protocol structures to use explicit sizes
by Sergey Temerkhanov
· 10 years ago
bf5ad64
net: Fix incorrect DHCP/BOOTP packets on 64-bit systems
by Sergey Temerkhanov
· 10 years ago
c80b41b0
net: cosmetic: Fix checkpatch.pl failures in net.c
by Joe Hershberger
· 10 years ago
7581157
net: cosmetic: Fix checkpatch.pl failures in net.h
by Joe Hershberger
· 10 years ago
013d387
net: cosmetic: Clean up cmd_net variables and functions
by Joe Hershberger
· 10 years ago
d02aa6b
net: cosmetic: Clean up netconsole variables and functions
by Joe Hershberger
· 10 years ago
f725e34
net: cosmetic: Clean up DNS variables and functions
by Joe Hershberger
· 10 years ago
527336f
net: cosmetic: Clean up CDP variables and functions
by Joe Hershberger
· 10 years ago
9f09a36
net: cosmetic: Fix var naming net <-> eth drivers
by Joe Hershberger
· 10 years ago
a8ca4f6
net: cosmetic: Cleanup internal packet buffer names
by Joe Hershberger
· 10 years ago
8ecdbed
net: cosmetic: Name ethaddr variables consistently
by Joe Hershberger
· 10 years ago
6d23643
net: cosmetic: Fixup var names for DHCP strings
by Joe Hershberger
· 10 years ago
290c899
net: cosmetic: Fixup var names related to boot file
by Joe Hershberger
· 10 years ago
5874dec
net: cosmetic: Change IPaddr_t to struct in_addr
by Joe Hershberger
· 10 years ago
a892dc1
dm: eth: Provide a way for drivers to manage packet buffers
by Joe Hershberger
· 10 years ago
f4dc96a
net: Improve error handling
by Joe Hershberger
· 10 years ago
279d2f6
dm: eth: Add support for aliases
by Joe Hershberger
· 10 years ago
8207c54
dm: eth: Pass the packet pointer as a parameter to recv
by Joe Hershberger
· 10 years ago
f77abc5
net: Clean up network stack names used in DM drivers
by Joe Hershberger
· 10 years ago
c7eceaf
dm: eth: Add basic driver model support to Ethernet stack
by Joe Hershberger
· 10 years ago
3dbe17e
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· 10 years ago
aca1c31
net: Use int instead of u8 for boolean flag
by Joe Hershberger
· 10 years ago
e1e8a8c
net: Refactor in preparation for driver model
by Joe Hershberger
· 10 years ago
b79dda3
net: Remove unneeded "extern" in net.h
by Joe Hershberger
· 10 years ago
11cd5a0
net: Provide a function to get the current MAC address
by Joe Hershberger
· 10 years ago
b1a5e1f
net: Add ethernet FCS length macro in net.h
by Bin Meng
· 10 years ago
dfcdcee
net: Use new checksum functions
by Simon Glass
· 10 years ago
0015391
net: Add a separate file for IP checksumming
by Simon Glass
· 10 years ago
66106f9
net: Declare physical address as phys_addr_t unsigned type
by Michal Simek
· 10 years ago
db06592
SPDX License cleanup for LiMon imported files
by Wolfgang Denk
· 10 years ago
0b16e65
net: rename and refactor eth_rand_ethaddr() function
by Masahiro Yamada
· 11 years ago
5c47357
net: Fix mcast function pointer prototype
by Claudiu Manoil
· 11 years ago
9a1ad00
net.h: don't use the reserved name __unused
by Jeroen Hofstee
· 11 years ago
6025cd2
net: make IPaddr type big endian
by Kim Phillips
· 12 years ago
d1892ac
net: Add prototype for update_tftp
by Simon Glass
· 12 years ago
40c2c03
net/: sparse fixes
by Kim Phillips
· 12 years ago
58cd218
net: Filter incoming netconsole packets by IP
by Joe Hershberger
· 12 years ago
9f37406
net: Improve the speed of netconsole
by Joe Hershberger
· 12 years ago
59d103a
net: add helper to generate random mac address
by Michael Walle
· 12 years ago
05a377b
net: Allow filtering on debug traces in the net subsystem
by Joe Hershberger
· 13 years ago
b35a3a6
net: Add link-local addressing support
by Joe Hershberger
· 13 years ago
de8205a
net: Don't copy every packet that waits for an ARP
by Joe Hershberger
· 13 years ago
017e5c4
net: Fix net buffer initialization
by Joe Hershberger
· 13 years ago
530cd6b
net: Add net_update_ether() to handle ARP and Ping replies
by Joe Hershberger
· 13 years ago
f50357b
net: Refactor to separate the UDP handler from the ARP handler
by Joe Hershberger
· 13 years ago
d4bb76a
net: Refactor to protect access to the NetState variable
by Joe Hershberger
· 13 years ago
ebe3ca8
net: Refactor to use NetSendPacket instead of eth_send directly
by Joe Hershberger
· 13 years ago
2ed5b49
net: Refactor IP, UPD, and ICMP header writing functions
by Joe Hershberger
· 13 years ago
2f78749
net: cosmetic: Replace magic numbers in arp.c with constants
by Joe Hershberger
· 13 years ago
c17fa98
net: cosmetic: Add a more explicit comment about 802.2
by Joe Hershberger
· 13 years ago
1a6b8d8
net: cosmetic: Rename parameter len to payload_len
by Joe Hershberger
· 13 years ago
7849561
net: cosmetic: Un-typedef ICMP_t
by Joe Hershberger
· 13 years ago
de15d093
net: cosmetic: Un-typedef ARP_t
by Joe Hershberger
· 13 years ago
b43784c
net: cosmetic: Un-typedef VLAN_Ethernet_t
by Joe Hershberger
· 13 years ago
1178f41
net: cosmetic: Un-typedef Ethernet_t
by Joe Hershberger
· 13 years ago
c686fa1
net: cosmetic: Split struct ip_udp_hdr into ip_hdr
by Joe Hershberger
· 13 years ago
6fe8b45
net: cosmetic: Un-typedef IP_t
by Joe Hershberger
· 13 years ago
aae0508
net: Move ARP out of net.c
by Joe Hershberger
· 13 years ago
00c62a8
net: Encapsulate CDP packet identification
by Joe Hershberger
· 13 years ago
a4215b0
net: Move CDP out of net.c
by Joe Hershberger
· 13 years ago
3a29e5a
net: cosmetic: tftp.* checkpatch compliance
by Joe Hershberger
· 13 years ago
77001b43
net: cosmetic: net.c checkpatch compliance
by Joe Hershberger
· 13 years ago
290549f
net: cosmetic: net.h checkpatch compliance
by Joe Hershberger
· 13 years ago
4b7747e
net: Remove volatile from net API
by Joe Hershberger
· 13 years ago
23343a1
net: force PKTALIGN to ARCH_DMA_MINALIGN
by Eric Nelson
· 13 years ago
6b300dc
net/miiphy/serial: drop duplicate "NAMESIZE" define
by Mike Frysinger
· 13 years ago
451be50
eth: remove usb-ethernet devices before re-enumerating them
by Vincent Palatin
· 13 years ago
391da4c
net: introduce per device index
by Michael Walle
· 13 years ago
6cc6326
net: Make sure IPaddr_t is 32 bits in size
by Matthias Weisser
· 13 years ago
5234ad1
net: Export auto_load, use it in rarp
by Simon Glass
· 13 years ago
f59675a
net: tftpput: Support selecting get/put for tftp
by Simon Glass
· 13 years ago
d6c5f55
net: tftpput: Rename TFTP to TFTPGET
by Simon Glass
· 13 years ago
230467c
net: tftpput: Add support for receiving ICMP packets
by Simon Glass
· 13 years ago
a23230c
net: drop !NET_MULTI code
by Mike Frysinger
· 13 years ago
62b36c9
Add Ethernet hardware MAC address framework to usbnet
by Simon Glass
· 13 years ago
7aa81a4
TFTP: add tftpsrv command
by Luca Ceresoli
· 14 years ago
428ab36
NET: pass source IP address to packet handlers
by Luca Ceresoli
· 14 years ago
bb1ecce
string_to_ip: constify "s" arg
by Mike Frysinger
· 14 years ago
89c7392
string_to_VLAN: constify "var" arg
by Mike Frysinger
· 14 years ago
c8ecaa3
copy_filename: constify "src" arg
by Mike Frysinger
· 14 years ago
df06344
Integrate USB gadget layer and USB CDC driver layer
by Remy Bohmer
· 15 years ago
97824d6
Fix compile warnings for const correctness
by Ben Warren
· 14 years ago
6db991a
Program net device MAC addresses after initializing
by Ben Warren
· 15 years ago
8b3cc06
Make getenv_IPaddr() global
by Dirk Behme
· 15 years ago
59cb1e7
net: add random_port() prototype
by Mike Frysinger
· 15 years ago
Next »