summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-21net: ucc_geth: remove unnecessary dev_set_drvdata()Libo Chen1-1/+0
2013-08-21net: fsl_pq_mdio: remove unnecessary dev_set_drvdata()Libo Chen1-2/+0
2013-08-21Merge branch 'tuntap'David S. Miller2-6/+43
2013-08-21tun: Get skfilter layoutPavel Emelyanov2-0/+11
2013-08-21tun: Allow to skip filter on attachPavel Emelyanov2-5/+8
2013-08-21tun: Report whether the queue is attached or notPavel Emelyanov1-0/+3
2013-08-21tun: Add ability to create tun device with given indexPavel Emelyanov2-1/+21
2013-08-21net/mlx4_en: Reduce scope of local variables in mlx4_en_xmitAmir Vadai1-3/+7
2013-08-21net/mlx4_en: Fix handling of dma_map failureAmir Vadai1-35/+62
2013-08-21net/mlx4_en: Notify user when TX ring in error stateAmir Vadai1-0/+9
2013-08-21net/mlx4_en: Disable global flow control when PFC enabledEugenia Emantayev1-2/+2
2013-08-21net/mlx4_en: Coding style cleanup in mlx4_en_dcbnl_ieee_setpfc()Amir Vadai1-6/+9
2013-08-21qlcnic: Update version to 5.3.48Himanshu Madhani1-2/+2
2013-08-21qlcnic: Implement ndo_get_phys_port_id for 82xx adapterShahed Shaikh7-11/+63
2013-08-21qlcnic: Enable diagnostic test for multiple Tx queues.Himanshu Madhani6-14/+34
2013-08-21qlcnic: Enable Tx queue changes using ethtool for 82xx Series adapter.Himanshu Madhani8-35/+145
2013-08-21qlcnic: Multi Tx queue support for 82xx Series adapter.Himanshu Madhani8-112/+487
2013-08-21sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()Ben Hutchings3-9/+6
2013-08-21sfc: Collect all MCDI port functions into mcdi_port.cBen Hutchings7-306/+242
2013-08-21sfc: Move efx_mcdi_mac_reconfigure() to siena.c and renameBen Hutchings3-23/+22
2013-08-21sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI moduleBen Hutchings3-31/+30
2013-08-21sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()Ben Hutchings4-29/+34
2013-08-21sfc: Ensure MCDI buffers, but not lengths, are dword alignedBen Hutchings3-31/+46
2013-08-21sfc: Use proper macros to declare and access MCDI arraysBen Hutchings6-94/+85
2013-08-21sfc: Introduce and use MCDI_CTL_SDU_LEN_MAX_V1 macro for Siena-specific codeBen Hutchings2-4/+7
2013-08-21sfc: Fill out the set of MCDI accessorsBen Hutchings1-10/+32
2013-08-21sfc: Rationalise MCDI buffer accessorsBen Hutchings1-26/+20
2013-08-21sfc: Introduce and use MCDI_DECLARE_BUF macroBen Hutchings7-56/+66
2013-08-21sfc: Move more Falcon-specific code and definitions into falcon.cBen Hutchings5-666/+538
2013-08-21sfc: Move details of a Falcon bug workaround out of ethtool.cBen Hutchings5-23/+31
2013-08-21sfc: Use efx_mcdi_mon() to find efx_mcdi_mon structure from efx_nicBen Hutchings1-2/+1
2013-08-21sfc: const-qualify source pointers for MMIO write functionsBen Hutchings1-8/+10
2013-08-21Merge branch 'sfc-3.11'Ben Hutchings1-1/+1
2013-08-21sfc: Fix lookup of default RX MAC filters when steered using ethtoolBen Hutchings1-1/+1
2013-08-21can: mcp251x: Allow tuning SPI mode and limit maximal SPI speedAlexander Shiyan1-1/+5
2013-08-21can: mcp251x: Eliminate irq_flags from driver platform_dataAlexander Shiyan2-10/+1
2013-08-21can: mcp251x: Replace power callbacks with regulator APIAlexander Shiyan4-76/+69
2013-08-21net/phy: micrel: Add OF configuration support for ksz9021Sean Cross2-1/+151
2013-08-21net: ipv6: mcast: minor: use defines for rfc3810/8.1 lengthsDaniel Borkmann1-3/+6
2013-08-21net: ipv6: minor: *_start_timer: rather use unsigned longDaniel Borkmann1-5/+5
2013-08-21net: ipv6: igmp6_event_query: use msecs_to_jiffiesDaniel Borkmann1-6/+5
2013-08-21net: cpsw: Add support for wake-on-lan for cpswMatus Ujhelyi1-0/+25
2013-08-21drivers: net: cpsw: remove platform data header file of cpswMugunthan V N2-8/+6
2013-08-21ip6_tunnel: ensure to always have a link local addressNicolas Dichtel2-42/+18
2013-08-21Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c"David S. Miller1-14/+10
2013-08-21bcm63xx_enet: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall1-5/+5
2013-08-21net: davinci_mdio: use platform_{get,set}_drvdata()Libo Chen1-2/+1
2013-08-21net: xilinx_emaclite: use platform_{get,set}_drvdata()Libo Chen1-2/+1
2013-08-21net: sunhme: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-08-21net: sunbmac: use platform_{get,set}_drvdata()Libo Chen1-1/+1