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
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
2003-05-16
AF_LINK sockaddr has to be attached to ifp->if_addrlist until the end,
itojun
2003-02-01
Add extensible malloc types, adapted from FreeBSD. This turns
thorpej
2002-11-02
/*CONTCOND*/ while (0)'ed macros
perry
2002-09-27
remove trailing \n in panic(). approved perry.
provos
2002-09-27
Add check suser() for SIOCS80211BSSID, SIOCS80211CHANNEL.
onoe
2002-08-26
Fix signed/unsigned comparison warnings from GCC 3.3.
thorpej
2002-07-26
Spell '[Rr]ight' correctly. From Jim Bernard.
wiz
2002-06-13
typo
itojun
2002-06-08
need to protect if_attachdomain() too
itojun
2002-06-08
protect dom_ifattach by splnet
itojun
2002-05-30
improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kame
itojun
2002-05-27
re-scan all ifnet after domaininit() for if_afdata initialization.
itojun
2002-05-27
framework to add af-dependent data structure to struct ifnet.
itojun
2002-05-23
Add SIOCGIFDATA and SIOCZIFDATA ioctl's to get interface data. (the Z
matt
2002-05-12
Eliminate more commons.
matt
2002-03-17
Make the 'ifnet' variable an extern and declare it in if.c.
simonb
2002-02-09
(1) Make if_index "wrap" at USHRT_MAX instead of going above it so
atatat
2001-12-02
Add an #if defined(INET) ... around if_detach_queues's declaration to match the
abs
2001-11-27
Make it compile in the absence of networks. Closes PR 14274 (mine).
augustss
2001-11-12
add RCSIDs
lukem
2001-11-05
Switch to using queue access macros instead of refering to the member
matt
2001-09-17
Split the pre-computed ifnet checksum flags into Tx and Rx directions.
thorpej
2001-08-02
fix logic to free up ifqueue on if_detach(). prev pointer was incorrectly set.
itojun
2001-07-29
make sure to cleanup software interrupt queues (like ipintrq)
itojun
2001-07-28
indent fix
itojun
2001-07-24
clear ifindex2ifnet[] on if_detach.
itojun
2001-07-18
bzero -> memset
thorpej
2001-06-14
change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.
itojun
2001-06-07
make ifioctl() compat lkm friendly.
mrg
2001-06-02
Implement support for IP/TCP/UDP checksum offloading provided by
thorpej
2001-04-13
Remove the use of splimp() from the NetBSD kernel. splnet()
thorpej
[next]