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
/
igmp.c
Age
Commit message (
Expand
)
Author
2017-01-04
convert igmp_stat into per-cpu counters
David Gwynne
2016-12-19
Extend the multicast sockets and multicast hash table support to multiple
Rafael Zalamena
2016-12-16
Move the if_get/if_put to the caller of igmp_sendpkt so we avoid having
Rafael Zalamena
2016-12-14
Set the rtableid for new mbufs when sending packets in igmp_sendpkt().
Rafael Zalamena
2016-12-05
Remove recursive splsoftnet()s in ioctl(2) path.
Martin Pieuchot
2016-11-28
Assert that every slow/fast timeout routine is called at IPL_SOFTNET.
Martin Pieuchot
2015-11-11
Store an interface index instead of a pointer that's never dereferenced.
Martin Pieuchot
2015-09-13
if_put() after if_get().
Martin Pieuchot
2015-09-11
if_put after if_get in igmp_joingroup
David Gwynne
2015-09-10
move the guts of igmp_input into a igmp_input_if function and call
David Gwynne
2015-08-28
fairly simple sizes for free(); ok tedu
Theo de Raadt
2015-06-16
Store a unique ID, an interface index, rather than a pointer to the
Martin Pieuchot
2014-12-17
Remove the "multicast_" prefix from the fields a multicast-only struct.
Martin Pieuchot
2014-12-17
Use an interface index instead of a pointer for multicast options.
Martin Pieuchot
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-09-08
remove uneeded route.h includes
Jonathan Gray
2014-07-22
Fewer <netinet/in_systm.h> !
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-08
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
Theo de Raadt
2014-05-12
Includes a router altert option (RAO) in IGMP packets. Without this
Martin Pieuchot
2014-04-21
ip_output() using varargs always struck me as bizarre, esp since it's only
Henning Brauer
2014-04-21
we'll do fine without casting NULL to struct foo * / void *
Henning Brauer
2014-01-21
Do not clean the multicast records of an interface when it is destroyed
Martin Pieuchot
2013-11-28
Change the way protocol multicast addresses are linked to an interface.
Martin Pieuchot
2013-10-18
Abstract the fact that IPv4 muticast records are linked to the
Martin Pieuchot
2013-10-14
Change the macros used to iterate over the multicast records of an
Martin Pieuchot
2013-05-02
tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI.
Martin Pieuchot
2013-04-10
Remove various external variable declaration from sources files and
Martin Pieuchot
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2010-01-13
let's admit it's not 1992 any more. CIDR is around for a long time, even
Henning Brauer
2009-12-15
Ensure that the interface is valid before trying to access its flags.
Joel Sing
2009-12-15
Ansify function declarations.
Joel Sing
2009-12-15
Ensure that the interface is not null before trying to access its flags.
Joel Sing
2007-12-14
add sysctl entry points into various network layers, in particular to
Theo de Raadt
2007-12-13
Add missing license. This file is 4.4BSD-derived with WIDE changes.
Todd C. Miller
2007-07-20
Remove inm_ifp from struct in_multi -- caching struct ifnet is dangerous
Claudio Jeker
2007-05-27
-static
David Gwynne
2005-09-19
A few 'demon' -> 'daemon'.
Kenneth R Westerback
2004-05-23
missing splx; andrushock@korovino.net
Theo de Raadt
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-02-12
Remove commons; inspired by netbsd.
Jason Wright
2002-08-28
Fix a problem where passing NULL as a pointer with varargs does not promote
Per Fogelstrom
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-11-06
send igmp v2 leave messages to allrouters address (PR#2164)
Jakob Schlyter
2001-06-08
Cut down on include files.
Angelos D. Keromytis
[next]