aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/ip_icmp.c
Commit message (Expand)AuthorAgeFilesLines
* When sending in ICMP response to an SCTP packet,Michael Tuexen2016-05-251-0/+29
* Fix a few style issues in the ICMP sysctl descriptions.Mark Johnston2016-05-151-9/+8
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* netinet: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-2/+2
* When delivering an ICMP packet to the ctlinput function, ensure thatMichael Tuexen2016-04-141-0/+17
* Make in_arpinput(), inp_lookup_mcast_ifp(), icmp_reflect(),Alexander V. Chernikov2015-12-091-4/+4
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.Andrey V. Elsukov2015-07-291-3/+6
* Where appropriate, use the modern terms for the one true time baseWarner Losh2014-12-211-1/+1
* Remove route chaching support from ipsec code. It isn't used for some time.Andrey V. Elsukov2014-12-021-8/+0
* Kill custom in_matroute() radix mathing function removing one rte mutex lock.Alexander V. Chernikov2014-11-111-33/+3
* Remove kernel handling of ICMP_SOURCEQUENCH.Alexander V. Chernikov2014-11-101-6/+1
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-13/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-11/+11
* Add a sysctl, net.inet.icmp.tstamprepl, which can be used to disable repliesMark Johnston2014-10-011-0/+6
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-8/+13
* Don't copy the MF flag from original IP header to ICMP error message.Andrey V. Elsukov2014-03-311-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Migrate structs arpstat, icmpstat, mrtstat, pimstat and udpstat to PCPUAndrey V. Elsukov2013-07-091-4/+9
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-3/+3
* Use ip_stripoptions() instead of handrolled version.Gleb Smirnoff2012-10-231-13/+1
* Do not reduce ip_len by size of IP header in the ip_input()Gleb Smirnoff2012-10-231-3/+1
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-12/+11
* Do not check if found IPv4 rte is dynamic if net.inet.icmp.drop_redirect isAlexander V. Chernikov2012-10-101-5/+34
* Merge the projects/pf/head branch, that was worked on for last six months,Gleb Smirnoff2012-09-081-2/+0
* Add rate limitation for SCTP OOTB responses.Michael Tuexen2012-06-181-1/+2
* - Fix sysctl descriptionEitan Adler2012-01-071-1/+1
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyJohn Baldwin2012-01-051-9/+9
* Update packet filter (pf) code to OpenBSD 4.5.Bjoern A. Zeeb2011-06-281-0/+2
* MfP4 CH=192029:Bjoern A. Zeeb2011-04-271-12/+17
* 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-43/+52
* 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