Author: hselasky
Date: Thu Apr 7 07:15:53 2016
New Revision: 297642
URL: https://svnweb.freebsd.org/changeset/base/297642
Log:
MFC r296342:
Allow for overlapping quirk device ranges. Prior to this patch only
the first device entry matching the USB vendor, product and revision
would be sea
Author: hselasky
Date: Thu Apr 7 07:23:21 2016
New Revision: 297647
URL: https://svnweb.freebsd.org/changeset/base/297647
Log:
MFC r294526:
Add missing atomic wrapper macro.
Reviewed by: alfred @
Sponsored by: Mellanox Technologies
Modified:
stable/9/sys/amd64/include/atomic.h
Dire
Author: hselasky
Date: Thu Apr 7 07:31:17 2016
New Revision: 297649
URL: https://svnweb.freebsd.org/changeset/base/297649
Log:
MFC r296909:
Fix witness panic in the ipoib_ioctl() function when unloading the
ipoib module.
The bpfdetach() function is trying to turn off promiscious mode o
Author: hselasky
Date: Thu Apr 7 07:33:40 2016
New Revision: 297650
URL: https://svnweb.freebsd.org/changeset/base/297650
Log:
MFC r296910:
Use hardware computed Toeplitz hash for incoming flowids
Use the Toeplitz hash value as source for the flowid. This makes the
hash value more suit
Author: hselasky
Date: Thu Apr 7 07:38:18 2016
New Revision: 297653
URL: https://svnweb.freebsd.org/changeset/base/297653
Log:
MFC r296987:
Add missing curly brackets in for loop.
Sponsored by: Mellanox Technologies
Modified:
stable/9/sys/ofed/drivers/net/mlx4/en_port.c
Directory Prop
Author: hselasky
Date: Thu Apr 7 07:39:55 2016
New Revision: 297654
URL: https://svnweb.freebsd.org/changeset/base/297654
Log:
MFC r296934:
Fix crash in krping when run as a client due to NULL pointer access.
Initialize pointer in question which is used only when fast registers
mode is se
Author: hselasky
Date: Thu Apr 7 07:45:31 2016
New Revision: 297657
URL: https://svnweb.freebsd.org/changeset/base/297657
Log:
MFC r297444:
Fix bugs in currently unused bit searching loop.
Sponsored by: Mellanox Technologies
Modified:
stable/9/sys/ofed/include/linux/bitops.h
Directory
Author: hselasky
Date: Thu Apr 7 07:53:56 2016
New Revision: 297659
URL: https://svnweb.freebsd.org/changeset/base/297659
Log:
MFC r294520:
LinuxKPI atomic fixes:
- Fix implementation of atomic_add_unless(). The atomic_cmpset_int()
function returns a boolean and not the previous value o