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
*
The proxy-arp code was broken and responds to ARP
qingli
2008-12-19
1
-57
/
+52
*
Another step assimilating IPv[46] PCB code:
bz
2008-12-17
1
-1
/
+1
*
Use inc_flags instead of the inc_isipv6 alias which so far
bz
2008-12-17
8
-33
/
+35
*
default to doing lla_lookup with shared afdata lock and returning a
kmacy
2008-12-17
1
-9
/
+10
*
IPFW's pfil hook/unhook code ignores the return values of pfil_add_hook()
rwatson
2008-12-16
1
-8
/
+16
*
ipfw doesn't use the radix node head lock to protect the radix tree - remove ...
kmacy
2008-12-16
1
-2
/
+0
*
check pointer against NULL
kmacy
2008-12-16
1
-2
/
+3
*
don't unlock lle if it is NULL
kmacy
2008-12-16
1
-1
/
+2
*
unlock and destroy an llentry's lock before freeing
kmacy
2008-12-16
1
-0
/
+2
*
Another step assimilating IPv[46] PCB code - directly use
bz
2008-12-15
3
-8
/
+8
*
This main goals of this project are:
qingli
2008-12-15
15
-571
/
+491
*
Add a check, that is currently under discussion for 8 but that we need
bz
2008-12-14
1
-0
/
+4
*
De-virtualize the MD5 context for TCP initial seq number generation
bz
2008-12-13
2
-12
/
+10
*
version that will compile
kmacy
2008-12-13
1
-2
/
+3
*
radix node head lock needs to be held when calling rnh_addaddr
kmacy
2008-12-13
1
-0
/
+2
*
don't acquire lock recursively
kmacy
2008-12-13
1
-1
/
+1
*
Second round of putting global variables, which were virtualized
bz
2008-12-13
6
-7
/
+23
*
Put a global variables, which were virtualized but formerly
bz
2008-12-11
7
-7
/
+20
*
Use the correct INIT_VNET_INET() as the virtualized variable here
bz
2008-12-11
1
-1
/
+1
*
Conditionally compile out V_ globals while instantiating the appropriate
zec
2008-12-10
18
-53
/
+116
*
Remove inconsistent white space from in_pcballoc().
rwatson
2008-12-10
1
-2
/
+0
*
Move syncache flag definitions below data structure, compress some vertical
rwatson
2008-12-10
1
-10
/
+12
*
Move flag definitions for t_flags and t_oobflags below the definition of
rwatson
2008-12-10
1
-28
/
+36
*
unlock when done
kmacy
2008-12-10
1
-1
/
+1
*
don't reference if_addr_mtx directly
kmacy
2008-12-10
1
-2
/
+2
*
Update comment on INP_TIMEWAIT to say what it's about, as we caution
rwatson
2008-12-09
1
-1
/
+1
*
Enhance one comment relating to recent TCP locking changes, and fix a
rwatson
2008-12-09
1
-6
/
+6
*
Move macros defining flags and shortcus to nested structure fields in
rwatson
2008-12-09
1
-26
/
+34
*
Move from solely write-locking the global tcbinfo in tcp_input()
rwatson
2008-12-08
1
-59
/
+274
*
Add a reference count to struct inpcb, which may be explicitly
rwatson
2008-12-08
2
-12
/
+85
*
in_rtalloc1(9) returns a locked route, so make sure that we use
csjp
2008-12-06
1
-4
/
+4
*
Code from the hack-session known as the IETF (and a
rrs
2008-12-06
24
-885
/
+6914
*
In a case of CARP status change run through the if_link_state_change()
glebius
2008-12-05
1
-4
/
+5
*
Rather than using hidden includes (with cicular dependencies),
bz
2008-12-02
35
-9
/
+53
*
MFp4:
bz
2008-11-29
6
-125
/
+221
*
Add an essential .h file that skipped from the last commit (r185419).
zec
2008-11-28
1
-0
/
+82
*
Unhide declarations of network stack virtualization structs from
zec
2008-11-28
6
-61
/
+15
*
missing V_
des
2008-11-28
1
-1
/
+1
*
Replace most INP_CHECK_SOCKAF() uses checking if it is an
bz
2008-11-27
3
-8
/
+4
*
Merge in6_pcbfree() into in_pcbfree() which after the previous
bz
2008-11-27
3
-33
/
+15
*
Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.
bz
2008-11-27
2
-2
/
+2
*
Merge more of currently non-functional (i.e. resolving to
zec
2008-11-26
12
-28
/
+49
*
Remove in6_pcbdetach() as it is exactly the same function
bz
2008-11-26
1
-32
/
+10
*
Unify the v4 and v6 versions of pcbdetach and pcbfree as good
bz
2008-11-26
1
-3
/
+3
*
Fix a scope problem in the multiple routing table code that stopped the
julian
2008-11-19
3
-2
/
+16
*
Change the initialization methodology for global variables scheduled
zec
2008-11-19
28
-117
/
+315
*
-Improvement: Add '\n' on debug output in sctp_lower_sosend().
rrs
2008-11-12
6
-24
/
+22
*
For consistency work on the local object passed into the function for the
bz
2008-11-09
1
-3
/
+3
*
Fix typo and while here another one.
bz
2008-11-06
1
-2
/
+2
*
Fix a bug introduced with r182851 splitting tcp_mss() into
bz
2008-11-06
3
-11
/
+12
[next]