| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the network interface baudrate integer according to the actual | hselasky | 2014-10-24 | 1 | -1/+10 |
* | Fix multiple incorrect SYSCTL arguments in the kernel: | hselasky | 2014-10-21 | 1 | -4/+4 |
* | Update the OFED Linux compatibility layer and | hselasky | 2014-10-15 | 34 | -425/+264 |
* | Fix compile warning when compiling with GCC. | hselasky | 2014-10-07 | 2 | -1/+1 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-27 | 4 | -22/+22 |
* | Update code to use new network counter API. | hselasky | 2014-09-24 | 5 | -17/+23 |
* | Hardware driver update from Mellanox Technologies, including: | hselasky | 2014-09-23 | 48 | -3394/+8969 |
* | Add a new fo_fill_kinfo fileops method to add type-specific information to | jhb | 2014-09-22 | 1 | -0/+9 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-22 | 1 | -0/+5 |
* | Revert r271504. A new patch to solve this issue will be made. | hselasky | 2014-09-13 | 1 | -6/+0 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-13 | 1 | -0/+6 |
* | Fix various issues with invalid file operations: | jhb | 2014-09-12 | 1 | -1/+13 |
* | Forward declare struct kiocb, which is only used for an unsued function | bz | 2014-08-29 | 1 | -0/+1 |
* | - Update the OFED Linux Emulation layer as a preparation for a | hselasky | 2014-08-27 | 144 | -494/+1347 |
* | pci: make MSI(-X) enable and disable methods of the PCI bus | royger | 2014-08-20 | 1 | -0/+4 |
* | - Fix radix tree memory leakage when unloading modules using radix | hselasky | 2014-08-12 | 1 | -20/+64 |
* | Fix OFED startup order: All SYSINIT()'s and modules should be loaded | hselasky | 2014-07-06 | 4 | -6/+11 |
* | Fix compile warning. | hselasky | 2014-07-06 | 1 | -1/+1 |
* | Fix some compile warnings. | hselasky | 2014-07-06 | 1 | -12/+12 |
* | Compile fixes: | hselasky | 2014-06-28 | 3 | -1/+3 |
* | - Fix out of range shifting bug in bitops.h. | hselasky | 2014-06-12 | 1 | -5/+5 |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 2 | -2/+2 |
* | Rename global cnt to vm_cnt to avoid shadowing. | bdrewery | 2014-03-22 | 2 | -2/+2 |
* | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit | glebius | 2014-03-13 | 3 | -13/+7 |
* | Simplify filling sockaddr_dl structure for if_resolvemulti() | melifaro | 2014-01-18 | 1 | -16/+2 |
* | Similar to r260020, only use -fms-extensions with gcc, for all other | dim | 2013-12-30 | 2 | -2/+2 |
* | Defer start/stop port to workqueues. | alfred | 2013-12-15 | 2 | -25/+75 |
* | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this | eadler | 2013-11-30 | 4 | -13/+13 |
* | Fix creating a vlan over lagg over mlxen crash. | alfred | 2013-11-17 | 1 | -0/+6 |
* | Do not use a sleep lock when protecting the driver flags. | alfred | 2013-11-08 | 2 | -2/+5 |
* | Fix for bad performance when mtu is increased. | alfred | 2013-11-08 | 3 | -65/+45 |
* | Use explicit long cast to avoid overflow in bitopts. | alfred | 2013-11-08 | 1 | -3/+3 |
* | Fix API mismatch exposed by lagg. | alfred | 2013-11-02 | 1 | -2/+2 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 3 | -0/+3 |
* | Fix resource free. | alfred | 2013-10-17 | 1 | -3/+3 |
* | Fix __free_pages() in the linux shim. | alfred | 2013-10-15 | 1 | -3/+3 |
* | Fix for When more than one NIC is present. | alfred | 2013-10-10 | 1 | -34/+1 |
* | Remove redundant declaration of cmclass in | dim | 2013-10-09 | 1 | -3/+0 |
* | Give an unnamed union in sys/ofed/include/rdma/ib_verbs.h a name, to | dim | 2013-10-07 | 1 | -1/+1 |
* | Fixed kernel crash when running devinfo | alfred | 2013-10-01 | 1 | -0/+2 |
* | Enable ib_dev.mmap function | alfred | 2013-10-01 | 3 | -2/+73 |
* | Fixed 'Couldn't Create QP' issue when running rc_pingpong, uc_pingpong, | alfred | 2013-10-01 | 1 | -0/+18 |
* | Fixed kernel crash when removing IPOIB_CM option from configuration file | alfred | 2013-10-01 | 2 | -2/+2 |
* | Fix mis-merge of upstream fix. | alfred | 2013-10-01 | 1 | -4/+0 |
* | Update OFED to Linux 3.7 and update Mellanox drivers. | alfred | 2013-09-29 | 96 | -3500/+24925 |
* | Handle cases where capability rights are not provided. | pjd | 2013-09-05 | 1 | -3/+9 |
* | Change m->pkthdr.header to m->pkthdr.PH_loc.ptr after r254804 | andre | 2013-08-25 | 1 | -2/+2 |
* | Fix implementation of sock_getname. | np | 2013-08-23 | 1 | -5/+5 |
* | Stop an ipoib interface before detaching it. | jhb | 2013-08-20 | 1 | -0/+2 |
* | Add m_clrprotoflags() to clear protocol specific mbuf flags at up and | andre | 2013-08-19 | 1 | -1/+1 |