aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allow timer0 to run at full 24MHz not at 24MHz/16 by setting prescale to 1.Ganbold Tsagaankhuu2014-10-021-1/+1
* Virtualize net.link.vlan.soft_pad.Hiroki Sato2014-10-021-4/+5
* Get rid of code that dealt with the hardware not being able to save/restoreNeel Natu2014-10-021-55/+17
* Do not strip outer header when operating in transport mode.Andrey V. Elsukov2014-10-021-2/+10
* Add an additional routing table lookup when m->m_pkthdr.fibnum is changedHiroki Sato2014-10-022-7/+32
* Diff reduction with kernel code: instruct the compiler that the data ofXin LI2014-10-021-0/+19
* Virtualize lagg(4) cloner. This change fixes a panic when tearing downHiroki Sato2014-10-013-136/+197
* Free radix mask entries on main radix destroy.Alexander V. Chernikov2014-10-011-0/+13
* Add a sysctl, net.inet.icmp.tstamprepl, which can be used to disable repliesMark Johnston2014-10-011-0/+6
* Embellish a comment regarding the reliability of DEBUG_VFS_LOCKS.Will Andrews2014-10-011-1/+3
* Instead of requiring an edit to turn on ZFS debugging, define ZFS_DEBUG.Will Andrews2014-10-011-2/+4
* In the syncer, drop the sync mutex while patting the watchdog.Will Andrews2014-10-011-1/+8
* Remove lock init from radix.c.Alexander V. Chernikov2014-10-014-11/+8
* Add sysctl to track the resource consumption of ACPI interrupts.Will Andrews2014-10-011-0/+11
* zfsvfs_create(): Refuse to mount datasets whose names are too long.Will Andrews2014-10-011-0/+11
* Use rn_detachhead() instead of direct free(9) for radix tables.Gleb Smirnoff2014-10-011-2/+2
* Split you the syscall handling to a separate file.Andrew Turner2014-10-013-131/+201
* Fix couple issues with ROD tokens content.Alexander Motin2014-10-011-3/+14
* Fix off by one in lagg_port_destroy().Gleb Smirnoff2014-10-011-1/+1
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner2014-10-014-12/+1
* Set default cycle state in case of early interrupts.Hans Petter Selasky2014-10-011-0/+4
* The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommendMichael Tuexen2014-10-012-3/+3
* Test for absence of M_NOFREE before attempting to purge the mbuf's tags.Navdeep Parhar2014-09-301-1/+1
* Return the actual baud rate programmed in the hardware rather than 115200.Ian Lepore2014-09-301-2/+40
* When building the lists of available memory, actually honor the exclusionIan Lepore2014-09-301-0/+6
* Support tunable to control Tx deferred packet list limitsGeorge V. Neville-Neil2014-09-302-3/+44
* The patch allows to check state of the software Tx queues at run time.George V. Neville-Neil2014-09-303-12/+41
* Make size of Tx and Rx rings configurableGeorge V. Neville-Neil2014-09-307-71/+150
* UDPLite requires a checksum. Therefore, discard a received packet ifMichael Tuexen2014-09-301-2/+10
* cleanup: code style fixesGeorge V. Neville-Neil2014-09-3011-181/+180
* Fix a mismerge in r260183 which prevents snapshot zvol devices beingXin LI2014-09-301-2/+6
* If the checksum coverage field in the UDPLITE header is the lengthMichael Tuexen2014-09-302-4/+6
* xen: fix blkback pushing responses before releasing internal resourcesRoger Pau Monné2014-09-301-27/+90
* xen/balloon: fix accounting of current memory pages on PVHRoger Pau Monné2014-09-301-1/+2
* xen: add xenstored user-space deviceRoger Pau Monné2014-09-302-0/+170
* xen: convert the xenstore user-space char device to a newbus deviceRoger Pau Monné2014-09-303-7/+66
* xen: defer xenstore initialization until xenstored is startedRoger Pau Monné2014-09-301-2/+66
* Only define the full inm_print() if KTR_IGMPV3 is enabled at compile time.John Baldwin2014-09-301-3/+3
* xen: move xenstore devicesRoger Pau Monné2014-09-303-2/+2
* xen: make xen balloon a driver that depends on xenstoreRoger Pau Monné2014-09-301-27/+60
* xen: add the Xen implementation of pci_child_added methodRoger Pau Monné2014-09-301-0/+24
* msi: add Xen MSI implementationRoger Pau Monné2014-09-3015-2/+414
* Fix old iSCSI initiator to work with new CAM locking.Alexander Motin2014-09-301-19/+14
* Make sure __ARM_ARCH is defined in sysreg.h by including acle-compat.hAndrew Turner2014-09-301-0/+2
* Remove redundant call to ipsec_getpolicybyaddr().Andrey V. Elsukov2014-09-301-11/+4
* Be prepared that set_dumper() might fail even when resetting it or prefixPawel Jakub Dawidek2014-09-301-3/+2
* Style fixes.Pawel Jakub Dawidek2014-09-301-10/+8
* When plen != ulen, it should only be checked when this is UDP.Kevin Lo2014-09-301-1/+1
* Add a missing file from the last commit.Adrian Chadd2014-09-301-0/+669
* Remove this stuff - it's no longer needed here.Adrian Chadd2014-09-301-23/+0