summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Enable AER support.Satish Baddipadige2016-03-081-0/+109
* bnxt_en: Include hardware port statistics in ethtool -S.Michael Chan2016-03-081-2/+103
* bnxt_en: Include some hardware port statistics in ndo_get_stats64().Michael Chan2016-03-081-0/+16
* bnxt_en: Add port statistics support.Michael Chan2016-03-082-1/+60
* bnxt_en: Extend autoneg to all speeds.Michael Chan2016-03-082-14/+4
* bnxt_en: Use common function to get ethtool supported flags.Michael Chan2016-03-081-20/+9
* bnxt_en: Add reporting of link partner advertisement.Michael Chan2016-03-083-2/+23
* bnxt_en: Refactor bnxt_fw_to_ethtool_advertised_spds().Michael Chan2016-03-081-13/+20
* vxlan: allow setting ipv6 traffic classDaniel Borkmann2016-03-081-5/+9
* bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann2016-03-082-16/+14
* bpf: support for access to tunnel optionsDaniel Borkmann2016-03-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-08185-2008/+2204
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-03-0765-324/+548
| |\
| | * ppp: release rtnl mutex when interface creation failsGuillaume Nault2016-03-071-0/+1
| | * cdc_ncm: do not call usbnet_link_change from cdc_ncm_bindBjørn Mork2016-03-071-15/+5
| | * net: hns: fix the bug about loopbackyankejian2016-03-075-1/+65
| | * jme: Fix device PM wakeup API usageGuo-Fu Tseng2016-03-071-4/+2
| | * jme: Do not enable NIC WoL functions on S0Guo-Fu Tseng2016-03-071-6/+11
| | * be2net: Don't leak iomapped memory on removal.Douglas Miller2016-03-072-0/+5
| | * vmxnet3: avoid calling pskb_may_pull with interrupts disabledNeil Horman2016-03-071-27/+46
| | * Merge tag 'wireless-drivers-for-davem-2016-03-04' of git://git.kernel.org/pub...David S. Miller2016-03-075-1/+18
| | |\
| | | * ssb: host_soc depends on spromArnd Bergmann2016-02-261-0/+1
| | | * Merge tag 'iwlwifi-for-kalle-2016-02-25' of https://git.kernel.org/pub/scm/li...Kalle Valo2016-02-264-1/+17
| | | |\
| | | | * iwlwifi: mvm: Fix paging memory leakMatti Gottlieb2016-02-233-1/+8
| | | | * iwlwifi: mvm: inc pending frames counter also when txing non-staLiad Kaufman2016-02-161-0/+9
| | * | | net: ethernet: Add missing MFD_SYSCON dependency on HAS_IOMEMKrzysztof Kozlowski2016-03-071-0/+1
| | * | | ibmveth: check return of skb_linearize in ibmveth_start_xmitThomas Falcon2016-03-071-1/+4
| | * | | cdc_ncm: toggle altsetting to force reset before setupBjørn Mork2016-03-071-1/+5
| | * | | usbnet: cleanup after bind() in probe()Oliver Neukum2016-03-071-0/+7
| | * | | mlxsw: pci: Correctly determine if descriptor queue is fullIdo Schimmel2016-03-071-1/+1
| | * | | mlxsw: spectrum: Always decrement bridge's ref countIdo Schimmel2016-03-071-3/+1
| | * | | net: eth: altera: do not free array priv->mdio->irqColin Ian King2016-03-061-1/+0
| | * | | net/ethoc: do not free array priv->mdio->irqColin Ian King2016-03-061-1/+0
| | * | | asix: do not free array priv->mdio->irqColin Ian King2016-03-061-1/+0
| | * | | gianfar: Enable eTSEC-106 erratum w/a for MPC8548E Rev2Atsushi Nemoto2016-03-061-1/+3
| | * | | can: mcp251x: avoid write to error flag register if it's unnecessaryEd Spiridonov2016-03-041-1/+1
| | * | | be2net: don't enable multicast flag in be_enable_if_filters() routineVenkat Duvvuru2016-03-032-10/+15
| | * | | net: moxa: fix an error codeDan Carpenter2016-03-031-2/+2
| | * | | vxlan: fix missing options_len update on RX with collect metadataDaniel Borkmann2016-03-031-1/+3
| | * | | net: ethernet: renesas: sh_eth: don't open code of_device_get_match_data()Wolfram Sang2016-03-031-7/+3
| | * | | net: ethernet: renesas: ravb_main: don't open code of_device_get_match_data()Wolfram Sang2016-03-031-3/+1
| | * | | ibmvnic: Fix ibmvnic_capability structThomas Falcon2016-03-032-34/+32
| | * | | qmi_wwan: add Sierra Wireless EM74xx device IDBjørn Mork2016-03-031-2/+4
| | * | | fsl/fman: Initialize fman->dev earlierIgal Liberman2016-03-031-2/+2
| | * | | stmmac: Fix 'eth0: No PHY found' regressionGabriel Fernandez2016-03-032-11/+9
| | * | | dwc_eth_qos: do phy_start before resetting hardwareLars Persson2016-03-021-3/+20
| | * | | dwc_eth_qos: use DWCEQOS_MSG_DEFAULTRabin Vincent2016-03-021-1/+1
| | * | | dwc_eth_qos: use GFP_KERNEL in dma_alloc_coherent()Rabin Vincent2016-03-021-2/+2
| | * | | dwc_eth_qos: release descriptors outside netif_tx_lockLars Persson2016-03-021-4/+6
| | * | | dwc_eth_qos: fix race condition in dwceqos_start_xmitRabin Vincent2016-03-021-4/+2