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
*
- fix typo in comment.
ume
2003-10-07
2
-5
/
+4
*
nuke unused ICMPV6CTL_NAMES and KEYCTL_NAMES macros.
ume
2003-10-07
1
-24
/
+0
*
return(code) -> return (code)
ume
2003-10-07
1
-1
/
+1
*
Locking for updates to routing table entries. Each rtentry gets a mutex
sam
2003-10-04
7
-54
/
+87
*
hookup ctlinput for fast ipsec versions of esp+ah protocols
sam
2003-10-03
1
-2
/
+2
*
place some kernel-specific data structures under #ifdef _KERNEL
sam
2003-10-03
1
-0
/
+2
*
Shorten 'bad gateway' AF_LINK message.
bms
2003-10-03
1
-1
/
+1
*
Make arp_rtrequest()'s 'bad gateway' messages slightly more informative,
bms
2003-10-03
1
-1
/
+4
*
Only delete the route if arplookup() tried to create it. Do not delete
bms
2003-10-03
1
-8
/
+13
*
By popular demand, added the "static ARP" per-interface option.
ru
2003-10-01
1
-2
/
+4
*
add /*CONSTCOND*/ to reduce diffs against latest KAME.
ume
2003-09-25
2
-6
/
+6
*
Fix a logic error in the check to see if arplookup() should free the route.
bms
2003-09-24
1
-2
/
+1
*
o update PFIL_HOOKS support to current API used by netbsd
sam
2003-09-23
3
-42
/
+30
*
Fix a bug in arplookup(), whereby a hostile party on a locally
bms
2003-09-23
1
-6
/
+14
*
Grrr...add the Skinny alias code forgotten in the last commit.
marcus
2003-09-23
1
-0
/
+338
*
Add Cisco Skinny Station protocol support to libalias, natd, and ppp.
marcus
2003-09-23
6
-1
/
+30
*
Bandaid locking change: mark static rule mutex recursive so re-entry when
sam
2003-09-17
1
-1
/
+2
*
shuffle code so we don't "continue" and miss a needed unlock operation
sam
2003-09-17
1
-4
/
+2
*
Add locking.
sam
2003-09-17
1
-164
/
+309
*
Minor fixups + add locking.
sam
2003-09-17
1
-65
/
+120
*
Fix a bunch of off-by-one errors in the range checking code.
ru
2003-09-11
2
-4
/
+4
*
Fixed -Wpointer-arith warning.
ru
2003-09-09
1
-1
/
+1
*
mdoc(7): Use the new feature of the .In macro.
ru
2003-09-08
1
-2
/
+2
*
Add locking.
sam
2003-09-06
1
-135
/
+237
*
lock ip fragment queues
sam
2003-09-05
1
-0
/
+18
*
o add locking
sam
2003-09-05
1
-37
/
+67
*
PR: kern/56343
bms
2003-09-03
1
-1
/
+3
*
Implement MBUF_STRESS_TEST mark II.
silby
2003-09-01
1
-18
/
+2
*
add locking
sam
2003-09-01
2
-74
/
+123
*
remove warning about use of old divert sockets; this was marked
sam
2003-09-01
1
-9
/
+0
*
add locking
sam
2003-09-01
1
-125
/
+117
*
Remove redundant initialization of rti; SLIST_FOREACH does that for
rwatson
2003-08-28
1
-1
/
+0
*
M_PREPEND() with an argument of M_TRYWAIT can fail, meaning the
rwatson
2003-08-26
1
-0
/
+2
*
Remove redundant bzero.
hsu
2003-08-24
1
-1
/
+0
*
Introduce two new MAC Framework and MAC policy entry points:
rwatson
2003-08-21
3
-6
/
+9
*
Before digging into IGMP locking, do a whitespace and prototype cleanup:
rwatson
2003-08-20
1
-73
/
+60
*
Move from a custom-crafted singly-linked list to the SLIST_* macros
rwatson
2003-08-20
2
-27
/
+23
*
Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on
bms
2003-08-20
6
-2
/
+25
*
Change instances of callout_init that specify MPSAFE behaviour to
sam
2003-08-19
1
-1
/
+1
*
* Bug fix in bw_meter_process(): the periodically processed bins
hsu
2003-08-19
1
-10
/
+33
*
add missing unlock when in_pcballoc returns an error
sam
2003-08-19
1
-1
/
+3
*
style.Makefile(5)
obrien
2003-08-18
1
-1
/
+1
*
Stage 3 of dynamic root support. Make all the libraries needed to run
gordon
2003-08-17
1
-0
/
+1
*
The syncache has made use of TCPDEBUG problematic, because the SYN
harti
2003-08-13
1
-0
/
+41
*
The tcp_trace call needs the length of the header. Unfortunately the
harti
2003-08-13
1
-1
/
+5
*
A number of patches in the last years have created new return paths
harti
2003-08-13
2
-0
/
+42
*
Change the code that enables/disables the ATM channel to use the
harti
2003-08-12
1
-67
/
+48
*
New PIM header files.
hsu
2003-08-07
2
-0
/
+197
*
1. Basic PIM kernel support
hsu
2003-08-07
7
-169
/
+1704
*
Consistently use the BSD u_int and u_short instead of the SYSV uint and
jhb
2003-08-07
1
-1
/
+1
[next]