]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
MFC @ r256071
[FreeBSD/FreeBSD.git] / sys / dev /
2013-10-30 grehanMFC @ r256071
2013-10-05 gibbsCorrect panic caused by attaching both Xen PV and Hyper...
2013-10-05 hirenExpose system level ixgbe sysctls.
2013-10-05 bryanvDo not hold the vtnet Rx queue lock when calling up...
2013-10-04 traszDon't leak memory when removing an unconnected session...
2013-10-04 yongariFix clearing MAC stats registers. Previously it cleared...
2013-09-29 alfredUpdate OFED to Linux 3.7 and update Mellanox drivers.
2013-09-28 jhibbitsFix powerpc/161045. ams_poll() needs to return that...
2013-09-25 scottlRe-do r255853. Along with adding back the API/ABI...
2013-09-25 ambriskoAdd PCI device ID for MegaRAID Invader cards. This...
2013-09-25 gjbRevert r255853 pending fixes to build errors in usr...
2013-09-24 traszAs it turns out, when MOD_LOAD handler returns error...
2013-09-24 traszImprove error handling in the old initiator, preventing...
2013-09-24 scottlUpdate the CAM API for FreeBSD 10:
2013-09-23 traszDon't use M_WAITOK when running from context where...
2013-09-23 traszPrevent "lock (iscsi) sx does not match earlier (sleep...
2013-09-22 sbrunoExport two new DCMD enums. These allow set/get of...
2013-09-21 desPull in all the OpenSSH bits that we'd previously left...
2013-09-21 hselaskyStability fixes for Intel LynxPoint XHCI controllers...
2013-09-21 desUpgrade to 6.3p1.
2013-09-21 delphijMFV r254750:
2013-09-20 davideRemove local change leftover, this should never have...
2013-09-20 davideFix lc_lock/lc_unlock() support for rmlocks held in...
2013-09-20 traszAdd some spare fields to structs used by the new iSCSI...
2013-09-20 davidchSubstantial rewrite of bxe(4) to add support for the...
2013-09-20 gibbsAdd support for suspend/resume/migration operations...
2013-09-20 grehanIFC @ r255692
2013-09-19 delphijUpdate arcmsr(4) driver to 1.20.00.28 which fixes mutex...
2013-09-19 grehanReorder the hypervisor presence test to avoid claiming...
2013-09-19 emasteMerge lldb man page from r188801 to contrib/llvm/tools...
2013-09-18 traszFix several problems in the new iSCSI stack; this inclu...
2013-09-17 delphijFix a typo when accounting for tx_broadcast statistics.
2013-09-15 nwhitehornAdd a kernel interface (OF_xref_phandle()) for systems...
2013-09-15 dumbbelldrm/radeon: Add missing "return false" after unmapping...
2013-09-14 dumbbelldrm/radeon: Fix usage of pci_save_state() and pci_resto...
2013-09-14 dumbbelldrm/radeon: Fix usage of vga_pci_map_bios()
2013-09-14 dumbbellvgapci: Use vga_pci_alloc_resource() to map PCI Expansi...
2013-09-14 traszBring in the new iSCSI target and initiator.
2013-09-13 grehanImport Hyper-V paravirtualized drivers from projects...
2013-09-12 kenFix an issue that caused Integrated RAID volumes on...
2013-09-12 hselaskyDon't issue USB resume signalling in USB device mode...
2013-09-11 hselaskyClear correct data structure.
2013-09-11 glebius Clean up SIOCSIFDSTADDR usage from ifnet drivers...
2013-09-11 grehanIFC @ r255459
2013-09-10 kibCall free() on the pointer returned from malloc().
2013-09-09 grehanRevert the kvp code - there's still some work that
2013-09-09 jhbAdd a mmap flag (MAP_32BIT) on 64-bit platforms to...
2013-09-09 nwhitehornMake the primary name of the OF console device /dev...
2013-09-09 desThese three files appeared in 6.0p1, which was imported...
2013-09-09 grehanLatest update from Microsoft.
2013-09-09 npRework the tx credit mechanism between the cxgbe/tom...
2013-09-09 npFix a miscalculation that caused cxgbe/tom to auto...
2013-09-08 desImport Magerya Vitaly's ldns-host, and build it instead...
2013-09-08 bryanvUse correct type for the vmx vlan filter table
2013-09-08 markmFix verbose output line; needs <NL>
2013-09-07 markmFix the build; Certain linkable symbols need to always...
2013-09-07 desUpdate to OpenPAM Nummularia.
2013-09-07 desMFV (r255364): move the code around in preparation...
2013-09-07 markmBring in some behind-the-scenes development, mainly...
2013-09-07 davide- Use make_dev_credf(MAKEDEV_REF) instead of the race...
2013-09-07 hselaskyRevert parts of r245132 and r245175. We don't need...
2013-09-07 markmMFC
2013-09-07 hselaskyDisable USB 3.0 streams mode by default, hence not...
2013-09-06 cyUpdate ipfilter 4.1.28 --> 5.1.2.
2013-09-06 delphijReturn BUS_PROBE_DEFAULT instead of BUS_PROBE_SPECIFIC.
2013-09-06 markmYarrow wants entropy estimations to be conservative...
2013-09-06 markmMFC
2013-09-05 carlRemove contractions.
2013-09-05 carlOnly tear down interface and transport if they've been...
2013-09-05 carlWorkaround an issue with hardware by accessing remote...
2013-09-05 carlSimplify register access macros by removing one level...
2013-09-05 carlCleaning up spacing and making hex value case consistent.
2013-09-05 carlImplement workaround for IvyTown 4K BAR size issue.
2013-09-05 carlSimplifying bus alloc resource call since we only need...
2013-09-05 carlAdd support for per device features and workarounds.
2013-09-05 carlRestructure the PCI bar initialization code in anticipa...
2013-09-05 carlFix name change from ntb_transport to if_ntb. A few...
2013-09-05 carlThrow a bit to enable the link to come up on Xeon.
2013-09-05 carlAdd some logging to ntb link up.
2013-09-05 sbrunoMinor printf nit to keep out clean
2013-09-05 sjgMerge bmake-20130904
2013-09-05 pjdHandle cases where capability rights are not provided.
2013-09-05 brAdd support for DLINK DWA-127 Wireless Adapter
2013-09-05 jhibbitsFix the build.
2013-09-05 pjdChange the cap_rights_t type from uint64_t to a structu...
2013-09-04 gibbsCorrect blkback handling of the BLKIF_OP_FLUSH_DISKCACH...
2013-09-04 grehanIFC @ r255209
2013-09-04 gonzoAdd 32-bit support for Gxemul's oldtestmips machine...
2013-09-04 eadlerRevert r255152:
2013-09-04 brooksMFP4 217312, 222008, 222052, 222053, 222673, 231484...
2013-09-04 jhibbitsFix hwpmc(4) for 32-bit PowerPC.
2013-09-03 npFor TOE connections, the window scale factor in CPL_PAS...
2013-09-03 gibbssys/dev/xen/blkback/blkback.c:
2013-09-03 bryanvComplete any pending Tx frames before attempting the...
2013-09-03 bryanvFix unintended compiler constant folding
2013-09-03 jhibbitsRefactor PowerPC hwpmc(4) driver into generic and speci...
2013-09-02 dumbbellpsm: Add support for middle and extended buttons on...
2013-09-02 eadlersynaptics and trackpoint support are stable enough...
2013-09-01 davideComplete r250105. Do not zero fields if M_ZERO flag...
2013-09-01 eadlerFix build with gcc
next