| Commit message (Expand) | Author | Age | Files | Lines |
* | * Fix a bug where PR-SCTP settings are ignore when using implicit | tuexen | 2009-08-15 | 7 | -99/+176 |
* | In function ip_output(), the cached route is flushed when there is a | qingli | 2009-08-14 | 1 | -1/+5 |
* | SCTP is not yet compatible with options VIMAGE kernels although it compiles | zec | 2009-08-14 | 1 | -0/+4 |
* | Fix ipfw crash on uid or gid check. | julian | 2009-08-14 | 1 | -1/+1 |
* | Add padding to struct inpcb, missed during our padding sweep earlier in | rwatson | 2009-08-02 | 1 | -1/+2 |
* | Many network stack subsystems use a single global data structure to hold | rwatson | 2009-08-02 | 11 | -8/+129 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 34 | -34/+20 |
* | Show interface name which received short CARP packet (e.g. a VRRP packet), | delphij | 2009-07-30 | 1 | -2/+3 |
* | Startup the vnet part of initialization a bit after the global part. | julian | 2009-07-28 | 1 | -2/+2 |
* | Somewhere along the line accept sockets stopped honoring the | julian | 2009-07-28 | 2 | -4/+3 |
* | Fix a bug where wrong initialization value | tuexen | 2009-07-28 | 2 | -4/+4 |
* | Turns out that when a receiver forwards through its TNS's the | rrs | 2009-07-28 | 4 | -22/+40 |
* | This patch does the following: | qingli | 2009-07-27 | 2 | -5/+16 |
* | Fix the handling of unordered messages when using | tuexen | 2009-07-27 | 1 | -1/+7 |
* | Get rid of unused field. This will also be deleted | tuexen | 2009-07-27 | 1 | -1/+0 |
* | Add a missing unlock for the inp lock when | tuexen | 2009-07-26 | 1 | -0/+1 |
* | Catch ipfw up to the rest of the vimage code. | julian | 2009-07-25 | 1 | -109/+163 |
* | Introduce and use a sysinit-based initialization scheme for virtual | rwatson | 2009-07-23 | 2 | -41/+13 |
* | sysctl_msec_to_ticks is used with both virtualized and | bz | 2009-07-21 | 1 | -1/+9 |
* | Back out the moving in r195782 of V_ip_id's initialization from the top | rwatson | 2009-07-20 | 1 | -1/+2 |
* | Garbage collect vnet module registrations that have neither constructors | rwatson | 2009-07-20 | 2 | -28/+5 |
* | Reimplement and/or implement vnet list locking by replacing a mostly | rwatson | 2009-07-19 | 6 | -18/+18 |
* | Remove unused VNET_SET() and related macros; only VNET_GET() is | rwatson | 2009-07-16 | 28 | -177/+177 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 42 | -1619/+852 |
* | Fix a race in the manipulation of the V_tcp_sack_globalholes global variable, | lstewart | 2009-07-13 | 1 | -2/+2 |
* | Replace struct tcpopt with a proxy toeopt struct in the TOE driver interface to | lstewart | 2009-07-13 | 4 | -9/+37 |
* | Pad the following TCP related structs to allow MFCs of upcoming features/fixes | lstewart | 2009-07-12 | 1 | -1/+10 |
* | Update various IPFW-related modules to use if_addr_rlock()/ | rwatson | 2009-06-26 | 3 | -10/+10 |
* | Add address list locking for in6_ifaddrhead/ia_link: as with locking | rwatson | 2009-06-25 | 1 | -2/+11 |
* | Initialize in_ifaddr_lock using RW_SYSINIT() instead of in ip_init(), | rwatson | 2009-06-25 | 2 | -2/+2 |
* | Add a new global rwlock, in_ifaddr_lock, which will synchronize use of the | rwatson | 2009-06-25 | 10 | -27/+131 |
* | - fix dummynet 'fast' mode for WF2Q case. | oleg | 2009-06-24 | 2 | -22/+54 |
* | Fix CARP build. | rwatson | 2009-06-24 | 1 | -1/+1 |
* | Convert netinet6 to using queue(9) rather than hand-crafted linked lists | rwatson | 2009-06-24 | 1 | -1/+1 |
* | Add missing unlock of if_addr_mtx when an unmatched ARP packet is received. | rwatson | 2009-06-24 | 1 | -0/+1 |
* | Clear 'ia' after iterating if_addrhead for unicast address matching: since | rwatson | 2009-06-24 | 1 | -6/+9 |
* | In ARP input, more consistently acquire and release ifaddr references. | rwatson | 2009-06-24 | 1 | -2/+14 |
* | Make callers to in6_selectsrc() and in6_pcbladdr() pass in memory | bz | 2009-06-23 | 1 | -3/+3 |
* | Modify most routines returning 'struct ifaddr *' to return references | rwatson | 2009-06-23 | 13 | -90/+130 |
* | After cleaning up rt_tables from vnet.h and cleaning up opt_route.h | bz | 2009-06-23 | 6 | -6/+3 |
* | Add soreceive_stream(), an optimized version of soreceive() for | andre | 2009-06-22 | 1 | -0/+6 |
* | V_irtualize flowtable state. | zec | 2009-06-22 | 3 | -8/+50 |
* | Add a new function, ifa_ifwithaddr_check(), which rather than returning | rwatson | 2009-06-22 | 2 | -2/+2 |
* | Remove a hack from r186086 so that IPsec via loopback routes continued | bz | 2009-06-22 | 1 | -4/+0 |
* | Clean up common ifaddr management: | rwatson | 2009-06-21 | 1 | -3/+2 |
* | Switch cmd argument to u_long. This matches what if_ethersubr.c does and | rdivacky | 2009-06-21 | 3 | -4/+4 |
* | Rework the credential code to support larger values of NGROUPS and | brooks | 2009-06-19 | 1 | -43/+18 |
* | Add explicit includes for jail.h to the files that need them and | bz | 2009-06-17 | 1 | -0/+1 |
* | Add the explicit include of vimage.h to another five .c files still | bz | 2009-06-17 | 2 | -3/+1 |
* | Changes to the NR-Sack code so that: | rrs | 2009-06-17 | 4 | -224/+132 |