summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-0/+14
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-34/+11
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.vanhu2009-06-121-0/+258
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-0/+14
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-1/+1
* Implement UDP control block support.bz2009-05-231-37/+65
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+3
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-0/+1
* Update stats in struct udpstat using two new macros, UDPSTAT_ADD()rwatson2009-04-121-11/+11
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),rwatson2009-04-111-1/+1
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDbms2009-03-091-53/+16
* Standardize the various prison_foo_ip[46] functions and prison_if tojamie2009-02-051-5/+5
* Addresses Roberts comments on comments. Also addsrrs2009-01-061-11/+9
* Add the ability of an alternate transport protocolrrs2009-01-061-8/+85
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-1/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* MFp4:bz2008-11-291-5/+9
* Merge more of currently non-functional (i.e. resolving tozec2008-11-261-1/+2
* Change the initialization methodology for global variables scheduledzec2008-11-191-2/+9
* Add cr_canseeinpcb() doing checks using the cached socketbz2008-10-171-3/+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-2/+18
* Another missed V_ instancejulian2008-08-251-1/+1
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-80/+81
* Fix a regression introduced in r179289 splitting up ip6_savecontrol()bz2008-08-161-1/+1
* Increase UDBHASHSIZE from 16 to 128 items.mav2008-07-261-1/+1
* Document a few sysctls.trhodes2008-07-201-1/+1
* Fix error in comment.rwatson2008-07-161-3/+3
* Merge last of a series of rwlock conversion changes to UDP, whichrwatson2008-07-151-34/+85
* Slightly rearrange validation of UDP arguments and jail processing inrwatson2008-07-101-4/+25
* Apply the MAC label to an outgoing UDP packet when other inpcb properties arerwatson2008-07-101-4/+4
* Allow udp_notify() to accept read, as well as write, locks on the passedrwatson2008-07-071-3/+9
* Add additional udbinfo and inpcb locking assertions to udp_output(); forrwatson2008-07-071-0/+6
* First step towards parallel transmit in UDP: if neither a specificrwatson2008-07-071-5/+12
* Drop read lock on udbinfo earlier during delivery to the last matchingrwatson2008-07-071-3/+5
* Add soreceive_dgram(9), an optimized socket receive function for use byrwatson2008-07-021-0/+1
* In udp_append() and udp_input(), make use of read locking on incpbsrwatson2008-06-301-8/+8
* Employ read locks on UDP inpcbs, rather than write locks, whenrwatson2008-05-291-13/+18
* Factor out the v4-only vs. the v6-only inp_flags processing inbz2008-05-241-8/+3
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-34/+36
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Further UDPv4 cleanup:rwatson2007-09-101-17/+17
* Further cleanup of UDPv4:rwatson2007-07-101-98/+95
* Minor UDPv4 cleanup: capitalize comment, move statistics update after mbufrwatson2007-07-071-3/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-3/+3
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-9/+3
OpenPOWER on IntegriCloud