Age | Commit message (Expand) | Author |
2006-12-05 | do not install pmtu routes for transport mode SAs, as they do not | Markus Friedl |
2006-12-01 | rangecheck ttl on IP_TTL, collected dust in my tree | Henning Brauer |
2006-10-11 | implement IP_MINTTL socket option fo tcp sockets | Henning Brauer |
2006-10-11 | implement IP_RECVTTL socket option. | Henning Brauer |
2006-06-18 | Add support for equal-cost multipath IP. | Christopher Pascoe |
2006-06-06 | Put mrouting enable flag inside the right ifdef. If you change files | Theo de Raadt |
2006-05-29 | Make savecontrol functions more generic and use them now for raw IP too. | Claudio Jeker |
2006-05-26 | rename jumbo mtu to if_hardmtu; ok brad reyk | Theo de Raadt |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-03-05 | revert unrelated change that snuck into the last commit. | Brad Smith |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2005-10-05 | Add multicast routing to GENERIC. | Esben Norby |
2005-06-10 | getsockopt(): allocate a mbuf cluster for large ipsec credentials | Markus Friedl |
2005-05-27 | Experimental support for opportunitic use of jumbograms where only some hosts | Ryan Thomas McBride |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-01-04 | restrict forwarding to ipsec processed traffic of ip.forwarding==2 | Markus Friedl |
2004-11-10 | Add some (ifp != NULL) checks to ip_fragment() so it can be used even if there | Ryan Thomas McBride |
2004-06-22 | Pull the plug on source-based routing until remaining bugs are eradicated. | Cedric Berger |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-21 | Get rid of pf_test_eh() wrapper. | Ryan Thomas McBride |
2004-06-21 | don't leak ipsec pmtu routes; with mpf@ | Markus Friedl |
2004-06-06 | extend routing table to be able to match and route packets based on | Cedric Berger |
2004-05-18 | fix size argument to ovbcopy() in ip_pcbopts(), found by Andrei Iltchenko | Daniel Hartmeier |
2004-04-28 | make return-rst work on pure bridges. ok dhartmei@ henning@ mcbride@ | Cedric Berger |
2004-02-10 | plug mbuf leak (ip_fragment() always free mbuf on error). tested by cedric, | Jun-ichiro itojun Hagino |
2003-11-06 | the previous change caused invalid checksums in some cases (rdr), | Daniel Hartmeier |
2003-11-03 | There is no point in checking NIC capabilities before calling pf_test(), | Cedric Berger |
2003-10-02 | correct endian handling of ip->ip_off. | Jun-ichiro itojun Hagino |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-14 | m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts. | Jason Wright |
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-03-14 | kill vaxisms | Jason Wright |
2003-01-31 | KNF | Theo de Raadt |
2002-10-10 | Missing m_pullup() and mbuf corruption. This potentially caused | Daniel Hartmeier |
2002-06-24 | skip routing table lookup if multicasting/broadcasting and the outgoing | Jun-ichiro itojun Hagino |
2002-06-04 | spaces to tabs, remove trailing whitespace | jasoni |
2002-05-31 | respect rmx_mtu (cached PMTUD result) on outbound. deraadt/angelos ok | Jun-ichiro itojun Hagino |
2002-05-31 | Socket-related IPsec sockoptions --- cleanups etc. | Angelos D. Keromytis |
2002-05-28 | kill register; ok deraadt@ | jasoni |
2002-05-28 | Factor out IP fragmentation code into its own function so it can be | jasoni |
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-23 | disable pmtu for ipsec when the sysctl says so; bug report cjkim2000@yahoo.com | Niels Provos |
2001-11-26 | add fastroute options similar to what is found in ipf | jasoni |
2001-11-24 | KNF | Theo de Raadt |
2001-11-02 | fix multicast loopback checksums; goeran@cdg.chalmers.se, ok angelos | Theo de Raadt |
2001-08-26 | Uninitialized variable. | Niklas Hallqvist |
2001-08-22 | IPCOMP policy stuff missed the last time round | Niklas Hallqvist |
2001-08-21 | Don't check for BYPASS options in PCB on ip_output/ip6_output --- this | Angelos D. Keromytis |