aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ipconfig.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-02ipconfig: add informative timeout messages while waiting for carrierGravatar Paul Gortmaker 1-1/+12
2013-03-20ipconfig: Fix newline handling in log message.Gravatar Martin Fuzzey 1-1/+2
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-1/+1
2013-01-04net/ipv4/ipconfig: really display the BOOTP/DHCP server's address.Gravatar Philippe De Muyter 1-2/+6
2012-10-31net/ipv4/ipconfig: add device address to a KERN_INFO messageGravatar Claudio Fontana 1-2/+4
2012-09-25ipconfig: fix trivial build errorGravatar Andy Shevchenko 1-11/+11
2012-09-21ipconfig: add nameserver IPs to kernel-parameter ip=Gravatar Christoph Fritz 1-3/+36
2012-05-20net/ipv4/ipconfig: neaten __setup placementGravatar Eldad Zack 1-3/+2
2012-05-15net: delete all instances of special processing for token ringGravatar Paul Gortmaker 1-2/+0
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedGravatar Joe Perches 1-7/+4
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-1/+1
2012-03-11net: Convert printks to pr_<level>Gravatar Joe Perches 1-55/+55
2012-01-17net: fix some sparse errorsGravatar Eric Dumazet 1-4/+4
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+4
2011-12-20net: have ipconfig not wait if no dev is availableGravatar Gerlando Falauto 1-0/+4
2011-11-18ipv4: Remove all uses of LL_ALLOCATED_SPACEGravatar Herbert Xu 1-2/+4
2011-11-14ipv4: fix a memory leak in ic_bootp_send_ifGravatar RongQing.Li 1-2/+7
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2011-07-01ipconfig: Reduce switch/case indentGravatar Joe Perches 1-35/+38
2011-06-21ip: introduce ip_is_fragment helper inline functionGravatar Paul Gortmaker 1-1/+1
2011-05-19ipconfig wait for carrierGravatar Micha Nelissen 1-13/+22
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-11-28net: add some KERN_CONT markers to continuation linesGravatar Uwe Kleine-König 1-16/+16
2010-06-02ipconfig: send host-name in DHCP requestsGravatar Wu Fengguang 1-0/+7
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-24net: remove trailing space in messagesGravatar Frans Pop 1-1/+1
2010-03-12ipconfig: Handle devices which take some time to come up.Gravatar David S. Miller 1-10/+47
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-1/+1
2009-11-23net/ipv4: Move && and || to end of previous lineGravatar Joe Perches 1-7/+6
2009-10-27nfs: new subdir Documentation/filesystems/nfsGravatar J. Bruce Fields 1-1/+1
2009-05-19ipv4: teach ipconfig about the MTU option in DHCPGravatar Chris Friesen 1-4/+37
2009-05-17ipconfig: handle case of delayed DHCP serverGravatar Chris Friesen 1-0/+12
2009-02-01net: replace uses of __constant_{endian}Gravatar Harvey Harrison 1-4/+4
2009-01-29ipv4: fix infinite retry loop in IP-ConfigGravatar Benjamin Zores 1-3/+3
2008-10-31net: replace NIPQUAD() in net/ipv4/ net/ipv6/Gravatar Harvey Harrison 1-22/+18
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.Gravatar YOSHIFUJI Hideaki 1-2/+2
2008-06-11net: remove CVS keywordsGravatar Adrian Bunk 1-2/+0
2008-05-12net: Allow netdevices to specify needed head/tailroomGravatar Johannes Berg 1-3/+3
2008-04-29ipv4: annotate a few functions __init in ipconfig.cGravatar Sam Ravnborg 1-4/+4
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 1-1/+1
2008-04-14[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.Gravatar YOSHIFUJI Hideaki 1-14/+14
2008-04-11Documentation: move nfsroot.txt to filesystems/Gravatar J. Bruce Fields 1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-2/+2
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Gravatar David S. Miller 1-4/+5
2008-03-17[NET] endianness noise: INADDR_ANYGravatar Al Viro 1-4/+5
2008-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+2
2008-03-04[IPCONFIG]: The kernel gets no IP from some DHCP serversGravatar Stephen Hemminger 1-2/+2
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Gravatar Pavel Emelyanov 1-4/+1
2008-02-28[NETNS]: Process devinet ioctl in the correct namespace.Gravatar Denis V. Lunev 1-1/+1