summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* - fix source address selection when picking an acceptable addressrrs2007-04-141-28/+22
* Remove obsolete comment about privileges: SUSER_ALLOWJAIL is no longer setrwatson2007-04-111-2/+0
* - fixed several places where we did not release INP locks.rrs2007-04-031-14/+12
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-311-0/+1
* - Found bug in min split point bundling which causedrrs2007-03-311-8/+0
* Implement reference counting for ifmultiaddr, in_multi, and in6_multibms2007-03-201-72/+83
* - errno -> becomes error in sctp_output.c and sctputil.crrs2007-03-192-22/+8
* - Sysctl's move to seperate filerrs2007-03-151-20/+22
* Add comments about common idioms for cleanup pass at a later date.bms2007-02-281-0/+3
* Remove code which would never be used, viz a viz Quality-of-Service;bms2007-02-282-23/+1
* Add a comment about a struct which needs to be global.bms2007-02-281-11/+8
* Fix tinderbox. ip6_mrouter should be defined in raw_ip6.c as it isbms2007-02-242-5/+2
* Make IPv6 multicast forwarding dynamically loadable from a GENERIC kernel.bms2007-02-247-27/+77
* Rename two identically named log_in_vain variables: tcp_input.c's staticrwatson2007-02-201-1/+1
* - Copyright updates (aka 2007)rrs2007-02-121-3/+6
* In the ICMP6 path to handle FQDN 'who-are-you' queries, check that thebms2007-02-101-1/+1
* MFC after: 3 daysbms2007-02-051-1/+1
* ng_iface requiers neighbor cache as well.ume2007-02-031-0/+1
* Revert nd6.c revs. 1.67, 1.68, 1.69, 1.70 in an attempt to unbreakbmah2007-01-261-1/+1
* - most all includes (#include <>) migrate to the sctp_os_bsd.h filerrs2007-01-182-106/+18
* Avoid infinite loop if nicmp6 and nip6 are not on the same mbuf.ume2007-01-161-1/+2
* - Macroizes the V6ONLY flag check.rrs2007-01-151-16/+5
* Marked these as packed correctlyimp2007-01-122-2/+2
* a) macro-ization of all mbuf and random numberrrs2006-12-291-26/+14
* In ip6_sprintf print the addresses in a more common/readablebz2006-12-161-4/+18
* 1) Fixes on a number of different collision case LOR's.rrs2006-12-141-3/+12
* MFp4: 92972, 98913 + one more changebz2006-12-1216-152/+235
* - In nd6_rtrequest(), when caching an rtentry, don't forgetru2006-11-251-9/+29
* -Fixes first of all the getcred on IPv6 and V4. Therrs2006-11-081-10/+29
* Convert three new suser(9) calls introduced between when the priv(9)rwatson2006-11-061-1/+8
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-065-22/+63
* Tons of fixes to get all the 64bit issues removed.rrs2006-11-051-4/+5
* Opps... in my fix up of all the $FreeBSD:$-> $FreeBSD$ Irrs2006-11-032-3/+3
* Ok, here it is, we finally add SCTP to current. Note that thisrrs2006-11-033-0/+1470
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Make net.inet6.ip6.auto_linklocal tunable. Someone may want toume2006-10-131-0/+1
* Revert the default value of net.inet6.ip6.auto_linklocal to 1.ume2006-10-131-1/+1
* Hopefully the last tweak in trying to make it possible to add ipv6 directjhay2006-10-021-4/+1
* Turn off automatic link local address if ipv6_enable is not set to YESgnn2006-10-021-1/+1
* A better fix is to check if it is a host route.jhay2006-09-301-1/+1
* My previous commit broke "route add -inet6 <network_addr> -interface gif0".jhay2006-09-301-1/+2
* Nits.bms2006-09-291-1/+1
* Push removal of mrouted down to the rest of the tree.bms2006-09-291-1/+1
* fixed a bug that IPv6 packets arriving to stf are not accepted.suz2006-09-221-2/+6
* Make it possible to add an IPv6 host route to a host directly connected.jhay2006-09-161-0/+2
* All multicast listeners on a port should get one copy of the packet. Thisjhay2006-09-071-3/+3
* First step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-061-1/+1
* Use net.inet6.ip6.redirect / ip6_sendredirects as part of the decisionjhay2006-09-051-1/+1
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-0430-59/+0
* Align IPv6 socket locking with IPv4 locking: lock socket buffer explicitlyrwatson2006-07-231-4/+10
OpenPOWER on IntegriCloud