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