| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - stlye and comments | ume | 2004-03-03 | 1 | -15/+16 |
* | Move PFIL_HOOKS and ipfw past the scope checks to allow easy redirection to | mlaier | 2004-03-02 | 1 | -32/+32 |
* | scope awareness of ff01:: is not merged, yet. So, clear | ume | 2004-03-02 | 1 | -0/+6 |
* | - reject incoming packets to an interface-local multicast address from | ume | 2004-03-01 | 1 | -10/+52 |
* | Bring eventhandler callbacks for pf. | mlaier | 2004-02-26 | 1 | -0/+3 |
* | Tweak existing header and other build infrastructure to be able to build | mlaier | 2004-02-26 | 1 | -1/+3 |
* | in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTU | ume | 2004-02-24 | 1 | -1/+3 |
* | Fix array overflow: If len=128, don't access [16] of a 16-byte IPv6 | cperciva | 2004-02-24 | 1 | -1/+2 |
* | - call ip6_output() instead of nd6_output() when ipsec tunnel | ume | 2004-02-19 | 1 | -3/+21 |
* | IPSEC and FAST_IPSEC have the same internal API now; | ume | 2004-02-17 | 3 | -57/+20 |
* | correct function name in comment. | ume | 2004-02-16 | 1 | -18/+18 |
* | nuke unused functions. | ume | 2004-02-16 | 3 | -53/+0 |
* | we don't need to include ipsec.h. | ume | 2004-02-16 | 1 | -8/+0 |
* | - wrap mappedaddr block by #ifdef INET for IPv6-only kernel in future. | ume | 2004-02-13 | 1 | -38/+42 |
* | supported IPV6_RECVPATHMTU socket option. | ume | 2004-02-13 | 5 | -6/+68 |
* | Initial import of RFC 2385 (TCP-MD5) digest support. | bms | 2004-02-11 | 1 | -0/+2 |
* | fix build with FAST_IPSEC. | ume | 2004-02-09 | 1 | -2/+1 |
* | - obey ip6po_minmtu. | ume | 2004-02-08 | 1 | -3/+30 |
* | KNF | ume | 2004-02-04 | 1 | -8/+7 |
* | pass pcb rather than so. it is expected that per socket policy | ume | 2004-02-03 | 9 | -133/+76 |
* | protect access to ifnet structure with mutex. | ume | 2004-01-28 | 1 | -0/+2 |
* | call ipsec_pcbconn()/ipsec_pcbdisconn() from in6_pcbconnect(). | ume | 2004-01-13 | 1 | -0/+7 |
* | correct spelling | ume | 2004-01-13 | 1 | -7/+7 |
* | fix potential 'cannot-happen' memory leak | ume | 2004-01-13 | 1 | -1/+4 |
* | try rtinit() only when the route is not installed. | ume | 2004-01-10 | 1 | -2/+5 |
* | Don't execute the code in in6_ifdetach() that removes the link-local | truckman | 2004-01-10 | 1 | -7/+9 |
* | in set{peer, sock}addr, do not convert the unspecified | ume | 2004-01-10 | 1 | -2/+2 |
* | When calculating the sequence number to use in an ip6fw reset, remember to | dwmalone | 2003-12-25 | 1 | -0/+2 |
* | Catch a few places where NULL (pointer) was used where 0 (integer) was | ume | 2003-12-23 | 1 | -2/+2 |
* | Catch a few places where NULL (pointer) was used where 0 (integer) was | peter | 2003-12-23 | 3 | -5/+5 |
* | fixed a bug that IPv6 routing header does not work properly if specified from... | suz | 2003-12-22 | 1 | -1/+1 |
* | fixed an IPv6 path MTU discovery failure owing to a lack of initialization | suz | 2003-12-17 | 1 | -1/+1 |
* | validate the argument for multicast routing socket options | ume | 2003-12-10 | 1 | -27/+38 |
* | - changed the logic in nd6_is_addr_neighbor(); check on-link prefixes | ume | 2003-12-08 | 1 | -17/+23 |
* | Split the "inp" mutex class into separate classes for each of divert, | sam | 2003-11-26 | 2 | -2/+2 |
* | pktopt may be null. | ume | 2003-11-24 | 1 | -0/+3 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -6/+3 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 6 | -81/+79 |
* | Remove RTF_PRCLONING from routing table and adjust users of it | andre | 2003-11-20 | 4 | -19/+7 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | rwatson | 2003-11-18 | 2 | -2/+2 |
* | correct to look right interface. | ume | 2003-11-17 | 1 | -1/+1 |
* | - m_cat() may free the mbuf on 2nd arg, so m_pkthdr manipulation has | ume | 2003-11-15 | 4 | -20/+14 |
* | oops, correct wrong change in previous commit. | ume | 2003-11-15 | 1 | -1/+0 |
* | increase AH_MAXSUMSIZE for hmac-sha2-512 | ume | 2003-11-15 | 1 | -1/+2 |
* | preparation for 64bit sequence number. | ume | 2003-11-15 | 1 | -1/+1 |
* | fixed a bug comparing sav->key_auth and SADB_AALG_NONE. | ume | 2003-11-15 | 1 | -1/+1 |
* | reflect ip6_pktopts and ip6_moptions into embeded scope of | ume | 2003-11-12 | 1 | -3/+17 |
* | cleanup rijndael API. | ume | 2003-11-11 | 1 | -32/+12 |
* | enable aes-xcbc-mac and aes-ctr, again. | ume | 2003-11-10 | 3 | -9/+1 |
* | replace explicit changes to rt_refcnt by RT_ADDREF and RT_REMREF | sam | 2003-11-08 | 4 | -7/+7 |