summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hisilicon: add hix5hd2 mac driverZhangfei Gao2014-06-035-0/+1100
* Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2014-06-0311-42/+48
|\
| * ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-038-39/+44
| * ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfhBen Hutchings2014-05-193-3/+4
* | fec: Include pinctrl header fileFabio Estevam2014-06-031-0/+1
* | atm: fore200e.c: Cleaning up uninitialized variablesRickard Strandqvist2014-06-031-1/+1
* | via-ircc: Remove useless return variablesPeter Senna Tschudin2014-06-031-5/+2
* | wan: Use usleep_range()Manuel Schölling2014-06-031-7/+3
* | vxge: Remove useless return variablesPeter Senna Tschudin2014-06-031-15/+7
* | bnx2x: Remove useless return variablesPeter Senna Tschudin2014-06-031-6/+4
* | drivers/net: fix broadcom/bcmsysport.c compile fail on SPARCPaul Gortmaker2014-06-032-8/+8
* | net: mv643xx_eth: Avoid unmapping the TSO header buffersEzequiel Garcia2014-06-031-2/+6
* | net: mv643xx_eth: Drop the NETDEV_TX_BUSY return pathEzequiel Garcia2014-06-031-2/+0
* | net: mv643xx_eth: Limit the TSO segments and adjust stop/wake thresholdsEzequiel Garcia2014-06-031-21/+42
* | net: mv643xx_eth: Count dropped packets properlyEzequiel Garcia2014-06-031-1/+4
* | net: mvneta: Avoid unmapping the TSO header buffersEzequiel Garcia2014-06-031-3/+9
* | net: mvneta: Fix missing DMA region unmapEzequiel Garcia2014-06-031-3/+2
* | net: mvneta: Limit the TSO segments and adjust stop/wake thresholdsEzequiel Garcia2014-06-031-4/+24
* | net: mvneta: Use default NAPI weight instead of a custom oneEzequiel Garcia2014-06-031-4/+1
* | macvlan: add netpoll supportdingtianhong2014-06-031-1/+65
* | net: cdc_ncm: allow tuning min_tx_pktBjørn Mork2014-06-031-0/+24
* | net: cdc_ncm: export NCM Transfer Block (NTB) parametersBjørn Mork2014-06-031-0/+30
* | net: cdc_ncm: drop ethtool coalesce supportBjørn Mork2014-06-031-48/+0
* | net: cdc_ncm: use sysfs for rx/tx aggregation tuningBjørn Mork2014-06-031-19/+125
* | net: cdc_ncm: inform usbnet when rx buffers are reducedBjørn Mork2014-06-031-7/+7
* | net: cdc_ncm: always reallocate tx_curr_skb when tx_max increasesBjørn Mork2014-06-031-0/+5
* | net: cdc_ncm: reduce skb truesize in rx pathBjørn Mork2014-06-031-4/+3
* | macvlan: fix the problem when mac address changes for passthru modedingtianhong2014-06-031-12/+38
* | net: stmmac: Handle different error codes from platform_get_irq_bynameChen-Yu Tsai2014-06-022-7/+14
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-06-0258-836/+1431
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-06-0258-836/+1431
| |\ \
| | * | wil6210: improve debug for WMI receiveVladimir Kondratiev2014-05-301-7/+17
| | * | Merge branch 'for-linville' of git://github.com/kvalo/athJohn W. Linville2014-05-3015-305/+534
| | |\ \
| | | * | ath10k: abort incomplete scatter-gather pci tx properlyMichal Kazior2014-05-273-6/+40
| | | * | ath10k: protect src_ring state with ce_lock in tx_sg()Michal Kazior2014-05-271-3/+7
| | | * | ath10k: ensure rx-frag ignores rssiBen Greear2014-05-271-0/+1
| | | * | ath10k: dont configure bssid for ap modeMichal Kazior2014-05-271-1/+6
| | | * | ath10k: protect wep tx key setupMichal Kazior2014-05-271-2/+10
| | | * | ath10k: drain tx before restarting hwMichal Kazior2014-05-271-9/+22
| | | * | ath10k: perform hw restart lazilyMichal Kazior2014-05-272-19/+20
| | | * | ath10k: clean up start() callbackMichal Kazior2014-05-271-11/+23
| | | * | ath10k: make core registering asyncMichal Kazior2014-05-262-12/+33
| | | * | ath10k: remove unnecessary tasklet_kill()Michal Kazior2014-05-261-2/+0
| | | * | ath10k: relocate core create/destroy functionsMichal Kazior2014-05-261-64/+64
| | | * | ath10k: fix protected flag strippingMichal Kazior2014-05-261-9/+24
| | | * | ath9k/ath10k: remove unnecessary channel_switch_beacon callbacksLuciano Coelho2014-05-232-18/+0
| | | * | ath10k: fix ath10k_bmi_read32 macroFrederic Danis2014-05-231-1/+2
| | | * | ath10k: prevent hif_stop being called twiceMichal Kazior2014-05-231-0/+3
| | | * | ath10k: fix core start sequenceMichal Kazior2014-05-238-107/+76
| | | * | ath10k: support get/set antenna configurations.Ben Greear2014-05-222-0/+86