summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ath10k: add cycle/rx_clear counters frequency to hw_paramsVasanthakumar Thiagarajan2015-08-174-4/+10
| | * | ath10k: fix invalid survey reporting for QCA99X0Vasanthakumar Thiagarajan2015-08-172-2/+5
| | * | ath10k: wake up queue upon vif creationMichal Kazior2015-08-171-0/+5
| | * | ath10k: wake up offchannel queue properlyMichal Kazior2015-08-171-0/+2
| * | | rsi: Fix possible leak when loading firmwareChristian Engelmayer2015-08-252-4/+12
| * | | brcmfmac: Add support for host platform NVRAM loading.Hante Meuleman2015-08-251-15/+24
| * | | brcmfmac: bump highest event number for 4339 firmwareArend van Spriel2015-08-251-4/+6
| * | | brcmfmac: block the correct flowring when backup queue overflowFranky Lin2015-08-251-3/+7
| * | | brcmfmac: make use of cfg80211_check_combinations()Arend van Spriel2015-08-251-2/+42
| * | | brcmfmac: add debugfs entry for msgbuf statisticsFranky Lin2015-08-251-0/+56
| * | | brcmfmac: correct interface combination infoArend van Spriel2015-08-251-39/+112
| * | | brcmfmac: check all combinations when setting wiphy's addressesRafał Miłecki2015-08-251-2/+9
| * | | rtlwifi: rtl8192cu: Add new device IDAdrien Schildknecht2015-08-251-0/+1
| * | | rtlwifi: rtl8192ee: fix semicolon.cocci warningsWu Fengguang2015-08-251-3/+3
| * | | ath9k_htc: do ani shortcalibratio if we got -ETIMEDOUTOleksij Rempel2015-08-251-3/+10
| * | | Merge tag 'iwlwifi-next-for-kalle-2015-08-23' of https://git.kernel.org/pub/s...Kalle Valo2015-08-2511-26/+63
| |\ \ \
| | * | | iwlwifi: mvm: bump firmware API to 17Emmanuel Grumbach2015-08-232-2/+2
| | * | | iwlwifi: mvm: support new TX power commandJohannes Berg2015-08-233-10/+37
| | * | | iwlwifi: mvm: split debug message to avoid exceeding 110 charactersAyala Beker2015-08-231-8/+12
| | * | | iwlwifi: correctly size command string arraysJohannes Berg2015-08-233-3/+3
| | * | | iwlwifi: mvm: update wakeup reason enumSara Sharon2015-08-231-1/+6
| | * | | iwlwifi: mvm: catch underflow error earlierDan Carpenter2015-08-231-2/+3
* | | | | bpf: fix bpf_skb_set_tunnel_key() helperAlexei Starovoitov2015-08-271-0/+1
| |_|_|/ |/| | |
* | | | Merge branch 'act_bpf_lockless'David S. Miller2015-08-266-30/+61
|\ \ \ \
| * | | | net_sched: act_bpf: remove spinlock in fast pathAlexei Starovoitov2015-08-262-18/+20
| * | | | net_sched: convert rsvp to call tcf_exts_destroy from rcu callbackAlexei Starovoitov2015-08-261-4/+14
| * | | | net_sched: convert tcindex to call tcf_exts_destroy from rcu callbackAlexei Starovoitov2015-08-261-4/+25
| * | | | net_sched: act_bpf: remove unnecessary copyAlexei Starovoitov2015-08-261-1/+1
| * | | | net_sched: make tcf_hash_destroy() staticAlexei Starovoitov2015-08-262-3/+1
|/ / / /
* | | | lib/Makefile: remove CONFIG_AVERAGE build ruleValentin Rothberg2015-08-261-2/+0
* | | | Merge branch 'dsa-docs'David S. Miller2015-08-262-0/+729
|\ \ \ \
| * | | | Documentation: networking: dsa: Add Broadcom SF2 documentFlorian Fainelli2015-08-261-0/+114
| * | | | Documentation: networking: add a DSA documentFlorian Fainelli2015-08-261-0/+615
|/ / / /
* | | | Merge branch 'rds-more-fixes'David S. Miller2015-08-265-17/+50
|\ \ \ \
| * | | | RDS: remove superfluous from rds_ib_alloc_fmr()santosh.shilimkar@oracle.com2015-08-261-2/+0
| * | | | RDS: flush the FMR pool less oftensantosh.shilimkar@oracle.com2015-08-261-1/+1
| * | | | RDS: push FMR pool flush work to its own workersantosh.shilimkar@oracle.com2015-08-263-4/+34
| * | | | RDS: fix fmr pool dirty_countWengang Wang2015-08-261-6/+9
| * | | | RDS: Fix rds MR reference count in rds_rdma_unuse()santosh.shilimkar@oracle.com2015-08-261-2/+3
| * | | | RDS: fix the dangling reference to rds_ib_incoming_slabsantosh.shilimkar@oracle.com2015-08-261-2/+3
|/ / / /
* | | | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2015-08-2637-679/+733
|\ \ \ \
| * | | | batman-adv: beautify supported routing algorithm listMarek Lindner2015-08-251-1/+1
| * | | | batman-adv: Fix conditional statements indentationSven Eckelmann2015-08-251-1/+1
| * | | | batman-adv: Add lockdep_asserts for documented external locksSven Eckelmann2015-08-253-0/+11
| * | | | batman-adv: Annotate deleting functions with external lock via lockdepSven Eckelmann2015-08-254-5/+25
| * | | | batman-adv: convert bat_priv->tt.req_list to hlistMarek Lindner2015-08-253-16/+19
| * | | | batman-adv: Fix gw_bandwidth calculation on 32 bit systemsSven Eckelmann2015-08-251-7/+42
| * | | | batman-adv: Return EINVAL on invalid gw_bandwidth changeSven Eckelmann2015-08-251-2/+2
| * | | | batman-adv: prevent potential hlist double deletionMarek Lindner2015-08-251-1/+1
| * | | | batman-adv: convert orig_node->vlan_list to hlistMarek Lindner2015-08-253-9/+10