| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Move the checksum functions to lib/ | Simon Glass | 2019-12-15 | 1 | -1/+0 |
* | net: introduce packet capture support | Ramon Fried | 2019-09-04 | 1 | -0/+1 |
* | net: add MDIO_MUX DM class | Alex Marginean | 2019-07-18 | 1 | -0/+1 |
* | net: introduce MDIO DM class for MDIO devices | Alex Marginean | 2019-07-15 | 1 | -0/+1 |
* | net: Add new wol command - Wake on LAN | Lothar Felten | 2018-07-02 | 1 | -0/+1 |
* | net: fastboot: Merge AOSP UDP fastboot | Alex Kiernan | 2018-05-30 | 1 | -0/+1 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -3/+1 |
* | net: Make core net code depend on NET instead of CMD_NET | Joe Hershberger | 2018-04-13 | 1 | -5/+5 |
* | net: Make CMD_NET a menuconfig | Joe Hershberger | 2018-04-13 | 1 | -2/+2 |
* | net: Disable the format-extra-args warning | Tom Rini | 2017-05-12 | 1 | -0/+5 |
* | net: Rename eth.c to eth_lecacy.c | Simon Glass | 2016-01-28 | 1 | -1/+1 |
* | net: Move driver-model code into its own file | Simon Glass | 2016-01-28 | 1 | -0/+4 |
* | net: Move common init into a new eth_common.c file | Simon Glass | 2016-01-28 | 1 | -0/+1 |
* | net: Add a separate file for IP checksumming | Simon Glass | 2015-01-23 | 1 | -0/+1 |
* | kbuild: use Linux Kernel build scripts | Masahiro Yamada | 2014-02-19 | 1 | -1/+1 |
* | net: convert a makefile to Kbuild style | Masahiro Yamada | 2013-10-31 | 1 | -34/+12 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | net: use common rand()/srand() functions | Michael Walle | 2012-07-07 | 1 | -2/+0 |
* | net: Add link-local addressing support | Joe Hershberger | 2012-05-23 | 1 | -1/+3 |
* | net: Move PING out of net.c | Joe Hershberger | 2012-05-23 | 1 | -0/+1 |
* | net: Move ARP out of net.c | Joe Hershberger | 2012-05-23 | 1 | -0/+1 |
* | net: Move CDP out of net.c | Joe Hershberger | 2012-05-23 | 1 | -0/+1 |
* | net: Move MAC-seeded rand out of bootp.c | Joe Hershberger | 2012-05-23 | 1 | -0/+1 |
* | Switch from archive libraries to partial linking | Sebastien Carlier | 2010-11-17 | 1 | -2/+2 |
* | rarp: Condtionally compile rarp support | Peter Tyser | 2010-10-11 | 1 | -1/+1 |
* | net: pull CONFIG checks out of source and into makefile | Mike Frysinger | 2009-12-13 | 1 | -6/+6 |
* | minor debug cleanups in ./net | Robin Getz | 2009-08-07 | 1 | -1/+1 |
* | Add DNS support | Robin Getz | 2009-07-22 | 1 | -3/+4 |
* | net/sntp.c: move ifdef into Makefile COBJS-$(...) | Mike Frysinger | 2009-02-09 | 1 | -1/+1 |
* | Build: split COBJS value into multiple lines | Grant Likely | 2007-11-15 | 1 | -2/+9 |
* | Move "ar" flags to config.mk to allow for silent "make -s" | Wolfgang Denk | 2006-10-09 | 1 | -1/+1 |
* | Add support for a saving build objects in a separate directory. | Marian Balakowicz | 2006-09-01 | 1 | -7/+11 |
* | * Patch by Masami Komiya, 30 Mar 2005: | wdenk | 2005-04-01 | 1 | -1/+1 |
* | * Patch by Masami Komiy, 22 Feb 2004: | wdenk | 2004-02-24 | 1 | -1/+1 |
* | * Add support for RMU board | wdenk | 2003-06-05 | 1 | -1/+1 |
* | Initial revision | wdenk | 2002-02-24 | 1 | -0/+43 |