Age | Commit message (Expand) | Author |
2015-04-13 | Make filter argument to ipsp_aux_match optional like the rest of them. | Mike Belopuhov |
2015-04-13 | Perform IPsec bypass check on a socket before performing TDB lookups. | Mike Belopuhov |
2015-04-13 | Rename gettdbbyaddr to gettdbbydst; OK markus, hshoexer, mpi | Mike Belopuhov |
2015-04-13 | Remove unused arguments from gettdb* functions; OK markus, hshoexer, mpi | Mike Belopuhov |
2015-04-13 | Move one "#ifdef NVLAN" chunk needed only if you're running bridge(4) on | Martin Pieuchot |
2015-04-13 | Now that if_input() set the receiving interface pointer on mbufs for us | Martin Pieuchot |
2015-04-13 | ether_input() should not longer be called directly so convert to | Martin Pieuchot |
2015-04-12 | Fix some KNF, spacing, and typo issues. Moving the deck chairs around to | Mike Larkin |
2015-04-12 | Fix some typos in comments, and remove an outdated comment about how | Mike Larkin |
2015-04-12 | Bring PAE code back to life, in a different form. This diff (via bluhm then | Mike Larkin |
2015-04-12 | Add a few missing trace functions, and "use" them. Add back the WATCH_GTT | Mark Kettenis |
2015-04-12 | hfsc_classq has a type member which is never set or read, except to report | David Gwynne |
2015-04-12 | there's a 1:1 correlation between hfsc_class instances and hfsc_classq | David Gwynne |
2015-04-12 | change back to linux style pci vendor/device defines | Jonathan Gray |
2015-04-12 | change back to wait_for/wait_for_atomic_us | Jonathan Gray |
2015-04-12 | disable the pool gc. there are reports of strange lockups on various mp | David Gwynne |
2015-04-12 | pull structs and macros that are only used in hfsc.c out of the header | David Gwynne |
2015-04-12 | dont rely on hfsc.h via pfvar.h to include sys/timeout.h. | David Gwynne |
2015-04-12 | Switch back to ioread32 and iowrite32 for cases where bus_space_vaddr is | Jonathan Gray |
2015-04-12 | make wait_queue_head a struct with a mutex | Jonathan Gray |
2015-04-11 | Directly handle ioctls issued to a SCSI device associated with a softraid | Joel Sing |
2015-04-11 | Add support for restarting rebuilds on RAID 5. | Joel Sing |
2015-04-11 | Convert lii(4) to if_input(). | Joel Sing |
2015-04-11 | rename i915 interrupt handlers from *_intr back to *_irq_handler | Jonathan Gray |
2015-04-11 | the hfsc pools are only used in hfsc.c, so move the init of them | David Gwynne |
2015-04-11 | change back to spinlock_t/DEFINE_SPINLOCK | Jonathan Gray |
2015-04-11 | change back to drm_free_large/drm_malloc_ab | Jonathan Gray |
2015-04-11 | add/use max_t() | Jonathan Gray |
2015-04-11 | Rename i915_gem_chipset_flush() to intel_gtt_chipset_flush() | Jonathan Gray |
2015-04-10 | Axe vq_free_entry_locked | Stefan Fritsch |
2015-04-10 | Fix typo in macro name | Stefan Fritsch |
2015-04-10 | Don't use pa_to_pvh() if we already have the page. Avoids an unused variable | Mark Kettenis |
2015-04-10 | Convert to if_input(). | Martin Pieuchot |
2015-04-10 | I did quite some changes to this driver, so add copyright. | Martin Pieuchot |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-04-10 | Full-speed isochronous transfers support with opportunistic micro-frames | Martin Pieuchot |
2015-04-10 | replace the guts of tdb_hash with SipHash24 | David Gwynne |
2015-04-10 | Move irqs_disabled() and in_dbg_master() out of the i386/amd64 ifdef block | Jonathan Gray |
2015-04-10 | mpi@ introduced a ph_cookie in mbuf packet headers that can be used | David Gwynne |
2015-04-10 | Run detach hook and similar before cleaning up any other resource when | Martin Pieuchot |
2015-04-10 | Add support for CRC-enabled elantech v3 touchpads. | Stefan Sperling |
2015-04-10 | Convert remaining USB Ethernet adapter to if_input(). | Martin Pieuchot |
2015-04-10 | Use mdelay(x) instead of delay(x * 1000) for drm_msleep() to better | Jonathan Gray |
2015-04-10 | Make drm_can_sleep() match linux. No change in behaviour as it's | Jonathan Gray |
2015-04-10 | add irqs_disabled() and in_dbg_master() using cold and db_is_active | Jonathan Gray |
2015-04-10 | dont inherit the parent interfaces hardmtu as the vlan interfaces | David Gwynne |
2015-04-09 | Send lmc(4) and san(4) to the HDLC framed bit bucket in the sky. | Theo de Raadt |
2015-04-09 | Make the sparc64 pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-04-09 | Plug a memory leak in pfr_destroy_kentry | Mike Belopuhov |
2015-04-09 | to quote jim smith: | David Gwynne |