| Commit message (Expand) | Author | Age | Files | Lines |
* | correctly deal with unspecified (zero) interface number in IPV6_MULTICAST_IF, |  djm | 2005-01-11 | 1 | -26/+37 |
* | Get rid of pf_test_eh() wrapper. |  mcbride | 2004-06-21 | 1 | -2/+2 |
* | support IPV6_USE_MIN_MTU, to make BIND9 better. |  itojun | 2004-06-12 | 1 | -1/+11 |
* | back out tree breakage. Like, come on |  deraadt | 2004-06-11 | 1 | -11/+1 |
* | support IPV6_USE_MIN_MTU, which is needed to run BIND9 well. from kame |  itojun | 2004-06-11 | 1 | -1/+11 |
* | strictly follow RFC2460 section 5, last paragraph (sender behavior when |  itojun | 2004-02-04 | 1 | -18/+100 |
* | make the stack compile if NPF=0. ok deraadt@ markus@ |  cedric | 2004-02-02 | 1 | -1/+2 |
* | use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL |  itojun | 2003-12-10 | 1 | -10/+17 |
* | fix behavior when ipv6mr_interface is 0. reported on netbsd list |  itojun | 2003-11-07 | 1 | -4/+4 |
* | use random number generator to generate IPv6 fragment ID/flowlabel. |  itojun | 2003-10-01 | 1 | -2/+2 |
* | correct m_cat misuse. i remember it was ok'ed by someone but don't remember who... |  itojun | 2003-10-01 | 1 | -2/+6 |
* | change arguments to suser. suser now takes the process, and a flags |  tedu | 2003-08-15 | 1 | -8/+8 |
* | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) |  itojun | 2003-06-11 | 1 | -5/+6 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | plug memory leak. from sam leffler. sync w/kame |  itojun | 2002-10-31 | 1 | -3/+3 |
* | correct length of PADN option before jumbo payload option. sync w/kame |  itojun | 2002-09-23 | 1 | -2/+2 |
* | fix pointer signedness mixup. sync w/kame |  itojun | 2002-09-11 | 1 | -5/+5 |
* | KNF - return is not a function. sync w/kame |  itojun | 2002-09-11 | 1 | -50/+50 |
* | whitespace cleanup |  itojun | 2002-06-09 | 1 | -6/+6 |
* | use splnet for ipsec |  itojun | 2002-06-08 | 1 | -4/+4 |
* | splnet -> splsoftnet where appropriate |  itojun | 2002-06-08 | 1 | -4/+4 |
* | sync with latest KAME in6_ifaddr/prefix/default router manipulation. |  itojun | 2002-06-08 | 1 | -2/+2 |
* | move IPV6_CHECKSUM processing to ip6_raw_ctloutput(). bunch of KNFs. |  itojun | 2002-06-07 | 1 | -22/+84 |
* | just for consistency/compatibility, have net.inet6.ip6.v6only sysctl MIB, |  itojun | 2002-06-07 | 1 | -11/+18 |
* | style |  itojun | 2002-06-07 | 1 | -159/+121 |
* | 'fall through' is not a valid LINT keyword. |  itojun | 2002-06-07 | 1 | -4/+4 |
* | do not try to update rmx_mtu if rmx_mtu == 0 (obey ifmtu) |  itojun | 2002-05-31 | 1 | -5/+5 |
* | force fragment to minimum link MTU (1280) when needed (when PMTUD does |  itojun | 2002-05-29 | 1 | -3/+1 |
* | attach nd_ifinfo structure to if_afdata. |  itojun | 2002-05-29 | 1 | -43/+77 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -11/+11 |
* | remove couple of #if 0'ed portion we will never use |  itojun | 2002-01-21 | 1 | -83/+1 |
* | whitespace/comment sync with kame |  itojun | 2001-12-07 | 1 | -8/+10 |
* | unifdef OLDIP6OUTPUT |  itojun | 2001-11-30 | 1 | -12/+1 |
* | typo in sockopt level name (ipsec6 related) |  itojun | 2001-11-28 | 1 | -5/+5 |
* | add fastroute options similar to what is found in ipf |  jasoni | 2001-11-26 | 1 | -5/+7 |
* | reinitialize ip6_hdr pointer after pf_test; ok dhartmei@ (noticed after |  jasoni | 2001-10-01 | 1 | -1/+2 |
* | free mbuf when dropping a packet. ok dhartmei@ (also checked by |  jasoni | 2001-09-25 | 1 | -1/+2 |
* | IPv6 support from Ryan McBride (mcbride@countersiege.com) |  frantzen | 2001-09-15 | 1 | -1/+14 |
* | IPCOMP policy stuff missed the last time round |  niklas | 2001-08-22 | 1 | -1/+6 |
* | Add IPCOMP setsockopt policy controls. While here fix the other policies too |  niklas | 2001-08-22 | 1 | -4/+15 |
* | Don't check for BYPASS options in PCB on ip_output/ip6_output --- this |  angelos | 2001-08-21 | 1 | -17/+1 |
* | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending |  angelos | 2001-06-27 | 1 | -2/+2 |
* | Don't check cached TDBs on the PCB -- always call ipsp_spd_lookup(); |  angelos | 2001-06-27 | 1 | -24/+16 |
* | If a PENDING_TDB tag is attached but no TDB is found, drop the packet. |  angelos | 2001-06-25 | 1 | -1/+3 |
* | PENDING_TDB tag handling (same as ip_output) |  angelos | 2001-06-25 | 1 | -3/+18 |
* | Don't double-clear M_PKTHDR/tags. |  angelos | 2001-06-25 | 1 | -3/+1 |
* | No need for net/net_osdep.h |  angelos | 2001-06-09 | 1 | -3/+1 |
* | Update for new prototypes. |  angelos | 2001-05-30 | 1 | -3/+2 |
* | Remove unused code. |  angelos | 2001-05-28 | 1 | -45/+3 |
* | Don't check for IPV6_ENCAPSULATED, no longer needed since we have the tags. |  angelos | 2001-05-28 | 1 | -5/+1 |