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
/
netkey
Commit message (
Expand
)
Author
Age
Files
Lines
*
With exception of the if_name() macro, all definitions in net_osdep.h
brooks
2006-08-04
2
-4
/
+0
*
Change semantics of socket close and detach. Add a new protocol switch
rwatson
2006-07-21
1
-0
/
+12
*
In raw and raw-derived socket types, maintain and enforce invariant that
rwatson
2006-04-01
1
-2
/
+1
*
Chance protocol switch method pru_detach() so that it returns void
rwatson
2006-04-01
1
-14
/
+7
*
Change protocol switch pru_abort() API so that it returns void rather
rwatson
2006-04-01
1
-6
/
+3
*
Fix stack corruptions on amd64.
bz
2006-01-21
2
-15
/
+3
*
Fix -Wundef from compiling the amd64 LINT.
ru
2005-12-04
1
-1
/
+1
*
Use sparse initializers for "struct domain" and "struct protosw",
ru
2005-11-09
1
-8
/
+16
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
SADB_UPDATE did not return an error when key length is invalid.
ume
2005-08-22
1
-2
/
+2
*
fix build without option INET6.
ume
2005-07-30
1
-0
/
+8
*
scope cleanup. with this change
ume
2005-07-25
1
-28
/
+35
*
fixed an unexpected addr/port matching failure in IPv6 SA management
suz
2005-01-10
1
-0
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
9
-9
/
+9
*
support TCP-MD5(IPv4) in KAME-IPSEC, too.
suz
2004-11-08
3
-2
/
+48
*
Initialize struct pr_userreqs in new/sparse style and fill in common
phk
2004-11-08
1
-10
/
+10
*
Merge netipsec/key.c:1.17 into KAME pfkey implementation:
rwatson
2004-09-30
1
-5
/
+0
*
The KAME IPSEC implementation at one point used its own pseudo-random
rwatson
2004-09-02
1
-22
/
+0
*
Semi-gratuitous white space synchronization with KAME tree: to reduce
rwatson
2004-08-27
1
-10
/
+12
*
Diff reduce against KAME: minor white space synchronization to KAME
rwatson
2004-08-27
1
-4
/
+4
*
Merge next step in socket buffer locking:
rwatson
2004-06-21
1
-0
/
+2
*
avoid duplicate free.
ume
2004-01-25
1
-3
/
+3
*
invalidate secpolicy pcb cache on key_timehandler. part of
ume
2004-01-14
1
-0
/
+3
*
add missing key_freesp()s. part of
ume
2004-01-14
1
-1
/
+4
*
don't touch after free.
ume
2003-12-10
1
-2
/
+3
*
use callout_*() rather than timeout().
ume
2003-12-07
1
-2
/
+5
*
missing splx.
ume
2003-11-28
1
-0
/
+1
*
Introduce a MAC label reference in 'struct inpcb', which caches
rwatson
2003-11-18
1
-1
/
+2
*
add sysctl MIB net.key.esp_auth which was wrongly dropped
ume
2003-11-13
1
-0
/
+6
*
ipsec_esp_auth is unused when IPSEC_ESP is not defined.
ume
2003-11-11
1
-0
/
+2
*
- cleanup SP refcnt issue.
ume
2003-11-04
5
-544
/
+771
*
correct %d/%u mismatch.
ume
2003-11-02
2
-11
/
+11
*
exit(3) with negative value does not make sense'
ume
2003-11-02
1
-1
/
+1
*
make debugging with "setkey -x" a lot easier.
ume
2003-11-02
1
-4
/
+97
*
cleanup secasvar management; refcnt is key.c responsibility;
ume
2003-11-02
3
-99
/
+66
*
- do not quit from key_sendup() even if writes to non-target
ume
2003-11-02
2
-95
/
+10
*
mib name was changed by fixing a spelling.
ume
2003-10-28
1
-1
/
+1
*
drop the code of HAVE_NRL_INPCB part. our system doesn't
ume
2003-10-22
1
-10
/
+0
*
nuke unused ICMPV6CTL_NAMES and KEYCTL_NAMES macros.
ume
2003-10-07
1
-17
/
+1
*
Reduce diffs against KAME. No functional change.
ume
2003-09-30
1
-15
/
+7
*
Reduce diffs against KAME. No functional change.
ume
2003-09-30
2
-9
/
+4
*
Sync style and comments with latest KAME to reduce diffs.
ume
2003-09-30
1
-71
/
+64
*
add /*CONSTCOND*/ to reduce diffs against latest KAME.
ume
2003-09-25
2
-8
/
+8
*
panic() doesn't need `\n'.
ume
2003-09-25
3
-72
/
+72
*
Use __FBSDID().
obrien
2003-06-11
4
-4
/
+12
*
Introduce an M_ASSERTPKTHDR() macro which performs the very common task
des
2003-04-08
1
-2
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
2
-27
/
+27
*
Comment out srandom():
ache
2003-02-05
1
-1
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
2
-27
/
+27
*
"struct route" is not sufficient. NetBSD PR 18751
ume
2003-01-08
2
-1
/
+6
[next]