| Commit message (Expand) | Author | Age | Files | Lines |
* | Add multi-FIB IPv6 support to the core network stack supplementing | Bjoern A. Zeeb | 2012-02-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 | -2/+0 |
* | Change if_output to take a struct route as its fourth argument in order | Kip Macy | 2009-04-16 | 1 | -3/+6 |
* | 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/+1 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 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/+3 |
* | add missed calls to bpf_peers_present | Sam Leffler | 2006-06-02 | 1 | -1/+1 |
* | Move the cloned interface list management in to if_clone. For some drivers the | Andrew Thompson | 2005-11-08 | 1 | -22/+0 |
* | Change the reference counting to count the number of cloned interfaces for each | Andrew Thompson | 2005-10-12 | 1 | -14/+5 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -1/+2 |
* | Fix some long standing bugs in writing to the BPF device attached to | David Malone | 2005-06-26 | 1 | -7/+6 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -16/+22 |
* | the rt parameter to ifa_rtrequest callbacks should always be non-null; | Sam Leffler | 2005-02-24 | 1 | -2/+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 |
* | Use M_ZERO instead of bzero(). | Bruce M Simpson | 2004-07-06 | 1 | -2/+1 |
* | Major overhaul of pseudo-interface cloning. Highlights include: | Brooks Davis | 2004-06-22 | 1 | -2/+2 |
* | add missing #include <sys/module.h> | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
* | Staticize <if>_clone_{create,destroy} functions. | Brooks Davis | 2004-04-14 | 1 | -4/+4 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | Introduce faith_mtx to protect the if_faith global softc list. | Robert Watson | 2004-03-09 | 1 | -7/+27 |
* | o eliminate widespread on-stack mbuf use for bpf by introducing | Sam Leffler | 2003-12-28 | 1 | -14/+1 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -11/+2 |
* | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -2/+1 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | Sam Leffler | 2003-10-04 | 1 | -1/+3 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -2/+1 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -5/+1 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
* | network interface and link layer changes: | Sam Leffler | 2002-11-15 | 1 | -1/+1 |
* | Move all unit number management cloned interfaces into the cloning | Brooks Davis | 2002-05-25 | 1 | -4/+3 |
* | just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD. | SUZUKI Shinsuke | 2002-04-19 | 1 | -1/+1 |
* | Remove __P. | Alfred Perlstein | 2002-03-19 | 1 | -8/+8 |
* | Simplify the interface cloning framework by handling unit | Maxime Henrion | 2002-03-11 | 1 | -49/+5 |
* | Change the network interface cloning API so the destroy function returns | Brooks Davis | 2002-03-04 | 1 | -2/+3 |
* | Did someone turn on -Werror or something? | Matthew Dillon | 2002-02-26 | 1 | -0/+2 |
* | Staticise private interface lists. | Mike Smith | 2002-01-08 | 1 | -1/+1 |
* | Initalize ifq_maxlen to prevent a harmless warning message. | Brooks Davis | 2001-12-17 | 1 | -0/+1 |
* | Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2. | Ruslan Ermilov | 2001-10-17 | 1 | -3/+3 |
* | Make faith loadable, unloadable, and clonable. | Brooks Davis | 2001-09-25 | 1 | -45/+142 |
* | unbreak building kernel without option INET6 | Hajimu UMEMOTO | 2001-07-05 | 1 | -0/+2 |
* | Sync with recent KAME. | Hajimu UMEMOTO | 2001-06-11 | 1 | -7/+234 |
* | Pull the rug from under the 'LKM Compatability' macro - PSEUDO_SET(). | Peter Wemm | 2001-02-04 | 1 | -0/+2 |
* | Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this. | Peter Wemm | 2000-01-29 | 1 | -2/+0 |
* | Remove BROADCAST flag from faith interface, | Yoshinobu Inoue | 2000-01-09 | 1 | -2/+2 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | Yoshinobu Inoue | 1999-12-07 | 1 | -0/+97 |