summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_icmp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* unneccessary casts to unsigned; ok claudioderaadt2012-04-131-2/+2
* allow /31s on broadcast interfaces (eg ethernet) to work as per rfc3021.dlg2011-07-061-3/+8
* Do not accept ICMP redirects when acting as router (ipforwarding = 1).claudio2011-04-041-2/+3
* Change icmp_reflect() so that it does not call icmp_send directly. Thisclaudio2010-09-131-28/+95
* Add the rtableid to struct rttimer and therefor make it available toclaudio2010-07-091-9/+10
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-1/+2
* Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1claudio2010-05-071-3/+3
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-1/+2
* Before cloning a route to change the MTU check that the route we clone fromclaudio2010-02-091-1/+6
* Extend the protosw pr_ctlinput function to include the rdomain. This isclaudio2009-11-131-5/+6
* rtables are stacked on rdomains (it is possible to have multiple routingclaudio2009-11-031-4/+3
* By default, don't accept IPv4 ICMP redirects. This behaviour can besthen2009-06-091-2/+2
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-9/+16
* icmp_reflect reuses mbufs. call pf_pkt_addr_changed to clear the statehenning2008-09-101-1/+10
* When adding PMTU related routes to the table inherit the priority form theclaudio2008-06-081-2/+2
* more rtrequest() to rtrequest1() replacement.claudio2008-05-091-9/+25
* Move carp load balancing (ARP/IP) to a simpler configuration scheme.mpf2008-02-051-4/+1
* implement sysctls to report IP, TCP, UDP, and ICMP statistics andreyk2007-12-131-1/+6
* some spelling fixes from Martynas Venckusjmc2007-11-241-2/+2
* there was code inside #if NPF > 0, but pf.h was not included, so it didhenning2007-06-111-11/+5
* remove static from icmp_redirect_timeoutdlg2007-05-271-3/+3
* totally unused legacy variable; ok claudioderaadt2007-05-091-2/+1
* Add IP load balancing support for carp(4).mpf2007-03-181-1/+29
* Remove two "unused" mbuf tag functions and kill the superfluous argumentclaudio2007-01-031-4/+4
* adjust functions dealing with the routing table to take a table ID ashenning2006-06-161-5/+9
* Use more queue macros rather than doing it by hand; ok otto@ krw@miod2006-03-051-2/+2
* make pf use one mbuf tag instead of 6 distinct ones. use a little structhenning2005-10-171-8/+11
* Change the API for icmp_do_error so that it takes the mtu directly, ratherpascoe2005-07-311-8/+6
* implement PMTU checks frommarkus2005-06-301-2/+2
* Use correct source address for ICMP errors generated from packets that wereclaudio2005-01-181-11/+7
* Pull the plug on source-based routing until remaining bugs are eradicated.cedric2004-06-221-3/+3
* extend routing table to be able to match and route packets based oncedric2004-06-061-3/+3
* minor cleanupsderaadt2004-04-261-7/+9
* switch to sysctl_int_arr(); ok itojun, henning, miod, deraadtmarkus2004-02-151-18/+6
* do not flip ip_len/ip_off in netinet stack. deraadt ok.itojun2003-07-091-12/+9
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Remove redundant assignment. Found by Julien Bordet. ok itojun@dhartmei2003-05-141-2/+1
* string fixes; tedu okderaadt2003-05-031-4/+5
* Remove commons; inspired by netbsd.jason2003-02-121-1/+2
* quite some KNF & ANSIhenning2003-02-011-108/+85
* KNFderaadt2003-01-311-7/+6
* plug a mbuf leakhenning2003-01-311-1/+2
* Fix a problem where passing NULL as a pointer with varargs does not promotepefo2002-08-281-2/+2
* prevent mbuf leak on icmp_do_error() failure.itojun2002-06-101-2/+2
* whitespaceitojun2002-06-091-25/+25
* Break up icmp_error() so we can have the icmp error mbuf returnedjasoni2002-06-081-10/+27
* kill register; ok with itojunjasoni2002-06-071-14/+14
* add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.netderaadt2002-05-241-1/+7
* Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsmillert2002-03-151-7/+1
* First round of __P removal in sysmillert2002-03-141-6/+6