Age | Commit message (Expand) | Author |
2013-05-02 | tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI. | Martin Pieuchot |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2011-04-04 | de-guttenberg our stack a bit | Henning Brauer |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-08-01 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-13 | Get rid of the token bucket filter. | Michele Marchetto |
2009-07-09 | Use MAXTTL instead of the hardcoded value. | Michele Marchetto |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2008-09-16 | remove another dead store. | Charles Longeau |
2008-09-15 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-01-02 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith |
2007-12-14 | add sysctl entry points into various network layers, in particular to | Theo de Raadt |
2007-05-22 | ip_mroute.c is in bad shape. | Michele Marchetto |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-02-14 | Consistently spell FALLTHROUGH to appease lint. | Jonathan Gray |
2006-06-15 | Change cast of last vararg to ip_output to match what ip_output expects, | Christopher Pascoe |
2006-05-11 | fix corruption of pim register packets. From Hideki ONO, thanks! | Hans-Joerg Hoexer |
2006-04-25 | Remove virtual tunnel support from the mrouting code. The virtual tunnel | Claudio Jeker |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-01-15 | fix comment | Brad Smith |
2005-01-14 | Duplicate nested if statement in PIM code. | Ryan Thomas McBride |
2005-01-14 | Add kernel support for Protocol Independant Multicast (PIM) | Ryan Thomas McBride |
2004-11-24 | Multicast routing cleanup from Pavlin Radoslavov | Ryan Thomas McBride |
2004-08-24 | Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router. | Brad Smith |
2004-01-06 | fix vlan destroy for MROUTING; report spamme@wouz.dk via tedu; ok itojun | Markus Friedl |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino |
2003-07-09 | better vif_delete (no dangling ref to struct ifnet). deraadt ok | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-14 | KNF. markus ok | Jun-ichiro itojun Hagino |
2003-05-06 | string cleaning; tedu ok | Theo de Raadt |
2002-08-28 | Fix a problem where passing NULL as a pointer with varargs does not promote | Per Fogelstrom |
2002-07-31 | remove $Id$ | Jun-ichiro itojun Hagino |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino |
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 |
2001-09-26 | bring back the old copyright notice | Theo de Raadt |
2001-08-19 | More old timeouts removal, mainly affected unused/unmaintained code. | Miod Vallat |
2001-06-23 | Remove unneeded ip_id convertions. | Federico G. Schwindt |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-01-21 | Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not | Angelos D. Keromytis |
1999-08-08 | undeclared variable | Niklas Hallqvist |
1999-08-08 | Support detaching of network interfaces. Still work to do in ipf, and | Niklas Hallqvist |
1999-04-28 | zap the newhashinit hack. | Artur Grabowski |
1999-04-20 | Merge MROUTING and IPSEC wrt handling of IP-in-IP tunnelled packets. | Niklas Hallqvist |
1999-02-05 | Clear mfchashtbl after deallocation (mycroft@netbsd) | Angelos D. Keromytis |
1999-01-08 | dont call ip_randomid() in htons(). | Niels Provos |
1999-01-08 | rip_input() should be called with a 0 terminator; cmetz | Theo de Raadt |