summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make gcc4.2 happy and zero save_ip for the unlikely (blackhole != 0)mjacob2007-06-171-0/+2
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-50/+71
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-2/+1
* When verifying the IPv4 UDP checksum, don't overwrite the checksumdwmalone2007-05-161-5/+7
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-111-2/+2
* Since udp_peeraddr() and udp_sockaddr() directly wrap in_setpeeraddr()rwatson2007-05-071-25/+2
* Minor style tweaks.rwatson2007-05-071-17/+22
* Remove unused pcbinfo arguments to in_setsockaddr() andrwatson2007-05-011-2/+2
* Rename some fields of struct inpcbinfo to have the ipi_ prefix,rwatson2007-04-301-5/+6
* Fix IP_SENDSRCADDR semantics.bms2007-03-081-4/+11
* Rename two identically named log_in_vain variables: tcp_input.c's staticrwatson2007-02-201-3/+3
* Gratuitous UDP restyling toward style(9) in 7.x.rwatson2007-02-201-142/+135
* o One more typo in the comment.maxim2007-01-061-1/+1
OpenPOWER on IntegriCloud