| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | V_loif is not an array but a pure pointer, so treat it as such. | zec | 2009-06-01 | 1 | -1/+1 |
* | Reimplement the netisr framework in order to support parallel netisr | rwatson | 2009-06-01 | 1 | -6/+8 |
* | Merge final round of MLD changes from p4: | bms | 2009-05-27 | 1 | -2/+14 |
* | Permit buiding kernels with options VIMAGE, restricted to only a single | zec | 2009-04-30 | 1 | -2/+3 |
* | Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit: | bms | 2009-04-29 | 1 | -21/+8 |
* | Compare protosw pointer with NULL. | bz | 2009-04-23 | 1 | -1/+1 |
* | Introduce vnet module registration / initialization framework with | zec | 2009-04-11 | 1 | -0/+19 |
* | First pass at separating per-vnet initializer functions | zec | 2009-04-06 | 1 | -8/+23 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 1 | -0/+1 |
* | Remove the single global unlocked route cache ip6_forward_rt | bz | 2009-02-01 | 1 | -48/+32 |
* | Remove 4 entirely unsued ip6 variables. | bz | 2009-01-30 | 1 | -5/+0 |
* | Correct variable name in comment. | bz | 2008-12-22 | 1 | -1/+1 |
* | Only unlock the llentry if it is actually valid. | bz | 2008-12-18 | 1 | -1/+2 |
* | Another step assimilating IPv[46] PCB code - directly use | bz | 2008-12-15 | 1 | -5/+5 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -1/+22 |
* | Second round of putting global variables, which were virtualized | bz | 2008-12-13 | 1 | -4/+2 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -0/+8 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+3 |
* | Change the initialization methodology for global variables scheduled | zec | 2008-11-19 | 1 | -4/+83 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+7 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -76/+77 |
* | Fix a regression introduced in r179289 splitting up ip6_savecontrol() | bz | 2008-08-16 | 1 | -6/+14 |
* | Remove NETISR_MPSAFE, which allows specific netisr handlers to be directly | rwatson | 2008-07-04 | 1 | -1/+1 |
* | Remove GIANT_REQUIRED from IPv6 input, forward, and frag6 code. The frag6 | rwatson | 2008-07-03 | 1 | -2/+0 |
* | Set the IPv6 netisr handler as NETISR_MPSAFE on the basis that, despite | rwatson | 2008-07-02 | 1 | -1/+1 |
* | Factor out the v4-only vs. the v6-only inp_flags processing in | bz | 2008-05-24 | 1 | -16/+33 |
* | un-__P() | obrien | 2008-01-08 | 1 | -4/+4 |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 1 | -3/+5 |
* | Space cleanup | delphij | 2007-07-05 | 1 | -2/+2 |
* | ANSIfy[1] plus some style cleanup nearby. | delphij | 2007-07-05 | 1 | -55/+21 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 1 | -6/+6 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | gnn | 2007-07-01 | 1 | -20/+12 |
* | handle IPv6 router alert option contained in an incoming packet per | jinmei | 2007-05-14 | 1 | -4/+18 |
* | Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel. | bms | 2007-02-24 | 1 | -1/+2 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -2/+4 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | brooks | 2006-08-04 | 1 | -2/+0 |
* | Remove ip6fw. Since ipfw has full functional IPv6 support now and - in | mlaier | 2006-05-12 | 1 | -23/+0 |
* | Somewhat re-factor the read/write locking mechanism associated with the packet | csjp | 2006-02-02 | 1 | -1/+1 |
* | don't embed scope id before running packet filters. | ume | 2006-01-25 | 1 | -20/+20 |
* | supported an ndp command suboption to disable IPv6 in the given interface | suz | 2005-10-19 | 1 | -0/+6 |
* | scope cleanup. with this change | ume | 2005-07-25 | 1 | -62/+18 |
* | update comments: | ume | 2005-07-20 | 1 | -1/+1 |
* | correct bounds check | sam | 2005-03-16 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 1 | -2/+2 |
* | Be more careful to only index valid IP protocols and be more verbose with | andre | 2004-10-19 | 1 | -2/+11 |
* | Add an additional struct inpcb * argument to pfil(9) in order to enable | mlaier | 2004-09-29 | 1 | -1/+1 |
* | Always compile PFIL_HOOKS into the kernel and remove the associated kernel | andre | 2004-08-27 | 1 | -11/+9 |
* | Remove in6_prefix.[ch] and the contained router renumbering capability. | rwatson | 2004-08-23 | 1 | -5/+0 |
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | dwmalone | 2004-08-14 | 1 | -4/+0 |
* | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | mlaier | 2004-06-13 | 1 | -0/+6 |