summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-01-27ipv6: Eliminate dst_get_neighbour_noref() usage in ip6_forward().David S. Miller
2012-01-27ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller
2012-01-27ipv6: fib: Convert fib6_age() to dst_neigh_lookup().David S. Miller
2012-01-27ipv6: ndisc: Convert to dst_neigh_lookup()David S. Miller
2012-01-27ipv4: ip_gre: Convert to dst_neigh_lookup()David S. Miller
2012-01-27r8169: remove work from irq handler.Francois Romieu
2012-01-27r8169: missing barriers.Francois Romieu
2012-01-27r8169: irq mask helpers.Francois Romieu
2012-01-27r8169: factor out IntrMask writes.Francois Romieu
2012-01-27r8169: stop delaying workqueue.Francois Romieu
2012-01-27r8169: remove rtl8169_reinit_task.Francois Romieu
2012-01-27r8169: remove hardcoded PCIe registers accesses.Francois Romieu
2012-01-26e1000e: update copyright yearBruce Allan
2012-01-26e1000e: split lib.c into three more-appropriate filesBruce Allan
2012-01-26e1000e: call er16flash() instead of __er16flash()Bruce Allan
2012-01-26e1000e: increase version numberBruce Allan
2012-01-26e1000e: convert final strncpy() to strlcpy()Bruce Allan
2012-01-26e1000e: concatenate long debug strings which span multiple linesBruce Allan
2012-01-26e1000e: conditionally restart autoneg on 82577/8/9 when setting LPLU stateBruce Allan
2012-01-26e1000e: increase Rx PBA to prevent dropping received packets on 82566/82567Bruce Allan
2012-01-26e1000e: ICHx/PCHx LOMs should use LPLU setting in NVM when going to SxBruce Allan
2012-01-26e1000e: update workaround for 82579 intermittently disabled during S0->SxBruce Allan
2012-01-26e1000e: disable Early Receive DMA on ICH LOMsBruce Allan
2012-01-27sfc: Replace efx_rx_buffer::is_page and other booleans with a flags fieldBen Hutchings
2012-01-27sfc: Move the end of the non-GRO RX path into its own functionBen Hutchings
2012-01-27sfc: Make all MAC statistics consistently 64 bits wideBen Hutchings
2012-01-27sfc: Rename implementation of ndo_set_rx_modeBen Hutchings
2012-01-27sfc: Remove redundant 'rc' variable, always set to 0Ben Hutchings
2012-01-27sfc: Minor formatting fixesBen Hutchings
2012-01-27sfc: Use existing local variables instead of repeated indirect lookupsBen Hutchings
2012-01-27sfc: Remove remnants of on-load self-testBen Hutchings
2012-01-27sfc: Remove obsolete function efx_dev_name()Ben Hutchings
2012-01-27sfc: Update the description of SFC_MTDBen Hutchings
2012-01-27sfc: Add hwmon driver for boards using SFC9000-family controllersBen Hutchings
2012-01-27sfc: Clean up test interrupt handlingBen Hutchings
2012-01-27Partly revert "sfc: Handle serious errors in exactly one interrupt handler"Ben Hutchings
2012-01-27sfc: Remove dependence on NAPI polling in efx_test_eventq_irq()Ben Hutchings
2012-01-27sfc: Correct interrupt timer quantum for Siena (normal and turbo mode)Ben Hutchings
2012-01-27sfc: Support extraction of CAPABILITIES from GET_BOARD_CFG response.Matthew Slattery
2012-01-27sfc: Consistently test DEBUG macro, not EFX_ENABLE_DEBUGBen Hutchings
2012-01-27sfc: Remove efx_nic_type::push_multicast_hash operationBen Hutchings
2012-01-27sfc: Merge efx_mcdi_mac_check_fault() and efx_mcdi_get_mac_faults()Ben Hutchings
2012-01-27sfc: Merge efx_mac_operations into efx_nic_typeBen Hutchings
2012-01-27sfc: Hold efx_nic::stats_lock while reading efx_nic::mac_statsBen Hutchings
2012-01-27sfc: Use new names for MC shared memory layout constantsBen Hutchings
2012-01-27sfc: Make handling of MC reboot more reliableBen Hutchings
2012-01-27sfc: Remove fallback for invalid permanent MAC addressBen Hutchings
2012-01-26ipv6: Use ipv6_addr_any()David S. Miller
2012-01-26e1000e: Need to include vmalloc.hDavid S. Miller
2012-01-26ipv6: sit: Convert to dst_neigh_lookup()David S. Miller