Age | Commit message (Expand) | Author |
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 |
2002-06-07 | use TAILQ_FOREACH macro; ok angelos | jasoni |
2002-05-16 | bring in ECN support from KAME. | Kenjiro Cho |
2002-04-24 | Update IPsec-related comments. | Angelos D. Keromytis |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-22 | do not transmit ICMP source quench. from kjc/kame | Jun-ichiro itojun Hagino |
2002-01-25 | Add a drain hook to each pool. This hook is called in three cases. | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2001-12-10 | No need to m_freem(m) if m is already NULL. dhartmei@ ok. | Hakan Olsson |
2001-12-06 | remove #if 0'ed portion (for KAME IPSEC - not needed) | Jun-ichiro itojun Hagino |
2001-11-26 | add fastroute options similar to what is found in ipf | jasoni |
2001-09-18 | Avoid memory leak when disabling PMTU, rt_timer_queue_destroy() expects the | Aaron Campbell |
2001-07-17 | split ip normalization out into a separate file, okay dhartmei@ | Niels Provos |
2001-07-16 | Move altq after pf; suggested by aaron@, kjc@ ok. | Federico G. Schwindt |
2001-07-05 | IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol |
2001-06-28 | first stab at packet normalization. includes full ip reassembly. | Niels Provos |
2001-06-27 | ALTQ base modifications to the kernel. | Kenjiro Cho |
2001-06-26 | no longer pass around **m | Theo de Raadt |
2001-06-25 | Build without IPSEC. | Artur Grabowski |
2001-06-24 | make it compile w/o pf | Michael Shalayeff |
2001-06-24 | Initial import of pf, an all-new ipf-compatable packet filter. | Kjell Wooding |
2001-06-24 | take mtu from routing table | Niels Provos |
2001-06-23 | Clear the checksum flags after verification. Also, don't count | Angelos D. Keromytis |
2001-06-23 | Count input packets hardware-checksummed. | Angelos D. Keromytis |