aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/udp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-19/+0
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memoryBjoern A. Zeeb2009-06-231-3/+6
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Implement UDP control block support.Bjoern A. Zeeb2009-05-231-25/+30
* Limit scope of acquisition of INP_RLOCK for multicast input filterBruce M Simpson2009-05-011-5/+5
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:Bruce M Simpson2009-04-291-6/+34
* Commit file omitted in r190962:Robert Watson2009-04-121-10/+10
* Don't bother null-checking the thread pointer before the prison checksJamie Gritton2009-02-051-27/+22
* Standardize the various prison_foo_ip[46] functions and prison_if toJamie Gritton2009-02-051-10/+6
* Addresses Roberts comments on comments. Also addsRandall Stewart2009-01-061-7/+3
* Add the ability of an alternate transport protocolRandall Stewart2009-01-061-2/+44
* Another step assimilating IPv[46] PCB code:Bjoern A. Zeeb2008-12-171-1/+1
* Another step assimilating IPv[46] PCB code - directly useBjoern A. Zeeb2008-12-151-9/+9
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+3
* MFp4:Bjoern A. Zeeb2008-11-291-0/+14
* Merge in6_pcbfree() into in_pcbfree() which after the previousBjoern A. Zeeb2008-11-271-1/+1
* Remove in6_pcbdetach() as it is exactly the same functionBjoern A. Zeeb2008-11-261-1/+1
* When disconnecting a UDPv6 socket, acquire the socket lock around theRobert Watson2008-10-121-1/+2
* Cache so_cred as inp_cred in the inpcb.Bjoern A. Zeeb2008-10-041-1/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+17
* When invoking the udp_send() from udp6_send() due to use of a v6-mappedRobert Watson2008-09-221-3/+13
* In UDPv6, reduce scope of global udbinfo lock during append to lastRobert Watson2008-08-311-3/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-50/+51
* Change the parameters to in6_selectsrc():Bjoern A. Zeeb2008-07-081-2/+2
* Use soreceive_dgram() and sosend_dgram() with UDPv6, as we do with UDPv4.Robert Watson2008-07-081-0/+2
* Drop read lock on udbinfo earlier during delivery to the last matchingRobert Watson2008-07-071-1/+1
* Employ read locks on UDP inpcbs, rather than write locks, whenRobert Watson2008-05-291-11/+12
* Acquire a read lock, rather than a write lock, on a UDPv6 inpcb whenRobert Watson2008-04-221-9/+9
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-171-25/+25
* Replace the last susers calls in netinet6/ with privilege checks.Bjoern A. Zeeb2008-01-241-6/+1
* un-__P()David E. O'Brien2008-01-081-1/+1
* Clean up VCS Ids.David E. O'Brien2007-12-101-4/+6
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* Continue UDP/UDPv6 synchronization project:Robert Watson2007-09-081-61/+55
* Continue effort to improve parity between UDPv4 and UDPv6: add a missingRobert Watson2007-07-271-6/+10
* Continue effort to align UDPv4 and UDPv6 implementations by mergingRobert Watson2007-07-231-0/+226
* Attempt to improve feature parity between UDPv4 and UDPv6 by mergingRobert Watson2007-07-191-2/+34
* General style, white space, and comment cleanup; move to ANSI CRobert Watson2007-07-091-93/+64
* Space cleanupXin LI2007-07-051-2/+2
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-7/+2
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-4/+4
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-9/+2
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-2/+4
* Rename two identically named log_in_vain variables: tcp_input.c's staticRobert Watson2007-02-201-1/+1
* MFp4: 92972, 98913 + one more changeBjoern A. Zeeb2006-12-121-4/+6
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-1/+3
* All multicast listeners on a port should get one copy of the packet. ThisJohn Hay2006-09-071-3/+3
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-211-4/+46
* Fix race conditions on enumerating pcb lists by moving the initializationStephan Uphoff2006-07-181-2/+1