summaryrefslogtreecommitdiff
path: root/sys/net/if.c
AgeCommit message (Expand)Author
2006-08-25One step closer to loadable domains. Store pointers to a domain's softmatt
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-18Integrate Common Address Redundancy Procotol (CARP) from OpenBSDliamjfoy
2006-05-14integrate kauth.elad
2006-05-01Remove needless "link state changed to DOWN/UP" message.dyoung
2005-12-11ANSI function decls and application of static.thorpej
2005-12-11merge ktrace-lwp.christos
2005-09-24It is now ``later''. Follow cgd's 1993 wish and move struct osockaddrchristos
2005-07-19Add PR_PURGEIF flag for protocols to indicate that the protocol mightgdt
2005-06-22Resolve conflicts in importation of 18-May-2005 ath(4) / net80211(9)dyoung
2005-05-29- sprinkle constchristos
2005-05-02split IFCAP_CSUM_xxx to IFCAP_CSUM_xxx_Rx and IFCAP_CSUM_xxx_Tx.yamt
2005-03-31fix compiling with -DALTQchristos
2005-03-31factor out the interface queueing code into two functions. One used bychristos
2005-02-26nuke trailing whitespaceperry
2005-01-24Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them.matt
2005-01-23Change initialzie of domains to use link sets. Switch to using STAILQ.matt
2005-01-09ifioctl: don't use super user priviledge unless it's needed.yamt
2004-12-04Fix a typo in Bill Studenmund's name.peter
2004-12-04Change ifc_destroy to return an int instead of void, so that itpeter
2004-12-04Convert lo(4) to a clonable device.peter
2004-10-07Backout last two revision:tron
2004-10-06use ifunit()itojun
2004-10-06call dom_ifattach[] at consistent state. before this commit, dom_ifattach[]itojun
2004-07-27- rename PFIL_NEWIF to PFIL_IFNET, and handle interface detach eventsyamt
2004-06-22prepare PF-related hooks. reviewed by matt, perry, christositojun
2004-05-25Sysctl descriptions under net subtree (net.key not done)atatat
2004-04-22Constify protosw arrays. This can reduce the kernel .data section bymatt
2004-04-21Constify if.c radix.c and route.c (and fix related fallout).matt
2004-03-24Tango on sysctl_createv() and flags. The flags have all been renamed,atatat
2004-01-29make it compile with !(INET || INET6)drochner
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