summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/udp6_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r275716:Luiz Otavio O Souza2015-10-201-1/+0
* MFC r272886:bryanv2015-01-271-1/+2
* MFC r272844:bryanv2014-11-081-0/+2
* MFC r272801:bryanv2014-11-081-32/+12
* MFC r272706:tuexen2014-10-081-1/+1
* MFC r272469:tuexen2014-10-061-0/+8
* MFC r272408:tuexen2014-10-061-12/+3
* MFC r272404:tuexen2014-10-061-5/+10
* MFC r272347:tuexen2014-10-061-2/+2
* MFC r272323:tuexen2014-10-061-2/+3
* MFC r272296:tuexen2014-10-061-1/+1
* MFC r264212,r264213,r264248,r265776,r265811,r265909:kevlo2014-05-131-44/+124
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-2/+6
* Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-231-1/+1
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsae2013-06-201-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Remove the recently added sysctl variable net.pfil.forward.ae2012-11-021-2/+2
* Remove the IPFIREWALL_FORWARD kernel option and make possible to turnae2012-10-251-6/+4
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-2/+0
* It turns out that too many drivers are not only parsing the L2/3/4bz2012-05-281-2/+2
* MFp4 bz_ipv6_fast:bz2012-05-251-5/+16
* Add support for IPv6 to ipfw fwd:bz2011-08-201-3/+41
* Add _mbuf() variants of various inpcb-related interfaces, including lookup,rwatson2011-06-041-2/+2
* Decompose the current single inpcbinfo lock into two locks:rwatson2011-05-301-34/+44
* Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 onlybz2011-04-301-0/+6
* Remove a check in udp6_send() that prevented v4-mapped v6 addresses frombz2011-04-091-13/+0
* After r219579 and r219779 unbreak v4-mapped v6 sockets for UDPbz2011-04-091-13/+11
* Push a possible "unbind" in some situation from in6_pcbsetport() tobz2011-03-121-1/+4
* 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
OpenPOWER on IntegriCloud