| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | Ruslan Ermilov | 2008-03-25 | 1 | -1/+1 |
| * | Correct IPsec behaviour with a 'use' level in SP but no SA available. | Bjoern A. Zeeb | 2008-03-14 | 1 | -2/+16 |
| * | Correct reference counting on the SP for outgoing IPv6 IPsec connections. | Bjoern A. Zeeb | 2008-03-14 | 2 | -7/+5 |
| * | #if 0 out a currently unsued (and incomplete) function: ip6_ipsec_mtu(). | Bjoern A. Zeeb | 2008-03-14 | 2 | -6/+8 |
| * | Replace the function name in two identical printfs | Bjoern A. Zeeb | 2008-03-14 | 1 | -2/+4 |
| * | Rather than passing around a cached 'priv', pass in an ucred to | Bjoern A. Zeeb | 2008-02-02 | 1 | -26/+9 |
| * | Replace the last susers calls in netinet6/ with privilege checks. | Bjoern A. Zeeb | 2008-01-24 | 5 | -68/+91 |
| * | Correct the commented out debugging printf()s in REPLACE and NEXT macros. | Bjoern A. Zeeb | 2008-01-20 | 1 | -2/+8 |
| * | un-__P() | David E. O'Brien | 2008-01-08 | 17 | -80/+80 |
| * | Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC label | Robert Watson | 2007-12-17 | 1 | -0/+6 |
| * | Clean up VCS Ids. | David E. O'Brien | 2007-12-10 | 45 | -134/+177 |
| * | Remove more dup'd code | Julian Elischer | 2007-12-06 | 1 | -21/+0 |
| * | remove duped code | Julian Elischer | 2007-12-06 | 1 | -26/+1 |
| * | Instead of manually freeing the packet options structure (and not even doing | Mike Makonnen | 2007-11-21 | 1 | -6/+1 |
| * | 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 |