summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: xgene: Get channel number from device bindingIyappan Subramanian2016-05-021-1/+14
* qede: add implementation for internal loopback test.Sudarsana Reddy Kalluru2016-05-023-4/+242
* qede: add support for selftests.Sudarsana Reddy Kalluru2016-05-021-1/+55
* qed: add infrastructure for device self tests.Sudarsana Reddy Kalluru2016-05-029-1/+254
* i40e/i40evf: Add support for GSO partial with UDP_TUNNEL_CSUM and GRE_CSUMAlexander Duyck2016-05-024-6/+28
* i40evf: make use of BIT() macro to avoid signed left shiftJacob Keller2016-05-021-22/+22
* i40e: make use of BIT() macro to prevent left shift of signed valuesJacob Keller2016-05-021-28/+25Star
* i40e/i40evf: fix I40E_MASK signed shift overflow warningsJacob Keller2016-05-022-2/+2
* i40e/i40evf : Bump driver version from 1.5.5 to 1.5.10Harshitha Ramamurthy2016-05-022-2/+2
* i40e: Update device ids for X722Catherine Sullivan2016-05-021-0/+1
* i40e: Drop extra copy of functionJesse Brandeburg2016-05-021-18/+0Star
* i40e: Use consistent type for vf_idJesse Brandeburg2016-05-023-9/+10
* i40e: PTP - avoid aggregate return warningsJesse Brandeburg2016-05-021-1/+2
* i40e: Fix uninitialized variableCatherine Sullivan2016-05-021-5/+1Star
* i40evf: RSS Hash Option parametersCarolyn Wyborny2016-05-021-199/+2Star
* i40e: Remove HMC AQ API implementationNeerav Parikh2016-05-025-88/+0Star
* i40e: Prevent falling to promiscuous if the VF is not trustedAnjali Singhai Jain2016-05-021-0/+6
* i40e: Limit the number of MAC and VLAN addresses that can be added for VFsAnjali Singhai Jain2016-05-022-2/+26
* i40e: Change the default for VFs to be not privilegedAnjali Singhai Jain2016-05-011-10/+10
* net/mlx5e: Enabling aRFS mechanismMaor Gottlieb2016-04-294-2/+127
* net/mlx5e: Add accelerated RFS supportMaor Gottlieb2016-04-292-1/+436
* net/mlx5e: Create aRFS flow tablesMaor Gottlieb2016-04-296-14/+313
* net/mlx5: Initializing CPU reverse mappingMaor Gottlieb2016-04-292-0/+21
* net/mlx5e: Split the main flow steering tableMaor Gottlieb2016-04-294-563/+462Star
* net/mlx5e: Refactor mlx5e flow steering structsMaor Gottlieb2016-04-295-154/+160
* net/mlx5: Support different attributes for priorities in namespaceMaor Gottlieb2016-04-291-12/+19
* net/mlx5: Add user chosen levels when allocating flow tablesMaor Gottlieb2016-04-294-37/+64
* net/mlx5: Set number of allowed levels in priorityMaor Gottlieb2016-04-292-30/+33
* net/mlx5: Introduce modify flow rule destinationMaor Gottlieb2016-04-291-2/+2
* net/mlx5e: Direct TIR per RQTariq Toukan2016-04-294-138/+191
* net/mlx5e: Call vxlan_get_rx_port() with rtnl lockMatthew Finlay2016-04-291-1/+4
* net: ethernet: enc28j60: add device tree supportMichael Heimpold2016-04-291-3/+17
* net: ethernet: enc28j60: support half-duplex SPI controllersMichael Heimpold2016-04-291-5/+9
* net: ethernet: stmmac: update MDIO support for GMAC4Alexandre TORGUE2016-04-291-4/+98
* cxgb4vf: Add support to enable logging of firmware mailbox commands for VFHariprasad Shenai2016-04-294-25/+192
* cxgb4: Add support to enable logging of firmware mailbox commandsHariprasad Shenai2016-04-294-20/+192
* net: hns: change port-id property to reg property in dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-291-3/+3
* net: hns: remove cpld-ctrl-reg and add cell in the cpld-syscon propertyYisen.Zhuang\(Zhuangyuzeng\)2016-04-291-12/+14
* pch_gbe: replace private tx ring lock with common netif_tx_lockfrançois romieu2016-04-282-10/+2Star
* net/mlx5e: avoid stack overflow in mlx5e_open_channelsArnd Bergmann2016-04-281-8/+10
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-04-2821-407/+947
|\
| * i40evf: Add driver support for promiscuous modeAnjali Singhai Jain2016-04-274-7/+40
| * i40e: Add VF promiscuous mode driver supportAnjali Singhai Jain2016-04-272-6/+149
| * i40e: Add promiscuous on VLAN supportGreg Rose2016-04-272-0/+78
| * i40e/i40evf: Only offload VLAN tag if enabledJesse Brandeburg2016-04-272-2/+4
| * i40e: Remove zero checkGreg Rose2016-04-271-4/+1Star
| * i40e: Add DeviceID for X722 QSFP+Kamil Krawczyk2016-04-274-0/+4
| * i40e: Add device capability which defines if update is availableMichal Kosiarz2016-04-275-0/+18
| * i40evf: Allow PF driver to configure RSSMitch Williams2016-04-264-284/+294
| * i40e: Specify AQ event opcode to wait forShannon Nelson2016-04-263-7/+44