summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sfc: Cope with permissions enforcement added to firmware for SR-IOVEdward Cree2015-05-095-17/+111
* sfc: manually allocate and free vadaptorsShradha Shah2015-05-093-16/+76
* sfc: create vports for VFs and assign random MAC addressesShradha Shah2015-05-093-37/+244
* sfc: Prepare to bind the sfc driver to the VF.Shradha Shah2015-05-099-15/+175
* sfc: get the PF number and record in nic_dataDaniel Pieczko2015-05-092-0/+24
* sfc: create VEB vswitch and vport above default firmware setupDaniel Pieczko2015-05-097-3/+167
* sfc: record the PF's vport ID in nic_dataDaniel Pieczko2015-05-092-4/+11
* sfc: Record [rt]x_dpcpu_fw_id in EF10 nic_dataDaniel Pieczko2015-05-093-16/+17
* sfc: Use MCDI to set FILTER_OP_IN_TX_DOMAINShradha Shah2015-05-091-0/+1
* sfc: Enable VF's via a write to the sysfs file sriov_numvfsShradha Shah2015-05-099-1/+82
* sfc: Move and rename efx_vf struct to siena_vfDaniel Pieczko2015-05-093-57/+67
* sfc: Own header for nic-specific sriov functions, single instance of netdev_o...Shradha Shah2015-05-0915-210/+355
* Merge branch 'dsa-next'David S. Miller2015-05-098-835/+719
|\
| * net: dsa: Add lockdep class to tx queues to avoid lockdep splatAndrew Lunn2015-05-091-2/+12
| * net: dsa: mv88e6xxx: Fix false positive lockdep splatAndrew Lunn2015-05-091-9/+37
| * net: dsa: mv88e6xxx: Replace stats mutex with SMI mutexAndrew Lunn2015-05-091-23/+27
| * net: dsa: mv88e6xxx: Replace PHY mutex by SMI mutexAndrew Lunn2015-05-092-59/+63
| * net: dsa: mv88e6131: Add support for mv88e6185Andrew Lunn2015-05-091-0/+3
| * net: dsa: mv88e6171: Add other members of the familyAndrew Lunn2015-05-092-3/+12
| * net: dsa: Move mv88e6172 support into mv88e6352 family driverAndrew Lunn2015-05-093-51/+15
| * net: dsa: Converting remaining registers to mnemonicsAndrew Lunn2015-05-095-16/+69
| * net: dsa: Centralize setting up portsAndrew Lunn2015-05-096-37/+20
| * net: dsa: Centralise global and port setup code into mv88e6xxx.Andrew Lunn2015-05-096-660/+486
|/
* vxlan: Correctly set flow*i_mark and flow4i_proto in route lookupsThomas Graf2015-05-051-0/+3
* net: axienet: Fix kernel-doc warningsMichal Simek2015-05-053-18/+32
* net: axienet: Removed _of_ prefix in probe and remove functionsSrikanth Thokala2015-05-051-7/+7
* net: axienet: Use of_property_* callsSrikanth Thokala2015-05-051-20/+15
* net: axienet: Use devm_* callsSrikanth Thokala2015-05-051-27/+27
* net: axienet: Use pdev instead of opSrikanth Thokala2015-05-051-23/+24
* net: axienet: Fix comments blocksMichal Simek2015-05-053-59/+71
* net: axienet: Removed coding style errors and warningsSrikanth Thokala2015-05-052-20/+21
* net: axienet: Support phy-less mode of operationSrikanth Thokala2015-05-051-5/+5
* net: axienet: Handle jumbo frames for lesser frame sizesSrikanth Thokala2015-05-052-28/+27
* net: axienet: Service completion interrupts ASAPPeter Crosthwaite2015-05-051-2/+4
* net: axienet: Handle 0 packet receive gracefullyPeter Crosthwaite2015-05-051-3/+4
* net: axienet: Support for RGMIISrikanth Thokala2015-05-051-1/+8
* Merge branch 'cxgb4-next'David S. Miller2015-05-058-96/+262
|\
| * cxgb4: Discard the packet if the length is greater than mtuHariprasad Shenai2015-05-052-2/+16
| * cxgb4: Move SGE Ingress DMA state monitor code to a new routineHariprasad Shenai2015-05-053-79/+156
| * cxgb4: Add device node to ULD infoHariprasad Shenai2015-05-053-1/+3
| * cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq()Hariprasad Shenai2015-05-053-0/+45
| * cxgb4: Enable congestion notification from SGE for IQs and FLs.Hariprasad Shenai2015-05-055-13/+28
| * cxgb4: Make sure that Freelist size is larger than Egress Congestion ThresholdHariprasad Shenai2015-05-052-1/+14
|/
* rhashtable-test: Fix 64bit divisionThomas Graf2015-05-051-1/+2
* rhashtable: Simplify iterator codeThomas Graf2015-05-051-6/+2
* Merge branch 'ipvlan-mcast'David S. Miller2015-05-053-66/+102
|\
| * ipvlan: Always set broadcast bit in multicast filterMahesh Bandewar2015-05-051-14/+6
| * ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar2015-05-053-52/+96
|/
* Merge branch 'eth_proto_is_802_3'David S. Miller2015-05-058-8/+26
|\
| * vlan: Use eth_proto_is_802_3Alexander Duyck2015-05-051-1/+1