index
:
bootloaders/u-boot-midas
deblob-midas-2018.07
recovery-2018.07
wip/as-boot-img
wip/bl1
wip/forkbomb-midas-2020.01-as-boot-img
wip/s-boot-4.0
Part of research to make the bootloader fully free on midas devices
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: drop !NET_MULTI code
Mike Frysinger
2011-10-05
4
-74
/
+11
*
net: drop !NET_MULTI ns7520 driver
Mike Frysinger
2011-10-05
1
-4
/
+0
*
net: Add \n before warning message so it prints on a new line.
Philip Balister
2011-10-01
1
-1
/
+1
*
net: turn name len check into an assert
Mike Frysinger
2011-09-21
1
-6
/
+1
*
net/bootp.c: fix tftp load if autoload environment var isn't set
Peter Korsgaard
2011-09-19
1
-1
/
+1
*
net/eth.c: throw BUG for eth_get_dev_by_name(NULL)
Helmut Raiger
2011-09-09
1
-0
/
+2
*
Correct call to eth_write_hwaddr()
Simon Glass
2011-09-05
1
-1
/
+1
*
net: Check network device driver name
Michal Simek
2011-09-04
1
-0
/
+8
*
Put common autoload code into auto_load() function
Simon Glass
2011-08-08
1
-43
/
+33
*
Add Ethernet hardware MAC address framework to usbnet
Simon Glass
2011-08-08
1
-25
/
+39
*
net/eth.c: drop obsolete at91rm9200 support
Andreas Bießmann
2011-08-03
1
-4
/
+0
*
bootp: add ntpserver option to bootp request
Luuk Paulussen
2011-07-27
1
-0
/
+15
*
net/net.c: Update ipaddr if the environment has changed
Enric Balletbo i Serra
2011-06-01
1
-1
/
+2
*
net/tftp.c: fix typo
Luca Ceresoli
2011-05-19
1
-1
/
+1
*
TFTP: add tftpsrv command
Luca Ceresoli
2011-05-19
1
-1
/
+6
*
TFTP: net/tftp.c: add server mode receive
Luca Ceresoli
2011-05-19
2
-4
/
+64
*
TFTP: rename STATE_RRQ to STATE_SEND_RRQ
Luca Ceresoli
2011-05-19
1
-6
/
+6
*
TFTP: replace "server" with "remote" in local variable names
Luca Ceresoli
2011-05-19
1
-14
/
+14
*
net/tftp.c: cosmetic: do not initialise statics to 0 or NULL
Luca Ceresoli
2011-05-19
1
-2
/
+2
*
net/tftp.c: cosmetic: fix indentation
Luca Ceresoli
2011-05-19
1
-5
/
+6
*
net/tftp.c: cosmetic: trailing statements should be on next line
Luca Ceresoli
2011-05-19
1
-3
/
+6
*
net/tftp.c: cosmetic: fix brace issues
Luca Ceresoli
2011-05-19
1
-11
/
+6
*
net/tftp.c: cosmetic: do not use assignment in if condition
Luca Ceresoli
2011-05-19
1
-6
/
+12
*
net/tftp.c: cosmetic: fix pointer syntax issues
Luca Ceresoli
2011-05-19
1
-10
/
+10
*
net/tftp.c: cosmetic: fix whitespace issues
Luca Ceresoli
2011-05-19
1
-95
/
+97
*
net/tftp.c: cosmetic: fix lines over 80 characters
Luca Ceresoli
2011-05-19
1
-24
/
+42
*
net/net.c: cosmetic: do not use assignment in if condition
Luca Ceresoli
2011-05-12
1
-1
/
+2
*
net/net.c: cosmetic: fix indentation
Luca Ceresoli
2011-05-12
1
-42
/
+41
*
net/net.c: cosmetic: parentheses not required for return
Luca Ceresoli
2011-05-12
1
-15
/
+15
*
net/net.c: cosmetic: fix pointer syntax issues
Luca Ceresoli
2011-05-12
1
-15
/
+15
*
net/net.c: cosmetic: fix brace issues
Luca Ceresoli
2011-05-12
1
-25
/
+13
*
net/net.c: cosmetic: fix whitespace issues
Luca Ceresoli
2011-05-12
1
-93
/
+93
*
net/net.c: cosmetic: variable initializations
Luca Ceresoli
2011-05-12
1
-22
/
+18
*
net/net.c: cosmetic: fix lines over 80 characters
Luca Ceresoli
2011-05-12
1
-77
/
+155
*
NET: pass source IP address to packet handlers
Luca Ceresoli
2011-05-12
7
-21
/
+31
*
netconsole: remove `serverip' check
Simon Guinot
2011-05-12
1
-1
/
+2
*
NET: Correct potential missing goto label in case statement.
Gray Remlin
2011-04-28
1
-1
/
+2
*
Create PHY Lib for U-Boot
Andy Fleming
2011-04-20
1
-0
/
+6
*
Fix bad padding of bootp request packet
Simon Glass
2011-04-13
1
-1
/
+1
*
Fix compile warning in net/eth.c
Remy Bohmer
2011-02-19
1
-1
/
+1
*
Add USB host ethernet adapter support
Simon Glass
2011-02-19
1
-19
/
+22
*
string_to_VLAN: constify "var" arg
Mike Frysinger
2010-11-28
1
-1
/
+1
*
copy_filename: constify "src" arg
Mike Frysinger
2010-11-28
1
-1
/
+1
*
Switch from archive libraries to partial linking
Sebastien Carlier
2010-11-17
1
-2
/
+2
*
Net: clarify board/cpu_eth_init calls
Ben Warren
2010-11-15
1
-4
/
+12
*
net: Fix potential empty DHCP Parameter Request List
Jason Liu
2010-11-14
1
-0
/
+4
*
rarp: Condtionally compile rarp support
Peter Tyser
2010-10-11
2
-3
/
+10
*
Net: Remove redundant CONFIG_NET_MULTI directives
Ben Warren
2010-10-11
1
-12
/
+4
*
Fix compile warnings for const correctness
Ben Warren
2010-08-09
1
-1
/
+1
*
net: warn about spaces in device names
Mike Frysinger
2010-07-12
1
-0
/
+3
[next]