aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipconfig.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-03-27net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-08-22net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeoutGeert Uytterhoeven1-1/+1
2016-08-17net: ipconfig: Fix more use after freeThierry Reding1-3/+5
2016-08-10net: ipconfig: fix use after freeUwe Kleine-König1-8/+9
2016-08-08net: ipconfig: drop inter-device timeoutUwe Kleine-König1-4/+5
2016-08-08net: ipconfig: Support using "delayed" DHCP repliesUwe Kleine-König1-19/+10
2016-08-08net: ipconfig: Add device name to debug messagesUwe Kleine-König1-6/+6
2016-06-11ipconfig: Protect ic_addrservaddr with IPCONFIG_DYNAMIC.David S. Miller1-0/+2
2016-06-10net: ipconfig: avoid warning by making ic_addrservaddr staticBen Dooks1-1/+1
2016-01-29ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann1-0/+4
2015-11-24net/ipv4/ipconfig: Rejoin broken lines in console outputGeert Uytterhoeven1-10/+9
2015-11-18net ipv4: use preferred log methodsBastian Stender1-44/+29
2015-10-18ipconfig: send Client-identifier in DHCP requestsLi RongQing1-1/+31
2015-08-12net: ipv4: increase dhcp inter device timeoutMugunthan V N1-1/+1
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