summaryrefslogtreecommitdiffstats
path: root/sys/netinet/udp_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* The second last argument of udp:::receive is supposed to contain themarkj2013-08-261-1/+1
* Implement the ip, tcp, and udp DTrace providers. The probe definitions usemarkj2013-08-251-0/+7
* Remove the large part of struct ipsecstat. Only few fields of thisae2013-07-231-4/+4
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUae2013-07-091-5/+8
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsae2013-06-201-4/+4
* More warnings for zones that depend on the kern.ipc.maxsockets limit.pjd2012-12-081-0/+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
* Do not reduce ip_len by size of IP header in the ip_input()glebius2012-10-231-2/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-9/+9
* In ip_stripoptions():glebius2012-10-121-1/+1
* Add a cmsg of type IP_TOS for UDP/IPv4 sockets to specify the TOS byte.tuexen2012-06-121-1/+11
* MFp4 bz_ipv6_fast:bz2012-05-251-1/+3
* Export the udp_cksum sysctl for upcoming SCTP work. Rather than always,bz2012-03-271-4/+4
* Add support for IPv6 to ipfw fwd:bz2011-08-201-25/+35
* Implement a CPU-affine TCP and UDP connection lookup data structure,rwatson2011-06-061-1/+2
* 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-67/+69
* Make the UDP code compile without INET. Expose udp_usrreq.c to IPv6 onlybz2011-04-301-9/+25
* Refactor udp_input(), moving calls to u_tun_func() into udp_append().trasz2011-04-141-45/+17
* Oops, revert an accidental local change that got added indeischen2011-02-131-4/+0
* Allow the SO_SETFIB socket option to select the default (0)deischen2011-02-131-0/+4
* Fix style 9 nit that snuck in when Irrs2011-01-191-1/+1
* Fix a bug where Multicast packets sent from arrs2011-01-191-3/+5
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-1/+2
* After some off-list discussion, revert a number of changes to thedim2010-11-221-1/+1
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-1/+1
* Ensure a minimum "slop" of 10 extra pcb structures when providing ajhb2010-08-171-2/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-5/+2
* Add pcb reference counting to the pcblist sysctl handler functionsbz2010-03-171-3/+15
* Abstract out initialization of most aspects of struct inpcbinfo fromrwatson2010-03-141-23/+3
* Make udp_set_kernel_tunneling() less forgiving when its invariants arerwatson2010-03-071-12/+5
* Destroy UDP UMA zones (empty or not) upon network stack teardownbz2010-03-061-0/+3
* 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
OpenPOWER on IntegriCloud