summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/udp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Add flowtable support to IPv6kmacy2010-05-091-0/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-19/+0
* Make callers to in6_selectsrc() and in6_pcbladdr() pass in memorybz2009-06-231-3/+6
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Implement UDP control block support.bz2009-05-231-25/+30
* Limit scope of acquisition of INP_RLOCK for multicast input filterbms2009-05-011-5/+5
* Bite the bullet, and make the IPv6 SSM and MLDv2 mega-commit:bms2009-04-291-6/+34
* Commit file omitted in r190962:rwatson2009-04-121-10/+10
* Don't bother null-checking the thread pointer before the prison checksjamie2009-02-051-27/+22
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-10/+6
* Addresses Roberts comments on comments. Also addsrrs2009-01-061-7/+3
* Add the ability of an alternate transport protocolrrs2009-01-061-2/+44
* Another step assimilating IPv[46] PCB code:bz2008-12-171-1/+1
* Another step assimilating IPv[46] PCB code - directly usebz2008-12-151-9/+9
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+3
* MFp4:bz2008-11-291-0/+14
* Merge in6_pcbfree() into in_pcbfree() which after the previousbz2008-11-271-1/+1
* Remove in6_pcbdetach() as it is exactly the same functionbz2008-11-261-1/+1
* When disconnecting a UDPv6 socket, acquire the socket lock around therwatson2008-10-121-1/+2
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-1/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+17
* When invoking the udp_send() from udp6_send() due to use of a v6-mappedrwatson2008-09-221-3/+13
* In UDPv6, reduce scope of global udbinfo lock during append to lastrwatson2008-08-311-3/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-50/+51
* Change the parameters to in6_selectsrc():bz2008-07-081-2/+2
* Use soreceive_dgram() and sosend_dgram() with UDPv6, as we do with UDPv4.rwatson2008-07-081-0/+2
* Drop read lock on udbinfo earlier during delivery to the last matchingrwatson2008-07-071-1/+1
* Employ read locks on UDP inpcbs, rather than write locks, whenrwatson2008-05-291-11/+12
* Acquire a read lock, rather than a write lock, on a UDPv6 inpcb whenrwatson2008-04-221-9/+9
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-25/+25
* Replace the last susers calls in netinet6/ with privilege checks.bz2008-01-241-6/+1
* un-__P()obrien2008-01-081-1/+1
* Clean up VCS Ids.obrien2007-12-101-4/+6
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Continue UDP/UDPv6 synchronization project:rwatson2007-09-081-61/+55
* Continue effort to improve parity between UDPv4 and UDPv6: add a missingrwatson2007-07-271-6/+10
* Continue effort to align UDPv4 and UDPv6 implementations by mergingrwatson2007-07-231-0/+226
* Attempt to improve feature parity between UDPv4 and UDPv6 by mergingrwatson2007-07-191-2/+34
* General style, white space, and comment cleanup; move to ANSI Crwatson2007-07-091-93/+64
* Space cleanupdelphij2007-07-051-2/+2
* ANSIfy[1] plus some style cleanup nearby.delphij2007-07-051-7/+2
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-4/+4
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-9/+2
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-2/+4
* Rename two identically named log_in_vain variables: tcp_input.c's staticrwatson2007-02-201-1/+1
* MFp4: 92972, 98913 + one more changebz2006-12-121-4/+6
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-1/+3
* All multicast listeners on a port should get one copy of the packet. Thisjhay2006-09-071-3/+3
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-211-4/+46
OpenPOWER on IntegriCloud