summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-08-11atmel: Remove typedef atmel_priv_ioctlHimangi Saraogi1-4/+4
2014-08-11com20020_cs: Remove typedef com20020_dev_tHimangi Saraogi1-8/+8
2014-08-11ethernet: amd: Remove typedef local_info_tHimangi Saraogi1-20/+20
2014-08-11drivers: net: Add APM X-Gene SoC ethernet driver support.Iyappan Subramanian11-0/+2299
2014-08-11net: wireless: ipw2x00: ipw2200.c: Cleaning up missing null-terminate after s...Rickard Strandqvist1-0/+1
2014-08-11brcmfmac: fix memory leakage in msgbufArend van Spriel1-0/+4
2014-08-11brcmfmac: fix curly brace mistake in brcmf_pcie_handle_mb_data()Arend van Spriel1-1/+2
2014-08-11carl9170: fix sending URBs with wrong type when using full-speedRonald Wahl2-4/+28
2014-08-10net: ucc_geth: fix build failureUwe Kleine-König1-2/+2
2014-08-08drivers/net/ethernet/amd/pcnet32.c: neaten and remove unnecessary OOM messagesJoe Perches1-25/+18
2014-08-08rtlwifi: use pci_zalloc_consistentJoe Perches1-12/+5
2014-08-08rtl818x: use pci_zalloc_consistentJoe Perches1-7/+4
2014-08-08mwl8k: use pci_zalloc_consistentJoe Perches1-4/+2
2014-08-08ipw2100: use pci_zalloc_consistentJoe Perches1-11/+5
2014-08-08irda: use pci_zalloc_consistentJoe Perches1-2/+2
2014-08-08qlogic: use pci_zalloc_consistentJoe Perches2-9/+6
2014-08-08micrel: use pci_zalloc_consistentJoe Perches1-4/+3
2014-08-08sky2: use pci_zalloc_consistentJoe Perches1-3/+2
2014-08-08enic: use pci_zalloc_consistentJoe Perches1-5/+3
2014-08-08atl1e: use pci_zalloc_consistentJoe Perches1-5/+2
2014-08-08amd: use pci_zalloc_consistentJoe Perches1-10/+8
2014-08-08dm9000: Remove typedef board_info_tHimangi Saraogi1-46/+46
2014-08-08fec_mpc52xx: delete unneeded test before of_node_putJulia Lawall1-2/+1
2014-08-08ll_temac: delete unneeded test before of_node_putJulia Lawall1-2/+1
2014-08-08net: axienet: delete unneeded test before of_node_putJulia Lawall1-2/+1
2014-08-07cxgb4: IEEE fixes for DCBx state machineAnish Bhatt5-71/+216
2014-08-07net: ucc_geth: Don't use the MAC as PHY without a fixed linkUwe Kleine-König1-7/+6
2014-08-07net: ucc_geth: make probe consistently acquire a reference to the phy nodeUwe Kleine-König1-1/+1
2014-08-07net: ucc_geth: drop acquired references in probe error path and removeUwe Kleine-König1-1/+8
2014-08-07net: fs_enet: fix reference counting for phy_nodeUwe Kleine-König1-1/+1
2014-08-07net: bcmgenet: fix reference counting for phy nodeUwe Kleine-König1-2/+4
2014-08-07drivers/net: Remove typedef axnet_dev_tHimangi Saraogi1-13/+13
2014-08-07drivers/net: Remove typedefs pcnet_dev_t and hw_info_tHimangi Saraogi1-34/+34
2014-08-07drivers/net: ethernet: Remove typedef for struct and enumHimangi Saraogi1-17/+17
2014-08-07net: gianfar: fix reference counting for phy_nodeUwe Kleine-König1-2/+2
2014-08-07net: mvneta: Fix reference counting for phy_nodeUwe Kleine-König1-3/+6
2014-08-07net: gianfar: no need to check parameter being != NULL for of_node_putUwe Kleine-König1-8/+4
2014-08-07amd: xgbe: fix duplicate #include of linux/phy.hJean Sacren1-1/+0
2014-08-07xen-netback: Fix vif->disable handlingZoltan Kiss1-2/+8
2014-08-07cxgb4: Update FW version string to match FW binary versionHariprasad Shenai1-4/+4
2014-08-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2-2/+0
2014-08-07Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-14/+183
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2-2/+2
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2-2/+2
2014-08-06net: fix USB network driver config option.Francois Romieu2-2/+3
2014-08-06vmxnet3: fix decimal printf format specifiers prefixed with 0xHans Wennborg1-1/+1
2014-08-06hyperv: Adjust the size of sendbuf region to support ws2008r2KY Srinivasan1-1/+1
2014-08-06cxgb4: Fix for SR-IOV VF initializationHariprasad Shenai1-4/+3
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds624-17071/+48654
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-98/+83