summaryrefslogtreecommitdiff
path: root/net/ipv4/ipconfig.c
AgeCommit message (Expand)Author
2023-05-22net: ipconfig: move ic_nameservers_fallback into #ifdef blockArnd Bergmann
2023-05-10net: ipconfig: Allow DNS to be overwritten by DHCPACKMartin Wetterwald
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-07-04net: ipconfig: use strscpy to replace strlcpyXueBing Chen
2022-06-10net: ipconfig: Relax fw_devlink if we need to mount a network rootfsSaravana Kannan
2021-10-28net: ipconfig: Release the rtnl_lock while waiting for carrierMaxime Chevallier
2021-06-02net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett
2021-03-22net: ipconfig: ic_dev can be NULL in ic_close_devsVladimir Oltean
2021-02-11net: ipconfig: avoid use-after-free in ic_close_devsVladimir Oltean
2021-02-06Revert "net: ipv4: handle DSA enabled master network devices"Vladimir Oltean
2020-11-12net: ipconfig: Avoid spurious blank lines in boot logThierry Reding
2020-03-02Documentation: nfsroot.rst: Fix references to nfsroot.rstNiklas Söderlund
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-11-20net: ipconfig: Wait for deferred device probesThomas Bogendoerfer
2019-10-02ipconfig: Handle CONFIG_CIFS_ROOT optionPaulo Alcantara (SUSE)
2019-02-01ipconfig: add carrier_timeout kernel parameterMartin Kepplinger
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-15ipconfig: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li
2018-12-14net: Allow class-e address assignment via ifconfig ioctlDave Taht
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-13net: ipv4: ipconfig: fix unused variableAnders Roxell
2018-04-24ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_serversChris Novakovic
2018-04-24ipconfig: Create /proc/net/ipconfig directoryChris Novakovic
2018-04-24ipconfig: Correctly initialise ic_nameserversChris Novakovic
2018-04-24ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX name serversChris Novakovic
2018-04-24ipconfig: BOOTP: Don't request IEN-116 name serversChris Novakovic
2018-04-24ipconfig: Tidy up reporting of name serversChris Novakovic
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-01-24ipconfig: use dev_set_mtu()Al Viro
2018-01-24ip_rt_ioctl(): take copyin to callerAl Viro
2018-01-24devinet_ioctl(): take copyin/copyout to callerAl Viro
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn
2017-03-27net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-08-22net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeoutGeert Uytterhoeven
2016-08-17net: ipconfig: Fix more use after freeThierry Reding
2016-08-10net: ipconfig: fix use after freeUwe Kleine-König
2016-08-08net: ipconfig: drop inter-device timeoutUwe Kleine-König
2016-08-08net: ipconfig: Support using "delayed" DHCP repliesUwe Kleine-König
2016-08-08net: ipconfig: Add device name to debug messagesUwe Kleine-König
2016-06-11ipconfig: Protect ic_addrservaddr with IPCONFIG_DYNAMIC.David S. Miller
2016-06-10net: ipconfig: avoid warning by making ic_addrservaddr staticBen Dooks
2016-01-29ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann
2015-11-24net/ipv4/ipconfig: Rejoin broken lines in console outputGeert Uytterhoeven