]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
MFV r289185: 6250 zvol_dump_init() can hold txg open
[FreeBSD/FreeBSD.git] / sys / dev /
2015-10-12 Alexander MotinMFV r289185: 6250 zvol_dump_init() can hold txg open
2015-10-12 Peter WemmUpdate from svn-1.8.14 to 1.9.2.
2015-10-12 Kevin LoAccept any correct frames from any source when MONITOR...
2015-10-12 Adrian Chaddnet80211 drivers: eliminate any references to sc_rxtap_...
2015-10-12 Adrian Chaddurtwn(4): split *reg and *var parts (no functional...
2015-10-12 Adrian Chaddnet80211: move ieee80211_free_node() call on error...
2015-10-12 Adrian Chaddnet80211: free node reference in the ieee80211_parent_x...
2015-10-12 Adrian Chaddwpi(4): add support for TX fragmentation.
2015-10-12 Adrian Chaddnet80211: separate mbuf cleanup from ieee80211_fragment()
2015-10-11 Conrad MeyerNTB: MFV c336acd3: memcpy lockup workaround
2015-10-11 Conrad MeyerNTB: MFV c9d534c8: Correctly handle receive buffers...
2015-10-11 Conrad MeyerNTB: MFV 90f9e934: reset tx_index on link toggle
2015-10-11 Conrad MeyerNTB: MFV b77b2637: Link toggle memory leak
2015-10-11 Conrad MeyerNTB: MFV 113fc505: Handle 64bit BAR sizes
2015-10-11 Conrad MeyerNTB: MFV cc0f868d: fix pointer math issues
2015-10-11 Adrian Chaddwpi(4): do not count failures twice for ic_raw_xmit().
2015-10-11 Adrian Chaddwpi(4): move error handling upper (wpi_tx_data()/wpi_cm...
2015-10-11 Adrian Chaddwpi(4): fix possible race between TX/RX threads.
2015-10-11 Adrian Chaddwpi(4): do not allocate space for unused rings.
2015-10-11 Adrian Chaddwpi(4): do not override iv_recv_mgmt() in non-adhoc...
2015-10-11 Adrian Chaddwpi(4): use more correct types.
2015-10-10 Baptiste DaroussinUpdate Dragonfly Mail Agent to v0.10
2015-10-10 Ian LeporeReplace a local sx lock that allowed only one client...
2015-10-10 Jean-Sébastien Pédrondrm/i915: Remove "Attempting to unbind pinned buffer...
2015-10-10 Ian LeporeTranslate iic hardware layer status values to errno...
2015-10-10 Ian LeporeAdd a short name, IIC_INTRWAIT, for the common case...
2015-10-10 Navdeep Parhariw_cxgbe: fix for page fault in cm_close_handler().
2015-10-10 Adrian ChaddFlip on fast frames support for AR5416 and AR9300 serie...
2015-10-10 Ian LeporeFix more cases of iicbus-layer functions that must...
2015-10-09 Ian LeporeReturn only IIC_Exxxx status values from iicbus-layer...
2015-10-09 Ian LeporeAdd iic2errno(), a helper function to translate IIC_Exx...
2015-10-09 Ian LeporeUse IIC_EBUSBSY and IIC_BUSERR status values consistant...
2015-10-09 Ian LeporeBugfix: Exit the transfer loop if any read or write...
2015-10-09 Ian LeporeStyle and whitespace cleanups. The only functional...
2015-10-09 Ed MasteUpdate to ELF Tool Chain r3250
2015-10-09 Kevin LoSort function prototypes and add missing 'static' keywords.
2015-10-09 Dag-Erling SmørgravUpgrade to Unbound 1.5.5.
2015-10-08 Konstantin BelousovAdd the arm64 define.
2015-10-08 Roger Pau Monnéxen/console: Introduce a new console driver for Xen...
2015-10-08 Kevin LoAdd support for Fresco Logic USB 3.0 host controller.
2015-10-08 Hans Petter SelaskyAdd quirk for USB 3.0 PCI device.
2015-10-08 Gavin AtkinsonRecognise the Netgear WNDA4100 (N900) 3x3 device in...
2015-10-08 Adrian Chaddwpi(4): check size before transmitting frames
2015-10-08 Adrian Chaddwpi(4): fix some byteorder conversions
2015-10-08 Adrian Chaddwpi(4): fix 'maybe uninitialized' warnings
2015-10-08 Adrian Chaddwpi(4): add some branch predictions.
2015-10-08 Adrian Chaddwpi(4): drop unnecessary locking in wpi_set_pslevel().
2015-10-08 Adrian Chaddwpi(4): remove software queues
2015-10-07 Kevin LoDeclare odata as a pointer type instead of a pointer...
2015-10-06 Adrian ChaddRemove gen3 check introduced in r286653.
2015-10-06 Dimitry AndricMerge ^/head r288836 through r288925.
2015-10-06 Roger Pau MonnéUpdate Xen headers from 4.2 to 4.6
2015-10-05 Dimitry AndricMerge ^/head r288457 through r288830.
2015-10-05 Mark MurrayFix printf-like formats for KASSERT.
2015-10-05 Mark MurrayIt appears that under some circumstances, like virtuali...
2015-10-05 Kevin LoRemove the unnecessary cast.
2015-10-04 Kevin LoReplace M_NOWAIT with M_WAITOK for consistency with...
2015-10-04 Kevin LoFix max TX power settings for RT5390/RT5392.
2015-10-04 Adrian Chadddrm2: a few minor fixes after r280183
2015-10-04 Adrian ChaddFix run(4) mbuf queue flushing / freeing.
2015-10-04 Adrian ChaddRandom zyd(4) fixes to bring TX handling in line with...
2015-10-04 Adrian ChaddFix to make compile on gcc-4.2.1 (eg mips, sparc64.)
2015-10-04 Adrian ChaddFix to compile using gcc-4.2 (eg mips, sparc64.)
2015-10-03 Adrian Chaddrum(4): add WME support.
2015-10-03 Adrian Chaddrun(4): fix WME support (untested).
2015-10-03 Adrian Chaddrum(4): fix stats interpretation in rum_ratectl_task()
2015-10-03 Adrian Chaddrum(4): set short/long retry limits
2015-10-03 Adrian Chaddrum(4): fix sequence number generation.
2015-10-03 Adrian Chaddnet80211: drop ieee80211_beacon_offsets parameter from...
2015-10-03 Adrian Chaddnet80211: drop redundant 3rd parameter from iv_key_set().
2015-10-03 Adrian Chaddrum(4): drop unused 'node id' parameter.
2015-10-03 Adrian Chaddrum(4): add support for hardware encryption (WEP, TKIP...
2015-10-03 Adrian Chaddrum(4): implement iv_update_beacon call (fixes client...
2015-10-03 Adrian Chaddrum(4): attach rum_update_slot to ic_updateslot.
2015-10-03 Adrian Chaddrum(4): split rum_prepare_beacon() into 'alloc' and...
2015-10-03 Adrian Chaddrum(4): add support for AHDEMO mode.
2015-10-03 Adrian Chaddrum(4): simplify rum_set_bssid(), rum_set_macaddr(...
2015-10-03 Adrian Chaddrum(4): do not corrupt MAC address
2015-10-03 Adrian Chaddrum(4): add error handling for rum_enable_tsf_sync...
2015-10-03 Adrian Chaddrum(4): move some code from rum_init() into separate...
2015-10-03 Adrian Chaddrum(4): add error handling in initialization path
2015-10-03 Adrian Chaddrum(4): simplify error handling rum_raw_xmit()
2015-10-03 Adrian Chaddrum(4): check mbuf size before accessing its contents
2015-10-03 Adrian Chaddrum(4): add TSF field into radiotap headers
2015-10-03 Adrian Chaddrun(4): Add initial support for IBSS merge.
2015-10-03 Adrian ChaddRemove beacon offsets usage from if_rum.
2015-10-03 Adrian Chaddurtwn(4): fix sequence numbering for QoS frames
2015-10-03 Adrian Chaddural(4): reduce copy-paste in ural_newstate().
2015-10-03 Adrian Chaddrum(4): add command queue for running sleepable tasks...
2015-10-03 Adrian Chaddrum(4): some non-functional changes / cleanup
2015-10-02 Adrian Chaddrum(4): sync rum_enable_tsf(_sync) with run(4).
2015-10-02 Adrian Chaddrum(4): create few wrappers.
2015-10-02 Adrian Chaddrum(4): move common part of rum_bbp_write() and rum_bbp...
2015-10-02 Adrian Chaddrum(4): reduce code duplication.
2015-10-01 Dimitry AndricMerge ^/head r288197 through r288456.
2015-10-01 John BaldwinMost error cases in i915_gem_do_execbuffer() jump to...
2015-10-01 Colin PercivalDisable suspend when we're shutting down. This solves...
2015-09-30 Mark JohnstonMFV r288408:
2015-09-30 Adrian Chaddmodify the rssi logic a bit to actually return a useful...
2015-09-29 Adrian ChaddFix locking after my EDCA update change.
next