Age | Commit message (Expand) | Author |
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 |
2004-06-21 | Get rid of pf_test_eh() wrapper. | Ryan Thomas McBride |
2004-06-06 | extend routing table to be able to match and route packets based on | Cedric Berger |
2004-03-15 | strncpy -> strlcpy. ok markus@ "(this is even unused crap, i think)" | Ted Unangst |
2004-02-15 | switch to sysctl_int_arr(); ok itojun, henning, miod, deraadt | Markus Friedl |
2004-02-13 | typo, lenght -> length | Brad Smith |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-07-29 | fixup ip_len back to wire format after reass. | Jun-ichiro itojun Hagino |
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2003-02-12 | Remove commons; inspired by netbsd. | Jason Wright |
2003-02-11 | No ICMP redirect when PF nat code redirect the packet on the LAN. | Cedric Berger |
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho |
2002-09-04 | Ghosts from the past (fixed 1.65, reverted 1.66) rediscovered by | Daniel Hartmeier |
2002-08-28 | Fix a problem where passing NULL as a pointer with varargs does not promote | Per Fogelstrom |
2002-07-03 | Change all variables definitions (int foo) in sys/sys/*.h to variable | Miod Vallat |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |