aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Move scratch data from the USB bus structure to the USB device structureHans Petter Selasky2013-02-1011-229/+269
* Fix correct use of USB header files.Hans Petter Selasky2013-02-101-2/+2
* - Streamline detach logic in wlan drivers, so thatHans Petter Selasky2013-02-1013-87/+237
* Fix several unsafe pointer dereferences in the buffered_write()Konstantin Belousov2013-02-101-3/+23
* Remove a racy checks on resident and cached pages forAttilio Rao2013-02-101-12/+0
* Fix breakage introduced in r246318.Tim Kientzle2013-02-091-1/+2
* Cleanup the handling of address scopes. Announce in the INIT/INIT-ACKMichael Tuexen2013-02-0910-320/+228
* Fix a bug where HEARTBEATs were still sent in SHUTDOWN_SENT orMichael Tuexen2013-02-096-54/+57
* MFV r245512:Xin LI2013-02-0917-2/+1553
* Fix LINT build for ARM.Xin LI2013-02-091-0/+1
* Fix LINT build on amd64.Xin LI2013-02-091-4/+4
* The encryption type field needs to be preserved for each descriptorAdrian Chadd2013-02-091-0/+6
* Do not hold locks around hardware context reads.Navdeep Parhar2013-02-091-10/+11
* Correctly list the usbloader dependencies.Hans Petter Selasky2013-02-081-2/+2
* Make sure we don't leak command buffers when a USBHans Petter Selasky2013-02-081-6/+6
* In r246282 the KTR_ENTRIES was specified with syntax error, fix it so 'makeXin LI2013-02-081-1/+1
* Fix regression issue after r244503:Hans Petter Selasky2013-02-082-25/+25
* ext2fs: Replace redundant EXT2_MIN_BLOCK with EXT2_MIN_BLOCK_SIZE.Pedro F. Giffuni2013-02-082-2/+1
* ext2fs: make e2fs_maxcontig local and remove tautological check.Pedro F. Giffuni2013-02-082-7/+3
* Remove unused MAXSYMLINKLEN macro.Pedro F. Giffuni2013-02-082-5/+0
* The 'end' word was missed in the comment.Konstantin Belousov2013-02-081-2/+2
* Fix warning: comparison of unsigned expression < 0 is always false.Sergey Kandaurov2013-02-081-1/+1
* Fix ieee80211_mesh.c compilation.Adrian Chadd2013-02-081-0/+4
* Fix a corner case that I noticed with the AR5416 (and it's currentlyAdrian Chadd2013-02-081-10/+7
* zfs_vget, zfs_fhtovp: properly handle the z_shares_dir objectAndriy Gapon2013-02-081-4/+13
* zfs: update comments about zfid_long_t to match the FreeBSD definitionsAndriy Gapon2013-02-081-2/+5
* ktr: correctly handle possible wrap-around in the boot bufferAndriy Gapon2013-02-081-1/+5
* Mesh: recevied GANN frames where not parsed correctly.Monthadar Al Jaberi2013-02-071-26/+66
* Mesh HWMP forwarding information: updating FI for transmitter.Monthadar Al Jaberi2013-02-071-5/+44
* Mesh HWMP PERR bug fixes.Monthadar Al Jaberi2013-02-071-1/+1
* Mesh bug: debug infomartion showing swapped SA and DA address.Monthadar Al Jaberi2013-02-071-2/+2
* Update ddb to print mesh routing table.Monthadar Al Jaberi2013-02-071-11/+27
* Mesh HWMP PREQ: fixed conditions for discarding elements.Monthadar Al Jaberi2013-02-071-4/+4
* Mesh HWMP: don't send an intermediate PREP for proxy entries.Monthadar Al Jaberi2013-02-071-1/+3
* Mesh HWMP PREQ update: proxy reply only if mesh STA is a meshgate.Monthadar Al Jaberi2013-02-071-3/+6
* HWMP: ic->raw_xmit didn't always point to correct ni.Monthadar Al Jaberi2013-02-073-75/+58
* Mesh gate code to transmit to all mesh gates.Monthadar Al Jaberi2013-02-071-25/+167
* Send frames to mesh gate if 11s discovery fails.Monthadar Al Jaberi2013-02-073-6/+78
* Mark root mesh as gate when mesh gate flag set.Monthadar Al Jaberi2013-02-073-0/+59
* Propagate GANN frames, and store know gate info.Monthadar Al Jaberi2013-02-072-5/+79
* Mesh update: add base Mesh Gate functionality.Monthadar Al Jaberi2013-02-073-10/+196
* Start accepting IEEE80211_ACTION_MESH_GANN frames;Monthadar Al Jaberi2013-02-071-0/+4
* Mesh: management mesh action frames are to be discardedMonthadar Al Jaberi2013-02-072-14/+11
* Update in ieee80211_action.c for mesh code handlers.Monthadar Al Jaberi2013-02-071-51/+14
* Update net80211 mesh struct ieee80211_meshgann_ie.Monthadar Al Jaberi2013-02-072-7/+15
* HWMP: Accept a PERR even if path is valid.Monthadar Al Jaberi2013-02-071-1/+1
* Add mesh debug for interarction between DS & MBSS.Monthadar Al Jaberi2013-02-072-0/+7
* Fix mesh path flag.Monthadar Al Jaberi2013-02-071-2/+5
* Stop a mesh STA from flooding with peer frames.Monthadar Al Jaberi2013-02-072-1/+33
* When vforked child is traced, the debugging events are not generatedKonstantin Belousov2013-02-075-3/+6