aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-02atm: fore200e.c: Cleaning up uninitialized variablesRickard Strandqvist1-1/+1
2014-06-02via-ircc: Remove useless return variablesPeter Senna Tschudin1-5/+2
2014-06-02wan: Use usleep_range()Manuel Schölling1-7/+3
2014-06-02vxge: Remove useless return variablesPeter Senna Tschudin1-15/+7
2014-06-02bnx2x: Remove useless return variablesPeter Senna Tschudin1-6/+4
2014-06-02drivers/net: fix broadcom/bcmsysport.c compile fail on SPARCPaul Gortmaker2-8/+8
2014-06-02net: mv643xx_eth: Avoid unmapping the TSO header buffersEzequiel Garcia1-2/+6
2014-06-02net: mv643xx_eth: Drop the NETDEV_TX_BUSY return pathEzequiel Garcia1-2/+0
2014-06-02net: mv643xx_eth: Limit the TSO segments and adjust stop/wake thresholdsEzequiel Garcia1-21/+42
2014-06-02net: mv643xx_eth: Count dropped packets properlyEzequiel Garcia1-1/+4
2014-06-02net: mvneta: Avoid unmapping the TSO header buffersEzequiel Garcia1-3/+9
2014-06-02net: mvneta: Fix missing DMA region unmapEzequiel Garcia1-3/+2
2014-06-02net: mvneta: Limit the TSO segments and adjust stop/wake thresholdsEzequiel Garcia1-4/+24
2014-06-02net: mvneta: Use default NAPI weight instead of a custom oneEzequiel Garcia1-4/+1
2014-06-02macvlan: add netpoll supportdingtianhong1-1/+65
2014-06-02net: cdc_ncm: allow tuning min_tx_pktBjørn Mork1-0/+24
2014-06-02net: cdc_ncm: export NCM Transfer Block (NTB) parametersBjørn Mork1-0/+30
2014-06-02net: cdc_ncm: drop ethtool coalesce supportBjørn Mork1-48/+0
2014-06-02net: cdc_ncm: use sysfs for rx/tx aggregation tuningBjørn Mork1-19/+125
2014-06-02net: cdc_ncm: inform usbnet when rx buffers are reducedBjørn Mork1-7/+7
2014-06-02net: cdc_ncm: always reallocate tx_curr_skb when tx_max increasesBjørn Mork1-0/+5
2014-06-02net: cdc_ncm: reduce skb truesize in rx pathBjørn Mork1-4/+3
2014-06-02macvlan: fix the problem when mac address changes for passthru modedingtianhong1-12/+38
2014-06-02net: stmmac: Handle different error codes from platform_get_irq_bynameChen-Yu Tsai2-7/+14
2014-06-02Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller58-836/+1431
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-1/+1
2014-06-02of: of_mdio: export symbol of_mdiobus_link_phydevDaniel Mack1-0/+1
2014-06-02net: of_mdio: use int type for address variableDaniel Mack1-2/+1
2014-06-02enic: Update driver to use __dev_uc/mc_sync/unsync callsAlexander Duyck6-118/+73
2014-06-02stmmac: Remove spin_lock call in stmmac_get_pauseparam()Emil Goode1-2/+0
2014-06-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville58-836/+1431
2014-06-02Revert "net/mlx4_en: Use affinity hint"David S. Miller5-49/+3
2014-06-02net: ks8851: Don't use regulator_get_optional()Stephen Boyd1-28/+22
2014-06-01net: Revert mlx4 cpumask changes.David S. Miller1-22/+28
2014-06-01net: ks8851: Don't use regulator_get_optional()Stephen Boyd1-28/+22
2014-06-01net/mlx4_en: Use affinity hintYuval Atias5-3/+49
2014-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller16-100/+116
2014-05-30s390/net: fix format string mismatchesUrsula Braun3-10/+19
2014-05-30qeth: Fix for possible null pointer dereferenceRickard Strandqvist1-2/+2
2014-05-30be2net: cleanup MCC async event processing codeSathya Perla2-70/+67
2014-05-30be2net: move async cmd processing to a separate routineSathya Perla1-33/+55
2014-05-30be2net: re-factor MCCQ error status handling codeKalesh AP3-45/+57
2014-05-30be2net: support flashing new regions on Skyhawk-RVasundhara Volam4-107/+188
2014-05-30be2net: fixup TX-rate setting code for Skyhawk-RRavikumar Nelavelli3-38/+81
2014-05-30be2net: skip multicast promiscuos setting in already setKalesh AP2-13/+19
2014-05-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller180-2399/+5691
2014-05-30net: tile: Remove unnecessary memset of netdev private dataTobias Klauser1-1/+0
2014-05-30net: tile: Use helpers from linux/etherdevice.h to check/set MACTobias Klauser1-9/+3
2014-05-30bnx2x: update MAINTAINERS for bnx2x and e-mail addressesAriel Elior18-28/+28
2014-05-30net: fec: use pinctrl PM helpersNimrod Andy1-0/+8