summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2016-03-07ppp: release rtnl mutex when interface creation failsGuillaume Nault-0/+1
2016-03-07cdc_ncm: do not call usbnet_link_change from cdc_ncm_bindBjørn Mork-15/+5
2016-03-07net: hns: fix the bug about loopbackyankejian-1/+65
2016-03-07jme: Fix device PM wakeup API usageGuo-Fu Tseng-4/+2
2016-03-07jme: Do not enable NIC WoL functions on S0Guo-Fu Tseng-6/+11
2016-03-07be2net: Don't leak iomapped memory on removal.Douglas Miller-0/+5
2016-03-07vmxnet3: avoid calling pskb_may_pull with interrupts disabledNeil Horman-27/+46
2016-03-07Merge tag 'wireless-drivers-for-davem-2016-03-04' of git://git.kernel.org/pub...David S. Miller-1/+17
2016-03-07net: ethernet: Add missing MFD_SYSCON dependency on HAS_IOMEMKrzysztof Kozlowski-0/+1
2016-03-07ibmveth: check return of skb_linearize in ibmveth_start_xmitThomas Falcon-1/+4
2016-03-07cdc_ncm: toggle altsetting to force reset before setupBjørn Mork-1/+5
2016-03-07usbnet: cleanup after bind() in probe()Oliver Neukum-0/+7
2016-03-07mlxsw: pci: Correctly determine if descriptor queue is fullIdo Schimmel-1/+1
2016-03-07mlxsw: spectrum: Always decrement bridge's ref countIdo Schimmel-3/+1
2016-03-06net: eth: altera: do not free array priv->mdio->irqColin Ian King-1/+0
2016-03-06net/ethoc: do not free array priv->mdio->irqColin Ian King-1/+0
2016-03-06asix: do not free array priv->mdio->irqColin Ian King-1/+0
2016-03-06gianfar: Enable eTSEC-106 erratum w/a for MPC8548E Rev2Atsushi Nemoto-1/+3
2016-03-04can: mcp251x: avoid write to error flag register if it's unnecessaryEd Spiridonov-1/+1
2016-03-03be2net: don't enable multicast flag in be_enable_if_filters() routineVenkat Duvvuru-10/+15
2016-03-03net: moxa: fix an error codeDan Carpenter-2/+2
2016-03-03vxlan: fix missing options_len update on RX with collect metadataDaniel Borkmann-1/+3
2016-03-03net: ethernet: renesas: sh_eth: don't open code of_device_get_match_data()Wolfram Sang-7/+3
2016-03-03net: ethernet: renesas: ravb_main: don't open code of_device_get_match_data()Wolfram Sang-3/+1
2016-03-03ibmvnic: Fix ibmvnic_capability structThomas Falcon-34/+32
2016-03-03qmi_wwan: add Sierra Wireless EM74xx device IDBjørn Mork-2/+4
2016-03-03fsl/fman: Initialize fman->dev earlierIgal Liberman-2/+2
2016-03-03stmmac: Fix 'eth0: No PHY found' regressionGabriel Fernandez-11/+9
2016-03-02dwc_eth_qos: do phy_start before resetting hardwareLars Persson-3/+20
2016-03-02dwc_eth_qos: use DWCEQOS_MSG_DEFAULTRabin Vincent-1/+1
2016-03-02dwc_eth_qos: use GFP_KERNEL in dma_alloc_coherent()Rabin Vincent-2/+2
2016-03-02dwc_eth_qos: release descriptors outside netif_tx_lockLars Persson-4/+6
2016-03-02dwc_eth_qos: fix race condition in dwceqos_start_xmitRabin Vincent-4/+2
2016-03-02net/mlx4_core: Allow resetting VF admin mac to zeroJack Morgenstein-1/+1
2016-03-02net/mlx4_core: Check the correct limitation on VFs for HA modeMoni Shoua-3/+11
2016-03-02net/mlx4_core: Fix lockdep warning in handling of mac/vlan tablesJack Morgenstein-10/+10
2016-03-02net/mlx5e: Provide correct packet/bytes statisticsGal Pressman-17/+8
2016-03-02net/mlx5e: Add rx/tx bytes software countersGal Pressman-5/+13
2016-03-02net/mlx5e: Correctly handle RSS indirection table when changing number of cha...Tariq Toukan-4/+15
2016-03-02net/mlx5e: Fix ethtool RX hash func configuration changeTariq Toukan-21/+43
2016-03-02net/mlx5e: Fix soft lockup when HW Timestamping is enabledEran Ben Elisha-10/+15
2016-03-02net/mlx5e: Fix LRO modifyTariq Toukan-4/+11
2016-03-02net/mlx5e: Remove wrong poll CQ optimizationTariq Toukan-22/+1
2016-03-02r8169: Enable RX_MULTI_EN for RTL_GIGA_MAC_VER_41~48Chunhao Lin-4/+0
2016-03-02bnx2x: fix indentation in bnx2x_sp_task()Michal Schmidt-1/+1
2016-03-02bnx2x: define event data reserved fields as little-endianMichal Schmidt-6/+6
2016-03-02bnx2x: define fields of struct cfc_del_event_data as little-endianMichal Schmidt-7/+5
2016-03-02bnx2x: access cfc_del_event only if the opcode is CFC_DELMichal Schmidt-3/+5
2016-03-02bnx2x: fix receive of VF->PF mailbox messages by the PF on big-endianMichal Schmidt-5/+7
2016-03-02bnx2x: fix sending VF->PF messages on big-endianMichal Schmidt-6/+0