aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipconfig.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-14ipv4: ipconfig.c: add parentheses in an if statementFX Le Bail1-1/+1
2013-04-02ipconfig: add informative timeout messages while waiting for carrierPaul Gortmaker1-1/+12
2013-03-20ipconfig: Fix newline handling in log message.Martin Fuzzey1-1/+2
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-01-04net/ipv4/ipconfig: really display the BOOTP/DHCP server's address.Philippe De Muyter1-2/+6
2012-10-31net/ipv4/ipconfig: add device address to a KERN_INFO messageClaudio Fontana1-2/+4
2012-09-25ipconfig: fix trivial build errorAndy Shevchenko1-11/+11
2012-09-21ipconfig: add nameserver IPs to kernel-parameter ip=Christoph Fritz1-3/+36
2012-05-20net/ipv4/ipconfig: neaten __setup placementEldad Zack1-3/+2
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker1-2/+0
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-7/+4
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-03-11net: Convert printks to pr_<level>Joe Perches1-55/+55
2012-01-17net: fix some sparse errorsEric Dumazet1-4/+4
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2011-12-20net: have ipconfig not wait if no dev is availableGerlando Falauto1-0/+4
2011-11-18ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu1-2/+4
2011-11-14ipv4: fix a memory leak in ic_bootp_send_ifRongQing.Li1-2/+7
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-07-01ipconfig: Reduce switch/case indentJoe Perches1-35/+38
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker1-1/+1
2011-05-19ipconfig wait for carrierMicha Nelissen1-13/+22
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-28net: add some KERN_CONT markers to continuation linesUwe Kleine-König1-16/+16
2010-06-02ipconfig: send host-name in DHCP requestsWu Fengguang1-0/+7
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24net: remove trailing space in messagesFrans Pop1-1/+1
2010-03-12ipconfig: Handle devices which take some time to come up.David S. Miller1-10/+47
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches1-7/+6
2009-10-27nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields1-1/+1
2009-05-19ipv4: teach ipconfig about the MTU option in DHCPChris Friesen1-4/+37
2009-05-17ipconfig: handle case of delayed DHCP serverChris Friesen1-0/+12
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-4/+4
2009-01-29ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores1-3/+3
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison1-22/+18
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-2/+2
2008-06-11net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-12net: Allow netdevices to specify needed head/tailroomJohannes Berg1-3/+3
2008-04-29ipv4: annotate a few functions __init in ipconfig.cSam Ravnborg1-4/+4
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2008-04-14[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki1-14/+14
2008-04-11Documentation: move nfsroot.txt to filesystems/J. Bruce Fields1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+5
2008-03-17[NET] endianness noise: INADDR_ANYAl Viro1-4/+5
2008-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2008-03-04[IPCONFIG]: The kernel gets no IP from some DHCP serversStephen Hemminger1-2/+2
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov1-4/+1