summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-06-03net: remove some unless free on failure in alloc_netdev_mqs()WANG Cong1-5/+0
2014-06-03hyper-v: make uuid_le conststephen hemminger3-9/+9
2014-06-03lpc_eth: Use resource_size instead of computationBenoit Taine1-5/+3
2014-06-02Merge branch 'hsilicon'David S. Miller6-0/+1136
2014-06-02net: hisilicon: add hix5hd2 mac driverZhangfei Gao5-0/+1100
2014-06-02Documentation: add Device tree bindings for Hisilicon hix5hd2 ethernetZhangfei Gao1-0/+36
2014-06-02Merge branch 'ethtool-rssh-fixes' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller14-129/+120
2014-06-03ethtool: Check that reserved fields of struct ethtool_rxfh are 0Ben Hutchings1-53/+36
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings10-49/+48
2014-06-02fec: Include pinctrl header fileFabio Estevam1-0/+1
2014-06-02bridge: Add bridge ifindex to bridge fdb notify msgsRoopa Prabhu2-0/+4
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-02fib_trie: use seq_file_net rather than seq->privateDavid Ahern1-1/+1
2014-06-02net: filter: fix length calculation in BPF testsuiteChema Gonzalez1-5/+16
2014-06-02Merge branch 'mvneta'David S. Miller2-37/+85
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 supportdingtianhong2-1/+68
2014-06-02Merge branch 'cdc_ncm'David S. Miller2-76/+341
2014-06-02net: cdc_ncm: document the sysfs APIBjørn Mork1-0/+149
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/lin...David S. Miller88-997/+2174
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet17-155/+65
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-02Merge branch 'netdevsync'David S. Miller8-118/+231
2014-06-02enic: Update driver to use __dev_uc/mc_sync/unsync callsAlexander Duyck6-118/+73
2014-06-02net: Add support for device specific address syncingAlexander Duyck2-0/+158
2014-06-02Merge branch '6lowpan-next'David S. Miller1-2/+2
2014-06-026lowpan_rtnl: fix off by one while fragmentationAlexander Aring1-1/+1
2014-06-026lowpan_rtnl: fix fragmentation with two fragmentsAlexander Aring1-2/+2