Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
c6a663a4f13f5c662b64c5afad3086ef397222e5
/
net
0211e39
net: core: avoid possible NULL pointer dereference
by xypron.glpk@gmx.de
· Tue May 16 05:07:01 2017 +0200
e44b385
net: Disable the format-extra-args warning
by Tom Rini
· Wed May 10 15:26:06 2017 -0400
a05e7ac
net/arp: remove superfluous assignments
by xypron.glpk@gmx.de
· Mon May 08 21:24:28 2017 +0200
d26427f
net: link_local: Fix netmask endianness bug
by Alexandre Messier
· Tue Mar 14 15:03:31 2017 -0400
0c61d1b
net: don't override ethernet address environment
by Roger Quadros
· Mon Mar 13 15:04:33 2017 +0200
54e89f0
net: core: cosmetic: A MAC address is not limited to SROM
by oliver@schinagl.nl
· Fri Nov 25 16:30:23 2016 +0100
0522360
net: cosmetic: Make the MAC address string less magical
by oliver@schinagl.nl
· Fri Nov 25 16:30:20 2016 +0100
496904b
net: cosmetic: Do not use magic values for ARP_HLEN
by oliver@schinagl.nl
· Fri Nov 25 16:30:19 2016 +0100
4892d39
status_led: Kconfig migration
by Uri Mashiach
· Thu Jan 19 10:51:45 2017 +0200
0ef2148
net: write enetaddr down to hardware on env_callback
by Marek Vasut
· Sat Nov 12 16:28:40 2016 +0100
e0b7bc7
net: use random ethernet address if invalid and not zero
by Siva Durga Prasad Paladugu
· Wed Nov 02 12:52:13 2016 +0100
3071f07
net: write enetaddr down to hardware on env_callback
by Hannes Schmelzer
· Fri Sep 02 14:48:17 2016 +0200
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· Wed Sep 21 11:28:55 2016 +0900
1e3911a
Kconfig: spl: Add SPL support options to Kconfig
by Simon Glass
· Tue Sep 13 07:05:23 2016 -0600
76a5c6b
Revert "net: nfs: Correct the reply data buffer size"
by Joe Hershberger
· Fri Sep 09 13:01:24 2016 -0500
8481b20
Revert "net: nfs: Use the tx buffer to construct rpc msgs"
by Joe Hershberger
· Fri Sep 09 12:56:26 2016 -0500
35fd378
net: nfs: Simplify rpc_add_credentials()
by Joe Hershberger
· Mon Aug 15 15:03:27 2016 -0500
f6b19eb
net: nfs: Use the tx buffer to construct rpc msgs
by Joe Hershberger
· Mon Aug 15 15:03:26 2016 -0500
739776a
net: nfs: Move some prints to debug statements
by Joe Hershberger
· Mon Aug 15 15:03:25 2016 -0500
3393d4c
net: nfs: Use consistent names for the rpc_pkt
by Joe Hershberger
· Mon Aug 15 15:03:24 2016 -0500
10e4097
net: nfs: Correct a comment
by Joe Hershberger
· Mon Aug 15 15:03:23 2016 -0500
46e9312
net: nfs: Consolidate handling of NFSv3 attributes
by Joe Hershberger
· Mon Aug 15 15:03:22 2016 -0500
1f46617
net: nfs: Fix lines that are too long
by Joe Hershberger
· Mon Aug 15 15:03:21 2016 -0500
d10bced
net: nfs: Correct the reply data buffer size
by Joe Hershberger
· Mon Aug 15 15:03:20 2016 -0500
f59972b
net: nfs: Share the file handle buffer for v2 / v3
by Joe Hershberger
· Mon Aug 15 15:03:19 2016 -0500
2a4bc83
net: NFS: Add NFSv3 support
by Guillaume GARDET
· Fri Jul 29 11:31:00 2016 +0200
877a564
net: nfs: Remove unused define
by Joe Hershberger
· Mon Aug 15 14:42:17 2016 -0500
a8d4f89
net: nfs: Remove separate buffer for default name
by Joe Hershberger
· Mon Aug 15 14:42:16 2016 -0500
9d39030
net: Stop including NFS overhead in defragment max
by Joe Hershberger
· Mon Aug 15 14:42:15 2016 -0500
8d56db9
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· Fri Jul 15 13:44:45 2016 -0400
2f8641c
net: Fix incorrect RPC packets on 64-bit systems
by Ralf Hubert
· Fri Jul 01 13:19:51 2016 +0200
7ba4c67
NFS: Add error message when U-Boot NFS version (V2) is not supported by NFS server
by Guillaume GARDET
· Mon Jun 06 15:11:45 2016 +0200
23298cd
net: Handle an empty bootp extension section
by Andre Renaud
· Thu May 05 07:28:08 2016 -0600
3d5fc4e
net: Optionally use pxe client arch from variable
by Alexander Graf
· Thu May 12 15:51:45 2016 +0200
3661aac
distro: Add efi pxe boot code
by Alexander Graf
· Fri May 06 21:01:07 2016 +0200
0a212be
net: Move CONFIG_SPL_NET_VCI_STRING into Kconfig
by Alexander Graf
· Fri May 06 21:01:05 2016 +0200
6b99b63
net: Fix client identifiers for ARM
by Alexander Graf
· Fri May 06 21:01:04 2016 +0200
4c71c51
net: Move the VCI and client arch values to Kconfig
by Alexander Graf
· Fri May 06 21:01:03 2016 +0200
ea73a04
bootp: Move vendor class identifier set to function
by Alexander Graf
· Fri May 06 21:01:02 2016 +0200
94c4b99
efi_loader: Add network access support
by Alexander Graf
· Fri May 06 21:01:01 2016 +0200
bf27a4c
bootp: Prevent u-boot from using others responses.
by Anton Persson
· Thu Mar 17 09:38:21 2016 +0100
1597132
net: bootp: Add environment variable for timeout period
by Alexandre Messier
· Mon Feb 01 17:08:57 2016 -0500
004b891
microblaze: Correct build error in eth-uclass.c
by Simon Glass
· Sat Jan 30 15:45:14 2016 -0700
ad28a31
net: Add bootfile in DHCP Request
by Alexandre Messier
· Thu Jan 28 11:19:02 2016 -0500
8602d5c
net: Rename eth.c to eth_lecacy.c
by Simon Glass
· Sun Jan 17 14:52:01 2016 -0700
c6011d2
net: Move driver-model code into its own file
by Simon Glass
· Sun Jan 17 14:52:00 2016 -0700
d9582c3
net: Move remaining common functions to eth_common.c
by Simon Glass
· Sun Jan 17 14:51:59 2016 -0700
ce63f89
net: Move environment functions to the common file
by Simon Glass
· Sun Jan 17 14:51:58 2016 -0700
0a9bde1
net: Move common init into a new eth_common.c file
by Simon Glass
· Sun Jan 17 14:51:57 2016 -0700
a7d6dbb
net: Don't call board/cpu_eth_init() with driver model
by Simon Glass
· Sun Jan 17 14:51:56 2016 -0700
67e72e9
net: bootp: Ignore packets whose yiaddr is 0
by Peng Fan
· Thu Jan 07 15:28:23 2016 +0800
60c1421
net: remove scary warning about EEPROM provided MAC address
by Andre Przywara
· Mon Jan 04 15:48:22 2016 +0000
d6978a4
net: Fix delay in net_retry test
by Joe Hershberger
· Mon Dec 21 16:31:35 2015 -0600
1e6c9fc
dm: eth: Stick to 'ethact' when 'ethrotate' is 'no' in eth_init()
by Bin Meng
· Mon Dec 21 22:43:39 2015 -0800
2d5cc54
dm: eth: Test 'ethrotate' before changing current ethernet device
by Bin Meng
· Mon Dec 21 22:43:38 2015 -0800
b529109
dm: net: Fix DM for targets which use MANUAL_RELOC
by Michal Simek
· Tue Dec 08 16:45:30 2015 +0100
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· Sun Nov 08 23:47:45 2015 -0700
cecd394
net: eth: Check return value in various places
by Bin Meng
· Wed Oct 07 21:45:44 2015 -0700
e59ecbc
net: eth: Clear MAC address in eth_pre_remove()
by Bin Meng
· Wed Oct 07 21:45:42 2015 -0700
ae80c2e
net: Increase the size of the net_boot_file_name buffer
by Jacob Stiffler
· Wed Sep 30 10:12:05 2015 -0400
79f724c
net: parse DHCP options from overloaded file/sname fields
by Stefan Brüns
· Fri Sep 04 00:31:49 2015 +0200
345cb83
net: Do not overwrite options found in overloaded 'file' field
by Stefan Brüns
· Fri Sep 04 00:31:48 2015 +0200
1bcee66
net: change the env name to use const
by Josh Wu
· Tue Sep 01 18:22:55 2015 +0800
a4f2397
net/eth: fix a bug in on_ethaddr()
by Gong Qianyu
· Mon Aug 31 11:34:43 2015 +0800
4c60e4a
net: cancel timeout handler after DHCPACK
by Stefan Brüns
· Sun Aug 30 17:47:17 2015 +0200
cc97ead
net/arp: account for ARP delay, avoid duplicate packets on timeout
by Stefan Brüns
· Sun Aug 30 17:46:54 2015 +0200
86f1fe4
net/arp: Do not run net_start_again() on timeout
by Stefan Brüns
· Sun Aug 30 17:46:43 2015 +0200
4431829
net: Fix parsing of Bootp/DHCP option 0 (Pad)
by Stefan Brüns
· Fri Aug 28 10:15:54 2015 +0200
2eb2556
net: send RFC1542 compliant value for bootp requests
by Stefan Brüns
· Thu Aug 27 23:57:18 2015 +0200
a48cd93
net: reject Bootp/DHCP packets with bad OP value
by Stefan Brüns
· Thu Aug 27 23:53:26 2015 +0200
3948aa0
net: protect status led access in bootp
by Thomas Chou
· Tue Aug 25 20:54:24 2015 +0800
1ea8852
net: bootp fix vci string on SPL-Boot
by Hannes Petermaier
· Tue Aug 25 12:17:59 2015 +0200
8300685
net: TFTP: variables cleanup and addition
by Albert ARIBAUD \(3ADEV\)
· Mon Oct 12 00:02:57 2015 +0200
deea30d
net: support NETCONSOLE option via Kconfig
by Bernhard Nortmann
· Mon Sep 14 15:29:46 2015 +0200
8de9d12
net: expose eth_is_active() function to test network device state
by Bernhard Nortmann
· Mon Sep 14 15:29:43 2015 +0200
9ac7bbf
dm: eth: Correctly detect alias in eth_get_dev_by_name()
by Bin Meng
· Thu Aug 27 22:25:54 2015 -0700
124e138
dm: eth: Do not print misleading "Net Initialization Skipped"
by Bin Meng
· Thu Aug 27 22:25:52 2015 -0700
e67eaa8
net: Revert "tftp: adjust settings to be suitable for 100Mbit ethernet"
by Bin Meng
· Thu Aug 27 22:25:51 2015 -0700
2118592
net: tftp: Move tftp.h file from ./net to ./include/net
by Lukasz Majewski
· Mon Aug 24 00:21:43 2015 +0200
afd3160
net: Return -EINTR when ctrl+c is pressed
by Michal Simek
· Fri Aug 21 08:49:48 2015 +0200
74154e1
tftp: adjust settings to be suitable for 100Mbit ethernet
by Pavel Machek
· Tue Aug 18 14:34:26 2015 +0200
dd081cc
tftp.c: fix CONFIG_TFTP_TSIZE for small files
by Max Krummenacher
· Wed Aug 05 17:17:05 2015 +0200
c91b2b7
net: Allow drivers to return -ENOSYS with the write_hwaddr() method
by Simon Glass
· Mon Jul 06 16:47:55 2015 -0600
dc6eda3
dm: eth: Avoid blocking on packet reception
by Simon Glass
· Mon Jul 06 16:47:49 2015 -0600
8ab8b72
Allow CONFIG_REGEX to be disabled when CONFIG_NET
by Joe Hershberger
· Mon Jun 22 17:57:36 2015 -0500
2c1b1db
net: Fix NET_RANDOM_ETHADDR dependencies
by Michal Simek
· Mon May 25 11:37:22 2015 +0200
7e0b015
net: Handle ethaddr changes as an env callback
by Joe Hershberger
· Wed May 20 14:27:26 2015 -0500
7545c07
net: Remove duplicate bootfile syncing functionality
by Joe Hershberger
· Wed May 20 14:27:25 2015 -0500
875b6bf
net: Use env callbacks for net variables
by Joe Hershberger
· Wed May 20 14:27:23 2015 -0500
2dc2b5d
net: Implement random ethaddr fallback in eth.c
by Joe Hershberger
· Mon May 04 14:55:13 2015 -0500
e84319a
net: Update hardware MAC address if it changes in env
by Joe Hershberger
· Tue Mar 24 02:41:49 2015 -0500
1aa1126
dm: net: rtc: Support using driver model for rtc in sntp
by Simon Glass
· Mon Apr 20 12:37:27 2015 -0600
1299466
dm: rtc: Rename to_tm() to rtc_to_tm() and add error code
by Simon Glass
· Mon Apr 20 12:37:18 2015 -0600
b6121f2
dm: net: Use existing Ethernet init for driver model
by Simon Glass
· Sun Apr 05 16:07:37 2015 -0600
22498c5
net: Fix compile errors when SNTP enabled and not DATE
by Joe Hershberger
· Wed Apr 08 01:41:24 2015 -0500
4c00eeb
net: Convert protocol structures to use explicit sizes
by Sergey Temerkhanov
· Wed Apr 08 01:41:23 2015 -0500
bf5ad64
net: Fix incorrect DHCP/BOOTP packets on 64-bit systems
by Sergey Temerkhanov
· Wed Apr 08 01:41:22 2015 -0500
c80b41b0
net: cosmetic: Fix checkpatch.pl failures in net.c
by Joe Hershberger
· Wed Apr 08 01:41:21 2015 -0500
c10c0b1
net: cosmetic: Fix checkpatch.pl failures in eth.c
by Joe Hershberger
· Wed Apr 08 01:41:19 2015 -0500
c3e92a7
net: cosmetic: Fix checkpatch.pl failures in linklocal
by Joe Hershberger
· Wed Apr 08 01:41:18 2015 -0500
Next »