summaryrefslogtreecommitdiff
path: root/net/ipv4/ipconfig.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipconfig: Allow DNS to be overwritten by DHCPACKMartin Wetterwald2023-05-101-2/+8
* Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-041-0/+6
|\
| * net: ipconfig: Relax fw_devlink if we need to mount a network rootfsSaravana Kannan2022-06-101-0/+6
* | net: ipconfig: use strscpy to replace strlcpyXueBing Chen2022-07-041-4/+4
|/
* net: ipconfig: Release the rtnl_lock while waiting for carrierMaxime Chevallier2021-10-281-2/+10
* net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett2021-06-021-5/+8
* net: ipconfig: ic_dev can be NULL in ic_close_devsVladimir Oltean2021-03-221-6/+8
* net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean2021-02-111-1/+2
* Revert "net: ipv4: handle DSA enabled master network devices"Vladimir Oltean2021-02-061-4/+17
* net: ipconfig: Avoid spurious blank lines in boot logThierry Reding2020-11-121-5/+9
* Documentation: nfsroot.rst: Fix references to nfsroot.rstNiklas Söderlund2020-03-021-1/+1
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-5/+5
* net: ipconfig: Wait for deferred device probesThomas Bogendoerfer2019-11-201-0/+3
* ipconfig: Handle CONFIG_CIFS_ROOT optionPaulo Alcantara (SUSE)2019-10-021-2/+8
* ipconfig: add carrier_timeout kernel parameterMartin Kepplinger2019-02-011-5/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-0/+2
|\
| * net: Allow class-e address assignment via ifconfig ioctlDave Taht2018-12-141-0/+2
* | ipconfig: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-151-12/+1
* | net: core: dev: Add extack argument to dev_change_flags()Petr Machata2018-12-061-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-11/+139
|\
| * net: ipv4: ipconfig: fix unused variableAnders Roxell2018-05-131-3/+2
| * ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_serversChris Novakovic2018-04-241-11/+107
| * ipconfig: Create /proc/net/ipconfig directoryChris Novakovic2018-04-241-0/+15
| * ipconfig: Correctly initialise ic_nameserversChris Novakovic2018-04-241-0/+13
| * ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX name serversChris Novakovic2018-04-241-2/+4
| * ipconfig: BOOTP: Don't request IEN-116 name serversChris Novakovic2018-04-241-1/+1
| * ipconfig: Tidy up reporting of name serversChris Novakovic2018-04-241-8/+11
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-13/+1
|/
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* ipconfig: use dev_set_mtu()Al Viro2018-01-241-14/+3
* ip_rt_ioctl(): take copyin to callerAl Viro2018-01-241-12/+1
* devinet_ioctl(): take copyin/copyout to callerAl Viro2018-01-241-14/+3
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-1/+1
|\
| * net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland2017-03-271-1/+1
* | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-281-0/+1
|/
* 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