Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
c20545691a3861ece0319cf5ad257714f1b502fd
/
net
4ef8d53
net: Allow filtering on debug traces in the net subsystem
by Joe Hershberger
· 12 years ago
c697576
net: Work-around for brain-damaged Cisco equipment with arp-proxy
by Joe Hershberger
· 12 years ago
d22c338
net: Add link-local addressing support
by Joe Hershberger
· 12 years ago
2280418
net: Separate ArpRequest() into lower-level func
by Joe Hershberger
· 12 years ago
e94070c
net: Don't copy every packet that waits for an ARP
by Joe Hershberger
· 12 years ago
46c495d
net: Fix net buffer initialization
by Joe Hershberger
· 12 years ago
cb1c991
net: Remove unused parameter from NetInitLoop()
by Joe Hershberger
· 12 years ago
f1d2d28
net: Remove static allocation for MAC address in PingSend()
by Joe Hershberger
· 12 years ago
2c00e09
net: Add option CONFIG_BOOTP_MAY_FAIL
by Joe Hershberger
· 12 years ago
1752f0f
net: Fix unused variable compile warning
by Joe Hershberger
· 12 years ago
e711101
net: Add net_update_ether() to handle ARP and Ping replies
by Joe Hershberger
· 12 years ago
ece223b
net: Refactor to separate the UDP handler from the ARP handler
by Joe Hershberger
· 12 years ago
22f6e99
net: Refactor to protect access to the NetState variable
by Joe Hershberger
· 12 years ago
adf5d93
net: Refactor to use NetSendPacket instead of eth_send directly
by Joe Hershberger
· 12 years ago
61da3c2
net: Refactor ping receive handler
by Joe Hershberger
· 12 years ago
f962322
net: Move debug trace to point of action
by Joe Hershberger
· 12 years ago
ae446f5
net: Refactor bootp packet length computations
by Joe Hershberger
· 12 years ago
00f3326
net: Refactor packet length computations
by Joe Hershberger
· 12 years ago
9214637
net: Refactor NetSendUDPPacket to share more code
by Joe Hershberger
· 12 years ago
4b11c91
net: Refactor IP, UPD, and ICMP header writing functions
by Joe Hershberger
· 12 years ago
674bb24
net: cosmetic: Replace magic numbers in arp.c with constants
by Joe Hershberger
· 12 years ago
1256793
net: cosmetic: Rename tmp to reply_ip_addr in arp.c
by Joe Hershberger
· 12 years ago
4545f4e
net: cosmetic: Alphabetize includes in net.c
by Joe Hershberger
· 12 years ago
f831573
net: cosmetic: Rename OPT_SIZE to OPT_FIELD_SIZE
by Joe Hershberger
· 12 years ago
0b4c5ff
net: cosmetic: Rename CDPHandler to cdp_receive
by Joe Hershberger
· 12 years ago
8d353eb
net: cosmetic: Rename "x" to "eth_proto"
by Joe Hershberger
· 12 years ago
da5ebe2
net: cosmetic: Add a more explicit comment about 802.2
by Joe Hershberger
· 12 years ago
206d07f
net: cosmetic: Rename parameter len to payload_len
by Joe Hershberger
· 12 years ago
e0a6307
net: cosmetic: Un-typedef ICMP_t
by Joe Hershberger
· 12 years ago
738853b
net: cosmetic: Un-typedef ARP_t
by Joe Hershberger
· 12 years ago
c68cca3
net: cosmetic: Un-typedef VLAN_Ethernet_t
by Joe Hershberger
· 12 years ago
cb487f5
net: cosmetic: Un-typedef Ethernet_t
by Joe Hershberger
· 12 years ago
c5c59df
net: cosmetic: Split struct ip_udp_hdr into ip_hdr
by Joe Hershberger
· 12 years ago
594c26f
net: cosmetic: Un-typedef IP_t
by Joe Hershberger
· 12 years ago
8b9c532
net: Move RARP receive logic out of net.c
by Joe Hershberger
· 12 years ago
a36b12f
net: Move PING out of net.c
by Joe Hershberger
· 12 years ago
d280d3f
net: Move ARP out of net.c
by Joe Hershberger
· 12 years ago
1735188
net: Encapsulate CDP packet identification
by Joe Hershberger
· 12 years ago
f575ae1
net: Move CDP out of net.c
by Joe Hershberger
· 12 years ago
eafc8db
net: Move MAC-seeded rand out of bootp.c
by Joe Hershberger
· 12 years ago
de30122
net: move bootfile init into eth_initialize
by Mike Frysinger
· 13 years ago
50a47d0
net: punt bd->bi_ip_addr
by Mike Frysinger
· 13 years ago
13dfe94
net: cosmetic: tftp.* checkpatch compliance
by Joe Hershberger
· 12 years ago
6c3234a
net: cosmetic: sntp.* checkpatch compliance
by Joe Hershberger
· 12 years ago
c2faf4f
net: cosmetic: rarp.* checkpatch compliance
by Joe Hershberger
· 12 years ago
c9f6c91
net: cosmetic: nfs.* checkpatch compliance
by Joe Hershberger
· 12 years ago
48522bb
net: cosmetic: net.c checkpatch compliance
by Joe Hershberger
· 12 years ago
66c7385
net: cosmetic: eth.c checkpatch compliance
by Joe Hershberger
· 12 years ago
3090b7e3
net: cosmetic: bootp.* checkpatch compliance
by Joe Hershberger
· 12 years ago
db288a9
net: Remove volatile from net API
by Joe Hershberger
· 12 years ago
6937664
net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall back
by Eric Miao
· 13 years ago
573f14f
bootstage: Plumb in bootstage calls for basic operations
by Simon Glass
· 13 years ago
770605e
bootstage: Replace show_boot_progress/error() with bootstage_...()
by Simon Glass
· 13 years ago
c8e66db
bootstage: Convert net progress numbers to enums
by Simon Glass
· 13 years ago
5ddb118
bootstage: Use show_boot_error() for -ve progress numbers
by Simon Glass
· 13 years ago
f6add13
net/miiphy/serial: drop duplicate "NAMESIZE" define
by Mike Frysinger
· 13 years ago
021f603
PPC: Drop mv6446x_eth_initialize() from net/eth.c
by Marek Vasut
· 13 years ago
658c3b9
PPC: Drop mv6436x_eth_initialize() from net/eth.c
by Marek Vasut
· 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
c0fe04b
net/bootp.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 13 years ago
5c10419
net/net.c: Fix GCC 4.6 build warning
by Wolfgang Denk
· 13 years ago
e4a3d57
net: Export auto_load, use it in rarp
by Simon Glass
· 13 years ago
ed1ada7
net: Change for loop to memset()
by Simon Glass
· 13 years ago
8c6914f
net: Add more #ifdefs for tftpput to reduce code size
by Simon Glass
· 13 years ago
165099e
net: Make net_transfer() a static function
by Simon Glass
· 13 years ago
39bccd2
net: Hide more code behind CONFIG_CMD_TFTPPUT
by Simon Glass
· 13 years ago
1fb7cd4
net: tftpput: implement tftp logic
by Simon Glass
· 13 years ago
58f317d
net: tftpput: Support selecting get/put for tftp
by Simon Glass
· 13 years ago
e4cde2f
net: tftpput: Factor out start, restart and next block functions
by Simon Glass
· 13 years ago
f5329bb
net: tftpput: move common code into separate functions
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
8f79bb1
net: tftpput: Move ICMP code into its own function
by Simon Glass
· 13 years ago
6dc809f
net/dns.c: Fix endian conversion for big-endian in dns command
by Bernhard Kaindl
· 13 years ago
d2b5d5c
net: bootp: add PXE/RFC 4578 DHCP options support
by Jason Hobbs
· 13 years ago
e2a5345
net: drop !NET_MULTI code
by Mike Frysinger
· 13 years ago
d90f0c1
net: drop !NET_MULTI ns7520 driver
by Mike Frysinger
· 13 years ago
a9a730e
net: Add \n before warning message so it prints on a new line.
by Philip Balister
· 13 years ago
ff25d32
net: turn name len check into an assert
by Mike Frysinger
· 13 years ago
7aabad2
net/bootp.c: fix tftp load if autoload environment var isn't set
by Peter Korsgaard
· 13 years ago
7e7f903
net/eth.c: throw BUG for eth_get_dev_by_name(NULL)
by Helmut Raiger
· 13 years ago
019fd6d
Correct call to eth_write_hwaddr()
by Simon Glass
· 13 years ago
58c583b
net: Check network device driver name
by Michal Simek
· 13 years ago
0934986
Put common autoload code into auto_load() function
by Simon Glass
· 13 years ago
7616e78
Add Ethernet hardware MAC address framework to usbnet
by Simon Glass
· 13 years ago
d1228ea
net/eth.c: drop obsolete at91rm9200 support
by Andreas Bießmann
· 13 years ago
09e3a67
bootp: add ntpserver option to bootp request
by Luuk Paulussen
· 13 years ago
23a70bf
net/net.c: Update ipaddr if the environment has changed
by Enric Balletbo i Serra
· 13 years ago
4d69e98
net/tftp.c: fix typo
by Luca Ceresoli
· 13 years ago
7a83af0
TFTP: add tftpsrv command
by Luca Ceresoli
· 13 years ago
e59e356
TFTP: net/tftp.c: add server mode receive
by Luca Ceresoli
· 13 years ago
e3fb0ab
TFTP: rename STATE_RRQ to STATE_SEND_RRQ
by Luca Ceresoli
· 13 years ago
20478ce
TFTP: replace "server" with "remote" in local variable names
by Luca Ceresoli
· 13 years ago
9bb0a1b
net/tftp.c: cosmetic: do not initialise statics to 0 or NULL
by Luca Ceresoli
· 13 years ago
0bdd8ac
net/tftp.c: cosmetic: fix indentation
by Luca Ceresoli
· 13 years ago
6d2231e
net/tftp.c: cosmetic: trailing statements should be on next line
by Luca Ceresoli
· 13 years ago
7bc325a
net/tftp.c: cosmetic: fix brace issues
by Luca Ceresoli
· 13 years ago
2cb5360
net/tftp.c: cosmetic: do not use assignment in if condition
by Luca Ceresoli
· 13 years ago
Next »