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
*
Remove some un-needed code that was accidentally included in
julian
2001-09-07
1
-15
/
+0
*
Patches from KAME to remove usage of Varargs in existing
julian
2001-09-07
2
-13
/
+4
*
Wrap array accesses in macros, which also happen to be lvalues:
jlemon
2001-09-06
3
-4
/
+4
*
Fix sysctl comment field, s/the the/then the
alfred
2001-09-04
1
-1
/
+1
*
Allow disabling of "arp moved" messages.
alfred
2001-09-03
1
-6
/
+12
*
I really hope this is the right answer.
julian
2001-09-03
1
-1
/
+3
*
Call ip_input() instead of ipip_input()
julian
2001-09-03
1
-1
/
+8
*
One caller of rip_input failed to be converted in the last commit.
julian
2001-09-03
1
-1
/
+1
*
Patches from Keiichi SHIMA <keiichi@iij.ad.jp>
julian
2001-09-03
18
-58
/
+58
*
when newreno is turned on, if dupacks = 1 or dupacks = 2 and
jayanth
2001-08-29
2
-0
/
+4
*
When net.inet.tcp.icmp_may_rst is enabled, report ECONNREFUSED not ENETRESET
jesper
2001-08-27
1
-1
/
+1
*
the IP_FW_GET code in ip_fw_ctl() sizes a buffer to hold information
billf
2001-08-26
1
-0
/
+3
*
Correct a typo in a comment: FIN_WAIT2 -> FIN_WAIT_2
dd
2001-08-23
2
-2
/
+2
*
Much delayed but now present: RFC 1948 style sequence numbers
silby
2001-08-22
8
-178
/
+199
*
Added TFTP support.
ru
2001-08-21
1
-0
/
+9
*
Close the "IRC DCC" security breach reported recently on Bugtraq.
ru
2001-08-21
1
-0
/
+6
*
Make the copyright consistent.
brian
2001-08-20
4
-12
/
+0
*
Handle snprintf() returning -1
brian
2001-08-20
1
-3
/
+13
*
Make the protoswitch definitiosn checkable in the same way that
julian
2001-08-10
1
-15
/
+9
*
mdoc(7) police:
ru
2001-08-07
1
-4
/
+2
*
When running aplication joined multicast address,
ume
2001-08-04
3
-0
/
+51
*
MFS: Avoid dropping fragments in the absence of an interface address.
dcs
2001-08-03
1
-3
/
+5
*
Fix a warning.
peter
2001-07-27
2
-0
/
+4
*
Patch up some style(9) stuff in tcp_new_isn()
peter
2001-07-27
2
-22
/
+14
*
s/OpemBSD/OpenBSD/
peter
2001-07-27
2
-2
/
+2
*
move ipsec security policy allocation into in_pcballoc, before
ume
2001-07-26
5
-33
/
+10
*
Somewhat modernize ip_mroute.c:
fenner
2001-07-25
3
-192
/
+160
*
Avoid a NULL pointer derefence introduced in rev. 1.129.
ru
2001-07-23
1
-24
/
+21
*
Backout non-functional changes from revision 1.128.
ru
2001-07-19
1
-13
/
+9
*
Skip the route checking in the case of multicast packets with known
dcs
2001-07-17
1
-9
/
+22
*
Backout damage to the INADDR_TO_IFP() macro in revision 1.7.
ru
2001-07-17
1
-12
/
+5
*
Bump net.inet.tcp.sendspace to 32k and net.inet.tcp.recvspace to 65k.
obrien
2001-07-13
1
-2
/
+2
*
mdoc(7) police: removed HISTORY info from the .Os call.
ru
2001-07-10
1
-1
/
+1
*
Temporary feature: Runtime tuneable tcp initial sequence number
silby
2001-07-08
8
-6
/
+77
*
gif(4) and stf(4) modernization:
brooks
2001-07-02
3
-52
/
+4
*
While in there fixing a fragment logging bug, fix it so we log
cjc
2001-07-02
1
-8
/
+11
*
Backout CSRG revision 7.22 to this file (if in_losing notices an
ru
2001-06-29
1
-3
/
+2
*
Fixed the brain-o in rev. 1.10: the logic check was reversed.
ru
2001-06-27
1
-1
/
+1
*
Bring in fix from NetBSD's revision 1.16:
ru
2001-06-26
1
-1
/
+7
*
Allow getcred sysctl to work in jailed root processes. Processes can
dwmalone
2001-06-24
3
-17
/
+35
*
Replace bzero() of struct ip with explicit zeroing of structure members,
jlemon
2001-06-23
2
-4
/
+12
*
Add netstat(1) knob to reset net.inet.{ip|icmp|tcp|udp|igmp}.stats.
ru
2001-06-23
6
-6
/
+6
*
Eliminate the allocation of a tcp template structure for each
silby
2001-06-23
8
-135
/
+122
*
- Renumber KAME local ICMP types and NDP options numberes beacaues they
sumikawa
2001-06-21
1
-6
/
+8
*
made sure to use the correct sa_len for rtalloc().
ume
2001-06-20
2
-4
/
+4
*
Do not perform arp send/resolve on an interface marked NOARP.
jlemon
2001-06-15
1
-1
/
+9
*
Fix a stack of KAME netinet6/in6.h warnings:
peter
2001-06-15
1
-2
/
+4
*
Sync with recent KAME.
ume
2001-06-11
22
-459
/
+697
*
Make the default value of net.inet.ip.maxfragpackets and
jesper
2001-06-10
1
-2
/
+3
*
"Fix" the previous initial attempt at fixing TUNABLE_INT(). This time
peter
2001-06-08
2
-2
/
+2
[next]