| Commit message (Expand) | Author | Age | Files | Lines |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+1 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+2 |
* | Some people's 6to4 routers seem to have been blowing up because of | dwmalone | 2008-09-25 | 1 | -6/+30 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+2 |
* | Add code to allow the system to handle multiple routing tables. | julian | 2008-05-09 | 1 | -2/+7 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | Certain consumers of rtalloc like gif(4) and if_stf(4) lookup the | csjp | 2007-09-23 | 1 | -2/+2 |
* | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | rwatson | 2006-10-22 | 1 | -1/+2 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | brooks | 2006-08-04 | 1 | -2/+0 |
* | Revise network interface cloning to take an optional opaque | sam | 2006-07-09 | 1 | -2/+2 |
* | There is a consensus that ifaddr.ifa_addr should never be NULL, | yar | 2006-06-29 | 1 | -2/+0 |
* | Use TAILQ_FOREACH. | yar | 2006-06-29 | 1 | -4/+1 |
* | Fix the following bpf(4) race condition which can result in a panic: | csjp | 2006-06-02 | 1 | -2/+2 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 1 | -6/+9 |
* | Move the cloned interface list management in to if_clone. For some drivers the | thompsa | 2005-11-08 | 1 | -25/+0 |
* | Change the reference counting to count the number of cloned interfaces for each | thompsa | 2005-10-12 | 1 | -17/+9 |
* | Fix some long standing bugs in writing to the BPF device attached to | dwmalone | 2005-06-26 | 1 | -2/+12 |
* | Initialze ifp->if_softc. | brooks | 2005-06-13 | 1 | -1/+3 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -14/+20 |
* | the rt parameter to ifa_rtrequest callbacks should always be non-null; | sam | 2005-02-24 | 1 | -3/+1 |
* | don't see NBPFILTER. | ume | 2005-01-11 | 1 | -2/+0 |
* | remove HAVE_OLD_BPF part. | ume | 2005-01-11 | 1 | -20/+0 |
* | fix typo. | ume | 2005-01-11 | 1 | -1/+1 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | phk | 2004-07-15 | 1 | -0/+2 |
* | Major overhaul of pseudo-interface cloning. Highlights include: | brooks | 2004-06-22 | 1 | -12/+46 |
* | add missing #include <sys/module.h> | phk | 2004-05-30 | 1 | -0/+1 |
* | Use an tempory struct ifnet *ifp instead of sc->sc_if to access the | brooks | 2004-04-19 | 1 | -9/+11 |
* | Staticize <if>_clone_{create,destroy} functions. | brooks | 2004-04-14 | 1 | -4/+4 |
* | Introduce stf_mtx to protect global softc list in if_stf. Add | rwatson | 2004-03-09 | 1 | -8/+39 |
* | Const-poison ip_stf_ttl to make it clear that the variable is not | rwatson | 2004-03-07 | 1 | -1/+1 |
* | o eliminate widespread on-stack mbuf use for bpf by introducing | sam | 2003-12-28 | 1 | -6/+6 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | sam | 2003-10-04 | 1 | -0/+1 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 1 | -10/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | sync with KAME to simplify rev 1.28's patch (no functional changes) | suz | 2003-01-15 | 1 | -24/+41 |
* | Fix alignment problems -- the embedded v4 address is guaranteed to | fenner | 2003-01-05 | 1 | -15/+17 |
* | network interface and link layer changes: | sam | 2002-11-15 | 1 | -2/+2 |
* | When packets pass in and out of six-to-four (STF) tunnels, perform | rwatson | 2002-10-20 | 1 | -0/+15 |
* | Replace aux mbufs with packet tags: | sam | 2002-10-16 | 1 | -1/+1 |
* | - increment interface output counter. sync w/ netbsd-current | ume | 2002-09-17 | 1 | -2/+11 |
* | - reject SIOCSIFADDR if embedded address is in private address range | ume | 2002-09-17 | 1 | -1/+26 |
* | Move all unit number management cloned interfaces into the cloning | brooks | 2002-05-25 | 1 | -4/+3 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | suz | 2002-04-19 | 1 | -1/+1 |
* | Remove __P. | alfred | 2002-03-19 | 1 | -14/+14 |
* | Simplify the interface cloning framework by handling unit | mux | 2002-03-11 | 1 | -47/+5 |
* | Change the network interface cloning API so the destroy function returns | brooks | 2002-03-04 | 1 | -2/+3 |
* | Fix warnings. | peter | 2002-02-28 | 1 | -2/+2 |