| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r275394: | Andrey V. Elsukov | 2014-12-16 | 1 | -2/+0 |
| * | Merge r262763, r262767, r262771, r262806 from head: | Gleb Smirnoff | 2014-03-21 | 1 | -1/+1 |
| * | Add const qualifier to the dst parameter of the ifnet if_output method. | Gleb Smirnoff | 2013-04-26 | 1 | -21/+8 |
| * | Add an ability to set net.link.stf.permit_rfc1918 from the loader. | Andrey V. Elsukov | 2012-12-27 | 1 | -1/+2 |
| * | Add net.link.stf.permit_rfc1918 sysctl variable. It can be used to allow | Andrey V. Elsukov | 2012-12-27 | 1 | -2/+7 |
| * | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -1/+1 |
| * | Switch the entire IPv4 stack to keep the IP packet header | Gleb Smirnoff | 2012-10-22 | 1 | -1/+1 |
| * | Make the "struct if_clone" opaque to users of the cloning API. Users | Gleb Smirnoff | 2012-10-16 | 1 | -7/+8 |
| * | Revert previous commit... | Kevin Lo | 2012-10-10 | 1 | -1/+1 |
| * | Prefer NULL over 0 for pointers | Kevin Lo | 2012-10-09 | 1 | -1/+1 |
| * | Unexpand a couple of TAILQ_FOREACH()s. | John Baldwin | 2012-08-17 | 1 | -4/+1 |
| * | Permit changing MTU in 6to4 relay. | Alexander V. Chernikov | 2012-07-15 | 1 | -2/+14 |
| * | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
| * | Tag mbufs of all incoming frames or packets with the interface's FIB | Bjoern A. Zeeb | 2011-07-03 | 1 | -0/+1 |
| * | Add new tunable 'net.link.ifqmaxlen' to set default send interface | Maxim Sobolev | 2010-05-03 | 1 | -1/+1 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+1 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -3/+0 |
| * | Update if_stf and if_tun to use if_addr_rlock()/if_addr_runlock() rather | Robert Watson | 2009-06-26 | 1 | -3/+3 |
| * | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | Robert Watson | 2009-06-25 | 1 | -1/+5 |
| * | Make stf_getsrcifa6() return a reference to an in6_ifaddr rather than | Robert Watson | 2009-06-24 | 1 | -1/+9 |
| * | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | Robert Watson | 2009-06-05 | 1 | -1/+0 |
| * | Prefer ifa_link (structure field) to ifa_list (macro alias for it). | Robert Watson | 2009-04-20 | 1 | -1/+1 |
| * | Prefer if_addrhead (FreeBSD) to if_addrlist (BSD compat) naming for the | Robert Watson | 2009-04-20 | 1 | -1/+4 |
| * | Change if_output to take a struct route as its fourth argument in order | Kip Macy | 2009-04-16 | 1 | -3/+3 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+2 |
| * | Some people's 6to4 routers seem to have been blowing up because of | David Malone | 2008-09-25 | 1 | -6/+30 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -1/+2 |
| * | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -2/+7 |
| * | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -2/+2 |
| * | Certain consumers of rtalloc like gif(4) and if_stf(4) lookup the | Christian S.J. Peron | 2007-09-23 | 1 | -2/+2 |
| * | Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h | Robert Watson | 2006-10-22 | 1 | -1/+2 |
| * | With exception of the if_name() macro, all definitions in net_osdep.h | Brooks Davis | 2006-08-04 | 1 | -2/+0 |
| * | Revise network interface cloning to take an optional opaque | Sam Leffler | 2006-07-09 | 1 | -2/+2 |
| * | There is a consensus that ifaddr.ifa_addr should never be NULL, | Yaroslav Tykhiy | 2006-06-29 | 1 | -2/+0 |
| * | Use TAILQ_FOREACH. | Yaroslav Tykhiy | 2006-06-29 | 1 | -4/+1 |
| * | Fix the following bpf(4) race condition which can result in a panic: | Christian S.J. Peron | 2006-06-02 | 1 | -2/+2 |
| * | Use sparse initializers for "struct domain" and "struct protosw", | Ruslan Ermilov | 2005-11-09 | 1 | -6/+9 |
| * | Move the cloned interface list management in to if_clone. For some drivers the | Andrew Thompson | 2005-11-08 | 1 | -25/+0 |
| * | Change the reference counting to count the number of cloned interfaces for each | Andrew Thompson | 2005-10-12 | 1 | -17/+9 |
| * | Fix some long standing bugs in writing to the BPF device attached to | David Malone | 2005-06-26 | 1 | -2/+12 |
| * | Initialze ifp->if_softc. | Brooks Davis | 2005-06-13 | 1 | -1/+3 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -14/+20 |
| * | the rt parameter to ifa_rtrequest callbacks should always be non-null; | Sam Leffler | 2005-02-24 | 1 | -3/+1 |
| * | don't see NBPFILTER. | Hajimu UMEMOTO | 2005-01-11 | 1 | -2/+0 |
| * | remove HAVE_OLD_BPF part. | Hajimu UMEMOTO | 2005-01-11 | 1 | -20/+0 |
| * | fix typo. | Hajimu UMEMOTO | 2005-01-11 | 1 | -1/+1 |
| * | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
| * | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp | 2004-07-15 | 1 | -0/+2 |
| * | Major overhaul of pseudo-interface cloning. Highlights include: | Brooks Davis | 2004-06-22 | 1 | -12/+46 |