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
/
net
Age
Commit message (
Expand
)
Author
2006-09-03
Don't use IFQ_ macros on an ifqueue. Fixes a compilation error
dyoung
2006-09-03
use c99 initializers
christos
2006-09-01
Add a note about the use of CTL_CREATE in sysctl_createv, otherwise the
cube
2006-09-01
Rename gre_softc member sc_sp to sc_soparm to fix NetBSD/alpha
dyoung
2006-08-31
Add a mode to gre(4) that sends GRE tunnel packets in UDP datagrams.
dyoung
2006-08-30
fix initializer
christos
2006-08-30
fix initializers.
christos
2006-08-30
Fix initializers.
christos
2006-08-30
fully initialize IF_CLONE_INITIALIZER
christos
2006-08-28
add missing initializer
christos
2006-08-25
One step closer to loadable domains. Store pointers to a domain's soft
matt
2006-08-23
A problem has been identified in the in-kernel PPP code shared by ISDN PPP
adrianp
2006-08-05
defflag PPPOE_SERVER and PPPOE_TERM_UNKNOWN_SESSIONS.
pavel
2006-08-04
Fix typo in comment
martin
2006-07-26
Patch from Dheeraj S, inspired by the following FreeBSD change:
christos
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-07-13
Small simplification, pointed out by Christian Hattemer in private mail.
martin
2006-07-13
Do not automagically UP the interface when setting the address.
martin
2006-07-08
KNF.
tsutsui
2006-07-08
make a multiple inclusion protection macro match with the filename.
yamt
2006-07-08
agr_ioctl: wrap a long line after kauth merge.
yamt
2006-06-27
Make this build with GCC 4.x.
tron
2006-06-25
add a comment on if_agrprivate.
yamt
2006-06-23
remove dependency on "agr" to make "struct ifnet" independant of the
drochner
2006-06-18
Do not instal net/if_pppvar.h, net/if_slvar.h and net/if_stripvar.h.
uwe
2006-06-07
merge FreeBSD timecounters from branch simonb-timecounters
kardel
2006-06-03
Add IFM_10G_SR and IFM_10G_CX4, to keep in sync with FreeBSD.
ragge
2006-05-27
add sysctl for routing stats
elad
2006-05-21
Fixes from David Boggs; in his words:
christos
2006-05-18
Integrate Common Address Redundancy Procotol (CARP) from OpenBSD
liamjfoy
2006-05-15
include sys/kauth.h for kauth_authorize_generic.
yamt
2006-05-14
integrate kauth.
elad
2006-05-14
XXX: GCC uninitialized.
christos
2006-05-14
Comment out packed attributes that gcc 4 does not like.
christos
2006-05-12
since ar_tha() can return NULL, don't pass it directly to functions
mrg
2006-05-10
quell GCC 4.1 uninitialised variable warnings.
mrg
2006-05-01
Remove needless "link state changed to DOWN/UP" message.
dyoung
2006-04-27
Adapt maximum MTU permitted on pppoe(4) interfaces to the MTU of the
tron
2006-04-27
Don't allow to connect a non ethernet interface to a PPPoE interface.
tron
2006-04-22
One __KERNEL_RCSID() should be enough for this file.
simonb
2006-04-20
Add an empty attach function. Reported by David Boggs
christos
2006-04-19
Perry reports that buf can be NULL, so deal with it.
christos
2006-04-18
Fix another typo... I must be on drugs...
rpaulo
2006-04-15
Don't use KASSERT, return an error instead to fix the build.
christos
2006-04-15
Coverity CID 2728: Add KASSERT before NULL deref.
christos
2006-04-15
Coverity CID 1193: Add KASSERT before negative array deref.
christos
2006-04-15
Coverity CID 1147: Protect against NULL deref.
christos
2006-04-15
Coverity CID 1146: Protect against NULL deref.
christos
2006-04-15
Coverity CID 1145: Protect against NULL deref.
christos
2006-04-15
Don't try to free a NULL mbuf.
christos
[next]