aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipconfig.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-2/+4
2015-01-19net: ipv4: handle DSA enabled master network devicesFlorian Fainelli1-3/+3
2014-11-04ipv4: remove 0/NULL assignment on staticFabian Frederick1-8/+8
2014-10-27ipv4: remove set but unused variable shaFabian Frederick1-2/+1
2014-08-22ipconfig: Use time_beforeHimangi Saraogi1-1/+2
2014-07-09ipconfig: Only bootp paths should reference ic_dev_xid.David S. Miller1-1/+1
2014-07-09ipconfig: move ic_dev_xid under IPCONFIG_BOOTPFabian Frederick1-2/+1
2014-07-08ipconfig: add static to local variableFabian Frederick1-1/+1
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