]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Fix CTF based builds to that if the debug build is being used we get
[FreeBSD/FreeBSD.git] / sys / net /
2009-01-12 Qing LiRevive the RTF_LLINFO flag in route.h. The kernel code...
2009-01-10 Robert WatsonDo invoke mac_ifnet_check_transmit() and mac_ifnet_crea...
2009-01-09 Bjoern A. ZeebRather than using the cred from curthread, take it...
2009-01-09 Bjoern A. ZeebRestrict arp, ndp and theoretically the FIB listing...
2009-01-09 Bjoern A. ZeebTake the cred from curthread rather than curproc as...
2009-01-09 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3-P1 import
2009-01-05 Ulf LilleengenMerge support for CVSMode (aka. mirror mode) into csup...
2009-01-02 Qing LiThe log message should terminate with a newline instead
2009-01-02 David E. O'BrienRecord that base/vendor/file/dist@186675 was merged.
2008-12-31 Robert WatsonMerge OpenBSM alpha 4 from OpenBSM vendor branch to...
2008-12-26 Qing LiThis checkin addresses a couple of issues:
2008-12-25 Qing LiThe "tun?" dev need not be opened at all. One is allowe...
2008-12-25 Kip Macy- Close a race during which the open flag could be...
2008-12-23 Doug BartonMerge from vendor/bind9/dist as of the 9.4.3 import
2008-12-22 Qing LiProvide a condition variable to delay the cloned interface
2008-12-20 Sam LefflerMFH @ 186335
2008-12-19 Xin LIMerge nc(1) from OpenBSD 4.4. While there, rename...
2008-12-19 Sam Lefflerimport netbsd makefs tool
2008-12-18 Kip Macyif_rtdel is always called with the RADIX_NODE_HEAD...
2008-12-18 Kip Macyadd ifnet_byindex_locked to allow for use of IFNET_RLOCK
2008-12-17 George V. Neville... Add TWINAX (Twin Axial Copper for 10G networking) media...
2008-12-17 Andrew Thompson- Protect against sc->sc_primary being null
2008-12-17 Andrew ThompsonUpdate the interface baudrate taking into account the...
2008-12-17 Qing LiRemove the rt argument from nd6_storelladdr() because
2008-12-17 Kip MacyKeep stats in drbr_enqueue
2008-12-17 Kip Macyavoid trying to acquire a shared lock while holding...
2008-12-17 Kip Macymerge in 2 buf_ring helper routines for enqueueing...
2008-12-17 Kip Macyconvert ifnet and afdata locks from mutexes to rwlocks
2008-12-16 Andrew ThompsonAlso propagate the if_hwassist value to the parent...
2008-12-16 Robert WatsonA few locking fixes and cleanups to pfil hook registration,
2008-12-16 Kip Macyremove assertion checks for now - ipfw uses its own...
2008-12-16 Kip Macystyle and spelling fix
2008-12-16 Kip Macyassert that the radix node head is locked when manipula...
2008-12-16 Kip Macyadd macro for destroying an llentry's rwlock
2008-12-15 Kip MacyAdd arpv2 management code
2008-12-15 Qing LiThis main goals of this project are:
2008-12-13 Andrew ThompsonDont leak the rnh lock on error.
2008-12-13 Bjoern A. ZeebSecond round of putting global variables, which were...
2008-12-13 Robert WatsonLine wrap very long line in struct packet_filter_hook...
2008-12-12 Christian S.J. PeronConsider processes attaching/detaching from tun(4)...
2008-12-11 Bjoern A. ZeebPut a global variables, which were virtualized but...
2008-12-11 Bjoern A. ZeebWhitespace changes only - tabs must have been converted...
2008-12-10 Marko ZecConditionally compile out V_ globals while instantiatin...
2008-12-10 Kip Macyfix a reported panic when adding a route and one hit...
2008-12-09 Bjoern A. ZeebIt does not make much sense to include net/route.h...
2008-12-09 Bjoern A. ZeebAdd rwlock.h (and lock.h for that) to keep no-INET...
2008-12-09 Bjoern A. ZeebFix a bug introduced in r185747: rather than dereferenc...
2008-12-08 Kip Macy- avoid recursively locking the radix node head lock
2008-12-08 Warner LoshAdd missing include to sys/lock.h before sys/rwlock.h
2008-12-07 Kip Macy - convert radix node head lock from mutex to rwlock
2008-12-02 Robert WatsonMerge OpenBSM 1.1 alpha 2 from the OpenBSM vendor branc...
2008-12-02 Bjoern A. ZeebRather than using hidden includes (with cicular depende...
2008-12-01 Sam Lefflerimport ath hal
2008-11-29 Bjoern A. ZeebMFp4:
2008-11-28 Marko ZecUnhide declarations of network stack virtualization...
2008-11-26 Marko ZecMerge more of currently non-functional (i.e. resolving to
2008-11-24 Sam Leffleruse consistent style
2008-11-22 Kip Macyconvert calls to IFQ_HANDOFF to if_transmit
2008-11-22 Kip Macy- bump __FreeBSD version to reflect added buf_ring...
2008-11-19 Marko ZecChange the initialization methodology for global variab...
2008-11-15 Rong-En Fan- Update ncurses to 5.7-20081102 (5.7 release) and...
2008-11-15 Gregory Neil ShapiroMerge from vendor dist: Bring in a change already in...
2008-11-11 Kip Macy- Use RTFREE_LOCKED macro
2008-11-06 Bjoern A. ZeebInclude if_arp.h for IFP2AC so that the netgraph parts...
2008-11-06 Bjoern A. ZeebCheck for INET not AF_INET in #ifdef. Makes it compile...
2008-11-06 Bjoern A. ZeebHide an unused variable in case we compile without...
2008-11-06 Bjoern A. ZeebHide an unused variable in case we compile without...
2008-11-05 Bjoern A. ZeebMake compile without INET.
2008-11-05 Bjoern A. ZeebHide the IPv4 init function if the kernel is compiled...
2008-11-05 Bjoern A. ZeebMake compile without INET.
2008-11-05 Bjoern A. ZeebMake tun(4) compile without INET.
2008-11-05 Bjoern A. ZeebDo only define the variable if either INET or INET6...
2008-10-28 Edwin GroothuisMFV of tzdata2008i.
2008-10-23 Dag-Erling SmørgravFix a number of style issues in the MALLOC / FREE commi...
2008-10-23 Dag-Erling SmørgravRetire the MALLOC and FREE macros. They are an abomina...
2008-10-19 Ulf Lilleengen- Import the Makefile from HEAD for building csup.
2008-10-19 Ulf Lilleengen- Import the HEAD csup code which is the basis for...
2008-10-14 Edwin GroothuisMFV of r183861:
2008-10-02 Marko ZecStep 1.5 of importing the network stack virtualization...
2008-09-30 Gleb Smirnoff Do not mangle if_oerrors of the underlying interface...
2008-09-27 Ed SchoutenReplace all calls to minor() with dev2unit().
2008-09-26 Ed SchoutenRemove unit2minor() use from kernel code.
2008-09-25 David MaloneSome people's 6to4 routers seem to have been blowing...
2008-09-24 Dag-Erling SmørgravMFV "xmalloc: zero size" fix.
2008-09-20 Andrew ThompsonFix clone destruction, can't use the simple api because...
2008-09-20 Marko ZecMove #defines for MRT-related constants from net/route...
2008-09-18 Andrew ThompsonMove the protocol and port count checks to outside...
2008-09-18 Andrew ThompsonMake sure there is at least one port to avoid divide...
2008-09-16 Edwin GroothuisMFV of tzdata2008c:
2008-09-15 Julian ElischerHey, committed the same typo twice! must be a record
2008-09-15 Julian Elischerrewrite rt_check. Ztake into account that whiel teh...
2008-09-14 Julian Elischercome on Julian, make up if you're committing one change...
2008-09-14 Julian ElischerRevert a part of the MRT commit that proved un-needed.
2008-09-10 Bruce M SimpsonAdd a missing break statement; IFDATA_LINKSPECIFIC...
2008-09-08 Maksim YevmenkinAdd new TAPGIFNAME tap(4) character device ioctl. This...
2008-09-08 Andrew ThompsonPut the bridge mac inheritance behind a sysctl with...
2008-09-07 Ollivier RobertMerge from vendor/ntp/dist: r182856:
2008-09-05 Rui PauloMerge ath again (addition of wisoc files).
2008-09-05 Julian ElischerBe consistent about whether these multi-lined macros...
2008-09-05 Rui PauloMerge fix for P4 expansion from vendor branch.
next