freebsd-dev/sys/ofed/drivers/net/mlx4
Hans Petter Selasky fe657d68f5 Fixes and updates for the Linux compatibility layer:
- Remove unsupported "bus" field from "struct pci_dev".
- Fix logic inside "pci_enable_msix()" when the number of allocated
  interrupts are less than the number of available interrupts.
- Update header files included from "list.h".
- Ensure that "idr_destroy()" removes all entries before destroying
  the IDR root node(s).
- Set the "device->release" function so that we don't leak memory at
  device destruction.
- Use FreeBSD's "log()" function for certain debug printouts.
- Put parenthesis around arguments inside the min, max, min_t and max_t macros.
- Make sure we don't leak file descriptors by dropping the extra file
  reference counts done by the FreeBSD kernel when calling falloc()
  and fget_unlocked().

MFC after:	1 week
Sponsored by:	Mellanox Technologies
2015-01-06 10:02:14 +00:00
..
alloc.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
catas.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
cmd.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
cq.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
en_cq.c Make sure callbacks being freed are not pending when the 2014-12-11 10:47:50 +00:00
en_ethtool.c Update the OFED Linux compatibility layer and 2014-10-15 13:40:29 +00:00
en_main.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
en_netdev.c Update the network interface baudrate integer according to the actual 2014-10-24 16:39:01 +00:00
en_port.c Update code to use new network counter API. 2014-09-24 08:28:34 +00:00
en_port.h Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
en_resources.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
en_rx.c Start process of removing the use of the deprecated "M_FLOWID" flag 2014-12-01 11:45:24 +00:00
en_selftest.c Update the OFED Linux compatibility layer and 2014-10-15 13:40:29 +00:00
en_tx.c Start process of removing the use of the deprecated "M_FLOWID" flag 2014-12-01 11:45:24 +00:00
eq.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
fw.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
fw.h Update code to use new network counter API. 2014-09-24 08:28:34 +00:00
icm.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
icm.h Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
intf.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
main.c Fixes and updates for the Linux compatibility layer: 2015-01-06 10:02:14 +00:00
Makefile Update the OFED Linux compatibility layer and 2014-10-15 13:40:29 +00:00
mcg.c Fix compile warning by removing unused variable. 2014-10-30 16:57:56 +00:00
mlx4_en.h Fix multiple incorrect SYSCTL arguments in the kernel: 2014-10-21 07:31:21 +00:00
mlx4_stats.h Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
mlx4.h Fix compile warning when compiling with GCC. 2014-10-07 10:04:25 +00:00
mr.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
pd.c Update the OFED Linux compatibility layer and 2014-10-15 13:40:29 +00:00
port.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
profile.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
qp.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
reset.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
resource_tracker.c Update code to use new network counter API. 2014-09-24 08:28:34 +00:00
sense.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
srq.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
sys_tune.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
utils.c Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00
utils.h Hardware driver update from Mellanox Technologies, including: 2014-09-23 12:37:01 +00:00