| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge several fixes to bulk update processing from OpenBSD. Merged | glebius | 2011-10-23 | 1 | -27/+44 |
* | Fix indentation, no code changed. | glebius | 2011-10-23 | 1 | -2/+2 |
* | - Fix a bad typo (FreeBSD specific) in pfsync_bulk_update(). Instead | glebius | 2011-10-23 | 1 | -3/+3 |
* | Fix from r226623 is not sufficient to close all races in pfsync(4). | glebius | 2011-10-23 | 1 | -40/+59 |
* | Absense of M_WAITOK in malloc flags for UMA doesn't | glebius | 2011-10-23 | 1 | -1/+1 |
* | Correct flag for uma_zalloc() is M_WAITOK. M_WAIT is an old and | glebius | 2011-10-23 | 1 | -1/+1 |
* | Fix a race: we should update sc_len before dropping the pf lock, otherwise a | glebius | 2011-10-21 | 1 | -3/+1 |
* | In FreeBSD ip_output() expects ip_len and ip_off in host byte order | glebius | 2011-10-21 | 1 | -0/+8 |
* | Fix recursive pf locking leading to panics. Splatter PF_LOCK_ASSERT()s | bz | 2011-10-19 | 1 | -20/+22 |
* | De-virtualize the pf_task_mtx lock. At the current state of pf locking | bz | 2011-10-19 | 2 | -20/+14 |
* | Adjust the PF_ASSERT() macro to what we usually use in the network stack: | bz | 2011-10-19 | 4 | -16/+18 |
* | In the non-FreeBSD case we do not expect PF_LOCK and friends to do anything. | bz | 2011-10-19 | 1 | -13/+4 |
* | Pseudo interfaces should go at SI_SUB_PSEUDO. However at least | bz | 2011-10-19 | 3 | -4/+4 |
* | Fix an obvious locking bug where we would lock again rather than unlock. | bz | 2011-10-19 | 1 | -1/+1 |
* | Fix a bug when NPFSYNC > 0 that on FreeBSD we would always return | bz | 2011-10-19 | 1 | -2/+2 |
* | Fix indentation in a loop and a tiny maze of #ifdefs for just the | bz | 2011-10-19 | 1 | -27/+27 |
* | Use the correct byte order for the ip_divert(4) mbuf tag port meta | bz | 2011-08-25 | 1 | -1/+2 |
* | Fix build failure without BPF. | pluknet | 2011-08-17 | 1 | -1/+1 |
* | Update packet filter (pf) code to OpenBSD 4.5. | bz | 2011-06-28 | 16 | -5709/+9000 |
* | Add _mbuf() variants of various inpcb-related interfaces, including lookup, | rwatson | 2011-06-04 | 1 | -0/+8 |
* | Remove some further INET related symbols from pf to allow the module | bz | 2011-05-31 | 3 | -1/+14 |
* | Decompose the current single inpcbinfo lock into two locks: | rwatson | 2011-05-30 | 1 | -17/+14 |
* | Make pf compile without INET support by adding #ifdef INETs and | bz | 2011-04-27 | 3 | -4/+16 |
* | Correct bogus initialization. It should be noted that this change | csjp | 2011-01-14 | 1 | -1/+1 |
* | Ignore the return value of ADDCARRY(). | rpaulo | 2010-10-13 | 1 | -1/+1 |
* | When using pf routing options, properly handle IP fragmentation | bz | 2010-09-10 | 1 | -1/+2 |
* | Adapt OpenBSD pf's "sloopy" TCP state machine which is useful for Direct | delphij | 2009-12-24 | 4 | -175/+296 |
* | Fix argument ordering to memcpy as well as the size of the copy in the | mlaier | 2009-08-25 | 1 | -1/+1 |
* | If we cannot immediately get the pf_consistency_lock in the purge thread, | mlaier | 2009-08-19 | 2 | -24/+70 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 1 | -14/+14 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 4 | -6/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 5 | -28/+0 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 2 | -2/+0 |
* | All consumers of in_cksum.h have been properly #ifdefed already, | bz | 2009-06-10 | 1 | -0/+2 |
* | After r193232 rt_tables in vnet.h are no longer indirectly dependent on | bz | 2009-06-08 | 2 | -2/+0 |
* | Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC | rwatson | 2009-06-05 | 1 | -1/+0 |
* | V_loif is not an array but a pure pointer, so treat it as such. | zec | 2009-06-01 | 1 | -1/+1 |
* | Change if_output to take a struct route as its fourth argument in order | kmacy | 2009-04-16 | 3 | -5/+5 |
* | Update stats in struct icmpstat and icmp6stat using four new | rwatson | 2009-04-12 | 1 | -4/+4 |
* | Update stats in struct udpstat using two new macros, UDPSTAT_ADD() | rwatson | 2009-04-12 | 1 | -3/+3 |
* | Update stats in struct ipstat using four new macros, IPSTAT_ADD(), | rwatson | 2009-04-11 | 1 | -4/+4 |
* | Update stats in struct tcpstat using two new macros, TCPSTAT_ADD() and | rwatson | 2009-04-11 | 1 | -3/+3 |
* | For all files including net/vnet.h directly include opt_route.h and | bz | 2009-02-27 | 2 | -5/+5 |
* | Revert my previous two changes. | ed | 2009-01-25 | 1 | -0/+16 |
* | Remove pfopen() and pfclose() entirely. | ed | 2009-01-25 | 1 | -12/+0 |
* | Remove unneeded checking for invalid minor numbers from pf(4). | ed | 2009-01-25 | 1 | -4/+0 |
* | This main goals of this project are: | qingli | 2008-12-15 | 1 | -6/+6 |
* | Like for tcp_subr.c in r186057 make the MD5 context a function local | bz | 2008-12-13 | 1 | -10/+10 |
* | Second round of putting global variables, which were virtualized | bz | 2008-12-13 | 1 | -0/+2 |
* | Conditionally compile out V_ globals while instantiating the appropriate | zec | 2008-12-10 | 1 | -15/+14 |