summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipconfig.c
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeoutGeert Uytterhoeven2016-08-221-1/+1
* net: ipconfig: Fix more use after freeThierry Reding2016-08-171-3/+5
* net: ipconfig: fix use after freeUwe Kleine-König2016-08-101-8/+9
* net: ipconfig: drop inter-device timeoutUwe Kleine-König2016-08-081-4/+5
* net: ipconfig: Support using "delayed" DHCP repliesUwe Kleine-König2016-08-081-19/+10
* net: ipconfig: Add device name to debug messagesUwe Kleine-König2016-08-081-6/+6
* ipconfig: Protect ic_addrservaddr with IPCONFIG_DYNAMIC.David S. Miller2016-06-111-0/+2
* net: ipconfig: avoid warning by making ic_addrservaddr staticBen Dooks2016-06-101-1/+1
* ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann2016-01-291-0/+4
* net/ipv4/ipconfig: Rejoin broken lines in console outputGeert Uytterhoeven2015-11-241-10/+9
* net ipv4: use preferred log methodsBastian Stender2015-11-181-44/+29
* ipconfig: send Client-identifier in DHCP requestsLi RongQing2015-10-181-1/+31
* net: ipv4: increase dhcp inter device timeoutMugunthan V N2015-08-121-1/+1
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-2/+4
* net: ipv4: handle DSA enabled master network devicesFlorian Fainelli2015-01-191-3/+3
* ipv4: remove 0/NULL assignment on staticFabian Frederick2014-11-041-8/+8
* ipv4: remove set but unused variable shaFabian Frederick2014-10-271-2/+1
* ipconfig: Use time_beforeHimangi Saraogi2014-08-221-1/+2
* ipconfig: Only bootp paths should reference ic_dev_xid.David S. Miller2014-07-091-1/+1
* ipconfig: move ic_dev_xid under IPCONFIG_BOOTPFabian Frederick2014-07-091-2/+1
* ipconfig: add static to local variableFabian Frederick2014-07-081-1/+1
* ipv4: ipconfig.c: add parentheses in an if statementFX Le Bail2014-02-141-1/+1
* ipconfig: add informative timeout messages while waiting for carrierPaul Gortmaker2013-04-021-1/+12
* ipconfig: Fix newline handling in log message.Martin Fuzzey2013-03-201-1/+2
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* net/ipv4/ipconfig: really display the BOOTP/DHCP server's address.Philippe De Muyter2013-01-041-2/+6
* net/ipv4/ipconfig: add device address to a KERN_INFO messageClaudio Fontana2012-10-311-2/+4
* ipconfig: fix trivial build errorAndy Shevchenko2012-09-251-11/+11
* ipconfig: add nameserver IPs to kernel-parameter ip=Christoph Fritz2012-09-211-3/+36
* net/ipv4/ipconfig: neaten __setup placementEldad Zack2012-05-201-3/+2
* net: delete all instances of special processing for token ringPaul Gortmaker2012-05-151-2/+0
* net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches2012-05-151-7/+4
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* net: Convert printks to pr_<level>Joe Perches2012-03-111-55/+55
* net: fix some sparse errorsEric Dumazet2012-01-171-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-0/+4
|\
| * net: have ipconfig not wait if no dev is availableGerlando Falauto2011-12-201-0/+4
* | ipv4: Remove all uses of LL_ALLOCATED_SPACEHerbert Xu2011-11-181-2/+4
* | ipv4: fix a memory leak in ic_bootp_send_ifRongQing.Li2011-11-141-2/+7
|/
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* ipconfig: Reduce switch/case indentJoe Perches2011-07-011-35/+38
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-211-1/+1
* ipconfig wait for carrierMicha Nelissen2011-05-191-13/+22
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net: add some KERN_CONT markers to continuation linesUwe Kleine-König2010-11-281-16/+16
* ipconfig: send host-name in DHCP requestsWu Fengguang2010-06-021-0/+7
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: remove trailing space in messagesFrans Pop2010-03-241-1/+1
|/