aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/efx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-27sfc: Generalise packet hash lookup to support EF10 RX prefixJon Cooper1-1/+4
2013-08-27sfc: Remove early call to efx_nic_type::reconfigure_mac in efx_reset_up()Ben Hutchings1-2/+0
2013-08-27sfc: Add EF10 support for TX/RX DMA error events handling.Alexandre Rames1-2/+1
2013-08-27sfc: Delegate MAC/NIC statistic description to efx_nic_typeBen Hutchings1-26/+1
2013-08-22sfc: Cleanup Falcon-arch simple MAC filter stateBen Hutchings1-32/+2
2013-08-22sfc: Make most filter operations NIC-type-specificBen Hutchings1-1/+39
2013-08-21sfc: Do not assume efx_nic_type::ev_fini is idempotentBen Hutchings1-0/+5
2013-08-21sfc: Get rid of per-NIC-type phys_addr_channels and mem_map_sizeBen Hutchings1-11/+6
2013-08-21sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings1-2/+2
2013-08-21sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings1-21/+19
2013-08-21sfc: Remove bogus call to efx_release_tx_buffers()Ben Hutchings1-11/+0
2013-08-21sfc: Stop RX refill before flushing RX queuesBen Hutchings1-2/+7
2013-08-21sfc: Rework IRQ enable/disableBen Hutchings1-30/+61
2013-08-21sfc: Remove efx_process_channel_now()Ben Hutchings1-66/+3
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-06-24sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings1-33/+0
2013-06-24sfc: Fix EEH with legacy interrupts.Alexandre Rames1-1/+6
2013-06-19sfc: Remove write permission from phy_type attributeBen Hutchings1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-14sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings1-2/+4
2013-05-14sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings1-2/+2
2013-03-17sfc: make local functions staticstephen hemminger1-3/+3
2013-03-13sfc: remove duplicated include from efx.cWei Yongjun1-1/+0
2013-03-07sfc: allocate more RX buffers per pageDaniel Pieczko1-7/+11
2013-03-07sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko1-0/+2
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings1-5/+29
2013-03-07sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings1-5/+1
2013-03-07sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings1-6/+5
2013-03-07sfc: Add AER and EEH support for SienaAlexandre Rames1-22/+185
2013-03-07sfc: Remove rx_alloc_method SKBAlexandre Rames1-7/+1
2013-02-26sfc: Detach net device when stopping queues for reconfigurationBen Hutchings1-4/+12
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-1/+1
2012-12-03sfc: remove __dev* attributesBill Pemberton1-1/+1
2012-12-01sfc: Make module parameters really booleanBen Hutchings1-4/+4
2012-12-01sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko1-2/+2
2012-10-06drivers/net/ethernet/sfc: use standard __{clear,set}_bit_le() functionsBen Hutchings1-2/+2
2012-09-19sfc: Add support for IEEE-1588 PTPStuart Hodgson1-0/+3
2012-09-07sfc: Add channel specific receive_skb handler and post_remove callbackStuart Hodgson1-0/+6
2012-09-07sfc: Add explicit RX queue flag to channelStuart Hodgson1-1/+7
2012-08-24sfc: Fix the initial device operstateBen Hutchings1-3/+3
2012-08-24sfc: Assign efx and efx->type as early as possible in efx_pci_probe()Ben Hutchings1-9/+6
2012-08-24sfc: Remove bogus comment about MTU change and RX buffer overrunBen Hutchings1-2/+0
2012-08-24sfc: Remove overly paranoid locking assertions from netdev operationsBen Hutchings1-8/+0
2012-08-24sfc: Fix reset vs probe/remove/PM races involving efx_nic::stateBen Hutchings1-41/+43
2012-08-24sfc: Improve log messages in case we abort probe due to a pending resetBen Hutchings1-4/+3
2012-08-24sfc: Never try to stop and start a NIC that is disabledBen Hutchings1-21/+44
2012-08-24sfc: Hold RTNL lock (only) when calling efx_stop_interrupts()Ben Hutchings1-3/+3
2012-08-24sfc: Keep disabled NICs quiescent during suspend/resumeBen Hutchings1-12/+16
2012-08-24sfc: Hold the RTNL lock for more of the suspend/resume cycleBen Hutchings1-0/+8
2012-08-24sfc: Change state names to be clearer, and comment themBen Hutchings1-13/+11