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
/
if.c
Age
Commit message (
Expand
)
Author
2006-08-25
One step closer to loadable domains. Store pointers to a domain's soft
matt
2006-07-23
Use the LWP cached credentials where sane.
ad
2006-05-18
Integrate Common Address Redundancy Procotol (CARP) from OpenBSD
liamjfoy
2006-05-14
integrate kauth.
elad
2006-05-01
Remove needless "link state changed to DOWN/UP" message.
dyoung
2005-12-11
ANSI function decls and application of static.
thorpej
2005-12-11
merge ktrace-lwp.
christos
2005-09-24
It is now ``later''. Follow cgd's 1993 wish and move struct osockaddr
christos
2005-07-19
Add PR_PURGEIF flag for protocols to indicate that the protocol might
gdt
2005-06-22
Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)
dyoung
2005-05-29
- sprinkle const
christos
2005-05-02
split IFCAP_CSUM_xxx to IFCAP_CSUM_xxx_Rx and IFCAP_CSUM_xxx_Tx.
yamt
2005-03-31
fix compiling with -DALTQ
christos
2005-03-31
factor out the interface queueing code into two functions. One used by
christos
2005-02-26
nuke trailing whitespace
perry
2005-01-24
Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them.
matt
2005-01-23
Change initialzie of domains to use link sets. Switch to using STAILQ.
matt
2005-01-09
ifioctl: don't use super user priviledge unless it's needed.
yamt
2004-12-04
Fix a typo in Bill Studenmund's name.
peter
2004-12-04
Change ifc_destroy to return an int instead of void, so that it
peter
2004-12-04
Convert lo(4) to a clonable device.
peter
2004-10-07
Backout last two revision:
tron
2004-10-06
use ifunit()
itojun
2004-10-06
call dom_ifattach[] at consistent state. before this commit, dom_ifattach[]
itojun
2004-07-27
- rename PFIL_NEWIF to PFIL_IFNET, and handle interface detach events
yamt
2004-06-22
prepare PF-related hooks. reviewed by matt, perry, christos
itojun
2004-05-25
Sysctl descriptions under net subtree (net.key not done)
atatat
2004-04-22
Constify protosw arrays. This can reduce the kernel .data section by
matt
2004-04-21
Constify if.c radix.c and route.c (and fix related fallout).
matt
2004-03-24
Tango on sysctl_createv() and flags. The flags have all been renamed,
atatat
2004-01-29
make it compile with !(INET || INET6)
drochner
2003-12-10
use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL
itojun
2003-12-04
Dynamic sysctl.
atatat
2003-11-28
s/netbsd.org/NetBSD.org/g
keihan
2003-11-11
fix interface address list traversal in if_detach():
drochner
2003-11-10
Make per-protocol network input queue stats visible to userland via
jonathan
2003-10-13
Use new 802.11 header files.
dyoung
2003-10-01
fix out-of-bounds access to ifindex2ifnet[]. found by iij seil team.
itojun
2003-08-14
correct number range handling. David Young
itojun
2003-08-14
fix INT_MAX check in if_clone_lookup
itojun
2003-08-14
correct if_clone_lookup(). based on diff from Quentin Garnier
itojun
2003-08-09
Fix problem with OSIOCIFCONF where it tried to copyout addresses that
christos
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-07-15
decnetintrq is still in fddi/tokenring (is it needed?).
itojun
2003-07-06
Prepare to consolidate 802.11 media handling (which is handled in
dyoung
2003-06-29
Back out the lwp/ktrace changes. They contained a lot of colateral damage,
fvdl
2003-06-29
missing ')'
ichiro
2003-06-28
Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
darrenr
2003-06-23
Make sure to include opt_foo.h if a defflag option FOO is used.
martin
2003-05-19
add COMPAT_ULTRIX where necessary. Thanks gimpy!
christos
[next]