aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* cxgbe/iw_cxgbe: Remove bad cast that resulted in incorrect length forNavdeep Parhar2017-04-061-1/+1
* Cleanup the bitmap_xxx() functions in the LinuxKPI:Hans Petter Selasky2017-04-067-184/+315
* Remove spl*() calls from the nfsclient code. Style adjustments in theKonstantin Belousov2017-04-063-35/+10
* Define VM_READ, VM_WRITE and VM_EXEC in the LinuxKPI.Hans Petter Selasky2017-04-061-0/+4
* Implement need_resched() in the LinuxKPI.Hans Petter Selasky2017-04-061-0/+2
* Fix implementation of task_pid_group_leader() in the LinuxKPI.Hans Petter Selasky2017-04-062-2/+32
* Implement proper support for memory map operations in the LinuxKPI,Hans Petter Selasky2017-04-063-39/+284
* Before registering a new mm_struct in the LinuxKPI check if otherHans Petter Selasky2017-04-061-6/+43
* [net80211] refactor out the A-MPDU dispatch routine.Adrian Chadd2017-04-061-28/+29
* Don't overrite vf->flags variable at the end of ixgbe(4) ixgbe_add_vf().Sean Bruno2017-04-051-1/+1
* Fix a double free in ixgbe_rxeof()Sean Bruno2017-04-051-21/+9
* Fix the linker emulation setting for riscv.John Baldwin2017-04-051-1/+1
* Stop building assym.o into the module.Bryan Drewery2017-04-051-15/+1
* Support assym.s in DPSRCS to depend on it but not link it in.Bryan Drewery2017-04-051-1/+1
* Make nfs pageout coherent with the dirty state of the buffers.Konstantin Belousov2017-04-051-28/+9
* Handle nfs IO_ASYNC write requests asynchronously.Konstantin Belousov2017-04-051-1/+1
* Handle possible vnode reclamation after ncl_vinvalbuf() call.Konstantin Belousov2017-04-052-22/+53
* Add V_VMIO flag for vinvalbuf(9) to indicate that the flush requestKonstantin Belousov2017-04-052-8/+11
* Revert the optimization from r304436Ryan Stone2017-04-051-8/+1
* Extract calculation of ioflags from the vm_pager_putpages flags into aKonstantin Belousov2017-04-052-19/+28
* Some style fixes for vnode_pager_generic_putpages(), in the localKonstantin Belousov2017-04-051-7/+2
* Use int instead of boolean_t for flags argument type inKonstantin Belousov2017-04-051-2/+1
* Unify error handling when si_drv1 is NULL in the LinuxKPI.Hans Petter Selasky2017-04-051-25/+16
* Implement down_write_killable() in the LinuxKPI.Hans Petter Selasky2017-04-051-0/+1
* hyperv/hn: Fixat RNDIS rxfilter after the successful RNDIS init.Sepherosa Ziehau2017-04-053-31/+103
* hyperv/storvsc: Fixup SRB status.Sepherosa Ziehau2017-04-052-8/+8
* hyperv/kbd: Add support for synthetic keyboard.Sepherosa Ziehau2017-04-054-0/+1202
* Always pass the linker emulation via -m when linking modules and kernels.John Baldwin2017-04-054-9/+10
* Sync SYSTEM_LD in Makefile.arm with kern.pre.mk.John Baldwin2017-04-051-2/+3
* Use correct linker emulation name for armeb.John Baldwin2017-04-051-1/+1
* Don't leak a session and lock if a GMAC key has an invalid length.John Baldwin2017-04-051-1/+4
* ufs: Export UFS_MAXNAMLEN to pathconf, statfsConrad Meyer2017-04-052-2/+3
* cxgbe(4): Program the global RSS key once instead of once per ifnet.Navdeep Parhar2017-04-041-9/+12
* Allow MSIX to be turned off by tuneable per interface, per driver.Sean Bruno2017-04-042-3/+5
* Correct a kernel stack leak in 32-bit compat when vfc_name is short.Brooks Davis2017-04-041-2/+1
* no_desc_avail is tracked in iflib now making this redundant.Sean Bruno2017-04-042-4/+0
* Assert that the align parameter to uma_zcreate() is valid.John Baldwin2017-04-041-0/+3
* When we are doing SA lookup for TCP-MD5, check both source andAndrey V. Elsukov2017-04-041-2/+4
* Remove dead code/ifdef.Edward Tomasz Napierala2017-04-041-10/+0
* Add 25/40/100Gigabit Ethernet Driver version v1.3.0 for Cavium Inc's.David C Somayajulu2017-04-0495-0/+226155
* remove machine/metadata.h from sys/opencrypto/crypto.cAllan Jude2017-04-041-1/+0
* Don't calltsec_receive_intr_locked() from the error interrupt handler.Justin Hibbits2017-04-041-3/+0
* Defragment the transmit mbuf chain only if necessary.Justin Hibbits2017-04-042-224/+141
* Fix mis-manual merge.Justin Hibbits2017-04-041-2/+2
* Fix set-but-not-used warningsJustin Hibbits2017-04-041-6/+1
* Use a common tsec_mii_wait() function to busy wait for status changes.Justin Hibbits2017-04-041-21/+31
* Fix spelling mistake, BCM2835_PASWORD -> BCM2835_PASSWORDGavin Atkinson2017-04-031-8/+8
* Remove unsafe and non-functional DDB functions that I added long agoSean Bruno2017-04-031-37/+0
* Remove rx_processing_limit sysctl and now orphaned function em_set_sysctl_valueSean Bruno2017-04-031-18/+0
* Remove "IPFW static rules" rmlock.Andrey V. Elsukov2017-04-0310-14/+18