summaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge r204826 from head to stable/8:Robert Watson2010-06-031-12/+5
* MFC r207369:Bjoern A. Zeeb2010-05-061-5/+2
* MFC r205251:Bjoern A. Zeeb2010-03-271-3/+15
* MFC r204807:Bjoern A. Zeeb2010-03-271-0/+3
* Many network stack subsystems use a single global data structure to holdRobert Watson2009-08-021-0/+14
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-34/+11
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.VANHULLEBUS Yvan2009-06-121-0/+258
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+14
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-1/+1
* Implement UDP control block support.Bjoern A. Zeeb2009-05-231-37/+65
* Permit buiding kernels with options VIMAGE, restricted to only a singleMarko Zec2009-04-301-0/+3
* In preparation for turning on options VIMAGE in next commits,Marko Zec2009-04-261-0/+1
* Update stats in struct udpstat using two new macros, UDPSTAT_ADD()Robert Watson2009-04-121-11/+11
* Update stats in struct ipstat using four new macros, IPSTAT_ADD(),Robert Watson2009-04-111-1/+1
* Merge IGMPv3 and Source-Specific Multicast (SSM) to the FreeBSDBruce M Simpson2009-03-091-53/+16
* Standardize the various prison_foo_ip[46] functions and prison_if toJamie Gritton2009-02-051-5/+5
* Addresses Roberts comments on comments. Also addsRandall Stewart2009-01-061-11/+9
* Add the ability of an alternate transport protocolRandall Stewart2009-01-061-8/+85
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* MFp4:Bjoern A. Zeeb2008-11-291-5/+9
* Merge more of currently non-functional (i.e. resolving toMarko Zec2008-11-261-1/+2
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-2/+9
* Add cr_canseeinpcb() doing checks using the cached socketBjoern A. Zeeb2008-10-171-3/+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-2/+18
* Another missed V_ instanceJulian Elischer2008-08-251-1/+1
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-80/+81
* Fix a regression introduced in r179289 splitting up ip6_savecontrol()Bjoern A. Zeeb2008-08-161-1/+1
* Increase UDBHASHSIZE from 16 to 128 items.Alexander Motin2008-07-261-1/+1
* Document a few sysctls.Tom Rhodes2008-07-201-1/+1
* Fix error in comment.Robert Watson2008-07-161-3/+3
* Merge last of a series of rwlock conversion changes to UDP, whichRobert Watson2008-07-151-34/+85
* Slightly rearrange validation of UDP arguments and jail processing inRobert Watson2008-07-101-4/+25
* Apply the MAC label to an outgoing UDP packet when other inpcb properties areRobert Watson2008-07-101-4/+4
* Allow udp_notify() to accept read, as well as write, locks on the passedRobert Watson2008-07-071-3/+9
* Add additional udbinfo and inpcb locking assertions to udp_output(); forRobert Watson2008-07-071-0/+6
* First step towards parallel transmit in UDP: if neither a specificRobert Watson2008-07-071-5/+12
* Drop read lock on udbinfo earlier during delivery to the last matchingRobert Watson2008-07-071-3/+5
* Add soreceive_dgram(9), an optimized socket receive function for use byRobert Watson2008-07-021-0/+1
* In udp_append() and udp_input(), make use of read locking on incpbsRobert Watson2008-06-301-8/+8
* Employ read locks on UDP inpcbs, rather than write locks, whenRobert Watson2008-05-291-13/+18
* Factor out the v4-only vs. the v6-only inp_flags processing inBjoern A. Zeeb2008-05-241-8/+3
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros toRobert Watson2008-04-171-34/+36
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* Add FBSDID to all files in netinet so that people can moreMike Silbersack2007-10-071-1/+3
* Further UDPv4 cleanup:Robert Watson2007-09-101-17/+17