summaryrefslogtreecommitdiff
path: root/sys/net/if.c
AgeCommit message (Expand)Author
2003-12-10use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULLitojun
2003-12-04Dynamic sysctl.atatat
2003-11-28s/netbsd.org/NetBSD.org/gkeihan
2003-11-11fix interface address list traversal in if_detach():drochner
2003-11-10Make per-protocol network input queue stats visible to userland viajonathan
2003-10-13Use new 802.11 header files.dyoung
2003-10-01fix out-of-bounds access to ifindex2ifnet[]. found by iij seil team.itojun
2003-08-14correct number range handling. David Youngitojun
2003-08-14fix INT_MAX check in if_clone_lookupitojun
2003-08-14correct if_clone_lookup(). based on diff from Quentin Garnieritojun
2003-08-09Fix problem with OSIOCIFCONF where it tried to copyout addresses thatchristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15decnetintrq is still in fddi/tokenring (is it needed?).itojun
2003-07-06Prepare to consolidate 802.11 media handling (which is handled indyoung
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29missing ')'ichiro
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-06-23Make sure to include opt_foo.h if a defflag option FOO is used.martin
2003-05-19add COMPAT_ULTRIX where necessary. Thanks gimpy!christos
2003-05-16AF_LINK sockaddr has to be attached to ifp->if_addrlist until the end,itojun
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2002-11-02/*CONTCOND*/ while (0)'ed macrosperry
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Add check suser() for SIOCS80211BSSID, SIOCS80211CHANNEL.onoe
2002-08-26Fix signed/unsigned comparison warnings from GCC 3.3.thorpej
2002-07-26Spell '[Rr]ight' correctly. From Jim Bernard.wiz
2002-06-13typoitojun
2002-06-08need to protect if_attachdomain() tooitojun
2002-06-08protect dom_ifattach by splnetitojun
2002-05-30improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kameitojun
2002-05-27re-scan all ifnet after domaininit() for if_afdata initialization.itojun
2002-05-27framework to add af-dependent data structure to struct ifnet.itojun
2002-05-23Add SIOCGIFDATA and SIOCZIFDATA ioctl's to get interface data. (the Zmatt
2002-05-12Eliminate more commons.matt
2002-03-17Make 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 soatatat
2001-12-02Add an #if defined(INET) ... around if_detach_queues's declaration to match theabs
2001-11-27Make it compile in the absence of networks. Closes PR 14274 (mine).augustss
2001-11-12add RCSIDslukem
2001-11-05Switch to using queue access macros instead of refering to the membermatt
2001-09-17Split the pre-computed ifnet checksum flags into Tx and Rx directions.thorpej
2001-08-02fix logic to free up ifqueue on if_detach(). prev pointer was incorrectly set.itojun
2001-07-29make sure to cleanup software interrupt queues (like ipintrq)itojun
2001-07-28indent fixitojun
2001-07-24clear ifindex2ifnet[] on if_detach.itojun
2001-07-18bzero -> memsetthorpej
2001-06-14change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.itojun
2001-06-07make ifioctl() compat lkm friendly.mrg
2001-06-02Implement support for IP/TCP/UDP checksum offloading provided bythorpej
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej