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
*
fd: remove filedesc argument from fdclose
mjg
2015-04-11
1
-1
/
+1
*
Fix variable casting:
hselasky
2015-03-27
1
-4
/
+2
*
Fixes for the LinuxAPI completion wrappers:
hselasky
2015-03-27
4
-117
/
+146
*
Add missing void pointer argument to SYSINIT() functions.
hselasky
2015-03-18
1
-2
/
+2
*
Fix problems about 32-bit ticks wraparound and unsigned long
hselasky
2015-03-18
2
-33
/
+70
*
Declare missing symbol and inline macro which is only used once.
hselasky
2015-03-18
1
-7
/
+5
*
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
*
Define PTR_ALIGN() macro which will be needed coming Mellanox driver
hselasky
2015-03-04
1
-0
/
+2
*
Updates for the Mellanox ethernet driver
hselasky
2015-03-04
10
-30
/
+74
*
Macro fixes:
hselasky
2015-02-23
2
-1
/
+3
*
Try to unbreak NOIP and NOINET6 LINT builds after r278886
bz
2015-02-19
1
-0
/
+6
*
filedesc: simplify fget_unlocked & friends
mjg
2015-02-17
1
-3
/
+3
*
Fix compilation of LINT-NOINET kernel target after r278886.
hselasky
2015-02-17
1
-2
/
+5
*
Globally enable -fms-extensions when building kernel with gcc, and remove
glebius
2015-02-17
1
-1
/
+1
*
Fix compilation of the SDP driver and a compile warning after r278886.
hselasky
2015-02-17
4
-6
/
+10
*
Fix compilation when DEBUG is defined.
hselasky
2015-02-17
1
-1
/
+1
*
Update the infiniband stack to Mellanox's OFED version 2.1.
hselasky
2015-02-17
73
-6814
/
+11239
*
Define standard formatting strings to print GIDs
hselasky
2015-02-16
1
-0
/
+40
*
The kasprintf() function cannot be inlined due to using a variable
hselasky
2015-02-16
2
-12
/
+15
*
The "frag_info" pointer is already pointing to an array index.
hselasky
2015-02-16
1
-1
/
+1
*
Add more functions to the Linux kernel compatibility layer. Add some
hselasky
2015-02-13
4
-0
/
+52
*
Fix bug in idr_pre_get where it doesn't handle 'need' correctly.
np
2015-02-02
1
-1
/
+1
*
Revert for r277213:
hselasky
2015-01-22
1
-2
/
+0
*
Add missing linuxapi module dependencies and always use the FreeBSD
hselasky
2015-01-19
7
-18
/
+11
*
Add more functions to the Linux kernel compatibility layer. Add some
hselasky
2015-01-19
9
-3
/
+52
*
Start importing the basic OFED linux compatibility layer changes made
hselasky
2015-01-17
9
-146
/
+253
*
Use parentheses instead of close proximity to ensure layer + 1 is evaluated
np
2015-01-16
1
-1
/
+1
*
Major callout subsystem cleanup and rewrite:
hselasky
2015-01-15
1
-0
/
+2
*
Don't mask the IP-address when doing multicast IP over infiniband.
hselasky
2015-01-09
1
-1
/
+1
*
Use the M_SIZE() macro when possible.
hselasky
2015-01-08
2
-4
/
+2
*
Fixes and updates for the Linux compatibility layer:
hselasky
2015-01-06
8
-42
/
+90
*
Make sure callbacks being freed are not pending when the
hselasky
2014-12-11
1
-1
/
+1
*
Move OFED init a bit earlier so that PXE boot works.
hselasky
2014-12-09
1
-2
/
+2
*
Use CURVNET macros inside inet_get_local_port_range() function.
rodrigc
2014-12-08
2
-0
/
+4
*
Start process of removing the use of the deprecated "M_FLOWID" flag
hselasky
2014-12-01
2
-11
/
+10
*
Merge from projects/sendfile: extend protocols API to support
glebius
2014-11-30
1
-1
/
+1
*
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
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
[next]