summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dccp: do not assume DCCP code is non preemptibleEric Dumazet2016-05-024-6/+6
* tcp: do not block bh during prequeue processingEric Dumazet2016-05-022-32/+2
* tcp: do not assume TCP code is non preemptibleEric Dumazet2016-05-0211-99/+104
* Merge branch 'xgene-channel-number'David S. Miller2016-05-024-1/+18
|\
| * dtb: xgene: Add channel propertyIyappan Subramanian2016-05-022-0/+2
| * Documentation: dtb: xgene: Add channel propertyIyappan Subramanian2016-05-021-0/+2
| * drivers: net: xgene: Get channel number from device bindingIyappan Subramanian2016-05-021-1/+14
|/
* Merge branch 'qed-selftests'David S. Miller2016-05-0213-6/+598
|\
| * 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-0210-1/+301
|/
* net: dsa: mv88e6xxx: replace ds with ps where possibleAndrew Lunn2016-05-026-494/+511
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-05-0216-392/+137
|\
| * 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/+25
| * 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/+0
| * 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/+1
| * i40evf: RSS Hash Option parametersCarolyn Wyborny2016-05-021-199/+2
| * i40e: Remove HMC AQ API implementationNeerav Parikh2016-05-025-88/+0
| * 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
* | sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner2016-05-023-14/+20
* | mdio_bus: Fix MDIO bus scanning in __mdiobus_register()Marek Vasut2016-05-021-1/+1
* | tipc: set 'active' state correctly for first established linkJon Paul Maloy2016-05-021-0/+1
* | of: of_mdio: Check if MDIO bus controller is availableFlorian Fainelli2016-05-021-0/+4
|/
* Merge branch 'mlx5-aRFS'David S. Miller2016-04-2915-849/+1736
|\
| * 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-293-0/+24
| * net/mlx5e: Split the main flow steering tableMaor Gottlieb2016-04-294-563/+462
| * 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-296-40/+70
| * net/mlx5: Set number of allowed levels in priorityMaor Gottlieb2016-04-292-30/+33
| * net/mlx5: Introduce modify flow rule destinationMaor Gottlieb2016-04-292-2/+5
| * 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
|/
* Merge branch 'enc28j60-small-improvements'David S. Miller2016-04-292-8/+85
|\
| * net: ethernet: enc28j60: add device tree supportMichael Heimpold2016-04-292-3/+76
| * net: ethernet: enc28j60: support half-duplex SPI controllersMichael Heimpold2016-04-291-5/+9
|/
* net: constify is_skb_forwardable's argumentsNikolay Aleksandrov2016-04-292-2/+3
* Merge branch 'ppp-rtnetlink'David S. Miller2016-04-292-88/+235
|\