linux/drivers/net/ethernet/brocade/bna
David S. Miller d98cae64e4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
	drivers/net/wireless/ath/ath9k/Kconfig
	drivers/net/xen-netback/netback.c
	net/batman-adv/bat_iv_ogm.c
	net/wireless/nl80211.c

The ath9k Kconfig conflict was a change of a Kconfig option name right
next to the deletion of another option.

The xen-netback conflict was overlapping changes involving the
handling of the notify list in xen_netbk_rx_action().

Batman conflict resolution provided by Antonio Quartulli, basically
keep everything in both conflict hunks.

The nl80211 conflict is a little more involved.  In 'net' we added a
dynamic memory allocation to nl80211_dump_wiphy() to fix a race that
Linus reported.  Meanwhile in 'net-next' the handlers were converted
to use pre and post doit handlers which use a flag to determine
whether to hold the RTNL mutex around the operation.

However, the dump handlers to not use this logic.  Instead they have
to explicitly do the locking.  There were apparent bugs in the
conversion of nl80211_dump_wiphy() in that we were not dropping the
RTNL mutex in all the return paths, and it seems we very much should
be doing so.  So I fixed that whilst handling the overlapping changes.

To simplify the initial returns, I take the RTNL mutex after we try
to allocate 'tb'.

Signed-off-by: David S. Miller <davem@davemloft.net>
2013-06-19 16:49:39 -07:00
..
bfa_cee.c drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfa_cee.h bna: Add debugfs interface. 2011-12-23 16:50:58 -05:00
bfa_cs.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfa_defs_cna.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfa_defs_mfg_comm.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfa_defs_status.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfa_defs.h bna: Enahncement to Identify Default IOC Function 2013-05-20 14:07:59 -07:00
bfa_ioc_ct.c drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfa_ioc.c bna: Enahncement to Identify Default IOC Function 2013-05-20 14:07:59 -07:00
bfa_ioc.h bna: Enahncement to Identify Default IOC Function 2013-05-20 14:07:59 -07:00
bfa_msgq.c drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfa_msgq.h
bfi_cna.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfi_enet.h bna: Firmware update 2012-12-11 18:25:53 -05:00
bfi_reg.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bfi.h drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers 2012-07-10 23:13:46 -07:00
bna_enet.c bna: Fix Ucast Failure Handling 2013-05-20 14:07:59 -07:00
bna_hw_defs.h bna: TX Intr Coalescing Fix 2012-12-11 18:25:48 -05:00
bna_tx_rx.c bna: Fix Ucast Failure Handling 2013-05-20 14:07:59 -07:00
bna_types.h bna: Tx and Rx Optimizations 2012-12-11 18:25:47 -05:00
bna.h bna: Fix Ucast Failure Handling 2013-05-20 14:07:59 -07:00
bnad_debugfs.c lseek(fd, n, SEEK_END) does *not* go to eof - n 2013-06-16 08:10:53 -10:00
bnad_ethtool.c bna: Firmware update 2012-12-11 18:25:53 -05:00
bnad.c bna: Clear Driver Config Flags When HW Resets 2013-05-20 14:07:59 -07:00
bnad.h bna: Driver and Firmware Updated 2013-05-20 14:07:59 -07:00
cna_fwimg.c ethernet: Remove casts to same type 2012-06-06 09:31:33 -07:00
cna.h bna: Driver and Firmware Updated 2013-05-20 14:07:59 -07:00
Kconfig
Makefile bna: Add debugfs interface. 2011-12-23 16:50:58 -05:00