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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use dynamic memory allocation instead of mbuf's for multicast routing
fenner
1999-01-18
2
-103
/
+86
*
Rename igmp's MALLOC; it doesn't have anything to do with multicast routing.
fenner
1999-01-18
1
-3
/
+3
*
If arpresolve() gets passed a route with a null llinfo, call
fenner
1999-01-18
1
-2
/
+2
*
... _and_ the (void*) casts for %p. Next, I'll forget my own name :-(
eivind
1999-01-12
1
-3
/
+3
*
Avoid unnecessary GCCism - I hadn't noticed the __unused macro.
eivind
1999-01-12
1
-2
/
+3
*
* Print pointers using the correct type (%p) instead of %x.
eivind
1999-01-12
1
-6
/
+8
*
Add #ifdef's to avoid unused label warning in some cases.
eivind
1999-01-12
1
-1
/
+3
*
Remove unused statics.
eivind
1999-01-12
1
-5
/
+1
*
Add a missing bzero which could be the source of instability
luigi
1999-01-11
1
-12
/
+21
*
Remove check from where arp replies are coming from -- when doing bridging,
luigi
1999-01-10
1
-1
/
+3
*
If we can't open alias.log, don't try to write to the
brian
1999-01-10
1
-2
/
+4
*
Partial fix for when ipfw is used with bridging. Bridged packets
luigi
1998-12-31
1
-24
/
+22
*
Remove some unused variables.
luigi
1998-12-31
1
-4
/
+4
*
'ip_fw_head' and 'M_IPFW' are also used in ip_dummynet so cannot be
luigi
1998-12-22
1
-3
/
+3
*
Recover from previous dummynet screwup
luigi
1998-12-21
2
-38
/
+71
*
Restore 1.82->1.83 change deleted by mistake< per Bruce suggestion
luigi
1998-12-21
1
-1
/
+2
*
Add missing "break"s to allow multicast routing to work.
fenner
1998-12-16
1
-1
/
+3
*
Last bits (i think) of dummynet for -current.
luigi
1998-12-14
9
-182
/
+503
*
Reviewed by: freebsd-current
dillon
1998-12-14
3
-44
/
+192
*
PR: kern/8990
dillon
1998-12-12
1
-1
/
+3
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
9
-44
/
+37
*
Clean up some pointer usage.
eivind
1998-12-07
1
-2
/
+4
*
Examine all occurrences of sprintf(), strcat(), and str[n]cpy()
archie
1998-12-04
3
-12
/
+14
*
Cleanup icmp_var.h, make icmp bandlim sysctl permanent but if ICMP_BANDLIM
dillon
1998-12-04
2
-15
/
+19
*
Obtained from: "Andrey A. Chernov" <ache@nagual.pp.ru>
dillon
1998-12-04
1
-1
/
+3
*
Reviewed by: freebsd-current
dillon
1998-12-03
5
-7
/
+120
*
Staticize some more.
eivind
1998-11-26
8
-30
/
+30
*
Fix a couple of typos.
jdp
1998-11-19
1
-3
/
+3
*
Remove stale references to ih_next and ih_prev.
dfr
1998-11-17
1
-3
/
+1
*
Make the previous fix more portable.
dfr
1998-11-16
1
-4
/
+4
*
The below patch helps to reduce the leakage of internal socket information
guido
1998-11-15
2
-4
/
+6
*
Fix printf format errors on alpha.
dfr
1998-11-15
1
-4
/
+4
*
Finished updating module event handlers to be compatible with
bde
1998-11-15
1
-2
/
+2
*
Be sure to pullup entire IP header when dealing with fragment packets.
dg
1998-11-11
1
-2
/
+2
*
add #include <sys/kernel.h> where it's needed by MALLOC_DEFINE()
peter
1998-11-10
1
-1
/
+2
*
Some optimisations to the fragment reassembly code.
dfr
1998-10-27
1
-19
/
+14
*
Fix a bug in the new fragment reassembly code which was tickled by recieving
dfr
1998-10-27
1
-2
/
+2
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
2
-12
/
+51
*
Dike out some obsolete defines which referenced ih_next and ih_prev from
dfr
1998-09-26
1
-3
/
+1
*
Fix the bind security fix introduced in rev 1.38 to work with multicast:
fenner
1998-09-17
1
-3
/
+9
*
Prevent modification of permanent ARP entries (PR kern/7649)
fenner
1998-09-17
1
-4
/
+21
*
Turn off replies to ICMP echo requests for broadcast and multicast
jkoshy
1998-09-15
1
-2
/
+2
*
Bring in new files for dummynet support
luigi
1998-09-12
2
-0
/
+709
*
Fix RST validation.
wollman
1998-09-11
2
-84
/
+224
*
Ensure that m_nextpkt is set to NULL after reassembling fragments.
dfr
1998-09-10
1
-1
/
+3
*
RFC 1644 has the status "Experimental Protocol", which means:
phk
1998-09-06
2
-4
/
+4
*
Widen and change the layout of the IPFW structures flag element.
phk
1998-09-02
1
-29
/
+29
*
Properly fragment multicast packets.
wollman
1998-09-02
1
-1
/
+2
*
Remove OpenBSD build support - let the Makefile vary per
brian
1998-08-31
1
-10
/
+5
*
Add OpenBSD build support
brian
1998-08-30
1
-3
/
+9
[next]