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
*
In in_pcbconnect(), check the return value from in_pcbbind() and
pb
1999-06-25
1
-3
/
+6
*
Don't get caught in an infinite recursion when PKT_ALIAS_REVERSE
brian
1999-06-22
2
-5
/
+18
*
This is the much-awaited cleaned up version of IPFW [ug]id support.
green
1999-06-19
4
-14
/
+110
*
Add RCS strings to kernel ipfilter files.
green
1999-06-19
3
-0
/
+5
*
This should fix ipfilter for everyone it was broken for. CDEV_MAJOR is _not_
green
1999-06-19
1
-1
/
+1
*
Reviewed by: the cast of thousands
green
1999-06-17
1
-3
/
+5
*
Close a race window where a tcp socket is closed while tcp_pcblist is
tegge
1999-06-16
2
-4
/
+14
*
Don't accept divert/tee/pipe rules without corresponding option.
ru
1999-06-11
1
-3
/
+11
*
Plug a mbuf leak in tcp_usr_send(). pru_send() routines are expected
peter
1999-06-04
1
-7
/
+28
*
Simplify cdevsw registration.
phk
1999-05-31
1
-3
/
+1
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-6
/
+21
*
Added net.inet.tcp.path_mtu_discovery variable which when set to 0
dg
1999-05-27
1
-8
/
+9
*
Made net.inet.ip.intr_queue_maxlen writeable.
dg
1999-05-27
1
-2
/
+2
*
close pr 10889:
luigi
1999-05-24
1
-1
/
+4
*
brucify
brian
1999-05-23
1
-2
/
+2
*
Make incoming packets work as keepalives, too. This should fix problems
eivind
1999-05-20
1
-0
/
+1
*
"fix" warning. This still needs to be kld-ified some day (or removed).
peter
1999-05-11
1
-1
/
+4
*
Pre-declare struct proc to avoid 'inside param list' warnings.
peter
1999-05-08
1
-1
/
+2
*
Fix two warnings; and note a problem where a pointer is stored in an
peter
1999-05-06
1
-4
/
+4
*
Add sufficient braces to keep egcs happy about potentially ambiguous
peter
1999-05-06
4
-10
/
+14
*
Free the dummynet descriptor in ip_dummynet, not in the called
luigi
1999-05-04
4
-12
/
+10
*
Add missing ``.''.
brian
1999-05-04
1
-1
/
+1
*
forgot passing the right pointer to dst to dummynet_io().
luigi
1999-05-04
1
-2
/
+2
*
assorted dummynet cleanup:
luigi
1999-05-04
2
-27
/
+38
*
Add sysctl descriptions to many SYSCTL_XXXs
billf
1999-05-03
12
-76
/
+85
*
This Implements the mumbled about "Jail" feature.
phk
1999-04-28
7
-15
/
+45
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-1
/
+1
*
Suser() simplification:
phk
1999-04-27
4
-10
/
+10
*
Make one pass through the firewall the default.
luigi
1999-04-26
1
-2
/
+2
*
so_linger is in seconds, not in 1/HZ
ache
1999-04-24
1
-2
/
+2
*
Use pointer arithmetic as appropriate.
dt
1999-04-24
1
-2
/
+2
*
postpone the sending of IGMP LEAVE msg to after deleting the
luigi
1999-04-24
1
-2
/
+8
*
Work around an egcs optimizer bug (i386). This should fix the active ftp
luoqi
1999-04-21
1
-2
/
+4
*
s/IPFIREWALL_MODULE/KLD_MODULE/
peter
1999-04-20
1
-2
/
+2
*
Tidy up some stray / unused stuff in the IPFW package and friends.
peter
1999-04-20
8
-105
/
+13
*
Zap LKM option and support. Farewell old friend.
peter
1999-04-19
1
-0
/
+2
*
Convert the dummynet lkm code to be kld aware (this isn't actually used
peter
1999-04-17
1
-26
/
+27
*
Oops, forgot this part of lkm code that's been replaced with kld.
peter
1999-04-17
1
-50
/
+3
*
Better handling for ARP/source routing on Token Ring
eivind
1999-04-15
1
-8
/
+16
*
Staticize.
eivind
1999-04-11
1
-2
/
+2
*
Two cosmetic changes, one a typo and the other, a clarification.
julian
1999-04-07
2
-7
/
+15
*
Merge from RELENG_2_2, per luigi. Fixes the ntoh?() issue for the
nsayer
1999-03-30
1
-18
/
+22
*
Use the correct length from the mbuf header instead of the one from
luigi
1999-03-26
1
-9
/
+9
*
PacketAliasProxyRule takes a const char *
brian
1999-03-25
1
-1
/
+1
*
Add a ``const'' and remove some inconsistent prototype args.
brian
1999-03-24
3
-4
/
+4
*
add missing #include "opt_bdg.h"
luigi
1999-03-24
1
-1
/
+2
*
Remove duplicate line.
billf
1999-03-23
1
-1
/
+0
*
Fix a dummynet bug caused by passing a bad next hop address (the
luigi
1999-03-16
1
-5
/
+5
*
Fix the 'fwd' option to ipfw when asked to divert to another machine.
julian
1999-03-12
1
-7
/
+24
*
Submitted by: Larry Lile
julian
1999-03-10
1
-16
/
+79
[next]