summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* AES counter mode uses 8byte IV, not 16 bytes.ume2005-10-121-1/+1
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-191-5/+5
* plugged a possible memory leaksuz2005-09-161-1/+1
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,obrien2005-09-076-35/+35
* Add support for multicast to the bridge and allow inet6 addresses to bethompsa2005-09-063-4/+4
* Use the correct mbuf type for MGET().andre2005-08-301-1/+1
* added a missing unlock (just do the same thing as in netinet/raw_ip.c)suz2005-08-181-0/+1
* - fix race condition using sx lock.ume2005-08-171-14/+24
* avoid exclusive sleep mutex.ume2005-08-161-3/+3
* added a knob to enable path MTU discovery for multicast packets.ume2005-08-134-14/+28
* - fix typo in comment.ume2005-08-126-45/+20
* o Make rt_check() function more strict:glebius2005-08-111-0/+6
* create sysctl tree dynamically. it is required to shareume2005-08-111-10/+21
* removed RFC1885-related code. it was obsoleted by RFC2463, and theume2005-08-101-52/+0
* supports stealth forwarding in IPv6, as well as in IPv4suz2005-08-104-1/+22
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-101-2/+0
* Style nit.obrien2005-08-101-1/+1
* fixed a kernel crash at the start-up time of an IPv6 multicast daemons osuz2005-08-101-0/+1
* corrected the fourth argument to ni6_addrs().ume2005-08-091-7/+4
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-092-3/+3
* In preparation for fixing races in ARP (and probably in otherglebius2005-08-091-0/+1
* - Use 'error' variable to store error value, instead of 'i'.glebius2005-08-091-9/+6
* Modify network protocol consumers of the ifnet multicast address listsrwatson2005-08-022-0/+4
* simplied the fix to FreeBSD-SA-04:06.ipv6. The previous one worriedume2005-07-281-35/+9
* Correct a buffer overflow which can occur when decompressing acperciva2005-07-271-7/+9
* nuke duplicate inclusion of scope6_var.h.ume2005-07-261-3/+0
* oops, make it compilable. i need sleep. X-(ume2005-07-251-2/+2
* restore locks which disappeared wrongly by my previous commit.ume2005-07-251-1/+10
* scope cleanup. with this changeume2005-07-2526-1167/+1313
* always copy ip6_pktopt. remove needcopy and needfreeume2005-07-214-75/+67
* simplified udp6_output() and rip6_output(): do not overrideume2005-07-212-24/+21
* be consistent on naming advanced API functions; use ip6_XXXpktopt(s).ume2005-07-215-20/+19
* NULL is not zero.ume2005-07-211-1/+1
* do not hardcode if_mtu values in here, except for IFT_{ARC,FDDI} -ume2005-07-201-15/+0
* update comments:ume2005-07-204-16/+16
* Check the alignment of the IP header before passing the packet up to thethompsa2005-07-021-0/+6
* fix IP(v4) over IPv6 tunneling most likely broken with ifnet changes.ume2005-06-201-1/+8
* Fix IPv6 neighbor discovery by using IF_LLADDR to get the mac addressbrooks2005-06-121-1/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-6/+6
* Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interfaceiedowse2005-06-021-4/+8
* Lock udbinfo and inp before calling in6_pcbdetach() from udp6_abort().rwatson2005-06-011-1/+6
* Fixes for various nits found by the Coverity tool.gnn2005-05-154-5/+8
* Add IPv6 support to IPFW and Dummynet.brooks2005-04-181-0/+26
* Remove dead code which would never execute.gnn2005-04-141-18/+18
* check for malloc failure (also move malloc up to simplify error recovery)sam2005-03-291-2/+7
* ifma_protospec is a pointer. Use NULL when assigning or compating it.glebius2005-03-201-2/+2
* correct bounds checksam2005-03-161-1/+1
* refer opencrypto/cast.h directly.ume2005-03-111-1/+9
* reported from VANHULLEBUS Yvan [remote kernel crash may result]ume2005-03-091-1/+1
* ignores ICMPv6 code field in case of ICMPv6 Packet-Too-Big (as specified in R...suz2005-03-021-2/+0
OpenPOWER on IntegriCloud