| Commit message (Expand) | Author | Age | Files | Lines |
* | net: add some KERN_CONT markers to continuation lines | Uwe Kleine-König | 2010-11-28 | 1 | -16/+16 |
* | ipconfig: send host-name in DHCP requests | Wu Fengguang | 2010-06-02 | 1 | -0/+7 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 1 | -0/+1 |
|\ |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | | net: remove trailing space in messages | Frans Pop | 2010-03-24 | 1 | -1/+1 |
|/ |
|
* | ipconfig: Handle devices which take some time to come up. | David S. Miller | 2010-03-12 | 1 | -10/+47 |
* | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2009-12-16 | 1 | -1/+1 |
|\ |
|
| * | nfs: new subdir Documentation/filesystems/nfs | J. Bruce Fields | 2009-10-28 | 1 | -1/+1 |
* | | net/ipv4: Move && and || to end of previous line | Joe Perches | 2009-11-23 | 1 | -7/+6 |
|/ |
|
* | ipv4: teach ipconfig about the MTU option in DHCP | Chris Friesen | 2009-05-20 | 1 | -4/+37 |
* | ipconfig: handle case of delayed DHCP server | Chris Friesen | 2009-05-18 | 1 | -0/+12 |
* | net: replace uses of __constant_{endian} | Harvey Harrison | 2009-02-01 | 1 | -4/+4 |
* | ipv4: fix infinite retry loop in IP-Config | Benjamin Zores | 2009-01-30 | 1 | -3/+3 |
* | net: replace NIPQUAD() in net/ipv4/ net/ipv6/ | Harvey Harrison | 2008-10-31 | 1 | -22/+18 |
* | netns: Use net_eq() to compare net-namespaces for optimization. | YOSHIFUJI Hideaki | 2008-07-20 | 1 | -2/+2 |
* | net: remove CVS keywords | Adrian Bunk | 2008-06-12 | 1 | -2/+0 |
* | net: Allow netdevices to specify needed head/tailroom | Johannes Berg | 2008-05-13 | 1 | -3/+3 |
* | ipv4: annotate a few functions __init in ipconfig.c | Sam Ravnborg | 2008-04-30 | 1 | -4/+4 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-04-18 | 1 | -1/+1 |
|\ |
|
| * | Documentation: move nfsroot.txt to filesystems/ | J. Bruce Fields | 2008-04-11 | 1 | -1/+1 |
* | | [IPV4]: Use NIPQUAD_FMT to format ipv4 addresses. | YOSHIFUJI Hideaki | 2008-04-14 | 1 | -14/+14 |
* | | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 2008-03-25 | 1 | -2/+2 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 2008-03-18 | 1 | -4/+5 |
|\| |
|
| * | [NET] endianness noise: INADDR_ANY | Al Viro | 2008-03-18 | 1 | -4/+5 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2008-03-05 | 1 | -2/+2 |
|\| |
|
| * | [IPCONFIG]: The kernel gets no IP from some DHCP servers | Stephen Hemminger | 2008-03-05 | 1 | -2/+2 |
* | | [ARP]: Introduce the arp_hdr_len helper. | Pavel Emelyanov | 2008-03-03 | 1 | -4/+1 |
* | | [NETNS]: Process devinet ioctl in the correct namespace. | Denis V. Lunev | 2008-02-29 | 1 | -1/+1 |
|/ |
|
* | [IPV4]: fix alignment of IP-Config output | Uwe Kleine-Koenig | 2008-02-18 | 1 | -1/+1 |
* | [NETNS]: Pass namespace through ip_rt_ioctl. | Denis V. Lunev | 2008-01-29 | 1 | -1/+1 |
* | [IPCONFIG]: Mark vendor_class_identifier as __initdata. | David S. Miller | 2008-01-28 | 1 | -1/+2 |
* | [IPV4] ipconfig: Implement DHCP Class-identifier | Rainer Jochem | 2008-01-28 | 1 | -0/+24 |
* | [IPV4] ipconfig: Fix regression in ip command line processing | Amos Waterland | 2008-01-09 | 1 | -4/+18 |
* | [IPV4] Fix ip=dhcp regression | Simon Horman | 2007-12-28 | 1 | -0/+1 |
* | [IPV4]: Fix ip command line processing. | Simon Horman | 2007-12-27 | 1 | -6/+4 |
* | [IPV4]: Updates to nfsroot documentation | Amos Waterland | 2007-12-14 | 1 | -19/+1 |
* | [NET]: Wrap netdevice hardware header creation. | Stephen Hemminger | 2007-10-11 | 1 | -2/+2 |
* | [IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_dev | Eric W. Biederman | 2007-10-11 | 1 | -3/+7 |
* | [NET]: Dynamically allocate the loopback device, part 1. | Daniel Lezcano | 2007-10-11 | 1 | -3/+3 |
* | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 2007-10-11 | 1 | -1/+1 |
* | [NET]: Make packet reception network namespace safe | Eric W. Biederman | 2007-10-11 | 1 | -0/+6 |
* | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 2007-10-11 | 1 | -1/+2 |
* | [IPCONFIG]: ip_auto_config fix | Joakim Tjernlund | 2007-08-14 | 1 | -3/+3 |
* | [NET]: Rework dev_base via list_head (v3) | Pavel Emelianov | 2007-05-04 | 1 | -1/+1 |
* | [NET]: cleanup extra semicolons | Stephen Hemminger | 2007-04-26 | 1 | -2/+2 |
* | [SK_BUFF]: Introduce skb_transport_header(skb) | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -2/+2 |
* | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -3/+3 |
* | [SK_BUFF] ipconfig: Another conversion to skb_reset_network_header related to... | Arnaldo Carvalho de Melo | 2007-04-26 | 1 | -1/+2 |
* | [IPV4]: cleanup | Stephen Hemminger | 2007-04-26 | 1 | -2/+2 |
* | [PATCH] mark struct file_operations const 7 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |