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
*
Don't leak work if __mlx4_register_vlan(..) fails in
ngie
2015-11-19
1
-0
/
+1
*
Fix integer to pointer of different size conversion warnings when
hselasky
2015-11-12
2
-4
/
+5
*
Fix print formatting compile warnings for Sparc64 and PowerPC platforms.
hselasky
2015-11-12
1
-3
/
+3
*
Finish process of moving the LinuxKPI module into the default kernel build.
hselasky
2015-10-29
93
-11588
/
+0
*
Add missing FreeBSD RCS keyword and SVN properties.
hselasky
2015-10-27
5
-5
/
+10
*
Add support for binding IRQs to CPUs in the LinuxKPI. The new function
hselasky
2015-10-26
1
-1
/
+18
*
Build fix for MIPS.
hselasky
2015-10-26
1
-3
/
+6
*
Build fix for non-i386 and non-amd64 platforms.
hselasky
2015-10-23
1
-0
/
+6
*
Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is a
hselasky
2015-10-22
7
-8
/
+8
*
Remove all comments deriving from Linux.
hselasky
2015-10-21
1
-48
/
+6
*
Remove all comments deriving from Linux. Style file for FreeBSD.
hselasky
2015-10-21
1
-146
/
+25
*
Reimplement header file, remove all comments deriving from Linux and
hselasky
2015-10-21
1
-73
/
+38
*
Move location of RCS keyword according to style.
hselasky
2015-10-20
88
-133
/
+180
*
Add missing FreeBSD RCS keyword and SVN properties.
hselasky
2015-10-20
7
-0
/
+7
*
Add missing FreeBSD RCS keyword and SVN properties.
hselasky
2015-10-20
7
-1
/
+8
*
Add missing dash to copyright clause.
hselasky
2015-10-20
1
-1
/
+1
*
Add missing FreeBSD RCS keyword and SVN properties.
hselasky
2015-10-20
70
-0
/
+70
*
Merge LinuxKPI changes from DragonflyBSD:
hselasky
2015-10-20
1
-95
/
+46
*
The returned value from vm_fault_disable_pagefaults() must be stored
hselasky
2015-10-19
1
-4
/
+13
*
Merge LinuxKPI changes from DragonflyBSD:
hselasky
2015-10-19
2
-6
/
+59
*
Merge LinuxKPI changes from DragonflyBSD:
hselasky
2015-10-19
1
-1
/
+23
*
Merge LinuxKPI changes from DragonflyBSD:
hselasky
2015-10-19
2
-6
/
+30
*
Merge LinuxKPI changes from DragonflyBSD:
hselasky
2015-10-19
2
-3
/
+9
*
Map two more Linux error return codes to FreeBSD ones.
hselasky
2015-10-19
1
-0
/
+2
*
Implement IS_ERR_OR_NULL() function.
hselasky
2015-10-19
1
-1
/
+7
*
Merge LinuxKPI changes from DragonflyBSD:
hselasky
2015-10-19
4
-10
/
+36
*
Merge LinuxKPI changes from DragonflyBSD:
hselasky
2015-10-19
3
-220
/
+223
*
Fix compile warning.
hselasky
2015-10-19
1
-1
/
+1
*
Merge LinuxKPI changes from DragonflyBSD:
hselasky
2015-10-19
1
-96
/
+17
*
Merge LinuxKPI changes from DragonflyBSD:
hselasky
2015-10-19
1
-18
/
+18
*
Merge LinuxKPI changes from DragonflyBSD:
hselasky
2015-10-19
1
-1
/
+68
*
Merge LinuxKPI changes from DragonflyBSD:
hselasky
2015-10-19
1
-0
/
+11
*
Merge LinuxKPI changes from DragonflyBSD:
hselasky
2015-10-19
1
-1
/
+12
*
Merge LinuxKPI changes from DragonflyBSD:
hselasky
2015-10-19
1
-6
/
+26
*
Merge LinuxKPI changes from DragonflyBSD:
hselasky
2015-10-19
1
-2
/
+8
*
Fix build broken by r287861.
melifaro
2015-09-16
1
-1
/
+1
*
Simplify the way of attaching IPv6 link-layer header.
melifaro
2015-09-16
1
-1
/
+1
*
Ensure that the MAD agent's delayed taskqueue is completely stopped
markj
2015-09-15
1
-1
/
+1
*
Currently the Linux character device mmap handling only supports mmap
jhb
2015-09-03
2
-25
/
+22
*
Reinstate unify_tcp_port_space and associated code that was lost during
np
2015-08-12
1
-1
/
+49
*
ipv4_is_zeronet() and ipv4_is_loopback() expect an address in network
markj
2015-08-07
1
-2
/
+2
*
Avoid calling into the random subsystem before it is initialized.
hselasky
2015-08-04
1
-1
/
+5
*
ib mad: fix an incorrect use of list_for_each_entry
markj
2015-07-30
1
-2
/
+5
*
Fix broken implementation of "kvasprintf()" function by adding missing
hselasky
2015-07-03
2
-16
/
+19
*
fd: make rights a mandatory argument to fget_unlocked
mjg
2015-06-16
1
-6
/
+10
*
Implement lockless resource limits.
mjg
2015-06-10
2
-2
/
+3
*
Add SIOCGI2C ioctl support to the driver. Would work only on ConnectX-3
glebius
2015-05-27
3
-0
/
+203
*
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
2
-3
/
+3
*
Apply proper locking when iterating the multicast addresses and add a
hselasky
2015-05-12
1
-0
/
+4
*
msecs_to_jiffies() is implemented using tvtohz(9), which always returns a
markj
2015-05-10
1
-1
/
+1
[next]