| Commit message (Expand) | Author | Age | Files | Lines |
* | Importing pfSense patch stf_6rd.diff | Renato Botelho | 2015-08-17 | 1 | -174/+712 |
* | MFC r275394: | ae | 2014-12-16 | 1 | -2/+0 |
* | Merge r262763, r262767, r262771, r262806 from head: | glebius | 2014-03-21 | 1 | -1/+1 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-26 | 1 | -21/+8 |
* | Add an ability to set net.link.stf.permit_rfc1918 from the loader. | ae | 2012-12-27 | 1 | -1/+2 |
* | Add net.link.stf.permit_rfc1918 sysctl variable. It can be used to allow | ae | 2012-12-27 | 1 | -2/+7 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -1/+1 |
* | Switch the entire IPv4 stack to keep the IP packet header | glebius | 2012-10-22 | 1 | -1/+1 |
* | Make the "struct if_clone" opaque to users of the cloning API. Users | glebius | 2012-10-16 | 1 | -7/+8 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Unexpand a couple of TAILQ_FOREACH()s. | jhb | 2012-08-17 | 1 | -4/+1 |
* | Permit changing MTU in 6to4 relay. | melifaro | 2012-07-15 | 1 | -2/+14 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Tag mbufs of all incoming frames or packets with the interface's FIB | bz | 2011-07-03 | 1 | -0/+1 |
* | 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 |