summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ipconfig.c
Commit message (Expand)AuthorAgeFilesLines
* ipconfig: add carrier_timeout kernel parameterMartin Kepplinger2019-02-021-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-151-0/+2
* | ipconfig: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-151-12/+1Star
* | 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-071-11/+139
|\
| * net: ipv4: ipconfig: fix unused variableAnders Roxell2018-05-141-3/+2Star
| * 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/+1Star
|/
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* ipconfig: use dev_set_mtu()Al Viro2018-01-251-14/+3Star
* ip_rt_ioctl(): take copyin to callerAl Viro2018-01-251-12/+1Star
* devinet_ioctl(): take copyin/copyout to callerAl Viro2018-01-251-14/+3Star
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-1/+0Star
* 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/+1Star
* 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-281-1/+1
* | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-291-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-231-1/+1
* net: ipconfig: Fix more use after freeThierry Reding2016-08-181-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-091-4/+5
* net: ipconfig: Support using "delayed" DHCP repliesUwe Kleine-König2016-08-091-19/+10Star
* net: ipconfig: Add device name to debug messagesUwe Kleine-König2016-08-091-6/+6
* ipconfig: Protect ic_addrservaddr with IPCONFIG_DYNAMIC.David S. Miller2016-06-121-0/+2
* net: ipconfig: avoid warning by making ic_addrservaddr staticBen Dooks2016-06-111-1/+1
* ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann2016-01-301-0/+4
* net/ipv4/ipconfig: Rejoin broken lines in console outputGeert Uytterhoeven2015-11-241-10/+9Star
* net ipv4: use preferred log methodsBastian Stender2015-11-181-44/+29Star
* ipconfig: send Client-identifier in DHCP requestsLi RongQing2015-10-191-1/+31
* net: ipv4: increase dhcp inter device timeoutMugunthan V N2015-08-131-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/+1Star
* ipconfig: Use time_beforeHimangi Saraogi2014-08-221-1/+2
* ipconfig: Only bootp paths should reference ic_dev_xid.David S. Miller2014-07-101-1/+1
* ipconfig: move ic_dev_xid under IPCONFIG_BOOTPFabian Frederick2014-07-091-2/+1Star
* 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