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
*
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
*
|
MFC
attilio
2013-03-02
1
-4
/
+5
|
\
\
|
|
/
|
*
Merge Capsicum overhaul:
pjd
2013-03-02
1
-4
/
+5
*
|
Rename VM_OBJECT_LOCK(), VM_OBJECT_UNLOCK() and VM_OBJECT_TRYLOCK() to
attilio
2013-02-20
1
-3
/
+3
*
|
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
1
-0
/
+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
6
-9
/
+9
*
Redo r242842, now actually fixing the warnings, as follows:
dim
2012-11-12
4
-7
/
+9
*
Use %s when calling make_dev with a string pointer. This makes
delphij
2012-11-09
1
-1
/
+1
*
remove duplicate semicolons where possible.
eadler
2012-10-22
3
-3
/
+3
*
Take advantage of if_baudrate_pf and calculate an effective baud rate on
jhb
2012-10-18
1
-6
/
+10
*
Use if_initbaudrate().
jhb
2012-10-18
1
-1
/
+1
*
The drbr(9) API appeared to be so unclear, that most drivers in
glebius
2012-09-28
1
-1
/
+3
*
Align the PCI Express #defines with the style used for the PCI-X
gavin
2012-09-18
1
-2
/
+2
*
Remove unneeded ipfw headers introduced in r213447 from Infiniband code.
melifaro
2012-09-04
1
-2
/
+0
*
Streamline use of cdevpriv and correct some corner cases.
hselasky
2012-08-15
1
-1
/
+0
*
After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
kib
2012-08-05
1
-0
/
+1
*
Fix clang warning when compiling iw_cxgb.
np
2012-06-25
1
-1
/
+1
*
- Updated TOE support in the kernel.
np
2012-06-19
5
-13
/
+30
*
Revert r234834 per luigi@ request.
melifaro
2012-05-03
1
-0
/
+1
*
Move several enums and structures required for L2 filtering from ip_fw_privat...
melifaro
2012-04-30
1
-1
/
+0
*
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
9
-11
/
+68
*
Don't update if_obytes when transmitting packets. That is already done
jhb
2012-04-12
2
-2
/
+0
*
Properly parse 40G media types from newer Mellanox adapters that are
jhb
2012-04-10
3
-10
/
+35
[next]