| Commit message (Expand) | Author | Age | Files | Lines |
* | Some of the existing ppp and vpn related scripts create and set | qingli | 2010-02-02 | 1 | -0/+6 |
* | Ensure an address is removed from the interface address | qingli | 2010-01-08 | 1 | -1/+1 |
* | Consolidate the route message generation code for when address | qingli | 2009-12-30 | 1 | -48/+49 |
* | The proxy arp entries could not be added into the system over the | qingli | 2009-12-30 | 1 | -8/+44 |
* | Use the correct option name in the preprocessor command to enable | qingli | 2009-10-23 | 1 | -3/+3 |
* | This patch fixes the following issues in the ARP operation: | qingli | 2009-10-15 | 1 | -3/+8 |
* | Remove a log message from production code. This log message can be | qingli | 2009-10-02 | 1 | -0/+2 |
* | Previously, if an address alias is configured on an interface, and | qingli | 2009-10-02 | 1 | -2/+2 |
* | Self pointing routes are installed for configured interface addresses | qingli | 2009-09-15 | 1 | -37/+5 |
* | The bootp code installs an interface address and the nfs client | qingli | 2009-09-15 | 1 | -0/+11 |
* | Add arp_update_event. This replaces route_arp_update_event, which | np | 2009-09-08 | 1 | -0/+1 |
* | This patch fixes the following issues: | qingli | 2009-08-31 | 1 | -5/+48 |
* | 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 | -6/+1 |
* | 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/+13 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 1 | -3/+3 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -19/+13 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -15/+46 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 1 | -65/+50 |
* | Clean up common ifaddr management: | rwatson | 2009-06-21 | 1 | -3/+2 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 1 | -1/+0 |
* | If including vnet.h one has to include opt_route.h as well. This is | bz | 2009-05-22 | 1 | -0/+1 |
* | When an interface address is removed and the last prefix | qingli | 2009-05-20 | 1 | -0/+44 |
* | Unbreak options VIMAGE builds, in a followup to r192011 which did not | bz | 2009-05-17 | 1 | -0/+2 |
* | Ignore the INADDR_ANY address inserted/deleted by DHCP when installing a loop... | qingli | 2009-05-14 | 1 | -1/+5 |
* | This patch adds a host route to an interface address (that is assigned | qingli | 2009-05-12 | 1 | -1/+47 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -1/+0 |
* | Expand coverage of IF_ADDR_LOCK() in in_control() from point of initial | rwatson | 2009-04-25 | 1 | -31/+81 |
* | In in_purgemaddrs(), remove the inm being freed from the address list | rwatson | 2009-04-24 | 1 | -1/+1 |
* | Relocate permissions checking code in in_control() to before the body | rwatson | 2009-04-24 | 1 | -14/+25 |
* | Reorganize in_control() so that invariants are more obvious, and so | rwatson | 2009-04-23 | 1 | -33/+51 |
* | Protect against some writer-writer races in in_control() by acquiring | rwatson | 2009-04-19 | 1 | -3/+7 |
* | Deal with the case where ifma_protospec may be NULL, during | bms | 2009-03-17 | 1 | -1/+8 |
* | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | rwatson | 2009-03-15 | 1 | -10/+1 |
* | Fix uninitialized use of ifp for ii. | bms | 2009-03-09 | 1 | -1/+3 |
* | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | bms | 2009-03-09 | 1 | -36/+74 |
* | Standardize the various prison_foo_ip[46] functions and prison_if to | jamie | 2009-02-05 | 1 | -5/+4 |
* | remove too noisy DIAGNOSTIC code | sam | 2009-01-18 | 1 | -3/+0 |
* | 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 | -1/+9 |
* | Set a minimum of information in the routing message (like version and type) | harti | 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 | -1/+2 |
* | For consistency use LLE_IS_VALID() in this 4th place that is actually | bz | 2008-12-28 | 1 | -1/+1 |
* | This checkin addresses a couple of issues: | qingli | 2008-12-26 | 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 | -0/+240 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Unhide declarations of network stack virtualization structs from | zec | 2008-11-28 | 1 | -1/+0 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -5/+7 |