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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Make sendfile() a method in the struct fileops. Currently only
glebius
2013-08-15
1
-0
/
+1
*
- Reserve a special AF for SDP. The one we were incorrectly using before
jeff
2013-08-09
1
-0
/
+2
*
- Correctly handle various edge cases in sysfs emulation.
jeff
2013-08-09
1
-4
/
+7
*
- Use the correct type in the linux bitops emulation.
jeff
2013-08-09
1
-4
/
+9
*
Split the pagequeues per NUMA domains, and split pageademon process
kib
2013-08-07
1
-0
/
+1
*
Replace kernel virtual address space allocation with vmem. This provides
jeff
2013-08-07
3
-9
/
+9
*
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
*
rename scheduler->swapper and SI_SUB_RUN_SCHEDULER->SI_SUB_LAST
avg
2013-07-24
1
-3
/
+3
*
Rework the previous fix for the IB vs Ethernet sysctl handler to be more
jhb
2013-07-18
2
-20
/
+18
*
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
2
-5
/
+10
*
Store a reference to the vnode associated with a file descriptor in the
jhb
2013-06-11
2
-1
/
+5
*
Fxi a bunch of typos.
eadler
2013-05-10
1
-1
/
+1
*
According to the documentation, on Linux, cancel_delayed_work() does not
delphij
2013-05-08
1
-3
/
+3
*
Add const qualifier to the dst parameter of the ifnet if_output method.
glebius
2013-04-27
1
-2
/
+2
*
Check for SS_NBIO in the socket state field rather than socket buffer
jhb
2013-04-03
1
-2
/
+2
*
MFC
attilio
2013-03-08
1
-7
/
+9
|
\
|
*
Add protective parentheses for macro argument, missed in r247671.
mav
2013-03-02
1
-1
/
+1
|
*
MFcalloutng:
mav
2013-03-02
1
-7
/
+9
[next]