Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
7f39b0678275c773301da15d3a7cc1ea7ca87171
/
net
/
net.c
b63056d
NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is defined
by Jim Lin
· 11 years ago
7315cfd
NET: Fix system hanging if NET device is not installed
by Jim Lin
· 11 years ago
978226d
net: Use new numeric setenv functions
by Simon Glass
· 12 years ago
a9f51c9
env: Add a bootfile env handler
by Joe Hershberger
· 12 years ago
ec8a252
env: Use getenv_yesno() more generally
by Joe Hershberger
· 12 years ago
0637059
net/: sparse fixes
by Kim Phillips
· 12 years ago
8cab08e
net: fix netconsole filtering
by Joe Hershberger
· 12 years ago
8a0eccb
net: Filter incoming netconsole packets by IP
by Joe Hershberger
· 12 years ago
f8be7d6
net: Improve the speed of netconsole
by Joe Hershberger
· 12 years ago
1389f98
net: bugfix: NetSetTimeout assumes CONFIG_SYS_HZ=1000
by Tetsuyuki Kobayashi
· 12 years ago
a03d638
net: Make sure the ethaddr is updated in net_init()
by Joe Hershberger
· 12 years ago
4ef8d53
net: Allow filtering on debug traces in the net subsystem
by Joe Hershberger
· 12 years ago
d22c338
net: Add link-local addressing support
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
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
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
4545f4e
net: cosmetic: Alphabetize includes in net.c
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
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
50a47d0
net: punt bd->bi_ip_addr
by Mike Frysinger
· 13 years ago
48522bb
net: cosmetic: net.c checkpatch compliance
by Joe Hershberger
· 12 years ago
db288a9
net: Remove volatile from net API
by Joe Hershberger
· 12 years ago
573f14f
bootstage: Plumb in bootstage calls for basic operations
by Simon Glass
· 13 years ago
ea45cb0
net: Make sure IPaddr_t is 32 bits in size
by Matthias Weisser
· 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
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
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
e2a5345
net: drop !NET_MULTI code
by Mike Frysinger
· 13 years ago
23a70bf
net/net.c: Update ipaddr if the environment has changed
by Enric Balletbo i Serra
· 13 years ago
7a83af0
TFTP: add tftpsrv command
by Luca Ceresoli
· 13 years ago
ccb9ebe
net/net.c: cosmetic: do not use assignment in if condition
by Luca Ceresoli
· 14 years ago
c819abe
net/net.c: cosmetic: fix indentation
by Luca Ceresoli
· 14 years ago
92895de
net/net.c: cosmetic: parentheses not required for return
by Luca Ceresoli
· 14 years ago
6b147d1
net/net.c: cosmetic: fix pointer syntax issues
by Luca Ceresoli
· 14 years ago
d3c65b0
net/net.c: cosmetic: fix brace issues
by Luca Ceresoli
· 14 years ago
4f63acd
net/net.c: cosmetic: fix whitespace issues
by Luca Ceresoli
· 13 years ago
c586ce6
net/net.c: cosmetic: variable initializations
by Luca Ceresoli
· 13 years ago
3e38e42
net/net.c: cosmetic: fix lines over 80 characters
by Luca Ceresoli
· 13 years ago
03eb129
NET: pass source IP address to packet handlers
by Luca Ceresoli
· 14 years ago
8b6bbe1
netconsole: remove `serverip' check
by Simon Guinot
· 14 years ago
9030a55
NET: Correct potential missing goto label in case statement.
by Gray Remlin
· 14 years ago
2e3ef6e
string_to_VLAN: constify "var" arg
by Mike Frysinger
· 14 years ago
b920ee9
copy_filename: constify "src" arg
by Mike Frysinger
· 14 years ago
bf6cb24
rarp: Condtionally compile rarp support
by Peter Tyser
· 14 years ago
e397e59
ip/defrag: fix processing of last short fragment
by Fillod Stephane
· 14 years ago
9739946
./net/net.c - make Microsoft dns servers happy with random_port() numbers
by Robin Getz
· 15 years ago
6a45e38
Make getenv_IPaddr() global
by Dirk Behme
· 15 years ago
6ac59c5
net: pull CONFIG checks out of source and into makefile
by Mike Frysinger
· 15 years ago
67b96e8
Repair the 'netretry=once' option.
by Remy Bohmer
· 15 years ago
5cfaa4e
net: defragment IP packets
by Alessandro Rubini
· 15 years ago
0ebf04c
minor debug cleanups in ./net
by Robin Getz
· 15 years ago
97cfe86
Save server's MAC address in environment
by Robin Getz
· 15 years ago
09133f8
DHCP regression on 2009-06
by Michael Zaidman
· 15 years ago
1a32bf4
Add DNS support
by Robin Getz
· 15 years ago
d9bec9f
net: rename NetRxPkt to NetRxPacket
by Mike Frysinger
· 15 years ago
da95427
netloop: updates for NetLoop
by Heiko Schocher
· 16 years ago
3c172c4
NetLoop initialization bug
by Michael Zaidman
· 16 years ago
95823ca
net: get mac address from environment and use eth util funcs
by Mike Frysinger
· 16 years ago
b6446b6
convert print_IPaddr() to %pI4
by Mike Frysinger
· 16 years ago
2f70c49
netloop: speed up NetLoop
by Heiko Schocher
· 16 years ago
af8626e
Fix IP alignment problem
by Olav Morken
· 16 years ago
c645b18
Merge branch 'master' of git://git.denx.de/u-boot-net
by Wolfgang Denk
· 16 years ago
561858e
Update U-Boot's build timestamp on every compile
by Peter Tyser
· 16 years ago
d32c5be
net: Add additional IP fragmentation check
by Peter Tyser
· 16 years ago
e0c07b8
net: Define IP flag field values
by Peter Tyser
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
49f3bdb
net: express the first argument to NetSetTimeout() in milliseconds
by Bartlomiej Sieka
· 16 years ago
25dbe98
Fix some more printf() format issues.
by Wolfgang Denk
· 16 years ago
0a5676b
Fix some more printf() format issues.
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
9b55a25
Fix some more print() format errors.
by Wolfgang Denk
· 16 years ago
6b52cfe
Get rid of annoying/superfluous bad-checksum warning message
by Remy Bohmer
· 16 years ago
53677ef
Big white-space cleanup.
by Wolfgang Denk
· 16 years ago
40cb90e
net: make ARP timeout configurable
by Guennadi Liakhovetski
· 17 years ago
8b0c5c1
net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option
by Matthias Fuchs
· 17 years ago
f85b607
Introduce new eth_receive routine
by Rafal Jaworowski
· 17 years ago
079c2c4
Fix warning differ in signedness in net/net.c and net/nfs.c
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
f34024d
Fix memory corruption problem on STX GP3 SSA Board.
by Wolfgang Denk
· 17 years ago
Next »