| Commit message (Expand) | Author | Age | Files | Lines |
* | Acquire a read lock, rather than a write lock, on a UDPv6 inpcb when | rwatson | 2008-04-22 | 1 | -9/+9 |
* | In ICMPv6, read lock rather than write lock the inpcb on receive. | rwatson | 2008-04-21 | 1 | -4/+4 |
* | With IPv4 raw sockets, read lock rather than write lock the inpcb when | rwatson | 2008-04-21 | 1 | -5/+5 |
* | When querying a local or remote address on an IPv6 socket, use only a | rwatson | 2008-04-19 | 1 | -4/+4 |
* | Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros to | rwatson | 2008-04-17 | 5 | -65/+65 |
* | - Have SCTP use the new pru_flush functionality | rrs | 2008-04-14 | 1 | -0/+1 |
* | This patch provides the back end support for equal-cost multi-path | qingli | 2008-04-13 | 3 | -0/+31 |
* | In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() and | rwatson | 2008-04-06 | 1 | -6/+2 |
* | Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT. | ru | 2008-03-25 | 1 | -1/+1 |
* | Correct IPsec behaviour with a 'use' level in SP but no SA available. | bz | 2008-03-14 | 1 | -2/+16 |
* | Correct reference counting on the SP for outgoing IPv6 IPsec connections. | bz | 2008-03-14 | 2 | -7/+5 |
* | #if 0 out a currently unsued (and incomplete) function: ip6_ipsec_mtu(). | bz | 2008-03-14 | 2 | -6/+8 |
* | Replace the function name in two identical printfs | bz | 2008-03-14 | 1 | -2/+4 |
* | Rather than passing around a cached 'priv', pass in an ucred to | bz | 2008-02-02 | 1 | -26/+9 |
* | Replace the last susers calls in netinet6/ with privilege checks. | bz | 2008-01-24 | 5 | -68/+91 |
* | Correct the commented out debugging printf()s in REPLACE and NEXT macros. | bz | 2008-01-20 | 1 | -2/+8 |
* | un-__P() | obrien | 2008-01-08 | 17 | -80/+80 |
* | Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC label | rwatson | 2007-12-17 | 1 | -0/+6 |
* | Clean up VCS Ids. | obrien | 2007-12-10 | 45 | -134/+177 |
* | Remove more dup'd code | julian | 2007-12-06 | 1 | -21/+0 |
* | remove duped code | julian | 2007-12-06 | 1 | -26/+1 |
* | Instead of manually freeing the packet options structure (and not even doing | mtm | 2007-11-21 | 1 | -6/+1 |
* | Move towards more explicit support for various network protocol stacks | rwatson | 2007-10-28 | 1 | -1/+1 |
* | Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' as | rwatson | 2007-10-26 | 1 | -1/+1 |
* | Merge first in a series of TrustedBSD MAC Framework KPI changes | rwatson | 2007-10-24 | 1 | -2/+2 |
* | Close a race when trying to lookup a gateway route in rt_check(). | jhb | 2007-10-22 | 1 | -1/+3 |
* | - Incorrect error EAGAIN returned for invalid send on a locked | rrs | 2007-09-13 | 2 | -1/+9 |
* | - send call has a reference to uio->uio_resid in | rrs | 2007-09-08 | 1 | -10/+119 |
* | - Locking compatiability changes. This involves adding | rrs | 2007-09-08 | 1 | -2/+2 |
* | Continue UDP/UDPv6 synchronization project: | rwatson | 2007-09-08 | 1 | -61/+55 |
* | - During shutdown pending, when the last sack came in and | rrs | 2007-08-27 | 1 | -196/+25 |
* | - Fix address add handling to clear cached routes and source addresses | rrs | 2007-08-24 | 1 | -14/+53 |
* | Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL. | bz | 2007-08-05 | 2 | -4/+4 |
* | Continue effort to improve parity between UDPv4 and UDPv6: add a missing | rwatson | 2007-07-27 | 1 | -6/+10 |
* | - take out a needless panic under invariants for sctp_output.c | rrs | 2007-07-24 | 1 | -2/+2 |
* | Continue effort to align UDPv4 and UDPv6 implementations by merging | rwatson | 2007-07-23 | 3 | -332/+226 |
* | - remove duplicate code from sctp_asconf.c | rrs | 2007-07-21 | 1 | -1/+1 |
* | Attempt to improve feature parity between UDPv4 and UDPv6 by merging | rwatson | 2007-07-19 | 1 | -2/+34 |
* | Restore behavior changed with rev. 1.46 and make | bz | 2007-07-19 | 1 | -1/+1 |
* | - added pre-checks to the bindx call. | rrs | 2007-07-17 | 1 | -2/+2 |
* | - Modular congestion control, with RFC2581 being the default. | rrs | 2007-07-14 | 1 | -3/+3 |
* | General style, white space, and comment cleanup; move to ANSI C | rwatson | 2007-07-09 | 3 | -101/+73 |
* | Space cleanup | delphij | 2007-07-05 | 24 | -163/+163 |
* | ANSIfy[1] plus some style cleanup nearby. | delphij | 2007-07-05 | 27 | -800/+384 |
* | Fix a stray splx() that caused a new warning. | peter | 2007-07-05 | 1 | -2/+2 |
* | Fix 'assignment used as truth value' warning | peter | 2007-07-05 | 1 | -1/+2 |
* | Remove a last, dangling, file from the Kame IPsec code. | gnn | 2007-07-04 | 1 | -718/+0 |
* | Link pf 4.1 to the build: | mlaier | 2007-07-03 | 1 | -0/+5 |
* | Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSEC | gnn | 2007-07-03 | 12 | -88/+88 |
* | Removing old, dead, KAME IPsec files as part of the move to the | gnn | 2007-07-02 | 13 | -10928/+0 |