]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Fix regression from r248371. We need to copy packet header to new
[FreeBSD/FreeBSD.git] / sys /
2015-10-07 Gleb SmirnoffFix regression from r248371. We need to copy packet...
2015-10-07 Gleb SmirnoffIn softdep_setup_freeblocks():
2015-10-07 Konstantin BelousovA follow-up to r288492. In fact, revert the mentioned...
2015-10-07 Hiroki SatoFix a bug that caused reinitialization failure of MAC...
2015-10-07 Kevin LoDeclare odata as a pointer type instead of a pointer...
2015-10-06 John BaldwinMove td_oncpu and td_lastcpu out of the "zero'd on...
2015-10-06 Adrian ChaddRemove gen3 check introduced in r286653.
2015-10-06 John BaldwinFix various edge cases related to system call tracing.
2015-10-06 Conrad MeyerFix core corruption caused by race in note_procstat_vmmap
2015-10-06 Dimitry AndricUpgrade our copies of clang, llvm, lldb, compiler-rt...
2015-10-06 Dimitry AndricMerge ^/head r288836 through r288925.
2015-10-06 Roger Pau MonnéUpdate Xen headers from 4.2 to 4.6
2015-10-06 Gleb SmirnoffRemove debugging variable from r143761.
2015-10-06 Hiren PanchasaraAdd a comment specifying how we implement rfc3042.
2015-10-06 Alan CoxExploit r288122 to address a cosmetic issue. Pages...
2015-10-06 Cy SchubertOn some interfaces, ipfilter drops UDP packets with...
2015-10-06 Justin HibbitsSave the link register in savectx().
2015-10-05 John BaldwinInclude additional info in ptrace(2) KTR traces:
2015-10-05 Warner LoshMark swap_pager_putpages static at its definition....
2015-10-05 Dimitry AndricMerge ^/head r288831 through r288835.
2015-10-05 Dimitry AndricPrepare for merging back to head.
2015-10-05 Dimitry AndricMerge ^/head r288457 through r288830.
2015-10-05 Ruslan BukinAttach interrupt controller device before other devices.
2015-10-05 Mark MurrayFix printf-like formats for KASSERT.
2015-10-05 Mark MurrayIt appears that under some circumstances, like virtuali...
2015-10-05 Kevin LoRemove the unnecessary cast.
2015-10-04 Sean BrunoSet correct argemdio addr, comment out arge1 as its...
2015-10-04 Andrew TurnerWhen trying to execute from a misaligned address raise...
2015-10-04 Alexander V. ChernikovInvoke lle_event for new entry iff it has lladdr set.
2015-10-04 Kevin LoReplace M_NOWAIT with M_WAITOK for consistency with...
2015-10-04 Kevin LoFix max TX power settings for RT5390/RT5392.
2015-10-04 Konstantin BelousovWhen asserting IL bit in exception syndrome register...
2015-10-04 Alexander V. ChernikovSimplify if (lladdr) condition in nd6_cache_lladdr():
2015-10-04 Robert WatsonAdd missing stack unwind information to several assembl...
2015-10-04 Alexander V. ChernikovEliminate nd6_llinfo_settimer(). All consumers were...
2015-10-04 Alexander V. ChernikovAdd __noinline attribute to several functions to ease...
2015-10-04 Marcelo AraujoRemove per complete the fec aggregation protocol.
2015-10-04 Adrian Chadddrm2: a few minor fixes after r280183
2015-10-04 Alexander V. ChernikovFix condition for nd6_llinfo_getholdsrc() introduced...
2015-10-04 Adrian ChaddFix run(4) mbuf queue flushing / freeing.
2015-10-04 Adrian ChaddRandom zyd(4) fixes to bring TX handling in line with...
2015-10-04 Adrian ChaddFix to make compile on gcc-4.2.1 (eg mips, sparc64.)
2015-10-04 Adrian ChaddFix to compile using gcc-4.2 (eg mips, sparc64.)
2015-10-03 Adrian Chaddnet80211: reduce code duplication in the ieee80211_ioct...
2015-10-03 Adrian Chaddrum(4): add WME support.
2015-10-03 Adrian Chaddrun(4): fix WME support (untested).
2015-10-03 Mark JohnstonRevert r288628 and instead fix a discrepancy between...
2015-10-03 Adrian Chaddrum(4): fix stats interpretation in rum_ratectl_task()
2015-10-03 Adrian Chaddrum(4): set short/long retry limits
2015-10-03 Adrian Chaddrum(4): fix sequence number generation.
2015-10-03 Adrian Chaddnet80211: drop ieee80211_beacon_offsets parameter from...
2015-10-03 Adrian Chaddnet80211: drop redundant 3rd parameter from iv_key_set().
2015-10-03 Adrian Chaddrum(4): drop unused 'node id' parameter.
2015-10-03 Adrian Chaddrum(4): add support for hardware encryption (WEP, TKIP...
2015-10-03 Adrian Chaddrum(4): implement iv_update_beacon call (fixes client...
2015-10-03 Adrian Chaddrum(4): attach rum_update_slot to ic_updateslot.
2015-10-03 Mark JohnstonThe return value of posix_fadvise(2) is just an error...
2015-10-03 Alan CoxReduce the scope of a variable to the only file where...
2015-10-03 Adrian Chaddrum(4): split rum_prepare_beacon() into 'alloc' and...
2015-10-03 Adrian Chaddrum(4): add support for AHDEMO mode.
2015-10-03 Adrian Chaddrum(4): simplify rum_set_bssid(), rum_set_macaddr(...
2015-10-03 Adrian Chaddrum(4): do not corrupt MAC address
2015-10-03 Adrian Chaddrum(4): add error handling for rum_enable_tsf_sync...
2015-10-03 Alan CoxPerform a single batched update to the object's paging...
2015-10-03 Adrian Chaddrum(4): move some code from rum_init() into separate...
2015-10-03 Adrian Chaddrum(4): add error handling in initialization path
2015-10-03 Adrian Chaddrum(4): simplify error handling rum_raw_xmit()
2015-10-03 Adrian Chaddrum(4): check mbuf size before accessing its contents
2015-10-03 Adrian Chaddrum(4): add TSF field into radiotap headers
2015-10-03 Adrian Chaddrun(4): Add initial support for IBSS merge.
2015-10-03 Hiroki Sato- Schedule DAD for IN6_IFF_TENTATIVE addresses in nd6_t...
2015-10-03 Alexander MotinRestore original array_rd_sz semantics.
2015-10-03 Hiroki SatoAdd IFCAP_LINKSTATE support.
2015-10-03 Adrian ChaddRemove beacon offsets usage from if_rum.
2015-10-03 Adrian Chaddurtwn(4): fix sequence numbering for QoS frames
2015-10-03 Adrian Chaddural(4): reduce copy-paste in ural_newstate().
2015-10-03 Adrian Chaddrum(4): add command queue for running sleepable tasks...
2015-10-03 Adrian Chaddrum(4): some non-functional changes / cleanup
2015-10-03 Alexander V. ChernikovBump number of prefixes in O_IP_<SRC|DST> from 15 to...
2015-10-03 Andrey V. ElsukovAlways detach encap handler when reconfiguring tunnel.
2015-10-03 Adrian Chaddnet80211: add a possibility to retrieve current TX...
2015-10-03 Adrian Chaddnet80211: add new method for ieee80211_cipher (ic_setiv).
2015-10-03 Adrian Chaddnet80211: get rid of tx_phase1_done flag (ieee80211_cry...
2015-10-02 Adrian Chaddnet80211: separate ieee80211_crypto_get_keyid() from...
2015-10-02 Adrian Chaddrum(4): sync rum_enable_tsf(_sync) with run(4).
2015-10-02 Adrian Chaddrum(4): create few wrappers.
2015-10-02 Adrian Chaddrum(4): move common part of rum_bbp_write() and rum_bbp...
2015-10-02 Adrian Chaddrum(4): reduce code duplication.
2015-10-02 Konstantin BelousovDo not set 'flush to zero' VFPSCR_FZ bit by default...
2015-10-02 Konstantin BelousovFreeBSD does not support SMP on ARMv5. Since processor...
2015-10-02 Poul-Henning KampFail the sbuf if vsnprintf(3) fails.
2015-10-02 Adrian ChaddFix neeed -> neeeded.
2015-10-01 Alexander MotinMore aggressively fill WUT read pipeline.
2015-10-01 Dimitry AndricMerge ^/head r288197 through r288456.
2015-10-01 John BaldwinMost error cases in i915_gem_do_execbuffer() jump to...
2015-10-01 Mark JohnstonEnsure that vop_stdadvise() does not call getblk()...
2015-10-01 Alexander MotinMake zero WUT use WRITE SAME with recently allowed...
2015-10-01 Alexander MotinImplement SPC-3 exceptions to SPC-2 RESERVE and RELEASE...
2015-10-01 Alexander MotinUnify PR variable names to reduce confusion.
2015-10-01 Andrew TurnerAn IPI must be cleared before it is handled otherwise...
next