summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* handle IPv6 router alert option contained in an incoming packet perjinmei2007-05-141-4/+18
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-113-24/+14
* Need sys/cdevs.h for the macro FBSDID to work.mjacob2007-05-091-0/+1
* Integrate the Camellia Block Cipher. For more information see RFC 4132gnn2007-05-093-0/+136
* Two major items here:rrs2007-05-091-24/+18
* Reduce the default number of header options that the IPv6 protocolgnn2007-05-081-1/+1
* - Copyright change, cisco's silly tool wants it to say:rrs2007-05-082-2/+2
* - Get rid of the sctp_inpcb_free() "magic numbers", now theyrrs2007-05-081-3/+6
* - Static analyisis fixes for cisco's commit (this is equivilantrrs2007-05-081-1/+1
* - More macros for OS compatabiltyrrs2007-05-081-17/+26
* some minor modification to the previous commit to sys/netinet6/nd6.c and nd6_...suz2007-05-052-1/+11
* fixed a memory leak in unresolved ND queue processingsuz2007-05-042-22/+8
* - Somehow the disable fragment option got lost. We couldrrs2007-05-021-0/+2
* Remove unused pcbinfo arguments to in_setsockaddr() andrwatson2007-05-011-2/+2
* Rename some fields of struct inpcbinfo to have the ipi_ prefix,rwatson2007-04-302-14/+14
* Turn off route header processing for now due to issues pointed outgnn2007-04-231-0/+7
* Teach netinet6 to use PRIV_NETINET_REUSEPORT.rwatson2007-04-211-4/+2
* - 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
OpenPOWER on IntegriCloud