Remove the unnecessary cast.
[freebsd.git] / sys /
2015-10-05 kevloRemove the unnecessary cast.
2015-10-04 sbrunoSet correct argemdio addr, comment out arge1 as its...
2015-10-04 andrewWhen trying to execute from a misaligned address raise...
2015-10-04 melifaroInvoke lle_event for new entry iff it has lladdr set.
2015-10-04 kevloReplace M_NOWAIT with M_WAITOK for consistency with...
2015-10-04 kevloFix max TX power settings for RT5390/RT5392.
2015-10-04 kibWhen asserting IL bit in exception syndrome register...
2015-10-04 melifaroSimplify if (lladdr) condition in nd6_cache_lladdr():
2015-10-04 rwatsonAdd missing stack unwind information to several assembl...
2015-10-04 melifaroEliminate nd6_llinfo_settimer(). All consumers were...
2015-10-04 melifaroAdd __noinline attribute to several functions to ease...
2015-10-04 araujoRemove per complete the fec aggregation protocol.
2015-10-04 adriandrm2: a few minor fixes after r280183
2015-10-04 melifaroFix condition for nd6_llinfo_getholdsrc() introduced...
2015-10-04 adrianFix run(4) mbuf queue flushing / freeing.
2015-10-04 adrianRandom zyd(4) fixes to bring TX handling in line with...
2015-10-04 adrianFix to make compile on gcc-4.2.1 (eg mips, sparc64.)
2015-10-04 adrianFix to compile using gcc-4.2 (eg mips, sparc64.)
2015-10-03 adriannet80211: reduce code duplication in the ieee80211_ioct...
2015-10-03 adrianrum(4): add WME support.
2015-10-03 adrianrun(4): fix WME support (untested).
2015-10-03 markjRevert r288628 and instead fix a discrepancy between...
2015-10-03 adrianrum(4): fix stats interpretation in rum_ratectl_task()
2015-10-03 adrianrum(4): set short/long retry limits
2015-10-03 adrianrum(4): fix sequence number generation.
2015-10-03 adriannet80211: drop ieee80211_beacon_offsets parameter from...
2015-10-03 adriannet80211: drop redundant 3rd parameter from iv_key_set().
2015-10-03 adrianrum(4): drop unused 'node id' parameter.
2015-10-03 adrianrum(4): add support for hardware encryption (WEP, TKIP...
2015-10-03 adrianrum(4): implement iv_update_beacon call (fixes client...
2015-10-03 adrianrum(4): attach rum_update_slot to ic_updateslot.
2015-10-03 markjThe return value of posix_fadvise(2) is just an error...
2015-10-03 alcReduce the scope of a variable to the only file where...
2015-10-03 adrianrum(4): split rum_prepare_beacon() into 'alloc' and...
2015-10-03 adrianrum(4): add support for AHDEMO mode.
2015-10-03 adrianrum(4): simplify rum_set_bssid(), rum_set_macaddr(...
2015-10-03 adrianrum(4): do not corrupt MAC address
2015-10-03 adrianrum(4): add error handling for rum_enable_tsf_sync...
2015-10-03 alcPerform a single batched update to the object's paging...
2015-10-03 adrianrum(4): move some code from rum_init() into separate...
2015-10-03 adrianrum(4): add error handling in initialization path
2015-10-03 adrianrum(4): simplify error handling rum_raw_xmit()
2015-10-03 adrianrum(4): check mbuf size before accessing its contents
2015-10-03 adrianrum(4): add TSF field into radiotap headers
2015-10-03 adrianrun(4): Add initial support for IBSS merge.
2015-10-03 hrs- Schedule DAD for IN6_IFF_TENTATIVE addresses in nd6_t...
2015-10-03 mavRestore original array_rd_sz semantics.
2015-10-03 hrsAdd IFCAP_LINKSTATE support.
2015-10-03 adrianRemove beacon offsets usage from if_rum.
2015-10-03 adrianurtwn(4): fix sequence numbering for QoS frames
2015-10-03 adrianural(4): reduce copy-paste in ural_newstate().
2015-10-03 adrianrum(4): add command queue for running sleepable tasks...
2015-10-03 adrianrum(4): some non-functional changes / cleanup
2015-10-03 melifaroBump number of prefixes in O_IP_<SRC|DST> from 15 to...
2015-10-03 aeAlways detach encap handler when reconfiguring tunnel.
2015-10-03 adriannet80211: add a possibility to retrieve current TX...
2015-10-03 adriannet80211: add new method for ieee80211_cipher (ic_setiv).
2015-10-03 adriannet80211: get rid of tx_phase1_done flag (ieee80211_cry...
2015-10-02 adriannet80211: separate ieee80211_crypto_get_keyid() from...
2015-10-02 adrianrum(4): sync rum_enable_tsf(_sync) with run(4).
2015-10-02 adrianrum(4): create few wrappers.
2015-10-02 adrianrum(4): move common part of rum_bbp_write() and rum_bbp...
2015-10-02 adrianrum(4): reduce code duplication.
2015-10-02 kibDo not set 'flush to zero' VFPSCR_FZ bit by default...
2015-10-02 kibFreeBSD does not support SMP on ARMv5. Since processor...
2015-10-02 phkFail the sbuf if vsnprintf(3) fails.
2015-10-02 adrianFix neeed -> neeeded.
2015-10-01 mavMore aggressively fill WUT read pipeline.
2015-10-01 jhbMost error cases in i915_gem_do_execbuffer() jump to...
2015-10-01 markjEnsure that vop_stdadvise() does not call getblk()...
2015-10-01 mavMake zero WUT use WRITE SAME with recently allowed...
2015-10-01 mavImplement SPC-3 exceptions to SPC-2 RESERVE and RELEASE...
2015-10-01 mavUnify PR variable names to reduce confusion.
2015-10-01 andrewAn IPI must be cleared before it is handled otherwise...
2015-10-01 cpercivaDisable suspend when we're shutting down. This solves...
2015-10-01 andrewUse pmap_load more consistently. While here try to...
2015-10-01 andrewAdd the ENTRY/END entries around the exception handlers.
2015-10-01 lwhsuFix `make depend` in sys/modules/otus
2015-09-30 markjAs a step towards the elimination of PG_CACHED pages...
2015-09-30 mavUse proper STAILQ_* macros where possible.
2015-09-30 mavMake pass, sg and targ drivers respect HBA's maxio.
2015-09-30 aeTake extra reference to security policy before calling...
2015-09-30 markjMFV r288408:
2015-09-30 adrianmodify the rssi logic a bit to actually return a useful...
2015-09-30 glebiusWhen processing ICMP need frag message, ignore the...
2015-09-29 adrianFix locking after my EDCA update change.
2015-09-29 jhbUse EFI page size constants instead of hardcoding 4096.
2015-09-29 mavReally implement PREVENT ALLOW MEDIUM REMOVAL command.
2015-09-29 mavDon't report SYNC_NV bit set in SYNCHRONIZE CACHE as...
2015-09-29 mavFix arguments order.
2015-09-29 avgsdt.h: no need for argtype_list_head
2015-09-29 avgsdt: static-ize couple of variables
2015-09-29 avgsdt module does not seem to actually use any symbol...
2015-09-29 avgstd: it is important that func name is never an empty...
2015-09-29 avgsdt: start checking version field when parsing probe...
2015-09-29 avgdtrace_getarg: remove stray return statement on amd64...
2015-09-29 mavReport that we can read all flavours of DVD. Why not?
2015-09-29 mavAdd CD/DVD Capabilities and Mechanical Status Page.
2015-09-29 adrianrsu(4): Add support for 1T2R and 2T2R NICs.
2015-09-29 adrianurtwn driver fixes - missing include, free node referen...
next