aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipconfig.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-22net: ipconfig: move ic_nameservers_fallback into #ifdef blockArnd Bergmann1-3/+3
2023-05-10net: ipconfig: Allow DNS to be overwritten by DHCPACKMartin Wetterwald1-2/+8
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+6
2022-07-04net: ipconfig: use strscpy to replace strlcpyXueBing Chen1-4/+4
2022-06-10net: ipconfig: Relax fw_devlink if we need to mount a network rootfsSaravana Kannan1-0/+6
2021-10-28net: ipconfig: Release the rtnl_lock while waiting for carrierMaxime Chevallier1-2/+10
2021-06-02net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett1-5/+8
2021-03-22net: ipconfig: ic_dev can be NULL in ic_close_devsVladimir Oltean1-6/+8
2021-02-11net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean1-1/+2
2021-02-06Revert "net: ipv4: handle DSA enabled master network devices"Vladimir Oltean1-4/+17
2020-11-12net: ipconfig: Avoid spurious blank lines in boot logThierry Reding1-5/+9
2020-03-02Documentation: nfsroot.rst: Fix references to nfsroot.rstNiklas Söderlund1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-5/+5
2019-11-20net: ipconfig: Wait for deferred device probesThomas Bogendoerfer1-0/+3
2019-10-02ipconfig: Handle CONFIG_CIFS_ROOT optionPaulo Alcantara (SUSE)1-2/+8
2019-02-01ipconfig: add carrier_timeout kernel parameterMartin Kepplinger1-5/+22
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-12-15ipconfig: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-12/+1
2018-12-14net: Allow class-e address assignment via ifconfig ioctlDave Taht1-0/+2
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata1-3/+3
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-11/+139
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2018-05-13net: ipv4: ipconfig: fix unused variableAnders Roxell1-3/+2
2018-04-24ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_serversChris Novakovic1-11/+107
2018-04-24ipconfig: Create /proc/net/ipconfig directoryChris Novakovic1-0/+15
2018-04-24ipconfig: Correctly initialise ic_nameserversChris Novakovic1-0/+13
2018-04-24ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX name serversChris Novakovic1-2/+4
2018-04-24ipconfig: BOOTP: Don't request IEN-116 name serversChris Novakovic1-1/+1
2018-04-24ipconfig: Tidy up reporting of name serversChris Novakovic1-8/+11
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-01-24ipconfig: use dev_set_mtu()Al Viro1-14/+3
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro1-12/+1
2018-01-24devinet_ioctl(): take copyin/copyout to callerAl Viro1-14/+3
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
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
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun 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...David S. Miller1-1/+1
2008-04-14[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki1-14/+14
2008-04-11Documentation: move nfsroot.txt to filesystems/J. Bruce Fields1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-4/+5
2008-03-17[NET] endianness noise: INADDR_ANYAl Viro1-4/+5
2008-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2008-03-04[IPCONFIG]: The kernel gets no IP from some DHCP serversStephen Hemminger1-2/+2
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov1-4/+1
2008-02-28[NETNS]: Process devinet ioctl in the correct namespace.Denis V. Lunev1-1/+1
2008-02-17[IPV4]: fix alignment of IP-Config outputUwe Kleine-Koenig1-1/+1
2008-01-28[NETNS]: Pass namespace through ip_rt_ioctl.Denis V. Lunev1-1/+1
2008-01-28[IPCONFIG]: Mark vendor_class_identifier as __initdata.David S. Miller1-1/+2
2008-01-28[IPV4] ipconfig: Implement DHCP Class-identifierRainer Jochem1-0/+24
2008-01-08[IPV4] ipconfig: Fix regression in ip command line processingAmos Waterland1-4/+18
2007-12-28[IPV4] Fix ip=dhcp regressionSimon Horman1-0/+1
2007-12-26[IPV4]: Fix ip command line processing.Simon Horman1-6/+4
2007-12-14[IPV4]: Updates to nfsroot documentationAmos Waterland1-19/+1
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger1-2/+2
2007-10-10[IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_devEric W. Biederman1-3/+7
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano1-3/+3
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+6
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-1/+2
2007-08-13[IPCONFIG]: ip_auto_config fixJoakim Tjernlund1-3/+3
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-1/+1
2007-04-25[NET]: cleanup extra semicolonsStephen Hemminger1-2/+2
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-3/+3
2007-04-25[SK_BUFF] ipconfig: Another conversion to skb_reset_network_header related to...Arnaldo Carvalho de Melo1-1/+2
2007-04-25[IPV4]: cleanupStephen Hemminger1-2/+2
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-1/+1
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-15/+15
2006-12-02[NET]: ipconfig and nfsroot annotationsAl Viro1-52/+53
2006-10-24[IPV4] ipconfig: fix RARP ic_servaddr breakageAl Viro1-1/+1
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-7/+7
2006-09-22[NET]: Remove unnecessary config.h includes from net/Dave Jones1-1/+0
2006-03-20[NET]: Convert RTNL to mutex.Stephen Hemminger1-5/+5
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+2
2005-09-12[NET]: fix-up schedule_timeout() usageNishanth Aravamudan1-4/+2
2005-09-05[IPV4]: net/ipv4/ipconfig.c should #include <linux/nfs_fs.h>Adrian Bunk1-0/+1
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-4/+4
2005-06-28[IPV4]: ipconfig.c: fix dhcp timeout behaviourMaxime Bizon1-1/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1507