summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2013-08-224-87/+75
|\
| * can: mcp251x: Allow tuning SPI mode and limit maximal SPI speedAlexander Shiyan2013-08-211-1/+5
| * can: mcp251x: Eliminate irq_flags from driver platform_dataAlexander Shiyan2013-08-212-10/+1
| * can: mcp251x: Replace power callbacks with regulator APIAlexander Shiyan2013-08-214-76/+69
* | stmmac: remove useless csum flagGiuseppe CAVALLARO2013-08-222-3/+1
* | net: emac: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-2/+0
* | net: davinci_mdio: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-2/+0
* | net: xilinx_emaclite: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-1/+0
* | net: sunhme: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-2/+0
* | net: sunbmac: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-2/+0
* | net: fec_mpc52xx_phy: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-1/+0
* | net: ucc_geth: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-1/+0
* | net: fsl_pq_mdio: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-2/+0
* | Merge branch 'tuntap'David S. Miller2013-08-212-6/+43
|\ \
| * | tun: Get skfilter layoutPavel Emelyanov2013-08-212-0/+11
| * | tun: Allow to skip filter on attachPavel Emelyanov2013-08-212-5/+8
| * | tun: Report whether the queue is attached or notPavel Emelyanov2013-08-211-0/+3
| * | tun: Add ability to create tun device with given indexPavel Emelyanov2013-08-212-1/+21
|/ /
* | net/mlx4_en: Reduce scope of local variables in mlx4_en_xmitAmir Vadai2013-08-211-3/+7
* | net/mlx4_en: Fix handling of dma_map failureAmir Vadai2013-08-211-35/+62
* | net/mlx4_en: Notify user when TX ring in error stateAmir Vadai2013-08-211-0/+9
* | net/mlx4_en: Disable global flow control when PFC enabledEugenia Emantayev2013-08-211-2/+2
* | net/mlx4_en: Coding style cleanup in mlx4_en_dcbnl_ieee_setpfc()Amir Vadai2013-08-211-6/+9
* | qlcnic: Update version to 5.3.48Himanshu Madhani2013-08-211-2/+2
* | qlcnic: Implement ndo_get_phys_port_id for 82xx adapterShahed Shaikh2013-08-217-11/+63
* | qlcnic: Enable diagnostic test for multiple Tx queues.Himanshu Madhani2013-08-216-14/+34
* | qlcnic: Enable Tx queue changes using ethtool for 82xx Series adapter.Himanshu Madhani2013-08-218-35/+145
* | qlcnic: Multi Tx queue support for 82xx Series adapter.Himanshu Madhani2013-08-218-112/+487
|/
* net/phy: micrel: Add OF configuration support for ksz9021Sean Cross2013-08-212-1/+151
* net: ipv6: mcast: minor: use defines for rfc3810/8.1 lengthsDaniel Borkmann2013-08-211-3/+6
* net: ipv6: minor: *_start_timer: rather use unsigned longDaniel Borkmann2013-08-211-5/+5
* net: ipv6: igmp6_event_query: use msecs_to_jiffiesDaniel Borkmann2013-08-211-6/+5
* net: cpsw: Add support for wake-on-lan for cpswMatus Ujhelyi2013-08-211-0/+25
* drivers: net: cpsw: remove platform data header file of cpswMugunthan V N2013-08-212-8/+6
* ip6_tunnel: ensure to always have a link local addressNicolas Dichtel2013-08-212-42/+18
* Revert "ipv6: fix checkpatch errors in net/ipv6/addrconf.c"David S. Miller2013-08-211-14/+10
* bcm63xx_enet: replace devm_request_and_ioremap by devm_ioremap_resourceJulia Lawall2013-08-211-5/+5
* net: davinci_mdio: use platform_{get,set}_drvdata()Libo Chen2013-08-211-2/+1
* net: xilinx_emaclite: use platform_{get,set}_drvdata()Libo Chen2013-08-211-2/+1
* net: sunhme: use platform_{get,set}_drvdata()Libo Chen2013-08-211-1/+1
* net: sunbmac: use platform_{get,set}_drvdata()Libo Chen2013-08-211-1/+1
* net: fec_mpc52xx_phy: use platform_{get,set}_drvdata()Libo Chen2013-08-211-2/+1
* net: ucc_geth: use platform_{get,set}_drvdata()Libo Chen2013-08-211-2/+1
* net: fsl_pq_mdio: use platform_{get,set}_drvdata()Libo Chen2013-08-211-1/+1
* sh_eth: remove 'register_type' field from 'struct sh_eth_plat_data'Sergei Shtylyov2013-08-2110-18/+7
* sh_eth: get register layout from 'struct sh_eth_cpu_data'Sergei Shtylyov2013-08-212-1/+22
* SolutionEngine7724: fix Ether supportSergei Shtylyov2013-08-211-1/+3
* SH7619: fix Ether supportSergei Shtylyov2013-08-211-2/+10
* ipip: dereferencing an ERR_PTR in ip_tunnel_init_net()Dan Carpenter2013-08-211-4/+4
* myri10ge: Add support for ndo_busy_pollHyong-Youb Kim2013-08-211-2/+198