| Commit message (Expand) | Author | Age | Files | Lines |
* | Move towards more explicit support for various network protocol stacks | Robert Watson | 2007-10-28 | 1 | -1/+1 |
* | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as | Robert Watson | 2007-10-26 | 1 | -1/+1 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | Robert Watson | 2007-10-24 | 1 | -2/+2 |
* | Close a race when trying to lookup a gateway route in rt_check(). | John Baldwin | 2007-10-22 | 1 | -1/+3 |
* | - Incorrect error EAGAIN returned for invalid send on a locked | Randall Stewart | 2007-09-13 | 2 | -1/+9 |
* | - send call has a reference to uio->uio_resid in | Randall Stewart | 2007-09-08 | 1 | -10/+119 |
* | - Locking compatiability changes. This involves adding | Randall Stewart | 2007-09-08 | 1 | -2/+2 |
* | Continue UDP/UDPv6 synchronization project: | Robert Watson | 2007-09-08 | 1 | -61/+55 |
* | - During shutdown pending, when the last sack came in and | Randall Stewart | 2007-08-27 | 1 | -196/+25 |
* | - Fix address add handling to clear cached routes and source addresses | Randall Stewart | 2007-08-24 | 1 | -14/+53 |
* | Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL. | Bjoern A. Zeeb | 2007-08-05 | 2 | -4/+4 |
* | Continue effort to improve parity between UDPv4 and UDPv6: add a missing | Robert Watson | 2007-07-27 | 1 | -6/+10 |
* | - take out a needless panic under invariants for sctp_output.c | Randall Stewart | 2007-07-24 | 1 | -2/+2 |
* | Continue effort to align UDPv4 and UDPv6 implementations by merging | Robert Watson | 2007-07-23 | 3 | -332/+226 |
* | - remove duplicate code from sctp_asconf.c | Randall Stewart | 2007-07-21 | 1 | -1/+1 |
* | Attempt to improve feature parity between UDPv4 and UDPv6 by merging | Robert Watson | 2007-07-19 | 1 | -2/+34 |
* | Restore behavior changed with rev. 1.46 and make | Bjoern A. Zeeb | 2007-07-19 | 1 | -1/+1 |
* | - added pre-checks to the bindx call. | Randall Stewart | 2007-07-17 | 1 | -2/+2 |
* | - Modular congestion control, with RFC2581 being the default. | Randall Stewart | 2007-07-14 | 1 | -3/+3 |
* | General style, white space, and comment cleanup; move to ANSI C | Robert Watson | 2007-07-09 | 3 | -101/+73 |
* | Space cleanup | Xin LI | 2007-07-05 | 24 | -163/+163 |
* | ANSIfy[1] plus some style cleanup nearby. | Xin LI | 2007-07-05 | 27 | -800/+384 |
* | Fix a stray splx() that caused a new warning. | Peter Wemm | 2007-07-05 | 1 | -2/+2 |
* | Fix 'assignment used as truth value' warning | Peter Wemm | 2007-07-05 | 1 | -1/+2 |
* | Remove a last, dangling, file from the Kame IPsec code. | George V. Neville-Neil | 2007-07-04 | 1 | -718/+0 |
* | Link pf 4.1 to the build: | Max Laier | 2007-07-03 | 1 | -0/+5 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | George V. Neville-Neil | 2007-07-03 | 12 | -88/+88 |
* | Removing old, dead, KAME IPsec files as part of the move to the | George V. Neville-Neil | 2007-07-02 | 13 | -10928/+0 |
* | Follow on cleanup and removal of two unnecessary include files. | George V. Neville-Neil | 2007-07-01 | 2 | -81/+0 |
* | Commit IPv6 support for FAST_IPSEC to the tree. | George V. Neville-Neil | 2007-07-01 | 24 | -1347/+646 |
* | gcc4.2 somehow doesn't believe that finaldst can stay stable between | Matt Jacob | 2007-06-17 | 1 | -3/+3 |
* | - For sctp_input/sctp6_input add announcment when a packet arrives (debug) | Randall Stewart | 2007-06-17 | 1 | -0/+3 |
* | Garbage collect unused variables. | Matt Jacob | 2007-06-15 | 1 | -1/+0 |
* | - Fix so ifn's are properly deleted when the ref count goes to 0. | Randall Stewart | 2007-06-14 | 1 | -2/+2 |
* | Include priv.h to pick up suser(9) definitions, missed in an earlier | Robert Watson | 2007-06-13 | 3 | -3/+3 |
* | Import rewrite of IPv4 socket multicast layer to support source-specific | Bruce M Simpson | 2007-06-12 | 3 | -11/+44 |
* | - Restructure so bindx functions are not done inline to socket option | Randall Stewart | 2007-06-12 | 1 | -1/+0 |
* | Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); in | Robert Watson | 2007-06-12 | 5 | -14/+9 |
* | cleanup about the reassembly structures and routine: | JINMEI Tatuya | 2007-06-04 | 2 | -25/+16 |
* | - fix initial pcb vrf setting when the initial vrf is not the | Randall Stewart | 2007-06-02 | 1 | -1/+4 |
* | fixed memory leak for IPv6 multicast membership information associated | JINMEI Tatuya | 2007-06-02 | 3 | -21/+29 |
* | simplified the fix in rev. 1.69 by replacing RT_REMREF+RT_UNLOCK with | JINMEI Tatuya | 2007-06-02 | 1 | -6/+3 |
* | - Take out the broken table-id concept. Panda Routers have a M-VRF | Randall Stewart | 2007-06-01 | 1 | -10/+4 |
* | - Fixes so we won't try to start a timer when we | Randall Stewart | 2007-05-29 | 1 | -0/+4 |
* | - fixed autclose to not allow setting on 1-2-1 model. | Randall Stewart | 2007-05-28 | 1 | -2/+24 |
* | do not directly call rtfree() to meet an assumption in the callee. | JINMEI Tatuya | 2007-05-25 | 1 | -6/+9 |
* | Force the alignment of the chars arrays, as they are casted later to | Olivier Houchard | 2007-05-21 | 1 | -2/+2 |
* | - Disabled responding to NI queries from a global address by default as | JINMEI Tatuya | 2007-05-17 | 2 | -7/+30 |
* | - Fixed 1-2-1 model to not worry about associd in sockopts | Randall Stewart | 2007-05-17 | 1 | -0/+1 |
* | handle IPv6 router alert option contained in an incoming packet per | JINMEI Tatuya | 2007-05-14 | 1 | -4/+18 |