| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr - | melifaro | 2014-11-27 | 2 | -8/+10 |
* | In preparation of merging projects/sendfile, transform bare access to | glebius | 2014-11-12 | 2 | -14/+14 |
* | Fix compile warning by removing unused variable. | hselasky | 2014-10-30 | 1 | -3/+0 |
* | 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 | 19 | -282/+25 |
* | Fix compile warning when compiling with GCC. | hselasky | 2014-10-07 | 1 | -0/+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 | 42 | -3312/+8600 |
* | 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 |
* | 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 | 40 | -58/+45 |
* | Fix OFED startup order: All SYSINIT()'s and modules should be loaded | hselasky | 2014-07-06 | 3 | -3/+3 |
* | 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 | 2 | -0/+2 |
* | 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 | 2 | -3/+3 |
* | 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 |
* | 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 | 2 | -0/+2 |
* | Fix resource free. | alfred | 2013-10-17 | 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 |
* | Fixed kernel crash when running devinfo | alfred | 2013-10-01 | 1 | -0/+2 |
* | Enable ib_dev.mmap function | alfred | 2013-10-01 | 2 | -2/+45 |
* | 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 |
* | Update OFED to Linux 3.7 and update Mellanox drivers. | alfred | 2013-09-29 | 63 | -3277/+23023 |
* | Change m->pkthdr.header to m->pkthdr.PH_loc.ptr after r254804 | andre | 2013-08-25 | 1 | -2/+2 |
* | 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 |
* | Add a missing prototype. | jhb | 2013-07-29 | 1 | -0/+1 |
* | Various fixes to the mlxen(4) driver: | jhb | 2013-07-29 | 1 | -21/+31 |
* | Avoid trashing IP fragments: | jhb | 2013-07-25 | 1 | -2/+6 |
* | Rework the previous fix for the IB vs Ethernet sysctl handler to be more | jhb | 2013-07-18 | 1 | -3/+3 |
* | Remove check forbidding requests that would result in one port being set | jhb | 2013-07-17 | 1 | -3/+0 |
* | Allow mlx4 devices to switch from Ethernet to Infiniband (and vice versa): | jhb | 2013-07-08 | 1 | -3/+3 |
* | Fxi a bunch of typos. | eadler | 2013-05-10 | 1 | -1/+1 |
* | Add const qualifier to the dst parameter of the ifnet if_output method. | glebius | 2013-04-27 | 1 | -2/+2 |