]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Mesh bug: debug infomartion showing swapped SA and DA address.
[FreeBSD/FreeBSD.git] / sys /
2013-02-07 monthadarMesh bug: debug infomartion showing swapped SA and...
2013-02-07 monthadarUpdate ddb to print mesh routing table.
2013-02-07 monthadarMesh HWMP PREQ: fixed conditions for discarding elements.
2013-02-07 monthadarMesh HWMP: don't send an intermediate PREP for proxy...
2013-02-07 monthadarMesh HWMP PREQ update: proxy reply only if mesh STA...
2013-02-07 monthadarHWMP: ic->raw_xmit didn't always point to correct ni.
2013-02-07 monthadarMesh gate code to transmit to all mesh gates.
2013-02-07 monthadarSend frames to mesh gate if 11s discovery fails.
2013-02-07 monthadarMark root mesh as gate when mesh gate flag set.
2013-02-07 monthadarPropagate GANN frames, and store know gate info.
2013-02-07 monthadarMesh update: add base Mesh Gate functionality.
2013-02-07 monthadarStart accepting IEEE80211_ACTION_MESH_GANN frames;
2013-02-07 monthadarMesh: management mesh action frames are to be discarded
2013-02-07 monthadarUpdate in ieee80211_action.c for mesh code handlers.
2013-02-07 monthadarUpdate net80211 mesh struct ieee80211_meshgann_ie.
2013-02-07 monthadarHWMP: Accept a PERR even if path is valid.
2013-02-07 monthadarAdd mesh debug for interarction between DS & MBSS.
2013-02-07 monthadarFix mesh path flag.
2013-02-07 monthadarStop a mesh STA from flooding with peer frames.
2013-02-07 kibWhen vforked child is traced, the debugging events...
2013-02-07 rrsThis fixes a out-of-order problem with several
2013-02-07 kibStop translating the ERESTART error from the open(2...
2013-02-07 hselaskyAdd support for mute buttons on USB audio devices and
2013-02-07 adrianCreate a new TX lock specifically for queuing frames.
2013-02-07 neelIf an interrupt event's assign_cpu method fails, then...
2013-02-07 adrianMethodize the process of adding the software TX queue...
2013-02-07 pjdAudit sockaddr argument for bind(2), connect(2), accept...
2013-02-07 pjdMinor style tweaks.
2013-02-07 pjdAdd AUDIT_ARG_SOCKADDR() macro so we can start using...
2013-02-06 hselaskyAdd support for buttons on USB audio devices,
2013-02-06 jhbRework the handling of stop signals in the NFS client...
2013-02-06 pluknetPrezero the acl structure which is to be copied to...
2013-02-06 hselaskyMake sure that all mouse buttons are released when...
2013-02-06 glebiusFixes to QUEUE_MACRO_DEBUG support:
2013-02-06 npBusy-wait when cold.
2013-02-06 neelCompute the number of initial kernel page table pages...
2013-02-06 ganboldUse and set gpio pin to high to power up usb.
2013-02-05 pluknetRemove reference to the rlist code from comments, and...
2013-02-05 andrew* Add the integer div & mod functions and ARM EABI...
2013-02-05 hselaskyAdd defines to more easily allow a single threaded...
2013-02-05 hselaskyFix some nits.
2013-02-05 hselaskyFix depend target.
2013-02-05 ganboldRemove two dead assignments and
2013-02-05 pfgext2fs: move assignment where it is not dead.
2013-02-05 pfgext2fs: Remove unused em_e2fsb definition..
2013-02-05 pfgext2fs: Remove useless rootino local variable.
2013-02-05 pfgext2fs: Correct off-by-one errors in FFTODT() and DDTOFT().
2013-02-05 pfgext2fs: Use nitems().
2013-02-05 pfgext2fs: Use EXT2_LINK_MAX instead of LINK_MAX
2013-02-05 ganboldAdd gpio driver and update dts and kernel config accord...
2013-02-05 yongariRework jumbo frame handling. QAC confirmed that the...
2013-02-04 avgktr: prevent possible footshooting with KTR_ENTRIES...
2013-02-04 avgktr: copy content from the early static buffer if KTR_E...
2013-02-04 avgng_ether_ifnet_arrival_event: check interface type...
2013-02-04 andrewUse the STACKALIGN macro to alight the stack rather...
2013-02-04 mariusTry to improve r242655 take III: move these SYSCTLs...
2013-02-03 mariusFurther improve r242655 and supply VM_{MIN,MAX}_KERNEL_...
2013-02-03 marius- Make pci_ns8250_ids[] const.
2013-02-03 pfgUFS: Remove dead assignment.
2013-02-03 avgzfs: fix, improve and re-organize page_lookup and page_...
2013-02-03 mckusickFor UFS2 i_blocks is unsigned. The current "sanity...
2013-02-03 avgallow for large KTR_ENTRIES values by allocating ktr_bu...
2013-02-03 kientzleAnother overhaul of the CPSW driver for BeagleBone
2013-02-03 jhibbitsFix the PowerPC DTrace copy functions. The kernel...
2013-02-02 pfgext2fs: general cleanup.
2013-02-02 mariusImprove r238673 to additionally allow for odd-aligned...
2013-02-02 avgfix some fat-fingering in r246246
2013-02-02 avgrevert accidentally committed unneeded changes from...
2013-02-02 avgacpi: clear power button status bit after waking up...
2013-02-02 avgacpi: after wakeup from a state > S1 re-enable SCI_EN...
2013-02-02 avgcpususpend_handler: mark AP as resumed only after fully...
2013-02-02 avgx86 suspend/resume: suspend pics and pseudo-pics in...
2013-02-02 avgprint compiler version in the kernel banner
2013-02-02 avgng_ether: track interface renaming
2013-02-02 avgsolaris compat: remove KM_ZERO
2013-02-02 avguart: add resume method and enable it for attachments...
2013-02-02 avgzfs: add MODULE_VERSION for zfsctrl
2013-02-02 kientzleTweaks to standard BEAGLEBONE config, as recently discussed
2013-02-02 adrianAllow IEEE80211_SUPPORT_SUPERG to be defined _and_...
2013-02-02 adrianWrap this in an #ifdef so IEEE80211_SUPPORT_SUPERG...
2013-02-01 sjgMerge bmake-20130123
2013-02-01 eadlerRemove support for plip from the GENERIC kernel as...
2013-02-01 kibThe MSDOSFSMNT_WAITONFAT flag is bogus and broken....
2013-02-01 kibBackup FATs were sometimes marked dirty by copying...
2013-02-01 kibThe directory entry for dotdot was corrupted in the...
2013-02-01 kibThe mountmsdosfs() function had an insane sanity test...
2013-02-01 kibFix a backwards comment in markvoldirty().
2013-02-01 kibAssert that the mbuf in the chain has sane length....
2013-02-01 kibThe change to reduce default smp_tsc_shift caused tsc...
2013-02-01 jhbAdd placeholder constants to reserve a portion of the...
2013-02-01 andreuma_zone_set_max() directly returns the rounded effecti...
2013-02-01 andreRemove unused VM_MAX_AUTOTUNE_NMBCLUSTERS define.
2013-02-01 gberGet time of next event from other cores only if SMP...
2013-02-01 andreAdd VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for...
2013-02-01 hselaskyFix for hardware checksum offloading in SMSC driver.
2013-02-01 hselaskyInclude SMSC driver into default kernel build.
2013-02-01 hselaskyMake use of USB ID sections configurable.
2013-02-01 neelDelete the "blackhole" driver - it is not needed anymore.
2013-02-01 neelFix a broken assumption in the passthru implementation...
2013-02-01 neelIncrease the number of passthru devices supported by...
next