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
*
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
*
find_next_bit() and find_next_zero_bit(): if the caller-specified offset
markj
2015-05-10
1
-0
/
+4
*
Don't drop the idr lock before verifying that the newly-inserted element
markj
2015-05-02
1
-10
/
+20
*
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
[next]