index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
ofed
/
drivers
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Properly parse 40G media types from newer Mellanox adapters that are
jhb
2012-04-10
3
-10
/
+35
*
- Implement wake-on-lan support in mlxen.
jeff
2011-03-26
6
-4
/
+68
*
- Correct the vlan filter programming. The device filter is built in
jeff
2011-03-23
3
-17
/
+15
*
- Don't use a separate set of rx queues for UDP, hash them into the same
jeff
2011-03-22
4
-281
/
+142
*
- Merge in OFED 1.5.3 from projects/ofed/head
jeff
2011-03-21
36
-0
/
+15949