index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
ipsec.c
Age
Commit message (
Expand
)
Author
2009-12-30
Collapse identical switch cases.
elad
2009-05-07
Remove some more "priv" variable usage in favor of kauth(9) calls.
elad
2009-05-06
Remove some usage of "priv" and "privileged" variables and instead pass
elad
2009-04-18
Remove extra whitespace added by a stupid tool.
tsutsui
2009-03-19
Correct two more bungled bcopy() -> memcpy() conversions.
he
2009-03-18
bcopy -> memcpy
cegger
2009-03-18
bzero -> memset
cegger
2009-03-18
bcmp -> memcmp
cegger
2009-03-18
Ansify function definitions w/o arguments. Generated with sed.
cegger
2009-03-14
Remove all the __P() from sys (excluding sys/dist)
dsl
2008-10-11
Move uidinfo to its own module in kern_uidinfo.c and include in rump.
pooka
2008-06-27
remove undeclared caddr_t. makes i386 ALL kernel build again.
cegger
2008-06-27
Verify icmp type and code in IPSEC rules.
mlelstv
2008-05-04
Simplify the interface to netstat_sysctl() and allocate space for
thorpej
2008-04-23
Make IPSEC and FAST_IPSEC stats per-cpu. Use <net/net_stats.h> and
thorpej
2008-04-15
Make ip6 and icmp6 stats per-cpu.
thorpej
2008-04-12
Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collated
thorpej
2008-04-08
Change IPv6 stats from a structure to an array of uint64_t's.
thorpej
2008-04-07
Change IP stats from a structure to an array of uint64_t's.
thorpej
2008-02-06
ip_newid() -> ip_newid(NULL) due to Matt Thomas' commit some hours ago;
bjs
2007-12-20
Poison struct route->ro_rt uses in the kernel by changing the name
dyoung
2007-11-16
Note danger of dangling pointers.
dyoung
2007-07-10
fix printf format.
christos
2007-07-09
ipsec4_splithdr: If m_len is too short, printf and drop it instead of
gdt
2007-05-23
fix typos in previous
christos
2007-05-23
Ansify + add a few comments, from Karl Sjödahl
christos
2007-05-02
Eliminate address family-specific route caches (struct route, struct
dyoung
2007-03-25
Make an exact match when we are looking for a cached sp for an unconnected
degroote
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-12-20
do not compare ipv6 ipsec tunnel addresses against uninitialized data.
mlelstv
2006-12-15
Introduce new helper functions to abstract the route caching.
joerg
2006-12-09
Here are various changes designed to protect against bad IPv4
dyoung
2006-12-02
Use the queue(3) macros instead of open-coding them. Shorten
dyoung
2006-11-16
__unused removal on arguments; approved by core.
christos
2006-10-12
- sprinkle __unused on function decls.
christos
2006-06-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
2006-02-25
Fix some typos.
wiz
2006-01-21
Better support of IPv6 scoped addresses.
rpaulo
2005-12-11
merge ktrace-lwp.
christos
2005-09-09
PR/25658: Steve Woodford: Default value of net.inet.ipsec.dfbit breaks PMTU
christos
2005-08-18
- introduce M_MOVE_PKTHDR and use it where appropriate.
yamt
2005-05-07
PR/30154: YAMAMOTO Takashi: tcp_close locking botch
christos
2005-03-09
correct mistake reported by VANHULLEBUS Yvan
itojun
2005-02-26
nuke trailing whitespace
perry
2004-10-27
remove extra code mistakenly committed
itojun
2004-10-27
missing break; Emmanuel Dreyfus
itojun
2004-05-25
Sysctl descriptions under net subtree (net.key not done)
atatat
2004-04-20
remove duplicated #include. PR 25234
itojun
2004-03-24
Tango on sysctl_createv() and flags. The flags have all been renamed,
atatat
2004-03-02
Augment the PCB cache with a "hint" that can be used to short-circuit
thorpej
[next]