summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* By definition promiscuous mode should see all unicast frames as wellyongari2007-12-201-2/+6
* In openprom_ioctl() ensure appropriate permissions and that data isn'tmarius2007-12-201-1/+9
* Correct one half of a loop continuation condition in vm_phys_unfree_page().alc2007-12-191-3/+1
* Add option to set packets per second limits instead of defaultmav2007-12-192-22/+77
* When devclass_get_maxunit is passed a NULL, return -1 to indicate thatimp2007-12-191-1/+4
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral tomarcel2007-12-1912-653/+1150
* Actually program the interrupt controller for priorities. As weimp2007-12-191-3/+43
* Add Dell's sub-vendor id to identify PERC6 RAID controller which has LSIambrisko2007-12-191-0/+1
* I incorrectly assumed the log buffer started from the beginning when itambrisko2007-12-191-7/+3
* Allow negative values to be specified in the loader.ambrisko2007-12-191-0/+2
* Fix bugs in the TCP syncache timeout code. including:ru2007-12-191-8/+18
* Do not recursively acquire aac_io_lock in aac_ioctl_event.emaste2007-12-191-3/+1
* Eliminate redundant code from vm_page_startup().alc2007-12-191-17/+0
* Remove extraneous debug statements.kmacy2007-12-191-6/+0
* Don't overload tcp_usrreqs unless the kernel doesn't provide offload support.kmacy2007-12-182-1/+3
* Incorporate TCP offload hooks in to core TCP code.kmacy2007-12-183-21/+34
* Be more exact with sigaction SA_SIGINFO handling.obrien2007-12-181-2/+5
* Simplify the error handling and use the dereferenced sc->sc_ifp pointer.thompsa2007-12-181-44/+26
* When the bridge has an address and a packet comes in for it then drop it if thethompsa2007-12-181-0/+7
* - Use the macro to check the port status has it will also test if itsthompsa2007-12-181-2/+2
* - sctp-iterator should run at PI_NET priority ...not 0.rrs2007-12-181-1/+1
* only include intr_machdep.h when it is needed for intr_bindkmacy2007-12-171-0/+2
* Remove file after being repocopied to ../ofw, where it lives on.marcel2007-12-177-749/+0
* Build the OFW loader from its new location after the sourcesmarcel2007-12-171-1/+1
* Add myself to the copyright.thompsa2007-12-171-0/+1
* Fix a MAC label leak for POSIX semaphores, in which per-policy labelsrwatson2007-12-171-0/+1
* Fix leaking MAC labels for IPv6 inpcbs by adding missing MAC labelrwatson2007-12-171-0/+6
* disable update in place on transmitkmacy2007-12-171-4/+2
* Add SB_NOCOALESCE flag to disable socket buffer update in placekmacy2007-12-172-0/+2
* Make TCP offload work on HEAD (modulo negative interaction between sbcompresskmacy2007-12-1724-600/+3309
* Check NULL pointer.davidxu2007-12-171-1/+10
* build tcp_offload.c instead of tcp_ofld.ckmacy2007-12-171-1/+2
* incorporate feedback since initial commitkmacy2007-12-174-281/+386
* widen the routing event interface (arp update, redirect, and eventually pmtu ...kmacy2007-12-174-23/+129
* Add missing changes for fixing LOR of umtx lock and thread lock, followdavidxu2007-12-171-11/+24
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULLkevlo2007-12-171-1/+1
* Don't panic in arpresolve if we're given a null mbuf. We couldkmacy2007-12-171-11/+15
* Include cdefs.h and param.h for architectures with less header pollutionkmacy2007-12-161-0/+2
* Add the magic word 0 value for CFA compliant devices.phk2007-12-161-0/+1
* Fix previous commit. The code ended up in the wrong function.rpaulo2007-12-161-21/+21
* Chop DIOCGDELETE from userland up in 1024 sector chunks to give geom_diskphk2007-12-161-2/+18
* Add back in cxgb now that the includes are believed to be fixedkmacy2007-12-161-0/+1
* Use the vm include convention of busdmakmacy2007-12-162-2/+6
* need M_IOVEC definekmacy2007-12-161-0/+5
* Don't globally include mvec.h its only needed by cxgb_sge.ckmacy2007-12-162-7/+4
* Don't limit BIO_DELETE requests to MAXPHYS, they perform no dataphk2007-12-162-5/+3
* Remove cxgb module from build until I can compensate for the lack of headerkmacy2007-12-161-1/+0
* - Don't return 0xffff if PHY id isn't equal 0. This allows PHYs withstas2007-12-161-2/+0
* - Add quirk for the TrendNet TU-S9 adapter, which uses new version of PL2303stas2007-12-161-0/+3
* Add a missing mutex unlock.scottl2007-12-161-0/+1
OpenPOWER on IntegriCloud