index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
ip_mroute.h
Age
Commit message (
Expand
)
Author
2024-10-13
remove unneeded timeout.h include
Jonathan Gray
2022-05-05
Use static objects for struct rttimer_queue instead of dynamically
Claudio Jeker
2022-05-04
Move rttimer callback function from the rttimer itself to rttimer_queue.
Claudio Jeker
2022-04-28
In the multicast router code don't allocate a rt timer queue for each
Claudio Jeker
2017-02-01
In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with
David Hill
2017-01-12
Clean up multicast files from unused definitions and comments.
Rafael Zalamena
2017-01-11
Remove mfc hash tables and use the OpenBSD routing table for multicast
Rafael Zalamena
2017-01-06
Remove the global viftable vector that holds the virtual interfaces
Rafael Zalamena
2016-12-22
Remove PIM support from the multicast stack.
Rafael Zalamena
2016-12-20
Remove unused timeout that was never being set.
Rafael Zalamena
2016-12-19
Kill unused function.
Rafael Zalamena
2016-12-19
Extend the multicast sockets and multicast hash table support to multiple
Rafael Zalamena
2016-11-29
Kill unused 'struct route'.
Martin Pieuchot
2015-02-09
Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and the
Claudio Jeker
2014-08-14
Kill MRT_{ADD,DEL}_BW_UPCALL interfaces and the bandwidth monitoring
Martin Pieuchot
2013-10-27
delete UPCALL_TIMING debug code from a the dark ages
Theo de Raadt
2013-05-02
tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI.
Martin Pieuchot
2009-07-13
Get rid of the token bucket filter.
Michele Marchetto
2006-04-25
Remove virtual tunnel support from the mrouting code. The virtual tunnel
Claudio Jeker
2006-03-30
fix a typo
Esben Norby
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
2002-06-09
whitespace
Jun-ichiro itojun Hagino
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-06-09
Inclusion protection.
Angelos D. Keromytis
2000-01-21
Rename the ip4_* routines to ipip_*, make it so GIF tunnels are not
Angelos D. Keromytis
1999-12-08
bring in KAME IPv6 code, dated 19991208.
Jun-ichiro itojun Hagino
1999-08-08
Support detaching of network interfaces. Still work to do in ipf, and
Niklas Hallqvist
1999-04-20
Merge MROUTING and IPSEC wrt handling of IP-in-IP tunnelled packets.
Niklas Hallqvist
1996-03-03
From NetBSD: 960217 merge
Niklas Hallqvist
1995-10-18
initial import of NetBSD tree
Theo de Raadt