summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* gcc4.2 somehow doesn't believe that finaldst can stay stable betweenmjacob2007-06-171-3/+3
* - For sctp_input/sctp6_input add announcment when a packet arrives (debug)rrs2007-06-171-0/+3
* Garbage collect unused variables.mjacob2007-06-151-1/+0
* - Fix so ifn's are properly deleted when the ref count goes to 0.rrs2007-06-141-2/+2
* Include priv.h to pick up suser(9) definitions, missed in an earlierrwatson2007-06-133-3/+3
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-123-11/+44
* - Restructure so bindx functions are not done inline to socket optionrrs2007-06-121-1/+0
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-125-14/+9
* cleanup about the reassembly structures and routine:jinmei2007-06-042-25/+16
* - fix initial pcb vrf setting when the initial vrf is not therrs2007-06-021-1/+4
* fixed memory leak for IPv6 multicast membership information associatedjinmei2007-06-023-21/+29
* simplified the fix in rev. 1.69 by replacing RT_REMREF+RT_UNLOCK withjinmei2007-06-021-6/+3
* - Take out the broken table-id concept. Panda Routers have a M-VRFrrs2007-06-011-10/+4
* - Fixes so we won't try to start a timer when werrs2007-05-291-0/+4
* - fixed autclose to not allow setting on 1-2-1 model.rrs2007-05-281-2/+24
* do not directly call rtfree() to meet an assumption in the callee.jinmei2007-05-251-6/+9
* Force the alignment of the chars arrays, as they are casted later tocognet2007-05-211-2/+2
* - Disabled responding to NI queries from a global address by default asjinmei2007-05-172-7/+30
* - Fixed 1-2-1 model to not worry about associd in sockoptsrrs2007-05-171-0/+1
* 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
OpenPOWER on IntegriCloud