summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: use zlib deflate to compress firmware dumpRahul Lakkireddy2018-01-197-3/+169
* cxgb4: update dump collection logic to use compressionRahul Lakkireddy2018-01-196-147/+207
* mlxsw: spectrum: Make function mlxsw_sp_kvdl_part_occ() staticWei Yongjun2018-01-191-1/+1
* forcedeth: remove unused variableZhu Yanjun2018-01-191-5/+3
* Merge tag 'linux-can-next-for-4.16-20180119' of ssh://gitolite.kernel.org/pub...David S. Miller2018-01-191-2/+2
|\
| * can: m_can: mark runtime-PM handlers as __maybe_unusedArnd Bergmann2018-01-191-2/+2
* | Merge tag 'wireless-drivers-next-for-davem-2018-01-19' of git://git.kernel.or...David S. Miller2018-01-1924-232/+873
|\ \ | |/ |/|
| * rtlwifi: Support A-MSDU in A-MPDU capabilityPing-Ke Shih2018-01-181-0/+1
| * rtlwifi: btcoex: add rfe_type parameter to btcoexPing-Ke Shih2018-01-172-0/+12
| * rtlwifi: btcoex: Add common function for qeurying BT informationPing-Ke Shih2018-01-173-33/+380
| * rtlwifi: btcoex: Remove typedef statementsLarry Finger2018-01-171-67/+31
| * rtlwifi: btcoex: Remove global variables from btcoexPing-Ke Shih2018-01-176-78/+217
| * rtlwifi: btcoex: Add power_on_setting routinePing-Ke Shih2018-01-174-0/+9
| * rtlwifi: unlink bss when un-associationTsang-Shian Lin2018-01-171-0/+18
| * rtlwifi: fix scan channel 1 fail after IPSPing-Ke Shih2018-01-171-0/+5
| * rtlwifi: Use mutex to replace spin_lock to protect IPS and LPSPing-Ke Shih2018-01-174-27/+14
| * mt76: fix possible NULL pointer dereferencing in mt76x2_mac_write_txwi()Lorenzo Bianconi2018-01-171-1/+1
| * mt76: fix possible NULL pointer dereferencing in mt76x2_ampdu_action()Lorenzo Bianconi2018-01-171-1/+3
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-01-1610-19/+178
| |\
| | * ath10k: fix recently introduced checkpatch warningsKalle Valo2018-01-163-1/+2
| | * ath10k: remove redundant -ve check against u32 integer sizeColin Ian King2018-01-161-3/+0
| | * ath10k: fix spelling mistake: "addrress" -> "address"Colin Ian King2018-01-161-1/+1
| | * ath10k: add sanity check to ie_len before parsing fw/board ieRyan Hsu2018-01-161-6/+7
| | * ath9k: add a quirk to set use_msi automaticallyAceLan Kao2018-01-161-0/+53
| | * ath9k: add MSI supportRussell Hu2018-01-166-8/+115
| * | mwifiex: resolve reset vs. remove()/shutdown() deadlocksBrian Norris2018-01-161-1/+4
| * | Revert "mwifiex: cancel pcie/sdio work in remove/shutdown handler"Brian Norris2018-01-162-4/+0
| * | rtlwifi: btcoexist: remove redundant variable fw_ps_stateColin Ian King2018-01-161-2/+1
| |/
* | net/mlx5e: Fix trailing semicolonLuis de Bethencourt2018-01-181-1/+1
* | Merge tag 'linux-can-next-for-4.16-20180116' of ssh://gitolite.kernel.org/pub...David S. Miller2018-01-172-67/+161
|\ \
| * | can: m_can: Add call to of_can_transceiverFranklin S Cooper Jr2018-01-161-0/+2
| * | can: m_can: Add PM SupportFaiz Abbas2018-01-161-38/+62
| * | can: m_can: get rid of function free_m_can_dev()Marc Kleine-Budde2018-01-161-7/+2
| * | can: m_can: Move allocation of net device to probeFaiz Abbas2018-01-161-17/+13
| * | can: m_can: Remove check for version when allocating m_can net deviceFaiz Abbas2018-01-161-7/+1
| * | can: m_can: Support higher speed CAN-FD bitratesFranklin S Cooper Jr2018-01-161-3/+43
| * | can: dev: Add support for limiting configured bitrateFranklin S Cooper Jr2018-01-161-1/+44
| |/
* | cxgb4: restructure VF mgmt codeGanesh Goudar2018-01-172-204/+190
* | tun: allow to attach ebpf socket filterJason Wang2018-01-171-4/+34
* | tuntap: rename struct tun_steering_prog to struct tun_progJason Wang2018-01-171-16/+16
* | mlxsw: spectrum_acl: Pass mlxsw_sp_port down to ruleset bind/unbind opsJiri Pirko2018-01-173-20/+17
* | mlxsw: spectrum_acl: Implement TC block sharingJiri Pirko2018-01-174-95/+401
* | mlxsw: spectrum_acl: Don't store netdev and ingress for ruleset unbindJiri Pirko2018-01-173-21/+24
* | mlxsw: spectrum_acl: Reshuffle code around mlxsw_sp_acl_ruleset_create/destroyJiri Pirko2018-01-171-56/+46
* | bnxt_en: export a common switchdev PARENT_ID for all reps of an adapterSathya Perla2018-01-175-7/+40
* | bnxt_en: Add cache line size setting to optimize performance.Michael Chan2018-01-171-0/+24
* | bnxt_en: Forward VF MAC address to the PF.Vasundhara Volam2018-01-173-7/+51
* | bnxt_en: Add BCM5745X NPAR device IDsVasundhara Volam2018-01-171-0/+4
* | bnxt_en: Expand bnxt_check_rings() to check all resources.Michael Chan2018-01-171-9/+84
* | bnxt_en: Implement new method for the PF to assign SRIOV resources.Michael Chan2018-01-173-5/+127