summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipconfig.c
Commit message (Expand)AuthorAgeFilesLines
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-11-011-0/+1
* ipconfig: Reduce switch/case indentJoe Perches2011-07-021-35/+38
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-221-1/+1
* ipconfig wait for carrierMicha Nelissen2011-05-191-13/+22
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net: add some KERN_CONT markers to continuation linesUwe Kleine-König2010-11-281-16/+16
* ipconfig: send host-name in DHCP requestsWu Fengguang2010-06-021-0/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: remove trailing space in messagesFrans Pop2010-03-241-1/+1
|/
* ipconfig: Handle devices which take some time to come up.David S. Miller2010-03-121-10/+47
* Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-12-161-1/+1
|\
| * nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields2009-10-281-1/+1
* | net/ipv4: Move && and || to end of previous lineJoe Perches2009-11-231-7/+6Star
|/
* ipv4: teach ipconfig about the MTU option in DHCPChris Friesen2009-05-201-4/+37
* ipconfig: handle case of delayed DHCP serverChris Friesen2009-05-181-0/+12
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-4/+4
* ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores2009-01-301-3/+3
* net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison2008-10-311-22/+18Star
* netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki2008-07-201-2/+2
* net: remove CVS keywordsAdrian Bunk2008-06-121-2/+0Star
* net: Allow netdevices to specify needed head/tailroomJohannes Berg2008-05-131-3/+3
* ipv4: annotate a few functions __init in ipconfig.cSam Ravnborg2008-04-301-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-181-1/+1
|\
| * Documentation: move nfsroot.txt to filesystems/J. Bruce Fields2008-04-111-1/+1
* | [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki2008-04-141-14/+14
* | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-03-181-4/+5
|\|
| * [NET] endianness noise: INADDR_ANYAl Viro2008-03-181-4/+5
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-03-051-2/+2
|\|
| * [IPCONFIG]: The kernel gets no IP from some DHCP serversStephen Hemminger2008-03-051-2/+2
* | [ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov2008-03-031-4/+1Star
* | [NETNS]: Process devinet ioctl in the correct namespace.Denis V. Lunev2008-02-291-1/+1
|/
* [IPV4]: fix alignment of IP-Config outputUwe Kleine-Koenig2008-02-181-1/+1
* [NETNS]: Pass namespace through ip_rt_ioctl.Denis V. Lunev2008-01-291-1/+1
* [IPCONFIG]: Mark vendor_class_identifier as __initdata.David S. Miller2008-01-281-1/+2
* [IPV4] ipconfig: Implement DHCP Class-identifierRainer Jochem2008-01-281-0/+24
* [IPV4] ipconfig: Fix regression in ip command line processingAmos Waterland2008-01-091-4/+18
* [IPV4] Fix ip=dhcp regressionSimon Horman2007-12-281-0/+1
* [IPV4]: Fix ip command line processing.Simon Horman2007-12-271-6/+4Star
* [IPV4]: Updates to nfsroot documentationAmos Waterland2007-12-141-19/+1Star
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-111-2/+2
* [IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_devEric W. Biederman2007-10-111-3/+7
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-111-3/+3
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-111-1/+1
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-111-0/+6
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-1/+2
* [IPCONFIG]: ip_auto_config fixJoakim Tjernlund2007-08-141-3/+3
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-041-1/+1
* [NET]: cleanup extra semicolonsStephen Hemminger2007-04-261-2/+2