summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-05-02IEEE 802.11 sequence numbers wrap at 12 bit.Stefan Sperling
2016-05-02add an empty ommmc_dump_regs() to fix the SDHC_DEBUG buildJonathan Gray
2016-05-02add support for changing the bus width to ommmc and set the 4-bit modeJonathan Gray
2016-05-01Print some capabilities.Mark Kettenis
2016-05-01Print base clock frequency.Mark Kettenis
2016-05-01Remove unused match function. The armv7 platforms implement their own,Patrick Wildt
2016-05-01Add bus width switching support for MMC. Enable 8-bit bus support onMark Kettenis
2016-05-01Add a small delay after switching an MMC card into high-speed mode to makeMark Kettenis
2016-05-01Always write block count. This fixes the DMA issues on Bay Trail.Mark Kettenis
2016-05-01Add support for changing the bus width to the sdmmc subsystem and the sdhc(4)Mark Kettenis
2016-05-01Remove a bogus "else" that was causing breakage with LCP echoes,Stuart Henderson
2016-05-01Shuffle gpt/mbr code around a bit to make it more like other searchesKenneth R Westerback
2016-04-30Mask all gpio interrupts when we attach. Fixes interrupt storm on the LenovoMark Kettenis
2016-04-30Enable high speed timing for bus clock frequencies over 26MHz and advertiseMark Kettenis
2016-04-30Add some missing interrupt bits, and enable the ADMA error interrupt.Mark Kettenis
2016-04-30Implement DMA support. Bits and pieces taken from NetBSD, but we onlyMark Kettenis
2016-04-29Call sched_init_cpu() just before booting secondary CPUs.Martin Pieuchot
2016-04-29Fix some gibbering horrors due to uninitialized struct nameidata'sBob Beck
2016-04-29Panic when attempting to execute a scsi command with no disciplineKenneth R Westerback
2016-04-29Do not remove local symbols from the table.Martin Pieuchot
2016-04-29Do not allow to change the routing table of a bound socket. ThisAlexander Bluhm
2016-04-29Make if_output() return EAFNOSUPPORT instead of just dropping packetsKenneth R Westerback
2016-04-28careful study of the holy scrolls reveals that for pselect (and ppoll)Ted Unangst
2016-04-28Preserve the domid when swapping 16 bit grant table entry flagsMike Belopuhov
2016-04-28Rework handling of frames which fall beyond the block ack window.Stefan Sperling
2016-04-28Add a net80211 stat counter for block ack window "slides" as opposedStefan Sperling
2016-04-281) Split pledge whitelist path handling out of pledge_namei() and intoBob Beck
2016-04-28When a frame which falls into the block ack window is received, clearStefan Sperling
2016-04-28Copy some ieee8021_node HT information to userspace.Stefan Sperling
2016-04-28fix logic bug in deciding if we have UVM_PLA_NOWAIT or not in buf_realloc_pagesBob Beck
2016-04-28Add a better implementation of iwn's update_htprot callback which usesStefan Sperling
2016-04-28Reduce block ack gap timeout to 300 msec in order to reduce Rx latency.Stefan Sperling
2016-04-28correctly set up byteswapping so this chip works on big endian archsDavid Gwynne
2016-04-27factor out ipsec into ip6_output_ipsec_{lookup,send}(); ok mpi@, naddy@Markus Friedl
2016-04-27Expand and remove macro OCTEON_ETH_TAP.Visa Hankala
2016-04-27minor spacing nitMike Larkin
2016-04-27Remove unused arguments from rt_checkgate().Martin Pieuchot
2016-04-27whitespace fixes, no functional changeDavid Gwynne
2016-04-27align rx buffers so ip packets will be aligned correctly for the stackDavid Gwynne
2016-04-27tweak some command list handlingDavid Gwynne
2016-04-27mbuf tags are in an SLIST, so we need queue.h after all.David Gwynne
2016-04-27Add some stat counters for events related to 802.11n.Stefan Sperling
2016-04-27Pad struct ext2fs out to 1024 (a.k.a. ext2fs SBSIZE) bytes. SatisfiesKenneth R Westerback
2016-04-27G/C DDB_REGS.Martin Pieuchot
2016-04-27Stop using DDB_REGS.Martin Pieuchot
2016-04-26Remove debug printfs, but do print "gpio" to indicate that card detection isMark Kettenis
2016-04-26Populate all necessary statfs members in .vfs_statfs. cd9660, udf,Martin Natano
2016-04-26copy_statfs_info() is not only used by ufs, but by other filesystems too,Martin Natano
2016-04-26missed a block of code while merging the previous change.Mike Larkin
2016-04-26Add decode functions for some of the MSRs that are commonly used. OnlyMike Larkin