Age | Commit message (Expand) | Author |
2009-08-10 | 7 years of | Henning Brauer |
2009-08-10 | we need to null mcopy, gotos bite. theo and i both missed them, theo ok | Henning Brauer |
2009-08-10 | fix previous: | Henning Brauer |
2009-08-10 | this is basically a fixed version of r1.165, avoid m_copym of each and every | Henning Brauer |
2009-07-28 | revert the avoidance of the mbuf copy for the icmp errors (r1.165) | David Gwynne |
2009-07-24 | for every packet we forwarded, we copied the first 68 bytes of it in case | David Gwynne |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-06-04 | the decision on wether a packet is to be delivered locally or forwarded | Henning Brauer |
2009-05-18 | The routing table index rtableid has type unsigned int in the routing | Alexander Bluhm |
2008-12-24 | report the number of packets that arp resolution is holding onto until it | David Gwynne |
2008-06-08 | alloc ipq's for fragment reassembly from a pool instead of using | Thordur I. Bjornsson |
2008-05-09 | divert packets to local socket without modifying the ip header; | Markus Friedl |
2008-04-24 | the softnet intr handlers check if the input queue has packets on | David Gwynne |
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-09-10 | Remove the ipq locking, it isn't strictly needed right now | Thordur I. Bjornsson |
2007-09-01 | since the | Henning Brauer |
2007-05-30 | no need to declare extern ipsec_in_use, we get it via ip_ipsp.h | Henning Brauer |
2007-05-29 | gain another 5+% in ip forwarding performance. | Henning Brauer |
2007-05-28 | double pf performance. | Henning Brauer |
2007-05-27 | -static on appropriate functions | David Gwynne |
2007-03-18 | Add IP load balancing support for carp(4). | Marco Pfatschbacher |
2006-12-28 | check if ifqueue has anything queued before doing the dance of | Theo de Raadt |
2006-11-27 | make use of multiple routing tables. | Henning Brauer |
2006-10-11 | implement IP_RECVTTL socket option. | Henning Brauer |
2006-06-18 | Whitespace, oops. | Christopher Pascoe |
2006-06-18 | Add support for equal-cost multipath IP. | Christopher Pascoe |
2006-06-16 | adjust functions dealing with the routing table to take a table ID as | Henning Brauer |
2006-06-15 | Make number of varargs passed to ip_output match reality. | Christopher Pascoe |
2006-05-29 | Make savecontrol functions more generic and use them now for raw IP too. | Claudio Jeker |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-01-03 | m_pullup the same amount we copied, not just the IP header. | Marco Pfatschbacher |
2005-11-20 | splimp -> splvm. mbuf allocation here. | Brad Smith |
2005-10-05 | Add multicast routing to GENERIC. | Esben Norby |
2005-09-19 | typo | Theo de Raadt |
2005-09-19 | Fix initialisation of baddynamicports.udp, busted since 1997, wow. | Theo de Raadt |
2005-08-11 | New counter for not joined IPv4 multicast groups. | Marco Pfatschbacher |
2005-07-31 | Change the API for icmp_do_error so that it takes the mtu directly, rather | Christopher Pascoe |
2005-06-15 | remove from "attempted source route ..." message; ok deraadt, mpf, henning, m... | Markus Friedl |
2005-06-10 | make sure the IP packet contains a full struct ip_timestamp | Markus Friedl |
2005-05-24 | add net.inet.ip.ifq for monitoring and changing ifqueue; similar to netbsd | Markus Friedl |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-01-20 | expire ipforward_rt cache in ip_slowtimeo; fixes pr 1697; ok claudio | Markus Friedl |
2004-10-18 | Do not embed an ip header with a decremented ttl into an icmp message. | Otto Moerbeek |
2004-09-23 | remove some more compile time overrides, use the sysctl's. | Brad Smith |
2004-07-31 | remove GATEWAY and IPFORWARDING option knobs, use the sysctl. | Brad Smith |
2004-06-22 | Pull the plug on source-based routing until remaining bugs are eradicated. | Cedric Berger |