aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* net80211 drivers: eliminate any references to sc_rxtap_len/sc_txtap_len (neve...Adrian Chadd2015-10-1214-31/+2
* urtwn(4): split *reg and *var parts (no functional change).Adrian Chadd2015-10-124-192/+208
* net80211: move ieee80211_free_node() call on error from ic_raw_xmit() to ieee...Adrian Chadd2015-10-1223-70/+11
* net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...Adrian Chadd2015-10-128-39/+19
* wpi(4): add support for TX fragmentation.Adrian Chadd2015-10-123-28/+96
* net80211: separate mbuf cleanup from ieee80211_fragment()Adrian Chadd2015-10-127-52/+31
* NTB: MFV c336acd3: memcpy lockup workaroundConrad Meyer2015-10-111-2/+3
* NTB: MFV c9d534c8: Correctly handle receive buffers of the minimal sizeConrad Meyer2015-10-111-3/+5
* NTB: MFV 90f9e934: reset tx_index on link toggleConrad Meyer2015-10-111-2/+1
* NTB: MFV b77b2637: Link toggle memory leakConrad Meyer2015-10-111-0/+8
* NTB: MFV 113fc505: Handle 64bit BAR sizesConrad Meyer2015-10-111-34/+65
* NTB: MFV cc0f868d: fix pointer math issuesConrad Meyer2015-10-111-2/+2
* Correct flash layout (this is a 4M flash unit).Sean Bruno2015-10-111-22/+15
* Make delete method set via kern.cam.da.X.delete_method persistent.Alexander Motin2015-10-111-37/+35
* Remove legacy CHS geometry from dmesg and unify capacity outputs.Alexander Motin2015-10-113-17/+11
* Remove compatibility shims for legacy ATA device names.Alexander Motin2015-10-1120-128/+5
* Remove lock upgrade attempt from ctl_be_block_open_file().Alexander Motin2015-10-111-15/+0
* Use machine specific values cleaned from openwrt for the mac addressSean Bruno2015-10-111-1/+3
* wpi(4): do not count failures twice for ic_raw_xmit().Adrian Chadd2015-10-111-10/+3
* wpi(4): move error handling upper (wpi_tx_data()/wpi_cmd2() -> wpi_raw_xmit()...Adrian Chadd2015-10-111-30/+31
* wpi(4): fix possible race between TX/RX threads.Adrian Chadd2015-10-111-0/+2
* wpi(4): do not allocate space for unused rings.Adrian Chadd2015-10-112-14/+4
* wpi(4): do not override iv_recv_mgmt() in non-adhoc modes.Adrian Chadd2015-10-111-6/+7
* wpi(4): use more correct types.Adrian Chadd2015-10-113-55/+67
* Replace a local sx lock that allowed only one client at a time to accessIan Lepore2015-10-101-12/+11
* There's no way a fbsd install + kernel will fit into 4MB of flash.Sean Bruno2015-10-101-13/+3
* Change the default setting of kern.ipc.shm_allow_removed from 0 to 1.Edward Tomasz Napierala2015-10-101-1/+1
* Provide better debug message on kernel module name clash.Edward Tomasz Napierala2015-10-101-6/+2
* Make geom_nop(4) collect statistics on all types of BIOs, not justEdward Tomasz Napierala2015-10-102-0/+42
* drm/i915: Remove "Attempting to unbind pinned buffer" messageJean-Sébastien Pédron2015-10-101-3/+1
* Update the AP135 reference design flash layout to be more useful.Adrian Chadd2015-10-101-17/+28
* Translate iic hardware layer status values to errno return values.Ian Lepore2015-10-101-3/+9
* Add a short name, IIC_INTRWAIT, for the common case (IIC_INTR | IIC_WAIT).Ian Lepore2015-10-101-0/+1
* iw_cxgbe: fix for page fault in cm_close_handler().Navdeep Parhar2015-10-101-8/+14
* Flip on fast frames support for AR5416 and AR9300 series NICs.Adrian Chadd2015-10-102-8/+2
* Fix more cases of iicbus-layer functions that must return IIC_Exxxx values.Ian Lepore2015-10-101-2/+2
* Return only IIC_Exxxx status values from iicbus-layer functions. Most ofIan Lepore2015-10-092-7/+22
* Add iic2errno(), a helper function to translate IIC_Exxxxx status values toIan Lepore2015-10-092-0/+24
* Use IIC_EBUSBSY and IIC_BUSERR status values consistantly across all drivers.Ian Lepore2015-10-097-11/+11
* Mostly rewrite the imx i2c driver. This started out as an attempt to fixIan Lepore2015-10-091-170/+121
* Bugfix: Exit the transfer loop if any read or write operation fails. Also,Ian Lepore2015-10-091-2/+5
* Style and whitespace cleanups. The only functional change is removal ofIan Lepore2015-10-091-12/+8
* Add .gnu.versym VERSYM_HIDDEN flag and related maskEd Maste2015-10-091-0/+6
* Sort function prototypes and add missing 'static' keywords.Kevin Lo2015-10-091-114/+113
* Remove root_mount_wait(). It's not used anywhere.Edward Tomasz Napierala2015-10-092-19/+0
* Exploit r288122 to avoid pointlessly enqueueing a page that is about to beAlan Cox2015-10-091-1/+1
* Fix missing semi-colon from r289055.Conrad Meyer2015-10-081-1/+1
* Remove comment obsoleted by r289056.Edward Tomasz Napierala2015-10-081-4/+0
* Remove unused SI_SUB_* #defines.Edward Tomasz Napierala2015-10-081-7/+0
* linux: fix handling of out-of-bounds syscall attemptsMateusz Guzik2015-10-082-2/+2