aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-30drivers/net: fix up stale paths from driver reorgPaul Gortmaker54-58/+59
2012-01-27ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller1-5/+3
2012-01-27ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller3-4/+11
2012-01-27ipv6: fib: Convert fib6_age() to dst_neigh_lookup().David S. Miller1-5/+14
2012-01-27ipv6: ndisc: Convert to dst_neigh_lookup()David S. Miller1-6/+12
2012-01-27ipv4: ip_gre: Convert to dst_neigh_lookup()David S. Miller1-3/+10
2012-01-27r8169: remove work from irq handler.Francois Romieu1-218/+231
2012-01-27r8169: missing barriers.Francois Romieu1-3/+2
2012-01-27r8169: irq mask helpers.Francois Romieu1-7/+30
2012-01-27r8169: factor out IntrMask writes.Francois Romieu1-7/+9
2012-01-27r8169: stop delaying workqueue.Francois Romieu1-13/+24
2012-01-27r8169: remove rtl8169_reinit_task.Francois Romieu1-31/+3
2012-01-27r8169: remove hardcoded PCIe registers accesses.Francois Romieu1-4/+2
2012-01-26e1000e: update copyright yearBruce Allan14-15/+15
2012-01-26e1000e: split lib.c into three more-appropriate filesBruce Allan4-995/+1051
2012-01-26e1000e: call er16flash() instead of __er16flash()Bruce Allan1-1/+1
2012-01-26e1000e: increase version numberBruce Allan1-1/+1
2012-01-26e1000e: convert final strncpy() to strlcpy()Bruce Allan1-3/+3
2012-01-26e1000e: concatenate long debug strings which span multiple linesBruce Allan4-26/+15
2012-01-26e1000e: conditionally restart autoneg on 82577/8/9 when setting LPLU stateBruce Allan1-1/+3
2012-01-26e1000e: increase Rx PBA to prevent dropping received packets on 82566/82567Bruce Allan1-2/+2
2012-01-26e1000e: ICHx/PCHx LOMs should use LPLU setting in NVM when going to SxBruce Allan1-4/+5
2012-01-26e1000e: update workaround for 82579 intermittently disabled during S0->SxBruce Allan1-54/+49
2012-01-26e1000e: disable Early Receive DMA on ICH LOMsBruce Allan3-39/+25
2012-01-27sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings5-61/+59
2012-01-27sfc: Move the end of the non-GRO RX path into its own functionBen Hutchings1-18/+23
2012-01-27sfc: Make all MAC statistics consistently 64 bits wideBen Hutchings2-118/+109
2012-01-27sfc: Rename implementation of ndo_set_rx_modeBen Hutchings1-3/+3
2012-01-27sfc: Remove redundant 'rc' variable, always set to 0Ben Hutchings1-2/+1
2012-01-27sfc: Minor formatting fixesBen Hutchings1-5/+4
2012-01-27sfc: Use existing local variables instead of repeated indirect lookupsBen Hutchings1-2/+2
2012-01-27sfc: Remove remnants of on-load self-testBen Hutchings4-36/+20
2012-01-27sfc: Remove obsolete function efx_dev_name()Ben Hutchings1-9/+0
2012-01-27sfc: Update the description of SFC_MTDBen Hutchings1-3/+3
2012-01-27sfc: Add hwmon driver for boards using SFC9000-family controllersBen Hutchings7-44/+471
2012-01-27sfc: Clean up test interrupt handlingBen Hutchings5-28/+36
2012-01-27Partly revert "sfc: Handle serious errors in exactly one interrupt handler"Ben Hutchings1-8/+5
2012-01-27sfc: Remove dependence on NAPI polling in efx_test_eventq_irq()Ben Hutchings3-44/+40
2012-01-27sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)Ben Hutchings5-17/+40
2012-01-27sfc: Support extraction of CAPABILITIES from GET_BOARD_CFG response.Matthew Slattery4-4/+12
2012-01-27sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUGBen Hutchings4-7/+4
2012-01-27sfc: Remove efx_nic_type::push_multicast_hash operationBen Hutchings5-23/+9
2012-01-27sfc: Merge efx_mcdi_mac_check_fault() and efx_mcdi_get_mac_faults()Ben Hutchings1-18/+7
2012-01-27sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings11-81/+35
2012-01-27sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_statsBen Hutchings3-3/+9
2012-01-27sfc: Use new names for MC shared memory layout constantsBen Hutchings1-10/+4
2012-01-27sfc: Make handling of MC reboot more reliableBen Hutchings1-6/+27
2012-01-27sfc: Remove fallback for invalid permanent MAC addressBen Hutchings1-30/+2
2012-01-26ipv6: Use ipv6_addr_any()David S. Miller1-2/+1
2012-01-26e1000e: Need to include vmalloc.hDavid S. Miller1-0/+1