summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RDS: IB: fix panic due to handlers running post teardownSantosh Shilimkar2017-01-022-0/+13
* RDS: RDMA: Fix the composite message user notificationSantosh Shilimkar2017-01-024-11/+29
* RDS: IB: Add vector spreading for cqsSantosh Shilimkar2017-01-023-3/+53
* RDS: IB: add few useful cache stastsSantosh Shilimkar2017-01-023-0/+15
* RDS: IB: track and log active side endpoint in connectionSantosh Shilimkar2017-01-022-4/+10
* RDS: RDMA: silence the use_once mr log floodSantosh Shilimkar2017-01-021-1/+2
* RDS: IB: split the mr registration and invalidation pathSantosh Shilimkar2017-01-023-8/+16
* RDS: RDMA: return appropriate error on rdma map failuresSantosh Shilimkar2017-01-021-1/+10
* RDS: RDMA: start rdma listening after initQing Huang2017-01-021-8/+3
* RDS: RDMA: fix the ib_map_mr_sg_zbva() argumentSantosh Shilimkar2017-01-021-2/+3
* RDS: IB: make the transport retry count smallestSantosh Shilimkar2017-01-021-1/+1
* RDS: IB: include faddr in connection logSantosh Shilimkar2017-01-023-14/+13
* RDS: mark few internal functions static to make sparse build happySantosh Shilimkar2017-01-023-7/+8
* RDS: log the address on bind failureSantosh Shilimkar2017-01-021-2/+2
* Merge branch 'mlx5-odp'David S. Miller2017-01-0216-967/+1000
|\
| * IB/mlx5: Improve MR checkArtemy Kovalyov2017-01-023-2/+18
| * IB/mlx5: Add ODP atomics supportArtemy Kovalyov2017-01-023-39/+69
| * {net,IB}/mlx5: Refactor page fault handlingArtemy Kovalyov2017-01-0212-468/+522
| * net/mlx5: Update PAGE_FAULT_RESUME layoutArtemy Kovalyov2017-01-022-13/+6
| * IB/mlx5: Add MR cache for large UMR regionsArtemy Kovalyov2017-01-027-248/+240
| * IB/mlx5: Add support for big MRsArtemy Kovalyov2017-01-023-3/+11
| * IB/mlx5: Refactor UMR post send formatArtemy Kovalyov2017-01-026-118/+103
| * net/mlx5: Support new MR featuresArtemy Kovalyov2017-01-021-2/+8
| * IB/mlx5: Add helper mlx5_ib_post_send_waitBinoy Jayan2017-01-021-83/+32
| * IB/mlx5: Reorder code in query device commandLeon Romanovsky2017-01-021-11/+11
| * net/mlx5: Fix offset naming for reserved fields in hca_cap_bitsMax Gurtovoy2017-01-021-5/+5
|/
* Merge tag 'wireless-drivers-next-for-davem-2017-01-02' of git://git.kernel.or...David S. Miller2017-01-02123-1421/+1487
|\
| * rtlwifi: fix spelling mistake: "encrypiton" -> "encryption"Colin Ian King2017-01-011-1/+1
| * wlcore: fix spelling mistake in wl1271_warningColin Ian King2017-01-011-1/+1
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2017-01-0127-399/+732
| |\
| | * ath10k: enable advertising support for channel 169, 5GhzMohammed Shafi Shajakhan2016-12-302-1/+2
| | * ath10k: Remove passing unused argument for ath10k_mac_txMohammed Shafi Shajakhan2016-12-301-4/+3
| | * ath10k: ignore configuring the incorrect board_idRyan Hsu2016-12-301-1/+4
| | * ath10k: recal the txpower when removing interfaceRyan Hsu2016-12-301-0/+4
| | * ath10k: support dev_coredump for crash dumpArun Khandavalli2016-12-303-3/+54
| | * ath10k: fix incorrect txpower set by P2P_DEVICE interfaceRyan Hsu2016-12-301-3/+4
| | * ath10k: fix potential memory leak in ath10k_wmi_tlv_op_pull_fw_stats()Christian Lamparter2016-12-301-3/+9
| | * ath10k: add debug trace to rts/cts set functionBartosz Markowski2016-12-291-0/+3
| | * ath10k: set CTS protection VDEV param only if VDEV is upBartosz Markowski2016-12-291-8/+43
| | * ath10k: decrease num of peers supportBartosz Markowski2016-12-291-1/+1
| | * ath10k: override CE5 config for QCA9377Bartosz Markowski2016-12-291-1/+1
| | * ath10k: fix IRAM banks number for QCA9377Bartosz Markowski2016-12-291-1/+1
| | * ath10k: Avoid potential page alloc BUG_ON in tx free pathMohammed Shafi Shajakhan2016-12-151-0/+2
| | * ath9k: Turn ath_txq_lock/unlock() into static inlines.Toke Høiland-Jørgensen2016-12-152-14/+9
| | * ath9k: Introduce airtime fairness scheduling between stationsToke Høiland-Jørgensen2016-12-159-56/+303
| | * ath9k: define all EEPROM fields in Little Endian formatMartin Blumenstingl2016-12-155-234/+174
| | * ath9k: Make the EEPROM swapping check use the eepmisc registerMartin Blumenstingl2016-12-151-16/+41
| | * ath9k: consistently use get_eeprom_rev(ah)Martin Blumenstingl2016-12-155-47/+52
| | * ath9k: replace eeprom_param EEP_MINOR_REV with get_eeprom_revMartin Blumenstingl2016-12-156-18/+4
| | * ath9k: Add an eeprom_ops callback for retrieving the eepmisc valueMartin Blumenstingl2016-12-155-4/+29