summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipconfig.c
AgeCommit message (Expand)AuthorLines
2015-01-19net: ipv4: handle DSA enabled master network devicesFlorian Fainelli-3/+3
2014-11-04ipv4: remove 0/NULL assignment on staticFabian Frederick-8/+8
2014-10-27ipv4: remove set but unused variable shaFabian Frederick-2/+1
2014-08-22ipconfig: Use time_beforeHimangi Saraogi-1/+2
2014-07-09ipconfig: Only bootp paths should reference ic_dev_xid.David S. Miller-1/+1
2014-07-09ipconfig: move ic_dev_xid under IPCONFIG_BOOTPFabian Frederick-2/+1
2014-07-08ipconfig: add static to local variableFabian Frederick-1/+1
2014-02-14ipv4: ipconfig.c: add parentheses in an if statementFX Le Bail-1/+1
2013-04-02ipconfig: add informative timeout messages while waiting for carrierPaul Gortmaker-1/+12
2013-03-20ipconfig: Fix newline handling in log message.Martin Fuzzey-1/+2
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng-1/+1
2013-01-04net/ipv4/ipconfig: really display the BOOTP/DHCP server's address.Philippe De Muyter-2/+6
2012-10-31net/ipv4/ipconfig: add device address to a KERN_INFO messageClaudio Fontana-2/+4
2012-09-25ipconfig: fix trivial build errorAndy Shevchenko-11/+11
2012-09-21ipconfig: add nameserver IPs to kernel-parameter ip=Christoph Fritz-3/+36
2012-05-20net/ipv4/ipconfig: neaten __setup placementEldad Zack-3/+2
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker-2/+0
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches-7/+4
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-1/+1
2012-03-11net: Convert printks to pr_<level>Joe Perches-55/+55
2012-01-17net: fix some sparse errorsEric Dumazet-4/+4
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2011-12-20net: have ipconfig not wait if no dev is availableGerlando Falauto-0/+4
2011-11-18ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu-2/+4
2011-11-14ipv4: fix a memory leak in ic_bootp_send_ifRongQing.Li-2/+7
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1
2011-07-01ipconfig: Reduce switch/case indentJoe Perches-35/+38
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker-1/+1
2011-05-19ipconfig wait for carrierMicha Nelissen-13/+22
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2010-11-28net: add some KERN_CONT markers to continuation linesUwe Kleine-König-16/+16
2010-06-02ipconfig: send host-name in DHCP requestsWu Fengguang-0/+7
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-03-24net: remove trailing space in messagesFrans Pop-1/+1
2010-03-12ipconfig: Handle devices which take some time to come up.David S. Miller-10/+47
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-1/+1
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches-7/+6
2009-10-27nfs: new subdir Documentation/filesystems/nfsJ. Bruce Fields-1/+1
2009-05-19ipv4: teach ipconfig about the MTU option in DHCPChris Friesen-4/+37
2009-05-17ipconfig: handle case of delayed DHCP serverChris Friesen-0/+12
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison-4/+4
2009-01-29ipv4: fix infinite retry loop in IP-ConfigBenjamin Zores-3/+3
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Harvey Harrison-22/+18
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki-2/+2
2008-06-11net: remove CVS keywordsAdrian Bunk-2/+0
2008-05-12net: Allow netdevices to specify needed head/tailroomJohannes Berg-3/+3
2008-04-29ipv4: annotate a few functions __init in ipconfig.cSam Ravnborg-4/+4
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller-1/+1
2008-04-14[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki-14/+14