aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_icmp.c
Commit message (Expand)AuthorAgeFilesLines
* After some off-list discussion, revert a number of changes to theDimitry Andric2010-11-221-10/+10
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutDimitry Andric2010-11-141-10/+10
* Change the messages of the ICMP bad port bandwidth limiter fromAndre Oppermann2010-08-141-1/+2
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-39/+20
* Compare pointer to NULL rather than 0.Bjoern A. Zeeb2009-10-131-1/+1
* Many network stack subsystems use a single global data structure to holdRobert Watson2009-08-021-0/+14
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-10/+10
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-45/+54
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of theRobert Watson2009-06-251-0/+4
* Modify most routines returning 'struct ifaddr *' to return referencesRobert Watson2009-06-231-2/+6
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* In icmp_reflect(), acquire the inteface address list lock whenRobert Watson2009-04-201-12/+28
* Update stats in struct icmpstat and icmp6stat using four newRobert Watson2009-04-121-17/+17
* Use uint32_t instead of n_long and n_time, and uint16_t instead of n_short.Luigi Rizzo2009-02-131-2/+5
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-11/+30
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-37/+45
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-19/+20
* Fix the loopback interface. Cleaning up some code with new macrosGeorge V. Neville-Neil2008-05-121-1/+0
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-5/+12
* Add in check for loopback as well, which was missing from the original patch.George V. Neville-Neil2008-04-171-0/+1
* Clean up the code that checks the types of address so that it isGeorge V. Neville-Neil2008-04-171-3/+4
* Continue to move from generic network entry points in the TrustedBSD MACRobert Watson2007-10-281-2/+2
* 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
* Attempt to improve feature parity between UDPv4 and UDPv6 by mergingRobert Watson2007-07-191-1/+2
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECGeorge V. Neville-Neil2007-07-031-2/+2
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-7/+1
* Move universally to ANSI C function declarations, with relativelyRobert Watson2007-05-101-17/+6
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Add descriptions for the sysctls:Giorgos Keramidas2006-03-201-4/+4
* Fix build.Gleb Smirnoff2006-01-231-1/+1
* Simplify ip_next_mtu() and make its logic more easy to see whileAndre Oppermann2006-01-231-19/+12
* Consolidate all IP Options handling functions into ip_options.[ch] andAndre Oppermann2005-11-181-0/+1
* Rework icmp_error() to deal with truncated IP packets fromAndre Oppermann2005-11-181-48/+54
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.Andre Oppermann2005-11-021-2/+2
* o Fix a logic error when not doing mbuf cluster allocation.Andre Oppermann2005-08-221-4/+5
* Always quote the entire TCP header when responding and allocate an mbufAndre Oppermann2005-08-221-4/+24
* Commit correct version of the change and note the name of the newAndre Oppermann2005-08-211-1/+1
* Add a sysctl to change to length of the quotation of the originalAndre Oppermann2005-08-211-1/+12
* Add an option to have ICMP replies to non-local packets generated withAndre Oppermann2005-08-211-0/+19
* Add another step of 1280 (gif(4) tunnels) to ip_next_mtu().Andre Oppermann2005-05-041-2/+2
* Pass icmp_error() the MTU argument directly instead ofAndre Oppermann2005-05-041-4/+4
* Move Path MTU discovery ICMP processing from icmp_input() toAndre Oppermann2005-04-211-45/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove the last two global variables that are used to store packet state whileAndre Oppermann2004-09-151-1/+1
* White space cleanup for netinet before branch:Robert Watson2004-08-161-6/+6
* Define semantic of M_SKIP_FIREWALL more precisely, i.e. also pass associatedMax Laier2004-07-171-11/+5
* Remove erroneous semicolons.Stefan Farfeleder2004-07-131-1/+1