summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* - Macro-izes the packed declaration in all headers.rrs2008-06-141-6/+20
* Employ read locks on UDP inpcbs, rather than write locks, whenrwatson2008-05-291-11/+12
* Factor out the v4-only vs. the v6-only inp_flags processing inbz2008-05-242-16/+34
* - Adds support for the multi-asconf (From Kozuka-san)rrs2008-05-201-3/+3
* Add code to allow the system to handle multiple routing tables.julian2008-05-094-9/+15
* Acquire a read lock, rather than a write lock, on a UDPv6 inpcb whenrwatson2008-04-221-9/+9
* In ICMPv6, read lock rather than write lock the inpcb on receive.rwatson2008-04-211-4/+4
* With IPv4 raw sockets, read lock rather than write lock the inpcb whenrwatson2008-04-211-5/+5
* When querying a local or remote address on an IPv6 socket, use only arwatson2008-04-191-4/+4
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-175-65/+65
* - Have SCTP use the new pru_flush functionalityrrs2008-04-141-0/+1
* This patch provides the back end support for equal-cost multi-pathqingli2008-04-133-0/+31
* In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() andrwatson2008-04-061-6/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.ru2008-03-251-1/+1
* Correct IPsec behaviour with a 'use' level in SP but no SA available.bz2008-03-141-2/+16
* Correct reference counting on the SP for outgoing IPv6 IPsec connections.bz2008-03-142-7/+5
* #if 0 out a currently unsued (and incomplete) function: ip6_ipsec_mtu().bz2008-03-142-6/+8
* Replace the function name in two identical printfsbz2008-03-141-2/+4
* Rather than passing around a cached 'priv', pass in an ucred tobz2008-02-021-26/+9
* Replace the last susers calls in netinet6/ with privilege checks.bz2008-01-245-68/+91
* Correct the commented out debugging printf()s in REPLACE and NEXT macros.bz2008-01-201-2/+8
* un-__P()obrien2008-01-0817-80/+80
* Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC labelrwatson2007-12-171-0/+6
* Clean up VCS Ids.obrien2007-12-1045-134/+177
* Remove more dup'd codejulian2007-12-061-21/+0
* remove duped codejulian2007-12-061-26/+1
* Instead of manually freeing the packet options structure (and not even doingmtm2007-11-211-6/+1
* Move towards more explicit support for various network protocol stacksrwatson2007-10-281-1/+1
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asrwatson2007-10-261-1/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Close a race when trying to lookup a gateway route in rt_check().jhb2007-10-221-1/+3
* - 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
OpenPOWER on IntegriCloud