aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Hide an unused in FreeBSD function behind #ifdef linux to get rid ofBjoern A. Zeeb2015-09-221-0/+4
* Allow AHCI driver attach to all known chips reporting RAID class.Alexander Motin2015-09-221-1/+4
* Add support for Control extension mode page.Alexander Motin2015-09-223-27/+94
* arm64 ThunderX PCIe workaround: enumerate only one slot for nowEd Maste2015-09-221-0/+8
* Remove duplicate and incomplete code handling LUN modify.Alexander Motin2015-09-221-85/+2
* Revert r287780 until more developers have their say.Hans Petter Selasky2015-09-223-42/+0
* net80211: include one copy of struct ieee80211_beacon_offsets into ieee80211vapAdrian Chadd2015-09-2220-45/+38
* Send a power command to the firmware to shut down the radio as wellAdrian Chadd2015-09-222-3/+18
* vfs_mountroot_shuffle() never returns non-zero.Bryan Drewery2015-09-221-9/+5
* Begin fleshing out basic power-on / power-off and A-MPDU TX support.Adrian Chadd2015-09-222-14/+124
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-227-115/+53
* net80211 & wireless drivers: remove duplicate defines (noop)Adrian Chadd2015-09-2215-145/+59
* Remove duplicate use of RV(), LE_* and other macros.Adrian Chadd2015-09-223-21/+10
* Add external facing methods to control TX A-MPDU negotiaton.Adrian Chadd2015-09-222-6/+52
* Define a rateval macro that drivers tend to hard-code.Adrian Chadd2015-09-221-0/+1
* Add MIPS ELF section type SHT_MIPS_ABIFLAGS definitionEd Maste2015-09-221-0/+1
* Add the __aeabi_memclr8 symbol, clang 3.7 uses this.Andrew Turner2015-09-211-0/+2
* Move kbd.c to main sys/conf/files listEd Maste2015-09-219-8/+1
* Ensure that maxproc does not exceed pid_max, at the time of boot.Konstantin Belousov2015-09-211-1/+3
* Log iSCSI session reinstatements.Alexander Motin2015-09-211-0/+10
* Compare mbuf pointer to NULL rather than to 0.Bjoern A. Zeeb2015-09-211-1/+1
* In the UDP over IPv6 implementation several cases are using the wrong protocol,Bjoern A. Zeeb2015-09-211-12/+26
* MFV r287817: 6220 memleak in l2arc on debug buildAndriy Gapon2015-09-211-0/+7
* Unify nd6 state switching by using newly-created nd6_llinfo_setstate()Alexander V. Chernikov2015-09-214-67/+74
* Add "stale" timer back to nd6_cache_lladdr().Alexander V. Chernikov2015-09-211-3/+5
* Enable if_dwc for Allwinner A20 based boards.Luiz Otavio O Souza2015-09-212-2/+7
* Flip on 11n by default; update TODO items.Adrian Chadd2015-09-211-2/+4
* Convert if_rsu to use a deferred transmit task rather than using rsu_start()Adrian Chadd2015-09-212-2/+43
* Drain the mbuf queue upon rsu_stop().Adrian Chadd2015-09-211-1/+34
* Add the A20 glue code for if_dwc.Luiz Otavio O Souza2015-09-212-0/+108
* Disable HT40 in if_rsu for now. There's something missing in the HT40Adrian Chadd2015-09-201-0/+6
* Ensure that when a blockable open of fifo returns success, a validKonstantin Belousov2015-09-201-2/+9
* Correct a non-fatal error in vm_pageout_worker(). vm_pageout_worker()Alan Cox2015-09-201-6/+11
* Fix the build by adding the alternate descriptors and MII clock defines.Luiz Otavio O Souza2015-09-201-0/+28
* Add alternate descriptors support for if_dwc.Luiz Otavio O Souza2015-09-206-70/+219
* Remove unnecessary includes and, while here, sort them.Luiz Otavio O Souza2015-09-201-14/+7
* Mark with DMA flag I/Os waiting for iSCSI write data after R2T.Alexander Motin2015-09-201-0/+5
* Remove couple excess SGLIST I/O flags.Alexander Motin2015-09-206-7/+4
* Use tabs for indend.Konstantin Belousov2015-09-202-17/+17
* Add support for weak symbols to the kernel linkers. It means thatKonstantin Belousov2015-09-2010-79/+105
* Always execute REPORT LUNS and REQUEST SENSE commands locally.Alexander Motin2015-09-192-5/+8
* Split two command flags with different meaning.Alexander Motin2015-09-193-11/+13
* Pack struct ctl_ha_msg_hdr by 8 bytes.Alexander Motin2015-09-191-1/+1
* Revert 287914,287762.Sean Bruno2015-09-1926-1428/+381
* Fix memory corruption when >128K transferred through HA link.Alexander Motin2015-09-191-20/+6
* Cleanup nd6_cache_lladdr(). No functional changes.Alexander V. Chernikov2015-09-191-28/+19
* Mark I/Os with DMA flag while moving data through the HA link.Alexander Motin2015-09-181-0/+3
* Relax serseq option operation for reads.Alexander Motin2015-09-184-4/+31
* Ensure the ring state is also blanked upon reset, otherwiseAdrian Chadd2015-09-181-0/+2
* Kernel part of reroot support - a way to change rootfs without reboot.Edward Tomasz Napierala2015-09-183-21/+160