| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r339551: | Andrey V. Elsukov | 2018-11-18 | 1 | -2/+61 |
* | Use the new VNET_DEFINE_STATIC macro when we are defining static VNET | Andrew Turner | 2018-07-24 | 1 | -3/+3 |
* | epoch(9): allow preemptible epochs to compose | Matt Macy | 2018-07-04 | 1 | -3/+4 |
* | Add NULL pointer check. | Andrey V. Elsukov | 2018-06-28 | 1 | -0/+3 |
* | Rework if_gif(4) to use new encap_lookup_t method to speedup lookup | Andrey V. Elsukov | 2018-06-05 | 1 | -43/+240 |
* | Rework IP encapsulation handling code. | Andrey V. Elsukov | 2018-06-05 | 1 | -26/+14 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Merge helper fib* functions used for basic lookups. | Alexander V. Chernikov | 2015-12-08 | 1 | -15/+10 |
* | Eliminate the use of m_copydata() in gif_encapcheck(). | Andrey V. Elsukov | 2015-07-29 | 1 | -38/+12 |
* | Add an ability accept encapsulated packets from different sources by one | Andrey V. Elsukov | 2015-05-15 | 1 | -3/+9 |
* | Extern declarations in C files loses compile-time checking that | Andrey V. Elsukov | 2014-12-25 | 1 | -4/+0 |
* | Remove in_gif.h and in6_gif.h files. They only contain function | Andrey V. Elsukov | 2014-12-23 | 1 | -4/+9 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | Gleb Smirnoff | 2014-11-07 | 1 | -1/+1 |
* | Remove the check for packets with broadcast source from if_gif's encapcheck. | Andrey V. Elsukov | 2014-10-31 | 1 | -14/+0 |
* | Remove redundant check and m_pullup() call. | Andrey V. Elsukov | 2014-10-24 | 1 | -2/+0 |
* | Overhaul if_gif(4): | Andrey V. Elsukov | 2014-10-14 | 1 | -275/+58 |
* | Change pr_output's prototype to avoid the need for explicit casts. | Kevin Lo | 2014-08-15 | 1 | -1/+1 |
* | Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have | Kevin Lo | 2014-08-08 | 1 | -13/+16 |
* | Fix EtherIP. TOS field must be initialized when the inner protocol is | Hiroki Sato | 2014-07-24 | 1 | -0/+2 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -2/+2 |
* | Switch the entire IPv4 stack to keep the IP packet header | Gleb Smirnoff | 2012-10-22 | 1 | -1/+1 |
* | Merge the projects/pf/head branch, that was worked on for last six months, | Gleb Smirnoff | 2012-09-08 | 1 | -2/+0 |
* | Update packet filter (pf) code to OpenBSD 4.5. | Bjoern A. Zeeb | 2011-06-28 | 1 | -0/+2 |
* | MFP4: @176978-176982, 176984, 176990-176994, 177441 | Bjoern A. Zeeb | 2010-04-29 | 1 | -0/+2 |
* | Many network stack subsystems use a single global data structure to hold | Robert Watson | 2009-08-02 | 1 | -3/+3 |
* | 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 | -9/+2 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | Robert Watson | 2009-06-25 | 1 | -1/+7 |
* | Fix and add a workaround on an issue of EtherIP packet with reversed | Hiroki Sato | 2009-06-07 | 1 | -2/+16 |
* | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | Robert Watson | 2009-04-11 | 1 | -3/+3 |
* | On architectures with strict alignment requirements compensate | Marius Strobl | 2009-03-07 | 1 | -4/+18 |
* | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+1 |
* | Change the initialization methodology for global variables scheduled | Marko Zec | 2008-11-19 | 1 | -1/+3 |
* | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -3/+5 |
* | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -5/+6 |
* | Add code to allow the system to handle multiple routing tables. | Julian Elischer | 2008-05-09 | 1 | -2/+6 |
* | Add FBSDID to all files in netinet so that people can more | Mike Silbersack | 2007-10-07 | 1 | -1/+3 |
* | Certain consumers of rtalloc like gif(4) and if_stf(4) lookup the | Christian S.J. Peron | 2007-09-23 | 1 | -2/+2 |
* | Move universally to ANSI C function declarations, with relatively | Robert Watson | 2007-05-10 | 1 | -20/+6 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | Brooks Davis | 2006-08-04 | 1 | -2/+0 |
* | Add some initial locking to gif(4). It doesn't covers the whole driver, | Gleb Smirnoff | 2006-01-30 | 1 | -0/+2 |
* | Add RFC 3378 EtherIP support. This change makes it possible to add gif | Andrew Thompson | 2005-12-21 | 1 | -0/+19 |
* | Use sparse initializers for "struct domain" and "struct protosw", | Ruslan Ermilov | 2005-11-09 | 1 | -6/+9 |
* | Fix IP(v6) over IP tunneling most likely broken with ifnet changes. | Bjoern A. Zeeb | 2005-06-20 | 1 | -1/+8 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -5/+5 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | In certain cases ip_output() can free our route, so check | Gleb Smirnoff | 2004-12-10 | 1 | -1/+2 |
* | - Make route cacheing optional, configurable via IFF_LINK0 flag. | Gleb Smirnoff | 2004-12-06 | 1 | -0/+6 |
* | Ensure that dst is bzeroed before calling rtalloc_ign(), to avoid possible | Bruce M Simpson | 2004-06-18 | 1 | -0/+1 |