Age | Commit message (Expand) | Author |
2011-07-06 | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | Henning Brauer |
2011-07-05 | ansify | David Hill |
2011-07-04 | Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6. | Claudio Jeker |
2011-06-15 | Add IP_RECVRTABLE socket option to be used with a IPPROTO_IP | Mike Belopuhov |
2011-04-19 | reintroduce using the RB tree for local address lookups. this is | David Gwynne |
2011-04-14 | Backout the in_iawithaddr() -> ifa_ifwithaddr() change. | Claudio Jeker |
2011-04-04 | The forced IP header pullup in the multicast case is only needed when | Claudio Jeker |
2011-04-04 | make in_iawithaddr a wrapper for ifa_ifwithaddr plus a hack for old ancient | Henning Brauer |
2011-04-02 | rmeove the link1 hack, it is in the way, it is only half-baked and doesn't | Henning Brauer |
2011-02-11 | In ip_forward() free the mbuf chain mcopy with m_freem() instead | Alexander Bluhm |
2011-02-03 | ip_ttl is u_int8_t, not u_char so adjust sizeof for consistency. | Todd C. Miller |
2010-09-08 | Return EACCES when pf_test() blocks a packet in ip_output(). This allows | Claudio Jeker |
2010-08-20 | white space fix | David Gwynne |
2010-07-09 | Add support for using IPsec in multiple rdomains. | Reyk Floeter |
2010-06-07 | unfortunately classful routing isn't 100% dead, mostly thanks to ancient | Henning Brauer |
2010-06-04 | Missed this file in previous commit; previous commit message was: | Bret Lambert |
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-01-13 | no point in looking for the old "all host bits zero" broadcast address any | Henning Brauer |
2010-01-13 | we don't need broadcast for the classful network AND broadcast for the | Henning Brauer |
2010-01-13 | let's admit it's not 1992 any more. CIDR is around for a long time, even | Henning Brauer |
2009-12-07 | do not forward and drop packets with M_MCAST flag set in ip_forward() | Joerg Goltermann |
2009-11-19 | avoid overflow since protos > IPPROTO_MAX exist. From FreeBSD with | Otto Moerbeek |
2009-11-03 | rtables are stacked on rdomains (it is possible to have multiple routing | Claudio Jeker |
2009-08-23 | revert the icmp error diff again (r1.167-1.169) | David Krause |
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 |