summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* - Incorrect error EAGAIN returned for invalid send on a lockedrrs2007-09-132-1/+9
* - send call has a reference to uio->uio_resid inrrs2007-09-081-10/+119
* - Locking compatiability changes. This involves addingrrs2007-09-081-2/+2
* Continue UDP/UDPv6 synchronization project:rwatson2007-09-081-61/+55
* - During shutdown pending, when the last sack came in andrrs2007-08-271-196/+25
* - Fix address add handling to clear cached routes and source addressesrrs2007-08-241-14/+53
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.bz2007-08-052-4/+4
* Continue effort to improve parity between UDPv4 and UDPv6: add a missingrwatson2007-07-271-6/+10
* - take out a needless panic under invariants for sctp_output.crrs2007-07-241-2/+2
* Continue effort to align UDPv4 and UDPv6 implementations by mergingrwatson2007-07-233-332/+226
* - remove duplicate code from sctp_asconf.crrs2007-07-211-1/+1
* Attempt to improve feature parity between UDPv4 and UDPv6 by mergingrwatson2007-07-191-2/+34
* Restore behavior changed with rev. 1.46 and makebz2007-07-191-1/+1
* - added pre-checks to the bindx call.rrs2007-07-171-2/+2
* - Modular congestion control, with RFC2581 being the default.rrs2007-07-141-3/+3
* General style, white space, and comment cleanup; move to ANSI Crwatson2007-07-093-101/+73
* 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
OpenPOWER on IntegriCloud