aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron2015-03-17158-8496/+10644
* Update to the Intel ixgbe driver:Jack F Vogel2015-03-1735-8129/+8390
* Reduce header pollution.Gleb Smirnoff2015-03-171-7/+0
* Improve ATA and SCSI versions printing.Alexander Motin2015-03-172-22/+37
* Always lock the hash row of a source node when updating its 'states' counter.Gleb Smirnoff2015-03-173-67/+59
* Remove no longer used allocation type.Hans Petter Selasky2015-03-172-2/+0
* Use define instead of constant.Hans Petter Selasky2015-03-171-2/+1
* sfxge: increase default put-list limit to 1024Andrew Rybchenko2015-03-171-1/+1
* sfxge: prefetch txq->common if TxQ is started onlyAndrew Rybchenko2015-03-171-2/+4
* sfxge: adding version info to device descriptionAndrew Rybchenko2015-03-173-1/+45
* sfxge: move deferred packet list statistics to dedicated nodeAndrew Rybchenko2015-03-171-16/+21
* sfxge: add tunables to control LRO parameters on driver load timeAndrew Rybchenko2015-03-171-0/+40
* Reset bp->bio_done to unmapped_buf when removing a transient map in biodone.Benno Rice2015-03-161-0/+1
* Trivial change / forced-commit to document prior change that slipped inIan Lepore2015-03-161-1/+1
* (no commit message)Ian Lepore2015-03-161-3/+3
* Use a regular sbuf + SYSCTL_OUT() rather than sbuf_new_for_sysctl() withIan Lepore2015-03-161-1/+3
* Update an sbuf assertion to allow for the new SBUF_INCLUDENUL flag. IfIan Lepore2015-03-161-5/+12
* Introduce a cap_ioctl_t used for the 'cmds' arguments to cap_ioctls_limit()Robert Watson2015-03-162-3/+8
* Convert PTE eviction lock from an RW lock to a RM lock. It is held forNathan Whitehorn2015-03-161-16/+16
* Move special DDP handling for closing a connection into a newJohn Baldwin2015-03-163-15/+37
* Provide a comment explaining r279688.Gleb Smirnoff2015-03-161-0/+8
* Report ARAT (APIC-Timer-always-running) feature for virtual CPU.Alexander Motin2015-03-161-0/+6
* Remove unused upstream DTrace provider implementations that are duplicatesMark Johnston2015-03-164-2193/+0
* proc: get rid of proc lock + unlock pair in proc_reapMateusz Guzik2015-03-161-4/+5
* cred: add proc_set_cred helperMateusz Guzik2015-03-1614-35/+64
* Fix build with clang 3.6, silence -Wcast-qual warning.Konstantin Belousov2015-03-151-1/+2
* Use ar71xx_mac_addr_random_init() instead of a hand-rolled randomAdrian Chadd2015-03-151-9/+2
* Start fleshing out some MAC address helper functions.Adrian Chadd2015-03-153-0/+146
* audit: fix cred assignment when A_SETPMASK is usedMateusz Guzik2015-03-151-1/+1
* Add a new taskqueue (device specific, not net80211 ic->tq); use it forAdrian Chadd2015-03-152-7/+17
* Workaround delays caused by vmem_check().Adrian Chadd2015-03-152-3/+11
* Fix scan timeouts with powersave enabled.Adrian Chadd2015-03-151-2/+9
* Don't unlock mutex in interrupt thread (except for wpi_rx_done() - for now) -Adrian Chadd2015-03-151-11/+4
* Reformatting changes.Adrian Chadd2015-03-151-3/+3
* Use correct typesAdrian Chadd2015-03-151-3/+3
* Add another lock for the TX path.Adrian Chadd2015-03-152-10/+20
* Add an extra mutex for qfullmsk / ring->queued variables.Adrian Chadd2015-03-152-2/+24
* Regroup ring state checks in wpi_tx_done().Adrian Chadd2015-03-151-14/+15
* Don't use sc->qfullmsk in wpi_start().Adrian Chadd2015-03-151-14/+14
* turn sc_tx_timeout into its own callout, rather than a global watchdogAdrian Chadd2015-03-152-31/+18
* Add mutex for RXON structure; convert some callouts/lock use to useAdrian Chadd2015-03-152-16/+45
* Use WPI_FILTER_BSS for checking current state.Adrian Chadd2015-03-151-4/+1
* Split TX and scan timeouts; use a callout now for the scan timeout.Adrian Chadd2015-03-152-15/+24
* Add experimental HOSTAP support.Adrian Chadd2015-03-152-12/+25
* Merge wpi_start() and wpi_start_locked().Adrian Chadd2015-03-151-13/+2
* Minor optimisation in wpi_limit_dwell()Adrian Chadd2015-03-151-4/+2
* Rearrange checks in wpi_send_rxon().Adrian Chadd2015-03-151-21/+28
* Fix some printfs(); add some debugging.Adrian Chadd2015-03-151-6/+8
* Add more KASSERTs.Adrian Chadd2015-03-151-9/+6
* Disable powersave in IBSS mode (packet loss > 90%.)Adrian Chadd2015-03-151-1/+2