summaryrefslogtreecommitdiff
path: root/net/ipv4/ipconfig.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-20netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-2/+2
2008-06-12net: remove CVS keywordsAdrian Bunk1-2/+0
2008-05-13net: Allow netdevices to specify needed head/tailroomJohannes Berg1-3/+3
2008-04-30ipv4: annotate a few functions __init in ipconfig.cSam Ravnborg1-4/+4
2008-04-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller1-1/+1
2008-04-14[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.YOSHIFUJI Hideaki1-14/+14
2008-04-11Documentation: move nfsroot.txt to filesystems/J. Bruce Fields1-1/+1
2008-03-25[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller1-4/+5
2008-03-18[NET] endianness noise: INADDR_ANYAl Viro1-4/+5
2008-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2008-03-05[IPCONFIG]: The kernel gets no IP from some DHCP serversStephen Hemminger1-2/+2
2008-03-03[ARP]: Introduce the arp_hdr_len helper.Pavel Emelyanov1-4/+1
2008-02-29[NETNS]: Process devinet ioctl in the correct namespace.Denis V. Lunev1-1/+1
2008-02-18[IPV4]: fix alignment of IP-Config outputUwe Kleine-Koenig1-1/+1
2008-01-29[NETNS]: Pass namespace through ip_rt_ioctl.Denis V. Lunev1-1/+1
2008-01-29[IPCONFIG]: Mark vendor_class_identifier as __initdata.David S. Miller1-1/+2
2008-01-29[IPV4] ipconfig: Implement DHCP Class-identifierRainer Jochem1-0/+24
2008-01-09[IPV4] ipconfig: Fix regression in ip command line processingAmos Waterland1-4/+18
2007-12-29[IPV4] Fix ip=dhcp regressionSimon Horman1-0/+1
2007-12-27[IPV4]: Fix ip command line processing.Simon Horman1-6/+4
2007-12-15[IPV4]: Updates to nfsroot documentationAmos Waterland1-19/+1
2007-10-11[NET]: Wrap netdevice hardware header creation.Stephen Hemminger1-2/+2
2007-10-11[IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_devEric W. Biederman1-3/+7
2007-10-11[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano1-3/+3
2007-10-11[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-1/+1
2007-10-11[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+6
2007-10-11[NET]: Make /proc/net per network namespaceEric W. Biederman1-1/+2
2007-08-14[IPCONFIG]: ip_auto_config fixJoakim Tjernlund1-3/+3
2007-05-04[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-1/+1
2007-04-26[NET]: cleanup extra semicolonsStephen Hemminger1-2/+2
2007-04-26[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-2/+2
2007-04-26[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-3/+3
2007-04-26[SK_BUFF] ipconfig: Another conversion to skb_reset_network_header related to...Arnaldo Carvalho de Melo1-1/+2
2007-04-26[IPV4]: cleanupStephen Hemminger1-2/+2
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven1-1/+1
2007-02-11[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki1-15/+15
2006-12-03[NET]: ipconfig and nfsroot annotationsAl Viro1-52/+53
2006-10-25[IPV4] ipconfig: fix RARP ic_servaddr breakageAl Viro1-1/+1
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-7/+7
2006-09-23[NET]: Remove unnecessary config.h includes from net/Dave Jones1-1/+0
2006-03-21[NET]: Convert RTNL to mutex.Stephen Hemminger1-5/+5
2006-01-04[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+2
2005-09-13[NET]: fix-up schedule_timeout() usageNishanth Aravamudan1-4/+2
2005-09-06[IPV4]: net/ipv4/ipconfig.c should #include <linux/nfs_fs.h>Adrian Bunk1-0/+1
2005-08-30[NET]: Kill skb->real_devDavid S. Miller1-4/+4
2005-06-29[IPV4]: ipconfig.c: fix dhcp timeout behaviourMaxime Bizon1-1/+3
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1507