summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* hdlc: Remove typedefs from struct namesHimangi Saraogi2014-08-111-31/+32
* airo_cs: Remove typedef local_info_tHimangi Saraogi2014-08-111-12/+13
* atmel: Remove typedef atmel_priv_ioctlHimangi Saraogi2014-08-111-4/+4
* com20020_cs: Remove typedef com20020_dev_tHimangi Saraogi2014-08-111-8/+8
* ethernet: amd: Remove typedef local_info_tHimangi Saraogi2014-08-111-20/+20
* drivers: net: Add APM X-Gene SoC ethernet driver support.Iyappan Subramanian2014-08-1111-0/+2299
* net: ucc_geth: fix build failureUwe Kleine-König2014-08-111-2/+2
* dm9000: Remove typedef board_info_tHimangi Saraogi2014-08-081-46/+46
* fec_mpc52xx: delete unneeded test before of_node_putJulia Lawall2014-08-081-2/+1
* ll_temac: delete unneeded test before of_node_putJulia Lawall2014-08-081-2/+1
* net: axienet: delete unneeded test before of_node_putJulia Lawall2014-08-081-2/+1
* cxgb4: IEEE fixes for DCBx state machineAnish Bhatt2014-08-085-71/+216
* net: ucc_geth: Don't use the MAC as PHY without a fixed linkUwe Kleine-König2014-08-081-7/+6
* net: ucc_geth: make probe consistently acquire a reference to the phy nodeUwe Kleine-König2014-08-081-1/+1
* net: ucc_geth: drop acquired references in probe error path and removeUwe Kleine-König2014-08-081-1/+8
* net: fs_enet: fix reference counting for phy_nodeUwe Kleine-König2014-08-081-1/+1
* net: bcmgenet: fix reference counting for phy nodeUwe Kleine-König2014-08-081-2/+4
* drivers/net: Remove typedef axnet_dev_tHimangi Saraogi2014-08-081-13/+13
* drivers/net: Remove typedefs pcnet_dev_t and hw_info_tHimangi Saraogi2014-08-081-34/+34
* drivers/net: ethernet: Remove typedef for struct and enumHimangi Saraogi2014-08-081-17/+17
* net: gianfar: fix reference counting for phy_nodeUwe Kleine-König2014-08-081-2/+2
* net: mvneta: Fix reference counting for phy_nodeUwe Kleine-König2014-08-081-3/+6
* net: gianfar: no need to check parameter being != NULL for of_node_putUwe Kleine-König2014-08-081-8/+4
* amd: xgbe: fix duplicate #include of linux/phy.hJean Sacren2014-08-081-1/+0
* xen-netback: Fix vif->disable handlingZoltan Kiss2014-08-081-2/+8
* cxgb4: Update FW version string to match FW binary versionHariprasad Shenai2014-08-081-4/+4
* Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds2014-08-072-2/+2
|\
| * list: fix order of arguments for hlist_add_after(_rcu)Ken Helias2014-08-072-2/+2
* | net: fix USB network driver config option.Francois Romieu2014-08-072-2/+3
* | vmxnet3: fix decimal printf format specifiers prefixed with 0xHans Wennborg2014-08-061-1/+1
* | hyperv: Adjust the size of sendbuf region to support ws2008r2KY Srinivasan2014-08-061-1/+1
* | cxgb4: Fix for SR-IOV VF initializationHariprasad Shenai2014-08-061-4/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-06624-17071/+48654
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-08-0613-98/+83
| |\
| | * tg3: Modify tg3_tso_bug() to handle multiple TX ringsPrashant Sreedharan2014-08-061-10/+12
| | * net: sun4i-emac: fix memory leak on bad packetMarc Zyngier2014-08-061-2/+4
| | * Revert "net: phy: Set the driver when registering an MDIO bus device"Fabio Estevam2014-08-061-1/+0
| | * qlcnic: Initialize dcbnl_ops before register_netdevRajesh Borundia2014-08-061-2/+2
| | * qlcnic: Set driver version before registering netdevRajesh Borundia2014-08-062-4/+4
| | * qlcnic: Fix update of ethtool stats.Rajesh Borundia2014-08-061-5/+13
| | * r8152: add missing Makefile ruleJF Le Fillatre2014-08-031-0/+1
| | * cdc_subset: deal with a device that needs reset for timeoutOliver Neukum2014-08-032-3/+32
| | * xen-netfront: print correct number of queuesDavid Vrabel2014-08-011-2/+2
| | * xen-netfront: release per-queue Tx and Rx resource when disconnectingDavid Vrabel2014-08-011-61/+7
| | * xen-netfront: fix locking in connect error pathDavid Vrabel2014-08-011-1/+1
| | * macvlan: Initialize vlan_features to turn on offload support.Vlad Yasevich2014-08-011-0/+1
| | * bonding: use kobject_put instead of _del after kobject_addVeaceslav Falico2014-07-311-2/+2
| | * bna: fix performance regressionIvan Vecera2014-07-311-1/+1
| | * bna: fill the magic in bnad_get_eeprom() instead of validatingIvan Vecera2014-07-301-4/+2
| * | cxgb4 : Disable recursive mailbox commands when enabling viAnish Bhatt2014-08-062-2/+5