aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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-51/+14
* 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
* Further cleanup of UDPv4:Robert Watson2007-07-101-98/+95
* Minor UDPv4 cleanup: capitalize comment, move statistics update after mbufRobert Watson2007-07-071-3/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-3/+3
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-9/+3
* Make gcc4.2 happy and zero save_ip for the unlikely (blackhole != 0)Matt Jacob2007-06-171-0/+2
* Import rewrite of IPv4 socket multicast layer to support source-specificBruce M Simpson2007-06-121-49/+70
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inRobert Watson2007-06-121-2/+1
* When verifying the IPv4 UDP checksum, don't overwrite the checksumDavid Malone2007-05-161-5/+7
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrRobert Watson2007-05-111-2/+2
* Since udp_peeraddr() and udp_sockaddr() directly wrap in_setpeeraddr()Robert Watson2007-05-071-25/+2
* Minor style tweaks.Robert Watson2007-05-071-17/+22