aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6
Commit message (Expand)AuthorAgeFilesLines
* Employ read locks on UDP inpcbs, rather than write locks, whenRobert Watson2008-05-291-11/+12
* Factor out the v4-only vs. the v6-only inp_flags processing inBjoern A. Zeeb2008-05-242-16/+34
* - Adds support for the multi-asconf (From Kozuka-san)Randall Stewart2008-05-201-3/+3
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-094-9/+15
* Acquire a read lock, rather than a write lock, on a UDPv6 inpcb whenRobert Watson2008-04-221-9/+9
* In ICMPv6, read lock rather than write lock the inpcb on receive.Robert Watson2008-04-211-4/+4
* With IPv4 raw sockets, read lock rather than write lock the inpcb whenRobert Watson2008-04-211-5/+5
* When querying a local or remote address on an IPv6 socket, use only aRobert Watson2008-04-191-4/+4
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-175-65/+65
* - Have SCTP use the new pru_flush functionalityRandall Stewart2008-04-141-0/+1
* This patch provides the back end support for equal-cost multi-pathQing Li2008-04-133-0/+31
* In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() andRobert Watson2008-04-061-6/+2
* Replaced the misleading uses of a historical artefact M_TRYWAIT with M_WAIT.Ruslan Ermilov2008-03-251-1/+1
* Correct IPsec behaviour with a 'use' level in SP but no SA available.Bjoern A. Zeeb2008-03-141-2/+16
* Correct reference counting on the SP for outgoing IPv6 IPsec connections.Bjoern A. Zeeb2008-03-142-7/+5
* #if 0 out a currently unsued (and incomplete) function: ip6_ipsec_mtu().Bjoern A. Zeeb2008-03-142-6/+8
* Replace the function name in two identical printfsBjoern A. Zeeb2008-03-141-2/+4
* Rather than passing around a cached 'priv', pass in an ucred toBjoern A. Zeeb2008-02-021-26/+9
* Replace the last susers calls in netinet6/ with privilege checks.Bjoern A. Zeeb2008-01-245-68/+91
* Correct the commented out debugging printf()s in REPLACE and NEXT macros.Bjoern A. Zeeb2008-01-201-2/+8
* un-__P()David E. O'Brien2008-01-0817-80/+80
* Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC labelRobert Watson2007-12-171-0/+6
* Clean up VCS Ids.David E. O'Brien2007-12-1045-134/+177
* Remove more dup'd codeJulian Elischer2007-12-061-21/+0
* remove duped codeJulian Elischer2007-12-061-26/+1
* Instead of manually freeing the packet options structure (and not even doingMike Makonnen2007-11-211-6/+1
* Move towards more explicit support for various network protocol stacksRobert Watson2007-10-281-1/+1
* Rename 'mac_mbuf_create_from_firewall' to 'mac_netinet_firewall_send' asRobert Watson2007-10-261-1/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* Close a race when trying to lookup a gateway route in rt_check().John Baldwin2007-10-221-1/+3
* - Incorrect error EAGAIN returned for invalid send on a lockedRandall Stewart2007-09-132-1/+9
* - send call has a reference to uio->uio_resid inRandall Stewart2007-09-081-10/+119
* - Locking compatiability changes. This involves addingRandall Stewart2007-09-081-2/+2
* Continue UDP/UDPv6 synchronization project:Robert Watson2007-09-081-61/+55
* - During shutdown pending, when the last sack came in andRandall Stewart2007-08-271-196/+25
* - Fix address add handling to clear cached routes and source addressesRandall Stewart2007-08-241-14/+53
* Rename option IPSEC_FILTERGIF to IPSEC_FILTERTUNNEL.Bjoern A. Zeeb2007-08-052-4/+4
* Continue effort to improve parity between UDPv4 and UDPv6: add a missingRobert Watson2007-07-271-6/+10
* - take out a needless panic under invariants for sctp_output.cRandall Stewart2007-07-241-2/+2
* Continue effort to align UDPv4 and UDPv6 implementations by mergingRobert Watson2007-07-233-332/+226
* - remove duplicate code from sctp_asconf.cRandall Stewart2007-07-211-1/+1
* Attempt to improve feature parity between UDPv4 and UDPv6 by mergingRobert Watson2007-07-191-2/+34
* Restore behavior changed with rev. 1.46 and makeBjoern A. Zeeb2007-07-191-1/+1
* - added pre-checks to the bindx call.Randall Stewart2007-07-171-2/+2
* - Modular congestion control, with RFC2581 being the default.Randall Stewart2007-07-141-3/+3
* General style, white space, and comment cleanup; move to ANSI CRobert Watson2007-07-093-101/+73
* Space cleanupXin LI2007-07-0524-163/+163
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-0527-800/+384
* Fix a stray splx() that caused a new warning.Peter Wemm2007-07-051-2/+2
* Fix 'assignment used as truth value' warningPeter Wemm2007-07-051-1/+2