| Commit message (Expand) | Author | Age | Files | Lines |
* | In the ICMP6 path to handle FQDN 'who-are-you' queries, check that the | bms | 2007-02-10 | 1 | -1/+1 |
* | Avoid infinite loop if nicmp6 and nip6 are not on the same mbuf. | ume | 2007-01-16 | 1 | -1/+2 |
* | MFp4: 92972, 98913 + one more change | bz | 2006-12-12 | 1 | -9/+18 |
* | First step of TSO (TCP segmentation offload) support in our network stack. | andre | 2006-09-06 | 1 | -1/+1 |
* | With exception of the if_name() macro, all definitions in net_osdep.h | brooks | 2006-08-04 | 1 | -2/+0 |
* | Align IPv6 socket locking with IPv4 locking: lock socket buffer explicitly | rwatson | 2006-07-23 | 1 | -4/+10 |
* | sync with KAME regarding NDP | suz | 2005-10-21 | 1 | -2/+2 |
* | sync with KAME (don't respond to NI_QTYPE_IPV4ADDR) | suz | 2005-10-19 | 1 | -0/+5 |
* | sync with KAME in the following points: | suz | 2005-10-19 | 1 | -1/+3 |
* | - fix typo in comment. | ume | 2005-08-12 | 1 | -3/+3 |
* | removed RFC1885-related code. it was obsoleted by RFC2463, and the | ume | 2005-08-10 | 1 | -52/+0 |
* | corrected the fourth argument to ni6_addrs(). | ume | 2005-08-09 | 1 | -7/+4 |
* | scope cleanup. with this change | ume | 2005-07-25 | 1 | -94/+95 |
* | Fixes for various nits found by the Coverity tool. | gnn | 2005-05-15 | 1 | -2/+5 |
* | Remove dead code which would never execute. | gnn | 2005-04-14 | 1 | -18/+18 |
* | ignores ICMPv6 code field in case of ICMPv6 Packet-Too-Big (as specified in R... | suz | 2005-03-02 | 1 | -2/+0 |
* | icmp6_notify_error uses IP6_EXTHDR_CHECK, which in turn calls | ume | 2005-02-27 | 1 | -4/+6 |
* | fix typo. | ume | 2005-02-27 | 1 | -2/+2 |
* | Add missed merge of ripcbinfo extern. Given how widely used | rwatson | 2005-02-09 | 1 | -0/+1 |
* | Lock raw IP socket pcb list and PCBs when processing input via | rwatson | 2005-02-08 | 1 | -5/+13 |
* | we don't need to make fake sockaddr_in6 to compare subject address. | ume | 2005-01-21 | 1 | -13/+2 |
* | /* -> /*- for license, minor formatting changes, separate for KAME | imp | 2005-01-07 | 1 | -2/+2 |
* | Remove advertising clause from University of California Regent's | imp | 2004-04-07 | 1 | -4/+0 |
* | in icmp6_mtudisc_update(), use ND link mtu to detect if the path MTU | ume | 2004-02-24 | 1 | -1/+3 |
* | pass pcb rather than so. it is expected that per socket policy | ume | 2004-02-03 | 1 | -8/+0 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | andre | 2003-11-20 | 1 | -22/+10 |
* | Remove RTF_PRCLONING from routing table and adjust users of it | andre | 2003-11-20 | 1 | -4/+2 |
* | - cleanup SP refcnt issue. | ume | 2003-11-04 | 1 | -2/+9 |
* | (icmp6_rip6_input) if the received data is small enough but in an | ume | 2003-10-31 | 1 | -2/+46 |
* | ip6_savecontrol() argument is redundant | ume | 2003-10-29 | 1 | -2/+2 |
* | cleanup use of m_tag. | ume | 2003-10-28 | 1 | -31/+37 |
* | Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542 | ume | 2003-10-24 | 1 | -5/+36 |
* | we have ppsratecheck(). | ume | 2003-10-22 | 1 | -74/+0 |
* | drop the code of HAVE_NRL_INPCB part. our system doesn't | ume | 2003-10-22 | 1 | -43/+0 |
* | - change scope to zone. | ume | 2003-10-21 | 1 | -31/+32 |
* | - add dom_if{attach,detach} framework. | ume | 2003-10-17 | 1 | -1/+1 |
* | nuke SCOPEDROUTING. Though it was there for a long time, | ume | 2003-10-10 | 1 | -8/+0 |
* | indent | ume | 2003-10-07 | 1 | -1/+1 |
* | style and indent. no functional change. | ume | 2003-10-07 | 1 | -40/+34 |
* | - fix typo in comment. | ume | 2003-10-07 | 1 | -172/+173 |
* | return(code) -> return (code) | ume | 2003-10-06 | 1 | -20/+20 |
* | Locking for updates to routing table entries. Each rtentry gets a mutex | sam | 2003-10-04 | 1 | -8/+6 |
* | panic() doesn't need \n | suz | 2003-04-29 | 1 | -1/+1 |
* | Explicitly declare 'int' parameters. | obrien | 2003-04-21 | 1 | -1/+1 |
* | fixed a mbuf leak when an IP packet from ESP tunnel is redirected | suz | 2003-03-29 | 1 | -0/+7 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -18/+18 |
* | M_MOVE_PKTHDR must happen before any cluster is attached | sam | 2003-02-18 | 1 | -2/+3 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -18/+18 |
* | correct pkthdr length calculation for ipv6 echo packets; after moving a packet | sam | 2003-01-05 | 1 | -3/+6 |
* | Correct mbuf packet header propagation. Previously, packet headers | sam | 2002-12-30 | 1 | -4/+13 |