ff24746cca1ef0c92d46614158e6672acd6b63d3 |
|
10-Apr-2012 |
Stephen Hemminger <shemminger@vyatta.com> |
Convert to use rta_getattr_ functions User new functions (inspired by libmnl) to do type safe access of routeing attributes
/external/iproute2/ip/ipaddress.c
|
4f2fdd44b6694f713aa638cc2222a2d7d17dfe5f |
|
06-Apr-2012 |
Stephen Hemminger <stephen.hemminger@vyatta.com> |
Add ability to set link state with ip Exposes existing netlink operations to modify link state of devices.
/external/iproute2/ip/ipaddress.c
|
82499282b27c82a25448dc40948920950c9a6936 |
|
20-Mar-2012 |
Stephen Hemminger <shemminger@vyatta.com> |
ip: allow set and display of link mode parameter The kernel supports a link mode attribute (which can be dormant or default). This attribute is used to control how the link watch engine handles operstate transistion. This adds a new parameter to ip link command to allow setting and displaying the value. ---
/external/iproute2/ip/ipaddress.c
|
e6e6fb5c6a4f12112d41c6f4a3de1002f7fc3d4f |
|
22-Feb-2012 |
Stephen Hemminger <shemminger@vyatta.com> |
ipaddress: cleanup code for link stats64 On 64 bit platform, casting to unsigned long long is unnecessary. Use inttypes.h and stdtypes.h to resolve it.
/external/iproute2/ip/ipaddress.c
|
cd70f3f522e04b4d2fa80ae10292379bf223a53b |
|
28-Dec-2011 |
Stephen Hemminger <shemminger@vyatta.com> |
libnetlink: remove unused junk callback Both rtnl_talk and rtnl_dump had a callback for handling portions of netlink message that do not match the correct pid or seq. But this callback was never used by any part of iproute2 so remove it.
/external/iproute2/ip/ipaddress.c
|
7b8179c780a1abd547e5002c4e6fba898c6d72bb |
|
13-Oct-2011 |
Greg Rose <gregory.v.rose@intel.com> |
iproute2: Add new command to ip link to enable/disable VF spoof check Add ip link command parsing for VF spoof checking enable/disable V2 - Fixed problem with parsing of dump info on kernels that don't support the spoof checking option and also wrapped the ifla_vf_info structure in #ifdef __KERNEL__ to prevent user space from directly accessing the structure V3 - Improved parsing of vfinfo V4 - Put Makefile back to proper list of subdirs V5 - Remove struct ifla_vf_info, it is only used by the kernel V6 - Make sure spoof check is reported by the driver - rtnl will set it to -1 to indicate driver didn't report a value. Signed-off-by: Greg Rose <gregory.v.rose@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
/external/iproute2/ip/ipaddress.c
|
f78e316f25f8795e3e2b8d05ce2ecb908b62db9c |
|
22-Oct-2009 |
Eric Dumazet <eric.dumazet@gmail.com> |
ip: Support IFLA_TXQLEN in ip link command Eric Dumazet a écrit : > We currently use an expensive ioctl() to get device txqueuelen, while > rtnetlink gave it to us for free. This patch speeds up ip link operation > when many devices are registered. > Here is a 2nd version od this patch, not displaying "qlen 0" useless info [PATCH iproute2] ip: Support IFLA_TXQLEN in ip link show command We currently use an expensive ioctl() to get device txqueuelen, while rtnetlink gave it to us for free. This patch speeds up ip link operation when many devices are registered. Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
/external/iproute2/ip/ipaddress.c
|
242b8da71be73204500cc85613a399d6968f23af |
|
12-Apr-2011 |
Stephen Hemminger <shemminger@vyatta.com> |
Use INIT_NETDEV_GROUP Now that headers are sanitized, use the define.
/external/iproute2/ip/ipaddress.c
|
d5b7420a269e6e220e00cfbd69546d157fac1332 |
|
26-Feb-2011 |
Stephen Hemminger <stephen.hemminger@vyatta.com> |
Remove #ifdef's The iproute package keeps its own headers so there is no need of polluting code with #ifdef's
/external/iproute2/ip/ipaddress.c
|
26ad3aecfeeb93cd396a199a5e664e749bcabc8d |
|
02-Feb-2011 |
Vlad Dogaru <ddvlad@rosedu.org> |
iproute2: support device group semantics Add the group keyword to ip link set, which has the following meaning: If both a group and a device name are pressent, we change the device's group to the specified one. If only a group is present, then the operation specified by the rest of the command should apply on an entire group, not a single device. So, to set eth0 to the default group, one would use ip link set dev eth0 group default Conversely, to set all the devices in the default group down, use ip link set group default down Signed-off-by: Vlad Dogaru <ddvlad@rosedu.org>
/external/iproute2/ip/ipaddress.c
|
f960c92aac1838e0f336c0ca0f657bb55a42d8e9 |
|
02-Feb-2011 |
Vlad Dogaru <ddvlad@rosedu.org> |
iproute2: support listing devices by group User can specify device group to list by using the group keyword: ip link show group test If no group is specified, 0 (default) is implied. Signed-off-by: Vlad Dogaru <ddvlad@rosedu.org>
/external/iproute2/ip/ipaddress.c
|
1598b9ef7b6704af5126d632e324323703ca8112 |
|
13-Jan-2011 |
Stephen Hemminger <stephen.hemminger@vyatta.com> |
Revert "iproute2: add VF_PORT support" This reverts commit 632110aa0db4518b33fc09189ffcdd1b2e2e1762. There seem to be some recent changes in the 802.1Qbh/bg specs which may result in changes to this patch in the near future. It seems like its best to ignore this patch for now. I will re-spin at a later time when the changes in the specs converge. BTW, Please let me know if I should CC netdev list and others on the original email. I can resend this email. Thanks, Roopa
/external/iproute2/ip/ipaddress.c
|
632110aa0db4518b33fc09189ffcdd1b2e2e1762 |
|
09-Nov-2010 |
Roopa Prabhu <roprabhu@cisco.com> |
iproute2: add VF_PORT support Resubmitting Scott Feldmans original patch with below changes - Fix port profile strlen which was off by 1 - Added function to convert IFLA_PORT_RESPONSE codes to string Add support for IFLA_VF_PORTS. VF port netlink msg layout is [IFLA_NUM_VF] [IFLA_VF_PORTS] [IFLA_VF_PORT] [IFLA_PORT_*], ... [IFLA_VF_PORT] [IFLA_PORT_*], ... ... [IFLA_PORT_SELF] [IFLA_PORT_*], ... The iproute2 cmd line for link set is now: Usage: ip link add link DEV [ name ] NAME [ txqueuelen PACKETS ] [ address LLADDR ] [ broadcast LLADDR ] [ mtu MTU ] type TYPE [ ARGS ] ip link delete DEV type TYPE [ ARGS ] ip link set DEVICE [ { up | down } ] [ arp { on | off } ] [ dynamic { on | off } ] [ multicast { on | off } ] [ allmulticast { on | off } ] [ promisc { on | off } ] [ trailers { on | off } ] [ txqueuelen PACKETS ] [ name NEWNAME ] [ address LLADDR ] [ broadcast LLADDR ] [ mtu MTU ] [ netns PID ] [ alias NAME ] [ port MODE { PROFILE | VSI } ] [ vf NUM [ mac LLADDR ] [ vlan VLANID [ qos VLAN-QOS ] ] [ rate TXRATE ] [ port MODE { PROFILE | VSI } ] ] ip link show [ DEVICE ] TYPE := { vlan | veth | vcan | dummy | ifb | macvlan | can } MODE := { assoc | preassoc | preassocrr | disassoc } PROFILE := profile PROFILE [ instance UUID ] [ host UUID ] VSI := vsi mgr MGRID type VTID ver VER [ instance UUID ] Signed-off-by: Scott Feldman <scofeldm@cisco.com> Signed-off-by: Roopa Prabhu <roprabhu@cisco.com>
/external/iproute2/ip/ipaddress.c
|
64c7956061500611061910067d76512afcd2ddb4 |
|
01-Dec-2010 |
Ben Greear <greearb@candelatech.com> |
Allow 'ip addr flush' to loop more than 10 times The default remains at 10 for backwards compatibility. For instance: # ip addr flush dev eth2 *** Flush remains incomplete after 10 rounds. *** # ip -l 20 addr flush dev eth2 *** Flush remains incomplete after 20 rounds. *** # ip -loops 0 addr flush dev eth2 # This is useful for getting rid of large numbers of IP addresses in scripts. Signed-off-by: Ben Greear <greearb@candelatech.com>
/external/iproute2/ip/ipaddress.c
|
f66efadd79f75c61642d90e0b64081b4e0edf61c |
|
06-Nov-2010 |
Andreas Schwab <schwab@linux-m68k.org> |
iproute2: remove useless use of buffer Print directly to the file instead of going through a buffer. Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
/external/iproute2/ip/ipaddress.c
|
3bc1c4f29777171b484d36abf673667e3729202b |
|
16-Aug-2010 |
Ben Greear <greearb@candelatech.com> |
iproute2: Fix filtering related to flushing IP addresses. The old 'ip addr flush' logic had several flaws: * It reversed logic for primary v/s secondary flags (though, it sort of worked right anyway) * The code tried to remove secondaries and then primaries, but in practice, it always removed one primary per loop, which not at all efficient. * The filter logic in the core would run only the first filter in most cases. * If you used '-s -s', the ifa_flags member would be modified, which could make future filters fail to function fine. This patch attempts to fix all of these issues. Tested-by: Brian Haley <brian.haley@hp.com> Signed-off-by: Ben Greear <greearb@candelatech.com>
/external/iproute2/ip/ipaddress.c
|
8864ac9dc5bd5ce049280337deb21191673a02d0 |
|
11-Mar-2010 |
Jan Engelhardt <jengelh@medozas.de> |
Add IFLA_STATS64 support `ip -s link` shows interface counters truncated to 32 bit. This is because interface statistics are transported only in 32-bit quantity to userspace. This commit adds recognition for the new IFLA_STATS64 attribute that exports them in full 64 bit. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
/external/iproute2/ip/ipaddress.c
|
3fd86630876aed8a23e4f2c2d72e68cbb2ee331a |
|
18-May-2010 |
Chris Wright <chrisw@sous-sol.org> |
iproute2: rework SR-IOV VF support The kernel interface changed just before 2.6.34 was released. This brings iproute2 in line with the current changes. The VF portion of setlink is comprised of a set of nested attributes. IFLA_VFINFO_LIST (NESTED) IFLA_VF_INFO (NESTED) IFLA_VF_MAC IFLA_VF_VLAN IFLA_VF_TX_RATE Signed-off-by: Chris Wright <chrisw@sous-sol.org>
/external/iproute2/ip/ipaddress.c
|
1db61e022d5f4318b9b236fef48be48a65e00878 |
|
06-Mar-2010 |
Michele Petrazzo - Unipex <michele.petrazzo@unipex.it> |
Continue after errors in -batch Allow ip to process all the file passed with the -batch argument when is passed also the -force switch Signed-off-by: Michele Petrazzo <michele.petrazzo@unipex.it>
/external/iproute2/ip/ipaddress.c
|
ae7229d5f99ed9d7fd6ae11bcc726b80e8f8cb87 |
|
10-Feb-2010 |
Williams, Mitch A <mitch.a.williams@intel.com> |
ip: Add support for setting and showing SR-IOV virtual funtion link params Add support to 'ip' for setting and showing SR-IOV virtual function link parameters. Signed-off-by: Mitch Williams <mitch.a.williams@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
/external/iproute2/ip/ipaddress.c
|
a1b9ffccc29f160618d6018d6934d90daa959592 |
|
14-Sep-2009 |
Brian Haley <brian.haley@hp.com> |
ip: print "temporary" for IPv6 temp addresses IPv6 addresses that have IFA_F_SECONDARY set are actually temporary addresses, hence the IFA_F_TEMPORARY equivalent. Change the output in this case and allow filtering on the word "temporary". Signed-off-by: Brian Haley <brian.haley@hp.com>
/external/iproute2/ip/ipaddress.c
|
a1f277943f86bd6974dfef9f59e5ee43eaeac300 |
|
03-Dec-2009 |
Brian Haley <brian.haley@hp.com> |
Add dadfailed option to ip command Fix support for IFA_F_DADFAILED and update ip.8 man page. Signed-off-by: Brian Haley <brian.haley@hp.com>
/external/iproute2/ip/ipaddress.c
|
b49240ec7eab91418d2f090536bf8cd2205988d6 |
|
02-Dec-2009 |
Simon Horman <horms@verge.net.au> |
flush secondary addresses before primary ones Unless promote_secondaries has been active deleting the primary address of an interface will automatically delete all the secondary addresses. In the case where ip flush requests the primary then secondary addresses to be removed - which is the order the addresses are returned by the kernel - this will cause an error as by the time the request to remove a secondary address is made it will be missing as it will have been deleted in the course of deleting the primary address. This approach to solving this problem orders requests for the deletion of secondary addresses before primary ones providing rtnl_dump_filter_l(), a version of rtnl_dump_filter() that iterates over a list of filters. And by providing two specialised filters print_addrinfo_secondary() and print_addrinfo_primary(). rtnl_dump_filter_l() first iterates over all addresses using print_addrinfo_secondary(), which appends secondary addresses to the request buffer. Then again using print_addrinfo_primary() which appends primary addresses. This approach should work regardless of it promote_secondaries is active or not. And regardless of if any primary of secondary addresses are present or not. Signed-off-by: Simon Horman <horms@verge.net.au>
/external/iproute2/ip/ipaddress.c
|
f4af851bac12b0a72515912d6e1458d41aa2e009 |
|
02-Dec-2009 |
Brian Haley <brian.haley@hp.com> |
ipv6: Add IFA_F_DADFAILED flag Add IFA_F_DADFAILED flag to denote an IPv6 address that has failed Duplicate Address Detection, that way tools like /sbin/ip can be more informative. 3: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qlen 1000 inet6 2001:db8::1/64 scope global tentative dadfailed valid_lft forever preferred_lft forever Signed-off-by: Brian Haley <brian.haley@hp.com>
/external/iproute2/ip/ipaddress.c
|
232642c28c5320e6cf1e32f667f866c5f7372bfe |
|
02-Dec-2009 |
Stephen Hemminger <stephen.hemminger@vyatta.com> |
Remove Changes: comments Discourage developers from putting change log in comments now that software has been under change control for 5 years.
/external/iproute2/ip/ipaddress.c
|
98f9a1d24442399db3b1b6190010855804ca15e2 |
|
27-Mar-2009 |
Oliver Hartkopp <oliver@hartkopp.net> |
Add support Controller Area Network t's not a big problem, but it makes a better show in 'ip link show' on CAN interfaces :-) I also moved __PF(CAN,can) in ll_proto.c to the same position where it can be found in if_ether.h . The only thing i did not know if the __PF(CAN,can) in ll_types.c needs to be put in #ifdef ARPHDR_CAN like __PF(HWX25,hwx25) is or not. You definitely know that better than me.
/external/iproute2/ip/ipaddress.c
|
4cd23bdde90cc7d2911106017c60617e96d9d1f4 |
|
08-Aug-2008 |
jamal <hadi@cyberus.ca> |
ip: Allow for easier debug of buggy devices that dont send their names patch attached this time.. On Fri, 2008-08-08 at 10:01 -0400, jamal wrote: > wireless drivers using wext is a prime example if you need a test case. > > cheers, > jamal ip: Allow for easier debug of buggy devices that dont send their names With the old message couldnt tell which device had the bug. This patch provides at least an ifindex to narrow it down. Theres also no point in bailing out because of one bug; we allow it to go on so we could dump as much info as we can Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
/external/iproute2/ip/ipaddress.c
|
ace9c96121b10ff8f91d79b7486bb8a5520c12df |
|
23-Mar-2009 |
Stephen Hemminger <stephen.hemminger@vyatta.com> |
Add support for IFALIAS New 2.6.28 support for text description
/external/iproute2/ip/ipaddress.c
|
037d950bceed6d5053758dea601e0d018f5f22d7 |
|
07-Jan-2009 |
Benedikt Gollatz <ben@differentialschokolade.org> |
When the preferred lifetime of a prefix assigned by IPv6 autoconfiguration (router solicitation) becomes negative How reproducible: Always. Steps to Reproduce: 1. Configure an IPv6 router to advertise a prefix with a short preferred lifetime, e.g. 0. 2. Wait for the IPv6 autoconfiguration process to complete for an interface <if> connected to a link where that router advertises. 3. Run ip -6 show dev <if>. Actual results: The preferred lifetime will have become negative, but it is printed as an unsigned integer. The preferred lifetime to be displayed will therefore be close to UINT_MAX.
/external/iproute2/ip/ipaddress.c
|
f0b34d2d98ffcd135c92dcba563d4bc47632333c |
|
29-Aug-2008 |
Andreas Henriksson <andreas@fatal.se> |
ip a flush: unnecessarily chatty when there's nothing to flush On tis, 2008-07-22 at 20:21 +0200, martin f krafft wrote: > piper:~|master|% sudo ip a flush dev eth0 >/dev/null > Nothing to flush. > > It should just shut up, shouldn't it? :) The patch below makes the "Nothing to flush" only visible when show statistics flag is given, and then only to stdout rather then stderr. $ sudo ./ip/ip -s addr flush dev skif Nothing to flush. $ sudo ./ip/ip addr flush dev skif $ (See http://bugs.debian.org/492196 )
/external/iproute2/ip/ipaddress.c
|
7b3d366e0677c53767fca6b59677ee356b65b6da |
|
19-Oct-2007 |
Daniel Silverstone <daniel.silverstone@ubuntu.com> |
Avoid infinite loop in ip addr flush. Fix "ip addr flush" the same way "ip neigh flush" was previously fixed, by bailing out if the flush hasn't completed after MAX_ROUNDS (10) tries.
/external/iproute2/ip/ipaddress.c
|
3d866ba2650d424faca3ea1c3fc89ba519019998 |
|
14-Mar-2008 |
Stephen Hemminger <stephen.hemminger@vyatta.com> |
IP link state show enhancements Show operational state (carrier), as well as fixing functions to be static and use similar API.
/external/iproute2/ip/ipaddress.c
|
f31a37f79d1f33d4d0d6a18f3768bfee27e8b6cc |
|
01-Feb-2008 |
Stephen Hemminger <stephen.hemminger@vyatta.com> |
fix problem caused by rtnl_send checks Some usages of rtnl_send could cause errors (ie flush requests) others do a listen afterwards. Signed-off-by: Stephen Hemminger <stephen.hemminger@vyatta.com>
/external/iproute2/ip/ipaddress.c
|
1fb0a998e1a8cb26a1f7fe1f79e2e3654aafdc93 |
|
26-Jan-2008 |
Stephen Hemminger <stephen.hemminger@vyatta.com> |
remove extra newline from perror() calls perror error adds a newline, so don't split error message across two lines.
/external/iproute2/ip/ipaddress.c
|
b096fa5f3b7a8881972257587079160331eaccfe |
|
12-Oct-2007 |
Alexander Wirt <formorer@debian.org> |
Fix various typos and nitpicks Fix typo in ss manpage. Make the backslash visible in ip manpage (http://bugs.debian.org/285507). Strict syntax for ip addr advice in error message. Fix typo in libnetlink(3) manpage (writen -> written). Fix typos in tc-prio(8) manpage. Fix typo in tc-htb(8) manpage (mininum -> minimum). Fix typo in tc-cbq-details(8) manpage (occured -> occurred). Signed-off-by: Andreas Henriksson <andreas@fatal.se> Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
/external/iproute2/ip/ipaddress.c
|
59cc4f73f20f802eda02baa0180a5fb92c14c25c |
|
13-Oct-2007 |
Stephen Hemminger <shemminger@linux-foundation.org> |
Revert "Remove bogus reference to tc-filters(8) from tc(8) manpage." This reverts commit 1bacc7ce752f795df3b1b3710245c4cd8c1bc396.
/external/iproute2/ip/ipaddress.c
|
1bacc7ce752f795df3b1b3710245c4cd8c1bc396 |
|
12-Oct-2007 |
Andreas Barth <aba@not.so.argh.org> |
Remove bogus reference to tc-filters(8) from tc(8) manpage. Spotted by Aleš Kozumplík <al_es@seznam.cz> (http://bugs.debian.org/289225) Signed-off-by: Andreas Henriksson <andreas@fatal.se> Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
/external/iproute2/ip/ipaddress.c
|
1d93483985f0aa2d2afc72dde5179ff3f79a0999 |
|
22-Aug-2007 |
Patrick McHardy <kaber@trash.net> |
iplink: use netlink for link configuration Add support for using netlink for link configuration. Kernel-support is probed, when not available it falls back to using ioctls. Signed-off-by: Patrick McHardy <kaber@trash.net>
/external/iproute2/ip/ipaddress.c
|
dcb283c300299d79a37fd386ea854b156fd503c5 |
|
20-Jun-2007 |
Thomas Graf <tgraf@suug.ch> |
iproute2: Support IFF_LOWER_UP and IFF_DORMANT In order to support these new flags add current linux/if.h into the directory with the local copies. This caused troubles with outdated redefinitions from net/if.h so I've removed the dependency on it. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
/external/iproute2/ip/ipaddress.c
|
bac735c53a36d259fa4d0722175d9864ed8cdcc0 |
|
07-Mar-2007 |
Noriaki TAKAMIYA <takamiya@linux-ipv6.org> |
enabled to manipulate the flags of IFA_F_HOMEADDRESS or IFA_F_NODAD from ip. Hi, This patch enables ip command to add IFA_F_HOMEADDRESS and IFA_F_NODAD flags while adding the IPv6 address. Signed-off-by: Noriaki TAKAMIYA<takamiya@po.ntts.co.jp> Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org>
/external/iproute2/ip/ipaddress.c
|
ae665a522bd46bea44c5ea84c89c8b1731954170 |
|
05-Dec-2006 |
Stephen Hemminger <shemminger@osdl.org> |
Remove trailing whitespace Go through source files and remove all trailing whitespace Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
/external/iproute2/ip/ipaddress.c
|
141bb60640efb17844b9b9c87d62f679c3036238 |
|
23-Nov-2006 |
Masahide NAKAMURA <nakam@linux-ipv6.org> |
ADDR: Define 0xFFFFFFFFU as INFINITY_LIFE_TIME regarding to the kernel. Signed-off-by: TAKAMIYA Noriaki <takamiya@po.ntts.co.jp> Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org> Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
/external/iproute2/ip/ipaddress.c
|
0aef366b4830dfe0b60176ec67cf8ecb9ea6f00c |
|
23-Nov-2006 |
Noriaki TAKAMIYA <takamiya@po.ntts.co.jp> |
ADDR: Add the 'change' and 'replace' commands to the IPv6 address manipulation context. Signed-off-by: TAKAMIYA Noriaki <takamiya@po.ntts.co.jp> Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org> Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
/external/iproute2/ip/ipaddress.c
|
35546df7d53a7ec2974a7b4f777d5a52f521d513 |
|
23-Nov-2006 |
Masahide NAKAMURA <nakam@linux-ipv6.org> |
ADDR: Enable to add IPv6 address with valid/preferred lifetime. Signed-off-by: TAKAMIYA Noriaki <takamiya@po.ntts.co.jp> Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org> Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
/external/iproute2/ip/ipaddress.c
|
0cc5ebf46d852266abedd38ab1cc57ea6f68d25b |
|
23-Nov-2006 |
Masahide NAKAMURA <nakam@linux-ipv6.org> |
ADDR: Fix print format for lifetimes. Signed-off-by: Masahide NAKAMURA <nakam@linux-ipv6.org> Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
/external/iproute2/ip/ipaddress.c
|
8ed63ab1f1283b2c63355fb7c1e80abead4b9399 |
|
21-Sep-2005 |
shemminger <shemminger> |
Fix leaks and warnings reported by valgrind.
/external/iproute2/ip/ipaddress.c
|
351efcde4e62967362a10b29f3b701cfecd7cdfc |
|
01-Sep-2005 |
shemminger <shemminger> |
Update header files to 2.6.14 Integrate support for DCCP and tcp_diag into ss Add -batch to ip command
/external/iproute2/ip/ipaddress.c
|
f332d169246447bd5e258ac03d5ee840a70adb1e |
|
06-Jul-2005 |
shemminger <shemminger> |
Cleanup GCC4 warnings about signedness.
/external/iproute2/ip/ipaddress.c
|
f082b64fb40b467bc1f9e5d245114aae4e256d5c |
|
30-Mar-2005 |
net[shemminger]!shemminger <net[shemminger]!shemminger> |
Import patch addr-del (Logical change 1.178)
/external/iproute2/ip/ipaddress.c
|
73b49e9f481c075141e27699f629750748833b78 |
|
14-Mar-2005 |
net[shemminger]!shemminger <net[shemminger]!shemminger> |
Import patch ip-nocarrier (Logical change 1.161)
/external/iproute2/ip/ipaddress.c
|
3eb1731bbd566e369c76a2030b003d751d86941d |
|
07-Feb-2005 |
net[shemminger]!shemminger <net[shemminger]!shemminger> |
Import patch family_check_when_flushing (Logical change 1.139)
/external/iproute2/ip/ipaddress.c
|
48cef4eb2b30bbc8ff04c0bb85c0b0689896e5e8 |
|
18-Jan-2005 |
6!tgraf <6!tgraf> |
tb buffer initialization is now done in the parser (Logical change 1.129)
/external/iproute2/ip/ipaddress.c
|
50772dc51ac02239958e1ebcdb21277fcdf133a7 |
|
07-Dec-2004 |
osdl.net!shemminger <osdl.net!shemminger> |
Add ip rule flush capabilty and fix all the prototype changes because of that code rewrites the nlmsghdr. (Logical change 1.106)
/external/iproute2/ip/ipaddress.c
|
ae0f14435ef436183e6300336602137ef501e7a5 |
|
19-Oct-2004 |
net[shemminger]!shemminger <net[shemminger]!shemminger> |
Import patch stats.eml (Logical change 1.96)
/external/iproute2/ip/ipaddress.c
|
6dc9f016347441fbf94cf851c054b0f45ba32c1c |
|
31-Aug-2004 |
osdl.net!shemminger <osdl.net!shemminger> |
make all filtering handles take const args. (Logical change 1.77)
/external/iproute2/ip/ipaddress.c
|
e5779fb2c8ca16f9fd81ae7efd14c20614b1498a |
|
10-Jun-2004 |
osdl.org!shemminger <osdl.org!shemminger> |
more problems when kernel headers included before user headers. (Logical change 1.29)
/external/iproute2/ip/ipaddress.c
|
aba5acdfdb347d2c21fc67d613d83d4430ca3937 |
|
15-Apr-2004 |
osdl.org!shemminger <osdl.org!shemminger> |
(Logical change 1.3)
/external/iproute2/ip/ipaddress.c
|
86fdf0e47be697587efcf9602cd1f952a1d73170 |
|
15-Apr-2004 |
osdl.org!shemminger <osdl.org!shemminger> |
Initial revision
/external/iproute2/ip/ipaddress.c
|