index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
netinet
/
igmp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r313821 r315277 r315286
vangyzen
2017-03-17
1
-59
/
+50
*
MFC r305389:
dim
2016-09-07
1
-4
/
+4
*
Get closer to a VIMAGE network stack teardown from top to bottom rather
bz
2016-06-21
1
-51
/
+29
*
Add a `show igi_list` command to DDB to debug IGMP state.
bz
2016-06-06
1
-0
/
+37
*
sys/net*: minor spelling fixes.
pfg
2016-05-03
1
-2
/
+2
*
netinet: for pointers replace 0 with NULL.
pfg
2016-04-15
1
-1
/
+1
*
The variable is write once only and not used.
bz
2016-01-21
1
-4
/
+0
*
In the same way fix the problem described in r291578 for IGMPv3.
ae
2015-12-01
1
-0
/
+10
*
Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.
ae
2015-07-29
1
-3
/
+8
*
Improve patch for SA-15:04.igmp to solve a potential buffer overflow.
delphij
2015-04-07
1
-4
/
+3
*
Fix integer overflow in IGMP protocol.
delphij
2015-02-25
1
-2
/
+2
*
- Rename 'struct igmp_ifinfo' into 'struct igmp_ifsoftc', since it really
glebius
2015-02-19
1
-50
/
+60
*
Use new struct mbufq instead of struct ifqueue to manage packet queues in
glebius
2015-02-19
1
-56
/
+44
*
To ease changes to underlying mbuf structure and the mbuf allocator, reduce
rwatson
2015-01-05
1
-4
/
+4
*
Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.
glebius
2014-11-07
1
-11
/
+11
*
When deciding whether to call m_pullup() even though there is adequate
rwatson
2014-10-12
1
-2
/
+2
*
Fix one more compiler warning, m is not initialized.
kib
2014-08-08
1
-1
/
+1
*
Fix argument to KTR after r269699 to unbreak LINT builds.
bz
2014-08-08
1
-1
/
+1
*
Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have
kevlo
2014-08-08
1
-17
/
+21
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Restructure the mbuf pkthdr to make it fit for upcoming capabilities and
andre
2013-08-24
1
-4
/
+4
*
Add m_clrprotoflags() to clear protocol specific mbuf flags at up and
andre
2013-08-19
1
-1
/
+1
*
Disable IGMPv3 link timers on a transition to IGMPv2.
bms
2013-06-07
1
-0
/
+1
*
- Replace compat macros with function calls.
glebius
2013-03-16
1
-1
/
+1
*
We can, and should use M_WAITOK here.
glebius
2013-03-15
1
-1
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-05
1
-9
/
+9
*
Do not reduce ip_len by size of IP header in the ip_input()
glebius
2012-10-23
1
-1
/
+1
*
Switch the entire IPv4 stack to keep the IP packet header
glebius
2012-10-22
1
-4
/
+4
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
Don't check for ifp != NULL before KASSERT, as ifp may not be NULL here
trociny
2012-07-03
1
-7
/
+5
*
Convert all users of IF_ADDR_LOCK to use new locking macros that specify
jhb
2012-01-05
1
-12
/
+12
*
When cancelling multicast timers on an interface, don't release the
jhb
2012-01-03
1
-8
/
+6
*
Use TAILQ_FOREACH() instead of TAILQ_FOREACH_SAFE() for some loops that
jhb
2012-01-03
1
-5
/
+4
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-2
/
+3
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
After some off-list discussion, revert a number of changes to the
dim
2010-11-22
1
-13
/
+13
*
Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout
dim
2010-11-14
1
-13
/
+13
*
Proper bracketing.
bz
2010-10-01
1
-2
/
+2
*
Fix a regression where DVMRP diagnostic traffic, such as that used
bms
2010-04-27
1
-6
/
+11
*
Merge the remainder of kern_vimage.c and vimage.h into vnet.c and
rwatson
2009-08-01
1
-1
/
+0
*
Introduce and use a sysinit-based initialization scheme for virtual
rwatson
2009-07-23
1
-40
/
+12
*
Garbage collect vnet module registrations that have neither constructors
rwatson
2009-07-20
1
-8
/
+4
*
Reimplement and/or implement vnet list locking by replacing a mostly
rwatson
2009-07-19
1
-4
/
+4
*
Remove unused VNET_SET() and related macros; only VNET_GET() is
rwatson
2009-07-16
1
-13
/
+13
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-88
/
+58
*
Modify most routines returning 'struct ifaddr *' to return references
rwatson
2009-06-23
1
-4
/
+17
*
After cleaning up rt_tables from vnet.h and cleaning up opt_route.h
bz
2009-06-23
1
-1
/
+0
*
After r193232 rt_tables in vnet.h are no longer indirectly dependent on
bz
2009-06-08
1
-2
/
+0
*
Unbreak options VIMAGE build.
zec
2009-06-06
1
-1
/
+0
[next]