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