linux/drivers/net/ethernet/mellanox/mlx4
Rusty Russell eb93992207 module_param: make bool parameters really bool (net & drivers/net)
module_param(bool) used to counter-intuitively take an int.  In
fddd5201 (mid-2009) we allowed bool or int/unsigned int using a messy
trick.

It's time to remove the int/unsigned int option.  For this version
it'll simply give a warning, but it'll break next kernel version.

(Thanks to Joe Perches for suggesting coccinelle for 0/1 -> true/false).

Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-12-19 22:27:29 -05:00
..
alloc.c
catas.c mlx4_core: adjust catas operation for SRIOV mode 2011-12-13 13:56:08 -05:00
cmd.c mlx4: Fixing wrong error codes in communication channel 2011-12-19 14:57:07 -05:00
cq.c mlx4_core: resource tracking for HCA resources used by guests 2011-12-13 13:56:07 -05:00
en_cq.c net/mlx4_en: using non collapsed CQ on TX 2011-11-27 17:17:04 -05:00
en_ethtool.c net/mlx4_en: fix WOL handlers were always looking at port2 capability bit 2011-11-27 17:17:04 -05:00
en_main.c
en_netdev.c mlx4_en: nullify cached multicast address list after cleanup 2011-12-19 14:57:07 -05:00
en_port.c mlx4: Ethernet port management modifications 2011-12-13 13:56:07 -05:00
en_port.h mlx4: Ethernet port management modifications 2011-12-13 13:56:07 -05:00
en_resources.c net/mlx4: move RSS related definitions to be global 2011-11-27 17:17:03 -05:00
en_rx.c mlx4_en: Allow communication between functions on same host 2011-12-13 13:56:07 -05:00
en_selftest.c mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) 2011-12-13 13:56:05 -05:00
en_tx.c mlx4_en: Allow communication between functions on same host 2011-12-13 13:56:07 -05:00
eq.c mlx4_core: resource tracking for HCA resources used by guests 2011-12-13 13:56:07 -05:00
fw.c module_param: make bool parameters really bool (net & drivers/net) 2011-12-19 22:27:29 -05:00
fw.h mlx4_core: Changing link sensing logic 2011-12-19 14:57:07 -05:00
icm.c mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) 2011-12-13 13:56:05 -05:00
icm.h
intf.c mlx4_core: adjust catas operation for SRIOV mode 2011-12-13 13:56:08 -05:00
Kconfig
main.c module_param: make bool parameters really bool (net & drivers/net) 2011-12-19 22:27:29 -05:00
Makefile mlx4_core: resource tracking for HCA resources used by guests 2011-12-13 13:56:07 -05:00
mcg.c mlx4: Ethernet port management modifications 2011-12-13 13:56:07 -05:00
mlx4_en.h mlx4_en: updated driver version to 2.0 2011-12-13 13:56:08 -05:00
mlx4.h mlx4_core: updated driver version to 1.1 2011-12-13 13:56:08 -05:00
mr.c mlx4_core: mtts resources units changed to offset 2011-12-13 13:56:07 -05:00
pd.c mlx4_core: Reduce number of PD bits to 17 2011-12-13 13:56:05 -05:00
port.c mlx4: Fix compile error when driver is comiled-in 2011-12-16 15:28:10 -05:00
profile.c mlx4_core: mtts resources units changed to offset 2011-12-13 13:56:07 -05:00
qp.c mlx4_core: resource tracking for HCA resources used by guests 2011-12-13 13:56:07 -05:00
reset.c
resource_tracker.c mlx4: not using spin_lock_irq when getting vf by resource. 2011-12-19 14:57:07 -05:00
sense.c mlx4_core: Add "native" argument to mlx4_cmd and its callers (where needed) 2011-12-13 13:56:05 -05:00
srq.c mlx4_core: resource tracking for HCA resources used by guests 2011-12-13 13:56:07 -05:00