aboutsummaryrefslogtreecommitdiffstats
path: root/CREDITS (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-06wil6210: skip HW version check for chip debuggingVladimir Kondratiev1-3/+3
2015-08-06wil6210: use wil_fw_error_recovery()Vladimir Kondratiev1-2/+1
2015-08-06wil6210: wait for del_station to completeVladimir Kondratiev1-1/+28
2015-08-06wil6210: use <> vs. "" for global includeVladimir Kondratiev1-1/+1
2015-08-06wil6210: print "ulong" fields in hex format in the debugfsVladimir Kondratiev1-1/+1
2015-08-06wil6210: count drops in Rx block ack reorderVladimir Kondratiev3-1/+5
2015-08-06wil6210: support boot loader struct v0 & v1Vladimir Kondratiev3-27/+124
2015-07-30ath10k: initialize msdu ext. descriptor before usePeter Oh1-2/+2
2015-07-30ath10k: add QCA99X0 to supported device listVasanthakumar Thiagarajan1-0/+2
2015-07-30ath10k: increase max client to 512 in qca99x0Raja Mani1-4/+1
2015-07-30ath10k: fix memory alloc failure in qca99x0 during wmi svc rdy eventRaja Mani4-8/+44
2015-07-29ath10k: enable raw encap mode and software crypto engineDavid Liu11-51/+183
2015-07-29ath10k: Improve performance by reducing tx_lock contentionQi Zhou3-25/+12
2015-07-29ath10k: suppress 'failed to process fft' warning messagesKevin Darbyshire-Bryant1-1/+1
2015-07-29ath6kl: spell "distribution" correctly in a comment.Nik Nyby1-1/+1
2015-07-24ath10k: extend struct htt_mgmt_tx_dec for qca99x0Raja Mani2-0/+8
2015-07-24ath10k: add TCP/UDP Checksum offload support for QCA99x0Manikanta Pubbisetty2-1/+20
2015-07-24ath10k: fix wrong initialization of struct channelManinder Singh1-1/+1
2015-07-24ath10k: add support for qca99x0 Rx descriptorsPeter Oh2-15/+172
2015-07-24ath10k: redefine rx_ppdu_end_common structure to cover qca99x0Peter Oh1-3/+7
2015-07-24ath10k: update tx path to support QCA99X0Peter Oh2-12/+36
2015-07-24ath10k: delay device access after cold resetVasanthakumar Thiagarajan1-13/+7
2015-07-11ath9k: DFS - add pulse chirp detection for FCCZefir Kurtisi1-6/+161
2015-07-11ath9k: DFS - consider ext_channel pulses only in HT40 modeZefir Kurtisi1-1/+2
2015-07-11ipw2100: fix timeout bug - always evaluated to 0Nicholas Mc Guire1-1/+1
2015-07-11ath10k: tweak interface combinationsMichal Kazior1-5/+34
2015-07-11ath10k: fix per-vif queue lockingMichal Kazior3-42/+45
2015-07-11ath10k: update vdev ps state on startMichal Kazior1-0/+8
2015-07-11ath10k: fix hw roc expiration notifcationMichal Kazior2-3/+10
2015-07-11ath10k: limit multi-vif ps more aggresivellyMichal Kazior1-3/+3
2015-07-11ath10k: don't set cck/ofdm scan flagsMichal Kazior2-4/+0
2015-07-11ath10k: Fix target to cpu address conversion logicVasanthakumar Thiagarajan1-1/+1
2015-07-11ath10k: fix QCA61X4 boot upBartosz Markowski1-1/+1
2015-07-10be2net: bump up the driver version to 10.6.0.3Sathya Perla1-1/+1
2015-07-10be2net: make SET_LOOPBACK_MODE cmd asynchrounousSuresh Reddy3-5/+35
2015-07-10be2net: make the RX_FILTER command asynchronousSuresh Reddy1-1/+1
2015-07-10be2net: return error status from be_mcc_notify()Suresh Reddy1-11/+28
2015-07-10be2net: convert dest field in udp-hdr to host-endianVenkat Duvvuru1-1/+1
2015-07-10be2net: fix wrong return value in be_check_ufi_compatibility()Vasundhara Volam1-1/+1
2015-07-10be2net: remove redundant D0 power state setKalesh Purayil1-2/+0
2015-07-10be2net: query FW to check if EVB is enabledKalesh Purayil2-3/+4
2015-07-10be2net: remove duplicate code in be_setup_wol()Kalesh Purayil1-17/+11
2015-07-10ipv6: Do not iterate over all interfaces when finding source address on specific interface.YOSHIFUJI Hideaki/吉藤英明1-90/+107
2015-07-10net: Drop owner assignment from platform_driverKrzysztof Kozlowski3-3/+0
2015-07-10net: phy: Support setting polarity in marvell phy driverDavid Thomson2-2/+41
2015-07-10net: phy: Pass mdix ethtool setting through to phy driverDavid Thomson2-0/+4
2015-07-09tcp: do not export tcp_init_xmit_timers()Eric Dumazet1-1/+0
2015-07-09bridge: mdb: fill state in br_mdb_notifyNikolay Aleksandrov3-5/+7
2015-07-09route: remove unsed variable in __mkroute_inputMasatake YAMATO1-2/+1
2015-07-09ipv6: Nonlocal bindTom Herbert6-3/+20