aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/ipconfig.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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