| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor out mbuf hashing code from LAGG driver so that other network | hselasky | 2015-03-11 | 3 | -237/+3 |
* | Ensure setting promiscious mode when a network interface is up, is | hselasky | 2015-03-10 | 1 | -5/+8 |
* | Updates for the Mellanox ethernet driver | hselasky | 2015-03-04 | 8 | -26/+57 |
* | Globally enable -fms-extensions when building kernel with gcc, and remove | glebius | 2015-02-17 | 1 | -1/+1 |
* | The "frag_info" pointer is already pointing to an array index. | hselasky | 2015-02-16 | 1 | -1/+1 |
* | Add missing linuxapi module dependencies and always use the FreeBSD | hselasky | 2015-01-19 | 2 | -7/+2 |
* | Start importing the basic OFED linux compatibility layer changes made | hselasky | 2015-01-17 | 2 | -0/+3 |
* | Fixes and updates for the Linux compatibility layer: | hselasky | 2015-01-06 | 1 | -4/+0 |
* | Make sure callbacks being freed are not pending when the | hselasky | 2014-12-11 | 1 | -1/+1 |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | hselasky | 2014-12-01 | 2 | -11/+10 |
* | 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 | 9 | -268/+12 |
* | Fix compile warning when compiling with GCC. | hselasky | 2014-10-07 | 1 | -0/+1 |
* | 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 | 37 | -3294/+8580 |
* | 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 |
* | - Update the OFED Linux Emulation layer as a preparation for a | hselasky | 2014-08-27 | 17 | -26/+15 |
* | Fix OFED startup order: All SYSINIT()'s and modules should be loaded | hselasky | 2014-07-06 | 2 | -2/+2 |
* | Compile fixes: | hselasky | 2014-06-28 | 1 | -0/+1 |
* | Use src.opts.mk in preference to bsd.own.mk except where we need stuff | imp | 2014-05-06 | 1 | -1/+1 |
* | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit | glebius | 2014-03-13 | 1 | -2/+2 |
* | Similar to r260020, only use -fms-extensions with gcc, for all other | dim | 2013-12-30 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | 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 |
* | Fix resource free. | alfred | 2013-10-17 | 1 | -3/+3 |
* | Fixed kernel crash when removing IPOIB_CM option from configuration file | alfred | 2013-10-01 | 1 | -1/+1 |
* | Update OFED to Linux 3.7 and update Mellanox drivers. | alfred | 2013-09-29 | 32 | -1565/+13729 |
* | Change m->pkthdr.header to m->pkthdr.PH_loc.ptr after r254804 | andre | 2013-08-25 | 1 | -2/+2 |
* | 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 |
* | Fix LINT build on amd64. | delphij | 2013-02-09 | 1 | -4/+4 |
* | This fixes a out-of-order problem with several | rrs | 2013-02-07 | 1 | -11/+9 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -1/+1 |
* | remove duplicate semicolons where possible. | eadler | 2012-10-22 | 2 | -2/+2 |
* | The drbr(9) API appeared to be so unclear, that most drivers in | glebius | 2012-09-28 | 1 | -1/+3 |
* | Do not announce IPv6 TSO support yet. The driver seems to make assumptions | bz | 2012-04-23 | 1 | -1/+1 |
* | Add OFED and the associated options and drivers to x86 LINT builds: | jhb | 2012-04-12 | 2 | -0/+17 |