| Commit message (Expand) | Author | Age | Files | Lines |
* | The statically configured (permanent) ARP entries are removed when an | qingli | 2011-05-20 | 1 | -2/+8 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -0/+1 |
* | Plug well observed races on la_hold entries with the callout handler. | bz | 2010-11-29 | 1 | -1/+3 |
* | Fix our version of IPv6 address representation. | alfred | 2010-05-19 | 1 | -2/+19 |
* | Provide 32bit compat for SIOCGDEFIFACE_IN6. | kib | 2010-04-27 | 1 | -0/+25 |
* | Plug reference leaks in the link-layer code ("new-arp") that previously | bz | 2010-04-11 | 1 | -1/+5 |
* | The proxy arp entries could not be added into the system over the | qingli | 2009-12-30 | 1 | -4/+12 |
* | Use the correct option name in the preprocessor command to enable | qingli | 2009-10-23 | 1 | -1/+1 |
* | Self pointing routes are installed for configured interface addresses | qingli | 2009-09-15 | 1 | -39/+5 |
* | Improve flexibility of receiving Router Advertisement and | hrs | 2009-09-12 | 1 | -1/+8 |
* | The addresses that are assigned to the loopback interface | qingli | 2009-09-05 | 1 | -4/+7 |
* | This patch fixes the following issues: | qingli | 2009-09-05 | 1 | -4/+7 |
* | Use locks specific to the lltable code, rather than borrow the ifnet | rwatson | 2009-08-25 | 1 | -1/+1 |
* | Rework global locks for interface list and index management, correcting | rwatson | 2009-08-23 | 1 | -8/+3 |
* | A piece of code was added to install a host route when an IPv6 interface | qingli | 2009-08-12 | 1 | -12/+3 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | This patch does the following: | qingli | 2009-07-27 | 1 | -2/+6 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -9/+0 |
* | This patch adds a host route to an interface address (that is assigned | qingli | 2009-07-12 | 1 | -0/+46 |
* | In in6_update_ifa(), jump to 'cleanup' rather than returning directly | rwatson | 2009-06-27 | 1 | -4/+7 |
* | Add address list locking for in6_ifaddrhead/ia_link: as with locking | rwatson | 2009-06-25 | 1 | -4/+17 |
* | Clean up reference management in in6_update_ifa and in6_unlink_ifa, and | rwatson | 2009-06-25 | 1 | -7/+3 |
* | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | rwatson | 2009-06-24 | 1 | -31/+11 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -37/+86 |
* | Clean up common ifaddr management: | rwatson | 2009-06-21 | 1 | -3/+2 |
* | Prevent integer overflow in direct pipe write code from circumventing | cperciva | 2009-06-10 | 1 | -1/+1 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | Add hierarchical jails. A jail may further virtualize its environment | jamie | 2009-05-27 | 1 | -9/+2 |
* | When an interface address is removed and the last prefix | qingli | 2009-05-20 | 1 | -0/+25 |
* | This patch resolves the following issues: | qingli | 2009-05-18 | 1 | -1/+196 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 1 | -34/+9 |
* | Prefer structure fields (ifa_link) to macro aliases for them | rwatson | 2009-04-20 | 1 | -10/+10 |
* | Acquire interface address list lock around access to if_addrhead, | rwatson | 2009-04-20 | 1 | -0/+2 |
* | Use TAILQ_FOREACH() and TAILQ_FOREACH_SAFE() rather than manually | rwatson | 2009-04-20 | 1 | -11/+10 |
* | Close some but not all writer-writer races when maintaining IPv6 | rwatson | 2009-04-20 | 1 | -1/+18 |
* | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | rwatson | 2009-03-15 | 1 | -2/+0 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | jamie | 2009-02-05 | 1 | -5/+4 |
* | Like with r185713 make sure to not leak a lock as rtalloc1(9) returns | bz | 2009-01-31 | 1 | -3/+3 |
* | Revive the RTF_LLINFO flag in route.h. The kernel code is guarded | qingli | 2009-01-12 | 1 | -0/+4 |
* | Restrict arp, ndp and theoretically the FIB listing (if not | bz | 2009-01-09 | 1 | -0/+4 |
* | Make SIOCGIFADDR and related, as well as SIOCGIFADDR_IN6 and related | bz | 2009-01-09 | 1 | -0/+4 |
* | Some modules such as SCTP supplies a valid route entry as an input argument | qingli | 2009-01-03 | 1 | -36/+15 |
* | This checkin addresses a couple of issues: | qingli | 2008-12-26 | 1 | -1/+1 |
* | Similar to the INET case, do not destroy the nd6 entries for | qingli | 2008-12-22 | 1 | -4/+6 |
* | A couple of files were not meant to be committed. | qingli | 2008-12-17 | 1 | -13/+0 |
* | in6_clsroute() was applied to prefix routes causing some | qingli | 2008-12-17 | 1 | -0/+13 |
* | check return from lla_lookup against NULL not zero | kmacy | 2008-12-16 | 1 | -1/+1 |
* | unlock and destroy an llentry's lock before freeing | kmacy | 2008-12-16 | 1 | -0/+2 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -192/+254 |