]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Add the A20 glue code for if_dwc.
[FreeBSD/FreeBSD.git] / sys /
2015-09-21 loosAdd the A20 glue code for if_dwc.
2015-09-20 adrianDisable HT40 in if_rsu for now. There's something...
2015-09-20 kibEnsure that when a blockable open of fifo returns succe...
2015-09-20 alcCorrect a non-fatal error in vm_pageout_worker(). ...
2015-09-20 loosFix the build by adding the alternate descriptors and...
2015-09-20 loosAdd alternate descriptors support for if_dwc.
2015-09-20 loosRemove unnecessary includes and, while here, sort them.
2015-09-20 mavMark with DMA flag I/Os waiting for iSCSI write data...
2015-09-20 mavRemove couple excess SGLIST I/O flags.
2015-09-20 kibUse tabs for indend.
2015-09-20 kibAdd support for weak symbols to the kernel linkers...
2015-09-19 mavAlways execute REPORT LUNS and REQUEST SENSE commands...
2015-09-19 mavSplit two command flags with different meaning.
2015-09-19 mavPack struct ctl_ha_msg_hdr by 8 bytes.
2015-09-19 sbrunoRevert 287914,287762.
2015-09-19 mavFix memory corruption when >128K transferred through...
2015-09-19 melifaroCleanup nd6_cache_lladdr(). No functional changes.
2015-09-18 mavMark I/Os with DMA flag while moving data through the...
2015-09-18 mavRelax serseq option operation for reads.
2015-09-18 adrianEnsure the ring state is also blanked upon reset, otherwise
2015-09-18 traszKernel part of reroot support - a way to change rootfs...
2015-09-18 kibDo not execute exception handlers with disabled interrupts.
2015-09-18 kibClear exclusive monitors when handling data aborts...
2015-09-18 andrewDon't read the floating-point registers for now. We...
2015-09-18 mavKill HA link and shutdown the threads on shutdown.
2015-09-18 mavUpdate list of opcodes to 5/26/15.
2015-09-18 mavUpdate list of ASC/ASCQ codes from 5/20/12 to 8/12/15.
2015-09-18 adrianAdd in a temporary (hah!) workaround for net80211 scann...
2015-09-18 adrianRefactor out the tx buffer free code into a routine...
2015-09-18 melifaro* Simplify logic besides llchange variable.
2015-09-18 adrianSet AMPDU density/size parameters during vap creation.
2015-09-18 adrianAdd a very hacked up station only A-MPDU negotiation...
2015-09-18 adrianAdd an external facing function to manually set the...
2015-09-18 adrianAdd initial 11n support to if_rsu.
2015-09-18 adrianExpose the wme_info IE method.
2015-09-17 alcEliminate (many) unnecessary calls to pmap_remove_all...
2015-09-17 mavReplicate initiators WWPNs and names between HA peers.
2015-09-17 jhbThe EFI boot loader allocates a single chunk of contigu...
2015-09-17 mavReplicate port->init_devid to HA peer.
2015-09-17 glebiusRemove extra tabs.
2015-09-17 jhbVarious small cleanups to EFI loader Makefiles.
2015-09-17 glebiusUse proper byteswap macro. This isn't a functional...
2015-09-17 mavWhen reporting TPT UA, report which of thresholds was...
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-17 sbrunoAdd Intel Skylake/I219 Support
2015-09-17 mavReport number of failed XCOPY segment.
2015-09-17 mavReport proper medium error code for VERIFY commands.
2015-09-17 bzRemove more unused variables leading to compile time...
2015-09-17 adrian.. oops, flip on QoS.
2015-09-17 bzRemove unused variable leading to compile errors.
2015-09-17 adrianBring over the QoS logic from the Linux r92su driver.
2015-09-17 adrianProgram the firmware setup stuff with the current hardw...
2015-09-17 adrianUse the H2C endpoint for sending firmware commands...
2015-09-17 adrianAdd 11n and QoS methods.
2015-09-17 adrianPrepare for 11n - get the number of endpoints and wheth...
2015-09-17 adrianBump RX_LIST_COUNT so we don't fall behind during activ...
2015-09-17 adrianUse DELAY() rather than usb_pause_mtx() - the latter...
2015-09-17 smhFix kqueue write events for files > 2GB
2015-09-16 zbbBlock secondary ITS instances from attaching on ARM64
2015-09-16 zbbRelease memory for CPUs that fail to init on ARM64
2015-09-16 zbbAdd domain support to PCI bus allocation
2015-09-16 mavFix reading after end of file for file-backed LUNs.
2015-09-16 glebiusIn tcp_ctlinput() separate the (ip == NULL) block from...
2015-09-16 jhbAlways clear TDB_USERWR before fetching system call...
2015-09-16 mavMake COMPARE AND WRITE report offset of difference.
2015-09-16 mavFix fixed sense writing when passed more data then...
2015-09-16 jhbWhen a process group leader exits, all of the processes...
2015-09-16 melifaroFix build broken by r287861.
2015-09-16 melifaroSimplify the way of attaching IPv6 link-layer header.
2015-09-16 mavFrontends don't need to set errors themselves.
2015-09-16 aeUse KASSERT for some checks, that are late to do.
2015-09-16 melifaroConstantify lookup key in several nd6_* functions.
2015-09-16 olegRemove superfluous m_freem().
2015-09-16 mavDon't flap the HA link if sysctl is reset to the same...
2015-09-16 kevloUse M_WAITOK rather than M_NOWAIT since it's not used...
2015-09-16 kevloFix a debug message which didn't quite get it right...
2015-09-16 kevloRemove checks for a NULL return value from M_WAITOK...
2015-09-16 melifaroUnify loopback route switching:
2015-09-16 adrianAdd ASUS Sandybridge laptops to the similar x2apic...
2015-09-15 markjEnsure that the MAD agent's delayed taskqueue is comple...
2015-09-15 emastearm64: add kbd.c to the build for ukbd to fix the build
2015-09-15 mjgsysctl: switch sysctllock to a sleepable rmlock, take 2
2015-09-15 jhbThreads holding a read lock of a sleepable rm lock...
2015-09-15 brdRemove redundant 'man page'
2015-09-15 cemkevent(2): Note DOOMED vnodes with NOTE_REVOKE
2015-09-15 hirenRemove unnecessary tcp state transition call.
2015-09-15 emastearm64: add xhci driver and umass/ukbd to GENERIC for...
2015-09-15 gargaAdd support for Sierra MC7355 card
2015-09-15 traszAdd a way to specify stripesize and stripeoffset to...
2015-09-15 melifaroSimplify nd6_cache_lladdr:
2015-09-15 emasteAdd Cavium ThunderX xHCI controller PCI ID
2015-09-15 mavMake CAM log errors that make it wait.
2015-09-15 mavFix completion/error status reporting.
2015-09-15 mavClose potential race between datamove and HA failover.
2015-09-15 melifaro* Improve logging invalid arp messages
2015-09-15 melifaro* Require explicitl lle unlink prior to calling llentry...
2015-09-15 markjPreserve the device queue status before retrying a...
2015-09-15 adrianReplace the scan event input path hack with the new...
2015-09-14 vangyzenFix the handling of IPv6 On-Link Redirects.
2015-09-14 melifaro* Do more fine-grained locking: call eventhandlers...
next