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
/
ip_mroute.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow for ip_output() to be called with a NULL route pointer.
ru
2001-12-01
1
-2
/
+1
*
fix int argument used in printf w/ %ld (cast to long)
dillon
2001-10-29
1
-2
/
+3
*
Fixed comment: ipip_input -> mroute_encapcheck.
sumikawa
2001-09-20
1
-1
/
+1
*
Removed ipip_input(). No codes calls it anymore due to ip_encap.c's
sumikawa
2001-09-18
1
-4
/
+0
*
Patches from Keiichi SHIMA <keiichi@iij.ad.jp>
julian
2001-09-03
1
-11
/
+8
*
Somewhat modernize ip_mroute.c:
fenner
2001-07-25
1
-173
/
+160
*
Add ``options RANDOM_IP_ID'' which randomizes the ID field of IP packets.
kris
2001-06-01
1
-0
/
+5
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
1
-11
/
+1
*
change the evaluation order of the rsvp socket in rsvp_input()
kjc
2000-09-17
1
-31
/
+19
*
Follow BSD/OS and NetBSD, keep the ip_id field in network order all the time.
ru
2000-09-14
1
-2
/
+1
*
Fixed broken ICMP error generation, unified conversion of IP header
ru
2000-09-01
1
-1
/
+2
*
Include machine/in_cksum.h to unbreak options MROUTING.
ken
2000-05-08
1
-0
/
+1
*
IPSEC support in the kernel.
shin
1999-12-22
1
-12
/
+15
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
1
-4
/
+5
*
Use dynamic memory allocation instead of mbuf's for multicast routing
fenner
1999-01-18
1
-102
/
+82
*
Remove unused statics.
eivind
1999-01-12
1
-5
/
+1
*
Add missing "break"s to allow multicast routing to work.
fenner
1998-12-16
1
-1
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-4
/
+1
*
Yow! Completely change the way socket options are handled, eliminating
wollman
1998-08-23
1
-146
/
+151
*
Fixed printf format errors.
bde
1998-08-17
1
-34
/
+36
*
Byte count statistics of multicast vifs are invalid.
phk
1998-06-30
1
-2
/
+2
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-2
/
+2
*
Staticize.
eivind
1998-02-09
1
-3
/
+3
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
Removed unused #includes.
bde
1997-10-28
1
-5
/
+1
*
Update for new callout interface.
gibbs
1997-09-21
1
-4
/
+6
*
Remove crufty LBL ifdef that only applies to Suns.
fenner
1997-07-19
1
-5
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-2
/
+2
*
Properly notice error returns from if_allmulti().
wollman
1997-02-21
1
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Use the new if_multiaddrs list for multicast addresses rather than the
wollman
1997-01-13
1
-6
/
+4
*
Allocate a header mbuf for the start of the encapsulated packet.
fenner
1996-11-23
1
-3
/
+3
*
Fix braino in rev 1.30 fix; m_copy() the mbuf that has the header
fenner
1996-07-12
1
-2
/
+2
*
Don't use NULL in non-pointer contexts.
bde
1996-07-12
1
-2
/
+2
*
Always call ip_output() with a valid route pointer. For igmp, also get the
wollman
1996-04-18
1
-3
/
+10
*
Make rip_input() take the header length
fenner
1996-03-26
1
-13
/
+8
*
Cleaned up uninitialized 'rt' warning properly
fenner
1996-03-11
1
-7
/
+8
*
Move or add #include <queue.h> in preparation for upcoming struct socket
dg
1996-03-11
1
-2
/
+2
*
Add more options into the conf/options and i386/conf/options.i386 files
peter
1996-03-02
1
-1
/
+2
*
Another mega commit to staticize things.
phk
1995-12-14
1
-7
/
+7
*
Completed function declarations and/or added prototypes.
bde
1995-12-02
1
-2
/
+27
*
New style sysctl & staticize alot of stuff.
phk
1995-11-14
1
-21
/
+20
*
Second batch of cleanup changes.
phk
1995-10-29
1
-8
/
+2
*
Put newline at end of log()ed messages so syslog can't fill up your
wollman
1995-10-06
1
-21
/
+22
*
Fix some problems with multicast forwarding:
wollman
1995-08-23
1
-122
/
+128
*
Fix test for determining when RSVP is inactive in a router. (In this
wollman
1995-07-26
1
-3
/
+3
*
Declare rsvp_input() to take the correct set of arguments and figure out
wollman
1995-07-24
1
-5
/
+12
[next]