summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_mroute.c
AgeCommit message (Expand)Author
2009-08-01timeout_add -> timeout_add_msecBret Lambert
2009-07-13Get rid of the token bucket filter.Michele Marchetto
2009-07-09Use MAXTTL instead of the hardcoded value.Michele Marchetto
2009-06-05Initial support for routing domains. This allows to bind interfaces toClaudio Jeker
2008-09-16remove another dead store.Charles Longeau
2008-09-15remove dead stores and newly created unused variables.Charles Longeau
2008-01-02return with ENOTTY instead of EINVAL for unknown ioctl requests.Brad Smith
2007-12-14add sysctl entry points into various network layers, in particular toTheo de Raadt
2007-05-22ip_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-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2006-06-15Change cast of last vararg to ip_output to match what ip_output expects,Christopher Pascoe
2006-05-11fix corruption of pim register packets. From Hideki ONO, thanks!Hans-Joerg Hoexer
2006-04-25Remove virtual tunnel support from the mrouting code. The virtual tunnelClaudio Jeker
2005-04-25csum -> csum_flagsBrad Smith
2005-01-15fix commentBrad Smith
2005-01-14Duplicate nested if statement in PIM code.Ryan Thomas McBride
2005-01-14Add kernel support for Protocol Independant Multicast (PIM)Ryan Thomas McBride
2004-11-24Multicast routing cleanup from Pavlin RadoslavovRyan Thomas McBride
2004-08-24Don't allow SIOCGET{VIF,SG}CNT from sockets other than the multicast router.Brad Smith
2004-01-06fix vlan destroy for MROUTING; report spamme@wouz.dk via tedu; ok itojunMarkus Friedl
2004-01-03put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macrosMarc Espie
2003-12-10de-register. deraadt okJun-ichiro itojun Hagino
2003-07-09do not flip ip_len/ip_off in netinet stack. deraadt ok.Jun-ichiro itojun Hagino
2003-07-09better vif_delete (no dangling ref to struct ifnet). deraadt okJun-ichiro itojun Hagino
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14KNF. markus okJun-ichiro itojun Hagino
2003-05-06string cleaning; tedu okTheo de Raadt
2002-08-28Fix a problem where passing NULL as a pointer with varargs does not promotePer Fogelstrom
2002-07-31remove $Id$Jun-ichiro itojun Hagino
2002-06-09whitespaceJun-ichiro itojun Hagino
2002-03-15Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do thingsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-26bring back the old copyright noticeTheo de Raadt
2001-08-19More old timeouts removal, mainly affected unused/unmaintained code.Miod Vallat
2001-06-23Remove unneeded ip_id convertions.Federico G. Schwindt
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-01-21Rename the ip4_* routines to ipip_*, make it so GIF tunnels are notAngelos D. Keromytis
1999-08-08undeclared variableNiklas Hallqvist
1999-08-08Support detaching of network interfaces. Still work to do in ipf, andNiklas Hallqvist
1999-04-28zap the newhashinit hack.Artur Grabowski
1999-04-20Merge MROUTING and IPSEC wrt handling of IP-in-IP tunnelled packets.Niklas Hallqvist
1999-02-05Clear mfchashtbl after deallocation (mycroft@netbsd)Angelos D. Keromytis
1999-01-08dont call ip_randomid() in htons().Niels Provos
1999-01-08rip_input() should be called with a 0 terminator; cmetzTheo de Raadt
1998-12-26make ip_id random but ensure that ids dont repeat for some period.Niels Provos
1998-07-29Proper handling of IP in IP and checksumming.Angelos D. Keromytis
1998-07-03wrong endian conversion caused vif stats to be wrong; jonny@jonny.eng.brTheo de Raadt
1998-05-18first step to the setsockopt/getsockopt interface as described inNiels Provos
1997-09-28more \n in log()Theo de Raadt