| Commit message (Expand) | Author | Age | Files | Lines |
| * | In preparation for turning on options VIMAGE in next commits, | Marko Zec | 2009-04-26 | 1 | -1/+0 |
| * | Expand coverage of IF_ADDR_LOCK() in in_control() from point of initial | Robert Watson | 2009-04-25 | 1 | -31/+81 |
| * | In in_purgemaddrs(), remove the inm being freed from the address list | Robert Watson | 2009-04-24 | 1 | -1/+1 |
| * | Relocate permissions checking code in in_control() to before the body | Robert Watson | 2009-04-24 | 1 | -14/+25 |
| * | Reorganize in_control() so that invariants are more obvious, and so | Robert Watson | 2009-04-23 | 1 | -33/+51 |
| * | Protect against some writer-writer races in in_control() by acquiring | Robert Watson | 2009-04-19 | 1 | -3/+7 |
| * | Deal with the case where ifma_protospec may be NULL, during | Bruce M Simpson | 2009-03-17 | 1 | -1/+8 |
| * | Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced | Robert Watson | 2009-03-15 | 1 | -10/+1 |
| * | Fix uninitialized use of ifp for ii. | Bruce M Simpson | 2009-03-09 | 1 | -1/+3 |
| * | Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSD | Bruce M Simpson | 2009-03-09 | 1 | -36/+74 |
| * | Standardize the various prison_foo_ip[46] functions and prison_if to | Jamie Gritton | 2009-02-05 | 1 | -5/+4 |
| * | remove too noisy DIAGNOSTIC code | Sam Leffler | 2009-01-18 | 1 | -3/+0 |
| * | Restrict arp, ndp and theoretically the FIB listing (if not | Bjoern A. Zeeb | 2009-01-09 | 1 | -0/+4 |
| * | Make SIOCGIFADDR and related, as well as SIOCGIFADDR_IN6 and related | Bjoern A. Zeeb | 2009-01-09 | 1 | -1/+9 |
| * | Set a minimum of information in the routing message (like version and type) | Hartmut Brandt | 2009-01-09 | 1 | -0/+4 |
| * | Some modules such as SCTP supplies a valid route entry as an input argument | Qing Li | 2009-01-03 | 1 | -1/+2 |
| * | For consistency use LLE_IS_VALID() in this 4th place that is actually | Bjoern A. Zeeb | 2008-12-28 | 1 | -1/+1 |
| * | This checkin addresses a couple of issues: | Qing Li | 2008-12-26 | 1 | -1/+1 |
| * | unlock and destroy an llentry's lock before freeing | Kip Macy | 2008-12-16 | 1 | -0/+2 |
| * | This main goals of this project are: | Qing Li | 2008-12-15 | 1 | -0/+240 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Unhide declarations of network stack virtualization structs from | Marko Zec | 2008-11-28 | 1 | -1/+0 |
| * | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -5/+7 |
| * | Style changes only: | Bjoern A. Zeeb | 2008-10-26 | 1 | -44/+45 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -4/+13 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -11/+12 |
| * | In case of interface initialization failure remove struct in_ifaddr* from | Oleksandr Tymoshenko | 2008-06-24 | 1 | -0/+8 |
| * | Differentiate between addifaddr and delifaddr for the privilege check. | Bjoern A. Zeeb | 2008-01-24 | 1 | -1/+2 |
| * | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -1/+3 |
| * | Simplification to quiet a gcc4.2 warning. Just by setting match.s_addr | Matt Jacob | 2007-06-17 | 1 | -14/+9 |
| * | Import rewrite of IPv4 socket multicast layer to support source-specific | Bruce M Simpson | 2007-06-12 | 1 | -164/+1 |
| * | Move universally to ANSI C function declarations, with relatively | Robert Watson | 2007-05-10 | 1 | -41/+17 |
| * | Fix a bug in IPv4 address configuration exposed by refcounting. | Bruce M Simpson | 2007-03-29 | 1 | -13/+40 |
| * | Implement reference counting for ifmultiaddr, in_multi, and in6_multi | Bruce M Simpson | 2007-03-20 | 1 | -74/+114 |
| * | In regular forwarding path, reject packets destined for 169.254.0.0/16 | Bruce M Simpson | 2007-02-03 | 1 | -1/+1 |
| * | Sweep kernel replacing suser(9) calls with priv(9) calls, assigning | Robert Watson | 2006-11-06 | 1 | -7/+29 |
| * | The IPv4 code should clean up multicast group state when an interface | Bruce M Simpson | 2006-09-28 | 1 | -2/+31 |
| * | In in_control() remove the temporary in_ifaddr structure from the | Andre Oppermann | 2006-01-24 | 1 | -1/+2 |
| * | First fill in structure with valid values, and only then attach it | Gleb Smirnoff | 2005-10-28 | 1 | -2/+2 |
| * | In in_addprefix() compare not only route addresses, but their masks, | Gleb Smirnoff | 2005-10-22 | 1 | -8/+13 |
| * | Unlock Giant symmetrically with respect to lock acquire order as that's | Robert Watson | 2005-10-03 | 1 | -1/+1 |
| * | Acquire Giant conditionally in in_addmulti() and in_delmulti() based on | Robert Watson | 2005-10-03 | 1 | -0/+9 |
| * | Take a first cut at cleaning up ifnet removal and multicast socket | Robert Watson | 2005-09-18 | 1 | -8/+12 |
| * | In order to support CARP interfaces kernel was taught to handle more | Gleb Smirnoff | 2005-08-18 | 1 | -2/+12 |
| * | Introduce in_multi_mtx, which will protect IPv4-layer multicast address | Robert Watson | 2005-08-03 | 1 | -10/+18 |
| * | Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interface | Ian Dowse | 2005-06-02 | 1 | -14/+26 |
| * | ifma_protospec is a pointer. Use NULL when assigning or compating it. | Gleb Smirnoff | 2005-03-20 | 1 | -2/+2 |
| * | Remove a workaround from previos revision. It proved to be incorrect. | Gleb Smirnoff | 2005-03-20 | 1 | -7/+16 |
| * | Add antifootshooting workaround, which will make all routes "connected" | Gleb Smirnoff | 2005-03-10 | 1 | -0/+6 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |