- ee046d9 net: ipconfig: Release the rtnl_lock while waiting for carrier by Maxime Chevallier · 3 years, 2 months ago
- b508d5f net: ipconfig: Don't override command-line hostnames or domains by Josh Triplett · 3 years, 7 months ago
- a50a151 net: ipconfig: ic_dev can be NULL in ic_close_devs by Vladimir Oltean · 3 years, 9 months ago
- f68cbae net: ipconfig: avoid use-after-free in ic_close_devs by Vladimir Oltean · 3 years, 11 months ago
- 46acf7bd Revert "net: ipv4: handle DSA enabled master network devices" by Vladimir Oltean · 3 years, 11 months ago
- c9f64d1 net: ipconfig: Avoid spurious blank lines in boot log by Thierry Reding · 4 years, 2 months ago
- 3eb30c5 Documentation: nfsroot.rst: Fix references to nfsroot.rst by Niklas Söderlund · 4 years, 11 months ago
- 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
- e2ffe3f net: ipconfig: Wait for deferred device probes by Thomas Bogendoerfer · 5 years ago
- 51976f4 ipconfig: Handle CONFIG_CIFS_ROOT option by Paulo Alcantara (SUSE) · 5 years ago
- 3fc46fc ipconfig: add carrier_timeout kernel parameter by Martin Kepplinger · 6 years ago
- 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 70f98d7 ipconfig: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
- 65cab85 net: Allow class-e address assignment via ifconfig ioctl by Dave Taht · 6 years ago
- 567c5e1 net: core: dev: Add extack argument to dev_change_flags() by Petr Machata · 6 years ago
- 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
- 289e1f4 net: ipv4: ipconfig: fix unused variable by Anders Roxell · 7 years ago
- c04d2cb ipconfig: Write NTP server IPs to /proc/net/ipconfig/ntp_servers by Chris Novakovic · 7 years ago
- 4d019b3 ipconfig: Create /proc/net/ipconfig directory by Chris Novakovic · 7 years ago
- 300eec7 ipconfig: Correctly initialise ic_nameservers by Chris Novakovic · 7 years ago
- de1fa15 ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX name servers by Chris Novakovic · 7 years ago
- 4e1a8af ipconfig: BOOTP: Don't request IEN-116 name servers by Chris Novakovic · 7 years ago
- e18bdc8 ipconfig: Tidy up reporting of name servers by Chris Novakovic · 7 years ago
- d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
- 6a88fbe ipconfig: use dev_set_mtu() by Al Viro · 7 years ago
- ca25c30 ip_rt_ioctl(): take copyin to caller by Al Viro · 7 years ago
- 03aef17 devinet_ioctl(): take copyin/copyout to caller by Al Viro · 7 years ago
- 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
- 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- c6e970a net: break include loop netdevice.h, dsa.h, devlink.h by Andrew Lunn · 8 years ago
- ffefb6f net: ipconfig: fix ic_close_devs() use-after-free by Mark Rutland · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 1ae292a net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeout by Geert Uytterhoeven · 8 years ago
- d2d371a net: ipconfig: Fix more use after free by Thierry Reding · 8 years ago
- 9c706a4 net: ipconfig: fix use after free by Uwe Kleine-König · 8 years ago
- e068853 net: ipconfig: drop inter-device timeout by Uwe Kleine-König · 8 years ago
- 2647cff net: ipconfig: Support using "delayed" DHCP replies by Uwe Kleine-König · 8 years ago
- 22fc538 net: ipconfig: Add device name to debug messages by Uwe Kleine-König · 8 years ago
- 86ef7f9c ipconfig: Protect ic_addrservaddr with IPCONFIG_DYNAMIC. by David S. Miller · 9 years ago
- 0b392be net: ipconfig: avoid warning by making ic_addrservaddr static by Ben Dooks · 9 years ago
- 52b79e2b ipv4: ipconfig: avoid unused ic_proto_used symbol by Arnd Bergmann · 9 years ago
- 6c1c36b net/ipv4/ipconfig: Rejoin broken lines in console output by Geert Uytterhoeven · 9 years ago
- 09605cc net ipv4: use preferred log methods by Bastian Stender · 9 years ago
- 26fb342 ipconfig: send Client-identifier in DHCP requests by Li RongQing · 9 years ago
- 7655078 net: ipv4: increase dhcp inter device timeout by Mugunthan V N · 9 years ago
- 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
- 728c020 net: ipv4: handle DSA enabled master network devices by Florian Fainelli · 10 years ago
- 0d3979b ipv4: remove 0/NULL assignment on static by Fabian Frederick · 10 years ago
- 6b436d3 ipv4: remove set but unused variable sha by Fabian Frederick · 10 years ago
- c72c95a ipconfig: Use time_before by Himangi Saraogi · 10 years ago
- 405fd70 ipconfig: Only bootp paths should reference ic_dev_xid. by David S. Miller · 10 years ago
- 21621e9 ipconfig: move ic_dev_xid under IPCONFIG_BOOTP by Fabian Frederick · 10 years ago
- 4f6ad60 ipconfig: add static to local variable by Fabian Frederick · 10 years ago
- 357137a ipv4: ipconfig.c: add parentheses in an if statement by FX Le Bail · 11 years ago
- 5e404cd ipconfig: add informative timeout messages while waiting for carrier by Paul Gortmaker · 12 years ago
- 283951f ipconfig: Fix newline handling in log message. by Martin Fuzzey · 12 years ago
- d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
- 9dd4a13 net/ipv4/ipconfig: really display the BOOTP/DHCP server's address. by Philippe De Muyter · 12 years ago
- 9ecd1c3 net/ipv4/ipconfig: add device address to a KERN_INFO message by Claudio Fontana · 12 years ago
- 842b08b ipconfig: fix trivial build error by Andy Shevchenko · 12 years ago
- 5e95377 ipconfig: add nameserver IPs to kernel-parameter ip= by Christoph Fritz · 12 years ago
- b37f4d7 net/ipv4/ipconfig: neaten __setup placement by Eldad Zack · 13 years ago
- 211ed86 net: delete all instances of special processing for token ring by Paul Gortmaker · 13 years ago
- e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 13 years ago
- 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 13 years ago
- 058bd4d net: Convert printks to pr_<level> by Joe Perches · 13 years ago
- 747465e net: fix some sparse errors by Eric Dumazet · 13 years ago
- abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
- cd7816d net: have ipconfig not wait if no dev is available by Gerlando Falauto · 13 years ago
- 6608824 ipv4: Remove all uses of LL_ALLOCATED_SPACE by Herbert Xu · 13 years ago
- ad79eef ipv4: fix a memory leak in ic_bootp_send_if by RongQing.Li · 13 years ago
- bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
- 1d67a51 ipconfig: Reduce switch/case indent by Joe Perches · 14 years ago
- 56f8a75 ip: introduce ip_is_fragment helper inline function by Paul Gortmaker · 14 years ago
- 3fb72f1 ipconfig wait for carrier by Micha Nelissen · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- a40c9f8 net: add some KERN_CONT markers to continuation lines by Uwe Kleine-König · 14 years ago
- 130c0f4 ipconfig: send host-name in DHCP requests by Wu Fengguang · 15 years ago
- 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- b138338 net: remove trailing space in messages by Frans Pop · 15 years ago
- 964ad81 ipconfig: Handle devices which take some time to come up. by David S. Miller · 15 years ago
- 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
- 9d4fb27 net/ipv4: Move && and || to end of previous line by Joe Perches · 15 years ago
- dc7a081 nfs: new subdir Documentation/filesystems/nfs by J. Bruce Fields · 15 years ago
- 9643f45 ipv4: teach ipconfig about the MTU option in DHCP by Chris Friesen · 16 years ago
- 2513dfb ipconfig: handle case of delayed DHCP server by Chris Friesen · 16 years ago
- 09640e63 net: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
- 9d8dba6 ipv4: fix infinite retry loop in IP-Config by Benjamin Zores · 16 years ago
- 673d57e net: replace NIPQUAD() in net/ipv4/ net/ipv6/ by Harvey Harrison · 16 years ago
- 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
- 0b04082 net: remove CVS keywords by Adrian Bunk · 17 years ago
- f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 17 years ago
- 45e741b ipv4: annotate a few functions __init in ipconfig.c by Sam Ravnborg · 17 years ago
- 1e42198 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 17 years ago
- a7d632b [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. by YOSHIFUJI Hideaki · 17 years ago
- 6ded55d Documentation: move nfsroot.txt to filesystems/ by J. Bruce Fields · 17 years ago