index
:
talos-obmc-uboot
v2016.07-aspeed-openbmc
v2016.07-aspeed-openbmc-03-26-2018
v2016.07-aspeed-openbmc-04-16-2019
Talos™ II U-Boot sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
net: cosmetic: rarp.* checkpatch compliance
Joe Hershberger
2012-05-15
2
-16
/
+16
*
net: cosmetic: nfs.* checkpatch compliance
Joe Hershberger
2012-05-15
2
-152
/
+150
*
net: cosmetic: net.c checkpatch compliance
Joe Hershberger
2012-05-15
1
-14
/
+8
*
net: cosmetic: eth.c checkpatch compliance
Joe Hershberger
2012-05-15
1
-35
/
+32
*
net: cosmetic: bootp.* checkpatch compliance
Joe Hershberger
2012-05-15
2
-193
/
+203
*
net: Remove volatile from net API
Joe Hershberger
2012-05-15
5
-30
/
+28
*
net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back
Eric Miao
2012-04-03
1
-2
/
+1
*
bootstage: Plumb in bootstage calls for basic operations
Simon Glass
2012-03-18
2
-0
/
+5
*
bootstage: Replace show_boot_progress/error() with bootstage_...()
Simon Glass
2012-03-18
1
-3
/
+3
*
bootstage: Convert net progress numbers to enums
Simon Glass
2012-03-18
1
-3
/
+3
*
bootstage: Use show_boot_error() for -ve progress numbers
Simon Glass
2012-03-18
1
-1
/
+1
*
net/miiphy/serial: drop duplicate "NAMESIZE" define
Mike Frysinger
2012-03-18
1
-1
/
+1
*
PPC: Drop mv6446x_eth_initialize() from net/eth.c
Marek Vasut
2012-03-06
1
-5
/
+0
*
PPC: Drop mv6436x_eth_initialize() from net/eth.c
Marek Vasut
2012-03-06
1
-4
/
+0
*
eth: remove usb-ethernet devices before re-enumerating them
Vincent Palatin
2012-03-03
1
-0
/
+29
*
net: introduce per device index
Michael Walle
2011-12-20
1
-29
/
+12
*
net: Make sure IPaddr_t is 32 bits in size
Matthias Weisser
2011-12-06
3
-5
/
+5
*
net/bootp.c: Fix GCC 4.6 warning
Anatolij Gustschin
2011-11-23
1
-1
/
+2
*
net/net.c: Fix GCC 4.6 build warning
Wolfgang Denk
2011-11-07
1
-3
/
+1
*
net: Export auto_load, use it in rarp
Simon Glass
2011-10-27
3
-49
/
+33
*
net: Change for loop to memset()
Simon Glass
2011-10-27
1
-6
/
+2
*
net: Add more #ifdefs for tftpput to reduce code size
Simon Glass
2011-10-27
1
-1
/
+10
*
net: Make net_transfer() a static function
Simon Glass
2011-10-27
1
-1
/
+1
*
net: Hide more code behind CONFIG_CMD_TFTPPUT
Simon Glass
2011-10-27
2
-2
/
+12
*
net: tftpput: implement tftp logic
Simon Glass
2011-10-26
2
-21
/
+117
*
net: tftpput: Support selecting get/put for tftp
Simon Glass
2011-10-26
3
-4
/
+3
*
net: tftpput: Factor out start, restart and next block functions
Simon Glass
2011-10-26
1
-26
/
+51
*
net: tftpput: move common code into separate functions
Simon Glass
2011-10-26
1
-30
/
+38
*
net: tftpput: Rename TFTP to TFTPGET
Simon Glass
2011-10-26
1
-10
/
+8
*
net: tftpput: Add support for receiving ICMP packets
Simon Glass
2011-10-26
1
-3
/
+24
*
net: tftpput: Move ICMP code into its own function
Simon Glass
2011-10-26
1
-43
/
+58
*
net/dns.c: Fix endian conversion for big-endian in dns command
Bernhard Kaindl
2011-10-23
1
-12
/
+8
*
net: bootp: add PXE/RFC 4578 DHCP options support
Jason Hobbs
2011-10-17
1
-0
/
+40
*
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
[prev]
[next]