summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Space cleanupdelphij2007-07-0524-163/+163
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-0527-800/+384
* Fix a stray splx() that caused a new warning.peter2007-07-051-2/+2
* Fix 'assignment used as truth value' warningpeter2007-07-051-1/+2
* Remove a last, dangling, file from the Kame IPsec code.gnn2007-07-041-718/+0
* Link pf 4.1 to the build:mlaier2007-07-031-0/+5
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-0312-88/+88
* Removing old, dead, KAME IPsec files as part of the move to thegnn2007-07-0213-10928/+0
* Follow on cleanup and removal of two unnecessary include files.gnn2007-07-012-81/+0
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-0124-1347/+646
* 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
OpenPOWER on IntegriCloud