summaryrefslogtreecommitdiffstats
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* Move location of RCS keyword according to style.hselasky2015-10-2088-133/+180
* Add missing FreeBSD RCS keyword and SVN properties.hselasky2015-10-207-0/+7
* Add missing FreeBSD RCS keyword and SVN properties.hselasky2015-10-207-1/+8
* Add missing dash to copyright clause.hselasky2015-10-201-1/+1
* Add missing FreeBSD RCS keyword and SVN properties.hselasky2015-10-2070-0/+70
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-201-95/+46
* The returned value from vm_fault_disable_pagefaults() must be storedhselasky2015-10-191-4/+13
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-192-6/+59
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-191-1/+23
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-192-6/+30
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-192-3/+9
* Map two more Linux error return codes to FreeBSD ones.hselasky2015-10-191-0/+2
* Implement IS_ERR_OR_NULL() function.hselasky2015-10-191-1/+7
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-194-10/+36
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-193-220/+223
* Fix compile warning.hselasky2015-10-191-1/+1
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-191-96/+17
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-191-18/+18
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-191-1/+68
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-191-0/+11
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-191-1/+12
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-191-6/+26
* Merge LinuxKPI changes from DragonflyBSD:hselasky2015-10-191-2/+8
* Fix build broken by r287861.melifaro2015-09-161-1/+1
* Simplify the way of attaching IPv6 link-layer header.melifaro2015-09-161-1/+1
* Ensure that the MAD agent's delayed taskqueue is completely stoppedmarkj2015-09-151-1/+1
* Currently the Linux character device mmap handling only supports mmapjhb2015-09-032-25/+22
* Reinstate unify_tcp_port_space and associated code that was lost duringnp2015-08-121-1/+49
* ipv4_is_zeronet() and ipv4_is_loopback() expect an address in networkmarkj2015-08-071-2/+2
* Avoid calling into the random subsystem before it is initialized.hselasky2015-08-041-1/+5
* ib mad: fix an incorrect use of list_for_each_entrymarkj2015-07-301-2/+5
* Fix broken implementation of "kvasprintf()" function by adding missinghselasky2015-07-032-16/+19
* fd: make rights a mandatory argument to fget_unlockedmjg2015-06-161-6/+10
* Implement lockless resource limits.mjg2015-06-102-2/+3
* Add SIOCGI2C ioctl support to the driver. Would work only on ConnectX-3glebius2015-05-273-0/+203
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-222-3/+3
* Apply proper locking when iterating the multicast addresses and add ahselasky2015-05-121-0/+4
* msecs_to_jiffies() is implemented using tvtohz(9), which always returns amarkj2015-05-101-1/+1
* find_next_bit() and find_next_zero_bit(): if the caller-specified offsetmarkj2015-05-101-0/+4
* Don't drop the idr lock before verifying that the newly-inserted elementmarkj2015-05-021-10/+20
* fd: remove filedesc argument from fdclosemjg2015-04-111-1/+1
* Fix variable casting:hselasky2015-03-271-4/+2
* Fixes for the LinuxAPI completion wrappers:hselasky2015-03-274-117/+146
* Add missing void pointer argument to SYSINIT() functions.hselasky2015-03-181-2/+2
* Fix problems about 32-bit ticks wraparound and unsigned longhselasky2015-03-182-33/+70
* Declare missing symbol and inline macro which is only used once.hselasky2015-03-181-7/+5
* Factor out mbuf hashing code from LAGG driver so that other networkhselasky2015-03-113-237/+3
* Ensure setting promiscious mode when a network interface is up, ishselasky2015-03-101-5/+8
* Define PTR_ALIGN() macro which will be needed coming Mellanox driverhselasky2015-03-041-0/+2
* Updates for the Mellanox ethernet driverhselasky2015-03-0410-30/+74
OpenPOWER on IntegriCloud