Age | Commit message (Expand) | Author |
2014-11-01 | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable | Martin Pieuchot |
2014-09-30 | Do not use the global list of IPv4 addresses in icmp_reflect()... | Martin Pieuchot |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-13 | Stop using old n_time, n_long and n_short types in netinet headers. | Martin Pieuchot |
2014-05-07 | Remove some m->m_pkthdr.rcvif dereference to help for upcoming | Martin Pieuchot |
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer |
2014-04-21 | we'll do fine without casting NULL to struct foo * / void * | Henning Brauer |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-03-21 | rt_timer* spring cleanup. | Martin Pieuchot |
2014-03-20 | revert rev. 1.115 | Sebastian Benoit |
2014-03-13 | fix buffer overflows in icmp redirect handling introduced in rev 1.106 | Jonathan Gray |
2014-03-11 | In case imcp_reflect() is called without a given source address | Martin Pieuchot |
2014-01-19 | Start counting droped icmp errors because the rate limit is exceeded. | Claudio Jeker |
2014-01-09 | bzero/bcmp -> memset/memcmp. ok matthew | Ted Unangst |
2013-12-31 | bcopy -> memcpy. reviewed with one fix from matthew | Ted Unangst |
2013-11-26 | instead of calculating the icmp checksum here, just set the flag that | Henning Brauer |
2013-11-17 | Instead of stripping the IP options manually in icmp_reflect(), | Alexander Bluhm |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-21 | There are gasps of shock! Add a pmtu delay sysctl BUTTON for netinet6, | Theo de Raadt |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |
2013-08-21 | Stop using static variables in ICMP. While this is perfectly ok for | Martin Pieuchot |
2013-08-13 | When net.inet.ip.sourceroute is enable, store the source route | Martin Pieuchot |
2013-08-08 | Constify the table of common MTUs and use nitems(), no functional change. | Martin Pieuchot |
2013-08-08 | Change MTU discovery functions to not abuse the global icmpsrc variable | Martin Pieuchot |
2013-06-17 | In icmp_do_exthdr(), calculate the ICMP extension header checksums with | Lawrence Teo |
2013-06-05 | If an ICMP packet gets diverted to a raw IP socket, if must not be | Alexander Bluhm |
2013-06-05 | Calculate ICMP checksums with in4_cksum() which lets us get rid of the | Lawrence Teo |
2013-05-03 | Document which gobal variables are used for sysctl(8), add static to | Martin Pieuchot |
2013-04-24 | Instead of having various extern declarations for protocol variables, | Martin Pieuchot |
2013-04-10 | Remove various external variable declaration from sources files and | Martin Pieuchot |
2012-09-18 | sysctl calls shouldn't clobber route timers without spl protection | Bret Lambert |
2012-04-13 | unneccessary casts to unsigned; ok claudio | Theo de Raadt |
2011-07-06 | allow /31s on broadcast interfaces (eg ethernet) to work as per rfc3021. | David Gwynne |
2011-04-04 | Do not accept ICMP redirects when acting as router (ipforwarding = 1). | Claudio Jeker |
2010-09-13 | Change icmp_reflect() so that it does not call icmp_send directly. This | Claudio Jeker |
2010-07-09 | Add the rtableid to struct rttimer and therefor make it available to | Claudio Jeker |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-05-07 | Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 | Claudio Jeker |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-02-09 | Before cloning a route to change the MTU check that the route we clone from | Claudio Jeker |
2009-11-13 | Extend the protosw pr_ctlinput function to include the rdomain. This is | Claudio Jeker |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-06-09 | By default, don't accept IPv4 ICMP redirects. This behaviour can be | Stuart Henderson |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2008-09-10 | icmp_reflect reuses mbufs. call pf_pkt_addr_changed to clear the state | Henning Brauer |
2008-06-08 | When adding PMTU related routes to the table inherit the priority form the | Claudio Jeker |
2008-05-09 | more rtrequest() to rtrequest1() replacement. | Claudio Jeker |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |