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
*
o Turn net.inet.ip.check_interface sysctl off by default.
maxim
2004-09-24
1
-1
/
+1
*
Fix an out of bounds write during the initialization of the PF_INET protocol
andre
2004-09-16
1
-4
/
+14
*
Clarify some comments for the M_FASTFWD_OURS case in ip_input().
andre
2004-09-15
1
-4
/
+4
*
Remove the last two global variables that are used to store packet state while
andre
2004-09-15
4
-39
/
+48
*
Do not allow 'ipfw fwd' command when IPFIREWALL_FORWARD is not compiled into
andre
2004-09-13
1
-0
/
+4
*
If we have to 'ipfw fwd'-tag a packet the second time in ipfw_pfil_out() don't
andre
2004-09-13
1
-3
/
+5
*
Make comments more clear for the packet changed cases after pfil hooks.
andre
2004-09-13
1
-1
/
+2
*
Fix ip_input() fallback for the destination modified cases (from the packet
andre
2004-09-13
1
-6
/
+4
*
Make 'ipfw tee' behave as inteded and designed. A tee'd packet is copied
andre
2004-09-13
1
-11
/
+11
*
Check flag do_bridge always, even if kernel was compiled without
glebius
2004-09-09
1
-11
/
+5
*
revert comment from rev1.158 now that rev1.225 backed it out..
jmg
2004-09-06
1
-3
/
+1
*
Recover normal behavior: return EINVAL to attempt to add a divert rule
glebius
2004-09-05
1
-2
/
+5
*
fix up socket/ip layer violation... don't assume/know that
jmg
2004-09-05
6
-8
/
+17
*
Apply error and success logic consistently to the function netisr_queue() and
andre
2004-08-27
1
-1
/
+1
*
In the case the destination of a packet was changed by the packet filter
andre
2004-08-27
1
-2
/
+2
*
Remove a junk line left over from the recent IPFW to PFIL_HOOKS conversion.
andre
2004-08-27
1
-1
/
+0
*
Always compile PFIL_HOOKS into the kernel and remove the associated kernel
andre
2004-08-27
5
-47
/
+29
*
Revert the last change to sys/modules/ipfw/Makefile and fix a
ru
2004-08-26
2
-1
/
+5
*
Allocate memory when dumping pipes with M_WAITOK flag.
pjd
2004-08-25
1
-9
/
+33
*
Allow early drop for non-ALTQ enabled queues in an ALTQ-enabled kernel.
mlaier
2004-08-22
1
-13
/
+14
*
When sliding the m_data pointer forward, update m_pktrhdr.len as well
rwatson
2004-08-22
1
-1
/
+3
*
When a prison is given the ability to create raw sockets (when the
csjp
2004-08-21
2
-0
/
+18
*
When prepending space onto outgoing UDP datagram payloads to hold the
rwatson
2004-08-21
1
-4
/
+7
*
Fix a stupid typo which prevented an ipfw KLD unload from successfully cleaning
andre
2004-08-20
1
-1
/
+1
*
When unloading ipfw module use callout_drain() to make absolutely sure that
andre
2004-08-19
1
-1
/
+1
*
For IPv6 access pointer to tcpcb only after we have checked it is valid.
andre
2004-08-19
2
-2
/
+8
*
Give a useful error message if someone tries to compile IPFIREWALL into the
andre
2004-08-19
1
-0
/
+4
*
Do not unconditionally ignore IPDIVERT and IPFIREWALL_FORWARD when building
andre
2004-08-19
2
-4
/
+0
*
Bring back the sysctl 'net.inet.ip.fw.enable' to unbreak the startup scripts
andre
2004-08-19
4
-0
/
+11
*
Push down pcbinfo and inpcb locking from udp_send() into udp_output().
rwatson
2004-08-19
1
-25
/
+35
*
In in_pcbrehash(), do assert the inpcb lock as well as the pcbinfo lock.
rwatson
2004-08-19
1
-1
/
+1
*
Fix build of ip_input.c with "options IPSEC" -- the "pass:" label
rwatson
2004-08-18
1
-1
/
+1
*
Make the kernel compile again if you are not using PFIL_HOOKS
peter
2004-08-18
1
-0
/
+4
*
Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland
andre
2004-08-17
14
-836
/
+648
*
White space cleanup for netinet before branch:
rwatson
2004-08-16
32
-674
/
+674
*
Put the 'antispoof' opcode in the proper place in the opcode list such
obrien
2004-08-16
1
-1
/
+1
*
Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD
dwmalone
2004-08-14
8
-46
/
+23
*
Fix outgoing ICMP on global instance.
phk
2004-08-14
1
-5
/
+5
*
Add the ability to associate ipfw rules with a specific prison ID.
csjp
2004-08-12
2
-2
/
+14
*
In tcp6_ctlinput, lock tcbinfo around the call to syncache_unreach
dwmalone
2004-08-12
2
-0
/
+4
*
Fix two cases of incorrect IPQ_UNLOCK'ing in the merged ip_reass() function.
andre
2004-08-12
1
-2
/
+2
*
When udp_send() fails, make sure to free the control mbufs as well as
rwatson
2004-08-12
1
-0
/
+2
*
Backout removal of UMA_ZONE_NOFREE flag for all zones which are established
andre
2004-08-11
6
-12
/
+12
*
Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP and
andre
2004-08-11
7
-13
/
+13
*
Make use of in_localip() function and replace previous direct LIST_FOREACH
andre
2004-08-11
1
-45
/
+39
*
Add the function in_localip() which returns 1 if an internet address is for
andre
2004-08-11
2
-0
/
+18
*
Only invoke verify_path() for verrevpath and versrcreach when we have an IP p...
andre
2004-08-11
1
-4
/
+4
*
Only check for local broadcast addresses if the mbuf is flagged with M_BCAST.
andre
2004-08-11
1
-1
/
+2
*
Consistently use NULL for pointer comparisons.
andre
2004-08-11
2
-21
/
+21
*
Make IP fastforwarding ALTQ-aware by adding the input traffic conditioner
andre
2004-08-11
1
-0
/
+10
[next]