| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -1/+1 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+1 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -3/+0 |
* | Update if_stf and if_tun to use if_addr_rlock()/if_addr_runlock() rather | rwatson | 2009-06-26 | 1 | -3/+3 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 1 | -1/+5 |
* | Make stf_getsrcifa6() return a reference to an in6_ifaddr rather than | rwatson | 2009-06-24 | 1 | -1/+9 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | Prefer ifa_link (structure field) to ifa_list (macro alias for it). | rwatson | 2009-04-20 | 1 | -1/+1 |
* | Prefer if_addrhead (FreeBSD) to if_addrlist (BSD compat) naming for the | rwatson | 2009-04-20 | 1 | -1/+4 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 1 | -3/+3 |
* | 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 |