summaryrefslogtreecommitdiffstats
path: root/sys/ofed
Commit message (Expand)AuthorAgeFilesLines
* Make sure callbacks being freed are not pending when thehselasky2014-12-111-1/+1
* Move OFED init a bit earlier so that PXE boot works.hselasky2014-12-091-2/+2
* Use CURVNET macros inside inet_get_local_port_range() function.rodrigc2014-12-082-0/+4
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-012-11/+10
* Merge from projects/sendfile: extend protocols API to supportglebius2014-11-301-1/+1
* Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr -melifaro2014-11-272-8/+10
* In preparation of merging projects/sendfile, transform bare access toglebius2014-11-122-14/+14
* Fix compile warning by removing unused variable.hselasky2014-10-301-3/+0
* Update the network interface baudrate integer according to the actualhselasky2014-10-241-1/+10
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-4/+4
* Update the OFED Linux compatibility layer andhselasky2014-10-1534-425/+264
* Fix compile warning when compiling with GCC.hselasky2014-10-072-1/+1
* Mechanically convert to if_inc_counter().glebius2014-09-274-22/+22
* Update code to use new network counter API.hselasky2014-09-245-17/+23
* Hardware driver update from Mellanox Technologies, including:hselasky2014-09-2348-3394/+8969
* Add a new fo_fill_kinfo fileops method to add type-specific information tojhb2014-09-221-0/+9
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-221-0/+5
* Revert r271504. A new patch to solve this issue will be made.hselasky2014-09-131-6/+0
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-131-0/+6
* Fix various issues with invalid file operations:jhb2014-09-121-1/+13
* Forward declare struct kiocb, which is only used for an unsued functionbz2014-08-291-0/+1
* - Update the OFED Linux Emulation layer as a preparation for ahselasky2014-08-27144-494/+1347
* pci: make MSI(-X) enable and disable methods of the PCI busroyger2014-08-201-0/+4
* - Fix radix tree memory leakage when unloading modules using radixhselasky2014-08-121-20/+64
* Fix OFED startup order: All SYSINIT()'s and modules should be loadedhselasky2014-07-064-6/+11
* Fix compile warning.hselasky2014-07-061-1/+1
* Fix some compile warnings.hselasky2014-07-061-12/+12
* Compile fixes:hselasky2014-06-283-1/+3
* - Fix out of range shifting bug in bitops.h.hselasky2014-06-121-5/+5
* Use src.opts.mk in preference to bsd.own.mk except where we need stuffimp2014-05-062-2/+2
* Rename global cnt to vm_cnt to avoid shadowing.bdrewery2014-03-222-2/+2
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbitglebius2014-03-133-13/+7
* Simplify filling sockaddr_dl structure for if_resolvemulti()melifaro2014-01-181-16/+2
* Similar to r260020, only use -fms-extensions with gcc, for all otherdim2013-12-302-2/+2
* Defer start/stop port to workqueues.alfred2013-12-152-25/+75
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-304-13/+13
* Fix creating a vlan over lagg over mlxen crash.alfred2013-11-171-0/+6
* Do not use a sleep lock when protecting the driver flags.alfred2013-11-082-2/+5
* Fix for bad performance when mtu is increased.alfred2013-11-083-65/+45
* Use explicit long cast to avoid overflow in bitopts.alfred2013-11-081-3/+3
* Fix API mismatch exposed by lagg.alfred2013-11-021-2/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-263-0/+3
* Fix resource free.alfred2013-10-171-3/+3
* Fix __free_pages() in the linux shim.alfred2013-10-151-3/+3
* Fix for When more than one NIC is present.alfred2013-10-101-34/+1
* Remove redundant declaration of cmclass indim2013-10-091-3/+0
* Give an unnamed union in sys/ofed/include/rdma/ib_verbs.h a name, todim2013-10-071-1/+1
* Fixed kernel crash when running devinfoalfred2013-10-011-0/+2
* Enable ib_dev.mmap functionalfred2013-10-013-2/+73
* Fixed 'Couldn't Create QP' issue when running rc_pingpong, uc_pingpong,alfred2013-10-011-0/+18
OpenPOWER on IntegriCloud