summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_icmp.c
Commit message (Expand)AuthorAgeFilesLines
* 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-10/+10
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-45/+54
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-0/+4
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-2/+6
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* In icmp_reflect(), acquire the inteface address list lock whenrwatson2009-04-201-12/+28
* Update stats in struct icmpstat and icmp6stat using four newrwatson2009-04-121-17/+17
* Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short.luigi2009-02-131-2/+5
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Change the initialization methodology for global variables scheduledzec2008-11-191-11/+30
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-37/+45
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-19/+20
* Fix the loopback interface. Cleaning up some code with new macrosgnn2008-05-121-1/+0
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-5/+12
* Add in check for loopback as well, which was missing from the original patch.gnn2008-04-171-0/+1
* Clean up the code that checks the types of address so that it isgnn2008-04-171-3/+4
* Continue to move from generic network entry points in the TrustedBSD MACrwatson2007-10-281-2/+2
* 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
* Attempt to improve feature parity between UDPv4 and UDPv6 by mergingrwatson2007-07-191-1/+2
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-2/+2
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-7/+1
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-17/+6
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Add descriptions for the sysctls:keramida2006-03-201-4/+4
* Fix build.glebius2006-01-231-1/+1
* Simplify ip_next_mtu() and make its logic more easy to see whileandre2006-01-231-19/+12
* Consolidate all IP Options handling functions into ip_options.[ch] andandre2005-11-181-0/+1
* Rework icmp_error() to deal with truncated IP packets fromandre2005-11-181-48/+54
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-021-2/+2
* o Fix a logic error when not doing mbuf cluster allocation.andre2005-08-221-4/+5
* Always quote the entire TCP header when responding and allocate an mbufandre2005-08-221-4/+24
* Commit correct version of the change and note the name of the newandre2005-08-211-1/+1
* Add a sysctl to change to length of the quotation of the originalandre2005-08-211-1/+12
* Add an option to have ICMP replies to non-local packets generated withandre2005-08-211-0/+19
* Add another step of 1280 (gif(4) tunnels) to ip_next_mtu().andre2005-05-041-2/+2
* Pass icmp_error() the MTU argument directly instead ofandre2005-05-041-4/+4
* Move Path MTU discovery ICMP processing from icmp_input() toandre2005-04-211-45/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Remove the last two global variables that are used to store packet state whileandre2004-09-151-1/+1
* White space cleanup for netinet before branch:rwatson2004-08-161-6/+6
* Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associatedmlaier2004-07-171-11/+5
* Remove erroneous semicolons.stefanf2004-07-131-1/+1
* do not send icmp response if the original packet is encrypted.ume2004-06-071-0/+3
* o IFNAMSIZ does include the trailing \0.maxim2004-05-071-1/+1
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Tweak existing header and other build infrastructure to be able to buildmlaier2004-02-261-1/+12
* Add sysctl net.inet.icmp.reply_src to specify the interface nameandre2004-02-021-0/+19
OpenPOWER on IntegriCloud