Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
74c979748f94953a1decd5578c251a9ffde0b9f4
/
include
/
net.h
ea6b6bb
net: add set_promisc function to enable/disable Promiscuous mode
by Tim Harvey
· Wed Jun 30 16:50:05 2021 -0700
c0566c2
net: Introduce DSA class for Ethernet switches
by Claudiu Manoil
· Mon Jan 25 14:23:53 2021 +0200
71fa5b4
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· Thu Dec 03 16:55:18 2020 -0700
d47430a
net: add a define for the number of packets received as batch
by Patrick Wildt
· Wed Oct 07 11:03:30 2020 +0200
35e8298
net: Expose some errors generated in net_init
by Sean Anderson
· Sat Sep 12 17:45:43 2020 -0400
6ec70bc
net: add a generic udp protocol
by Philippe Reynes
· Fri Sep 18 14:13:00 2020 +0200
235361a
net: move random_port() to dns
by Baruch Siach
· Wed May 20 13:31:41 2020 +0300
ed38aef
command: Remove the cmd_tbl_t typedef
by Simon Glass
· Sun May 10 11:40:03 2020 -0600
274e0b0
common: Drop net.h from common header
by Simon Glass
· Sun May 10 11:39:56 2020 -0600
1e26864
arm: Don't include common.h in header files
by Simon Glass
· Sun May 10 11:39:55 2020 -0600
2325c44
phy: Add support for the NC-SI protocol
by Samuel Mendoza-Jonas
· Tue Jun 18 11:37:17 2019 +1000
0c36441
common: Move reset_phy() to net.h
by Simon Glass
· Sat Dec 28 10:44:48 2019 -0700
6e51ee1
common: Move do_tftpb() to net.h
by Simon Glass
· Sat Dec 28 10:44:43 2019 -0700
9c71be9
net: Improve documentation for string_to_ip()
by Joe Hershberger
· Fri Sep 13 19:29:41 2019 -0500
8e7545e
net: Always build the string_to_enetaddr() helper
by Joe Hershberger
· Fri Sep 13 19:21:16 2019 -0500
15595db
common: Move env_get_ip() to net.h
by Simon Glass
· Thu Nov 14 12:57:21 2019 -0700
ecd1f81
common: Move random-number functions into their own header
by Simon Glass
· Thu Nov 14 12:57:13 2019 -0700
eff9c90
net: make net_random_ethaddr() more random
by Michael Walle
· Tue Aug 27 10:13:52 2019 +0200
d416b4b
env: net: Move eth_parse_enetaddr() to net.c/h
by Simon Glass
· Thu Aug 01 09:46:54 2019 -0600
5e6201b
env: Move env_set() to env.h
by Simon Glass
· Thu Aug 01 09:46:51 2019 -0600
f620e61
net: unaligned copying of unsigned long
by Heinrich Schuchardt
· Sun Jul 14 22:02:13 2019 +0200
69dace3
net: Add priv_pdata to eth_pdata
by Faiz Abbas
· Mon Mar 18 13:54:31 2019 +0530
a55ef7f
net: remove CONFIG_MCAST_TFTP
by Chris Packham
· Mon Nov 26 21:00:29 2018 +1300
bbe1857
net: move ether_crc to tsec driver
by Chris Packham
· Mon Nov 26 21:00:28 2018 +1300
f1447c9
net: Consolidate UDP header functions
by Duncan Hare
· Sun Jun 24 15:40:41 2018 -0700
e79a518
net: Don't overwrite waiting packets with asynchronous replies
by Joe Hershberger
· Wed Sep 26 16:49:02 2018 -0500
5641f67
net: Add an accessor to know if waiting for ARP
by Joe Hershberger
· Wed Sep 26 16:48:58 2018 -0500
2ccb8b0
net.h: Include linux/if_ether.h to avoid duplication
by Bin Meng
· Tue Jul 31 02:55:22 2018 -0700
b08a033
net: Increase ethernet name string size to 20 chars
by Pankaj Bansal
· Thu Aug 02 16:31:29 2018 +0530
9cb7b02
net: Consolidate the parsing of bootfile
by Joe Hershberger
· Tue Jul 03 19:36:43 2018 -0500
f559f1c
net: When checking prerequisites, consider boot_file_name
by Joe Hershberger
· Tue Jul 03 19:36:39 2018 -0500
f43bf5d
net: Prefer command line arguments
by Alexander Graf
· Fri Jun 15 10:29:27 2018 +0200
776fc10
net: Add new wol command - Wake on LAN
by Lothar Felten
· Fri Jun 22 22:29:54 2018 +0200
d5aa57c
net: fastboot: Merge AOSP UDP fastboot
by Alex Kiernan
· Tue May 29 15:30:53 2018 +0000
70df9d6
SPDX: Convert a few files that were missed before
by Tom Rini
· Mon May 07 17:02:21 2018 -0400
9c21549
net: Move enetaddr env access code to env config instead of net config
by Alex Kiernan
· Sun Apr 01 09:22:38 2018 +0000
5c218d2
Handle NETCONSOLE and SPL enabled
by Jason Kridner
· Wed Mar 07 05:40:43 2018 -0500
da1a134
env: Rename some other getenv()-related functions
by Simon Glass
· Thu Aug 03 12:22:15 2017 -0600
399a9ce
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
by Simon Glass
· Thu Aug 03 12:22:14 2017 -0600
8551d55
env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()
by Simon Glass
· Thu Aug 03 12:22:11 2017 -0600
4c7a6e0
net: Use packed structures for networking
by Denis Pynkin
· Fri Jul 21 19:28:42 2017 +0300
65d94db
powerpc, 8xx: remove support for 8xx
by Heiko Schocher
· Wed Jun 07 17:33:09 2017 +0200
4493327
net: cosmetic: Define ethernet name length
by oliver@schinagl.nl
· Fri Nov 25 16:30:21 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
095b761
drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model
by Mugunthan V N
· Fri Nov 18 11:09:15 2016 +0530
8d56db9
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· Fri Jul 15 13:44:45 2016 -0400
94c4b99
efi_loader: Add network access support
by Alexander Graf
· Fri May 06 21:01:01 2016 +0200
d93400a
net: increase maximum frame size to accomediate VLAN packets
by Stefan Agner
· Wed Apr 13 16:38:02 2016 -0700
96c1904
net: mvpp2.c: Add Marvell mvpp2 network driver for Armada 375
by Stefan Roese
· Wed Feb 10 07:22:10 2016 +0100
1e9df6b
net: export eth_setenv_enetaddr_by_index() to net.h
by Roger Quadros
· Fri Mar 18 13:18:11 2016 +0200
da62ad2
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· Thu Jan 28 18:42:10 2016 -0500
4384ea4
include/net.h: add max_speed member in struct eth_pdata
by Alexey Brodkin
· Wed Jan 13 16:59:35 2016 +0300
cff6536
include: net: Simplify the usage of __always_inline
by Fabio Estevam
· Sun Nov 08 22:25:14 2015 -0200
ae80c2e
net: Increase the size of the net_boot_file_name buffer
by Jacob Stiffler
· Wed Sep 30 10:12:05 2015 -0400
1bcee66
net: change the env name to use const
by Josh Wu
· Tue Sep 01 18:22:55 2015 +0800
8de9d12
net: expose eth_is_active() function to test network device state
by Bernhard Nortmann
· Mon Sep 14 15:29:43 2015 +0200
e32125a
update: tftp: dfu: Extend update_tftp() function to support DFU
by Lukasz Majewski
· Mon Aug 24 00:21:47 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
dbad346
dm: net: Adjust PHY interface to work with CONFIG_DM_ETH
by Simon Glass
· Sun Apr 05 16:07:39 2015 -0600
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
7581157
net: cosmetic: Fix checkpatch.pl failures in net.h
by Joe Hershberger
· Wed Apr 08 01:41:20 2015 -0500
013d387
net: cosmetic: Clean up cmd_net variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:17 2015 -0500
d02aa6b
net: cosmetic: Clean up netconsole variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:16 2015 -0500
f725e34
net: cosmetic: Clean up DNS variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:15 2015 -0500
527336f
net: cosmetic: Clean up CDP variables and functions
by Joe Hershberger
· Wed Apr 08 01:41:14 2015 -0500
9f09a36
net: cosmetic: Fix var naming net <-> eth drivers
by Joe Hershberger
· Wed Apr 08 01:41:06 2015 -0500
a8ca4f6
net: cosmetic: Cleanup internal packet buffer names
by Joe Hershberger
· Wed Apr 08 01:41:05 2015 -0500
8ecdbed
net: cosmetic: Name ethaddr variables consistently
by Joe Hershberger
· Wed Apr 08 01:41:04 2015 -0500
6d23643
net: cosmetic: Fixup var names for DHCP strings
by Joe Hershberger
· Wed Apr 08 01:41:03 2015 -0500
290c899
net: cosmetic: Fixup var names related to boot file
by Joe Hershberger
· Wed Apr 08 01:41:02 2015 -0500
5874dec
net: cosmetic: Change IPaddr_t to struct in_addr
by Joe Hershberger
· Wed Apr 08 01:41:01 2015 -0500
a892dc1
dm: eth: Provide a way for drivers to manage packet buffers
by Joe Hershberger
· Fri Apr 03 20:09:46 2015 -0500
f4dc96a
net: Improve error handling
by Joe Hershberger
· Sun Mar 22 17:09:24 2015 -0500
279d2f6
dm: eth: Add support for aliases
by Joe Hershberger
· Sun Mar 22 17:09:16 2015 -0500
8207c54
dm: eth: Pass the packet pointer as a parameter to recv
by Joe Hershberger
· Sun Mar 22 17:09:12 2015 -0500
f77abc5
net: Clean up network stack names used in DM drivers
by Joe Hershberger
· Sun Mar 22 17:09:11 2015 -0500
c7eceaf
dm: eth: Add basic driver model support to Ethernet stack
by Joe Hershberger
· Sun Mar 22 17:09:10 2015 -0500
3dbe17e
net: Remove the bd* parameter from net stack functions
by Joe Hershberger
· Sun Mar 22 17:09:06 2015 -0500
aca1c31
net: Use int instead of u8 for boolean flag
by Joe Hershberger
· Sun Mar 22 17:09:05 2015 -0500
e1e8a8c
net: Refactor in preparation for driver model
by Joe Hershberger
· Sun Mar 22 17:09:03 2015 -0500
b79dda3
net: Remove unneeded "extern" in net.h
by Joe Hershberger
· Sun Mar 22 17:09:02 2015 -0500
11cd5a0
net: Provide a function to get the current MAC address
by Joe Hershberger
· Sun Mar 22 17:09:00 2015 -0500
b1a5e1f
net: Add ethernet FCS length macro in net.h
by Bin Meng
· Fri Mar 20 17:12:18 2015 +0800
dfcdcee
net: Use new checksum functions
by Simon Glass
· Mon Jan 19 22:16:08 2015 -0700
0015391
net: Add a separate file for IP checksumming
by Simon Glass
· Mon Jan 19 22:16:07 2015 -0700
66106f9
net: Declare physical address as phys_addr_t unsigned type
by Michal Simek
· Wed Jan 14 16:00:39 2015 +0100
db06592
SPDX License cleanup for LiMon imported files
by Wolfgang Denk
· Tue Sep 30 10:44:01 2014 +0200
0b16e65
net: rename and refactor eth_rand_ethaddr() function
by Masahiro Yamada
· Fri Apr 18 19:09:48 2014 +0900
5c47357
net: Fix mcast function pointer prototype
by Claudiu Manoil
· Mon Sep 30 12:44:39 2013 +0300
9a1ad00
net.h: don't use the reserved name __unused
by Jeroen Hofstee
· Sat Aug 10 16:52:47 2013 +0200
6025cd2
net: make IPaddr type big endian
by Kim Phillips
· Wed Jan 16 18:09:11 2013 -0600
d1892ac
net: Add prototype for update_tftp
by Simon Glass
· Wed May 15 06:23:54 2013 +0000
40c2c03
net/: sparse fixes
by Kim Phillips
· Mon Oct 29 13:34:33 2012 +0000
58cd218
net: Filter incoming netconsole packets by IP
by Joe Hershberger
· Tue Sep 18 10:01:32 2012 +0000
9f37406
net: Improve the speed of netconsole
by Joe Hershberger
· Fri Aug 03 10:59:08 2012 +0000
59d103a
net: add helper to generate random mac address
by Michael Walle
· Tue Jun 05 11:33:16 2012 +0000
Next »