aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-10net: ucc_geth: fix build failureUwe Kleine-König1-2/+2
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-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
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-17/+6
2014-08-05cxgb4 : Disable recursive mailbox commands when enabling viAnish Bhatt2-2/+5
2014-08-05net: reduce USB network driver config options.Francois Romieu2-13/+9
2014-08-05tg3: Modify tg3_tso_bug() to handle multiple TX ringsPrashant Sreedharan1-10/+12
2014-08-05amd-xgbe: Perform phy connect/disconnect at dev open/stopLendacky, Thomas2-99/+121
2014-08-05amd-xgbe: Use dma_set_mask_and_coherent to set DMA maskLendacky, Thomas1-2/+5
2014-08-05net: sun4i-emac: fix memory leak on bad packetMarc Zyngier1-2/+4
2014-08-05Revert "net: phy: Set the driver when registering an MDIO bus device"Fabio Estevam1-1/+0
2014-08-05cxgb4vf: Turn off SGE RX/TX Callback Timers and interrupts in PCI shutdown routineHariprasad Shenai1-14/+15
2014-08-05team: Simplify return path of team_newlinkToshiaki Makita1-7/+1
2014-08-05cxgb4i : Move stray CPL definitions to cxgb4 driverAnish Bhatt1-0/+2
2014-08-05qlcnic: Initialize dcbnl_ops before register_netdevRajesh Borundia1-2/+2
2014-08-05qlcnic: Set driver version before registering netdevRajesh Borundia2-4/+4
2014-08-05qlcnic: Fix update of ethtool stats.Rajesh Borundia1-5/+13
2014-08-05xen-netback: Turn off the carrier if the guest is not able to receiveZoltan Kiss3-38/+123
2014-08-05xen-netback: Using a new state bit instead of carrierZoltan Kiss3-9/+18
2014-08-05Merge tag 'master-2014-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller41-112/+4837
2014-08-05net/usb/hso: Add support for Option GTM671WFSRicardo Ribalda1-0/+1
2014-08-05net: smc911x: fix %d confusingly prefixed with 0x in format stringHans Wennborg1-1/+1