summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc
Commit message (Expand)AuthorAgeFilesLines
* sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun2013-05-081-1/+3
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-021-4/+2Star
|\
| * i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen2013-04-021-4/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-0113-619/+1072
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-301-1/+1
| |\ \
| | * | sfc: Fix naming of MTD partitions for FPGA bitfilesBen Hutchings2013-04-251-1/+1
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-1/+2
| |\|
| * | sfc: make local functions staticstephen hemminger2013-03-172-5/+5
| * | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-2/+2
| * | sfc: remove duplicated include from efx.cWei Yongjun2013-03-131-1/+0Star
| * | sfc: allocate more RX buffers per pageDaniel Pieczko2013-03-074-45/+56
| * | sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings2013-03-072-11/+7Star
| * | sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko2013-03-073-94/+226
| * | sfc: Enable RX DMA scattering where possibleBen Hutchings2013-03-079-118/+363
| * | sfc: Update RX buffer address together with lengthBen Hutchings2013-03-072-13/+8Star
| * | sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeBen Hutchings2013-03-071-1/+1
| * | sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()Ben Hutchings2013-03-071-4/+4
| * | sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings2013-03-073-7/+9
| * | sfc: Make RX queue descriptor counts unsigned for consistencyBen Hutchings2013-03-071-3/+3
| * | sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings2013-03-073-20/+15Star
| * | sfc: Document current usage of efx_rx_buffer::len and efx_nic::rx_buffer_lenBen Hutchings2013-03-071-2/+4
| * | sfc: Add AER and EEH support for SienaAlexandre Rames2013-03-074-26/+216
| * | sfc: Disable RSS when using SR-IOV and only 1 RX queue on the PFBen Hutchings2013-03-071-1/+5
| * | sfc: Fix replacement detection in efx_filter_insert_filter()Ben Hutchings2013-03-071-23/+66
| * | sfc: Merge efx_filter_search() into efx_filter_insert()Ben Hutchings2013-03-071-36/+24Star
| * | sfc: Don't use efx_filter_{build,hash,increment}() for default MAC filtersBen Hutchings2013-03-071-16/+19
| * | sfc: Remove redundant parameter to efx_filter_search()Ben Hutchings2013-03-071-13/+8Star
| * | sfc: More sensible semantics for efx_filter_insert_filter() replace flagBen Hutchings2013-03-071-4/+12
| * | sfc: Remove rx_alloc_method SKBAlexandre Rames2013-03-075-265/+101Star
| * | sfc: tidy up PTP synchronize function efx_ptp_process_times()Laurence Evans2013-03-071-28/+7Star
| * | sfc: PTP changes to support improved UUID filtering modeLaurence Evans2013-03-072-16/+46
| * | sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings2013-03-073-14/+14
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into for-nextJiri Kosina2013-03-181-1/+1
| |\ \
| * | | sfc: Fix Kconfig typo "----help---"Paul Bolle2013-03-181-1/+1
* | | | sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings2013-03-121-1/+2
| |_|/ |/| |
* | | sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0Ben Hutchings2013-03-061-1/+1
* | | sfc: Disable soft interrupt handling during efx_device_detach_sync()Ben Hutchings2013-03-061-2/+2
* | | sfc: Detach net device when stopping queues for reconfigurationBen Hutchings2013-02-261-4/+12
* | | sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings2013-02-262-6/+8
* | | sfc: Properly sync RX DMA buffer when it is not the last in the pageBen Hutchings2013-02-261-5/+10
| |/ |/|
* | drivers/net/ethernet/sfc/ptp.c: adjust duplicate testJulia Lawall2013-01-211-1/+1
|/
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-071-1/+1
* sfc: remove __dev* attributesBill Pemberton2012-12-031-1/+1
* sfc: Make module parameters really booleanBen Hutchings2012-12-011-4/+4
* sfc: Fix timekeeping in efx_mcdi_poll()Ben Hutchings2012-12-011-6/+6
* sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko2012-12-013-3/+16
* sfc: Work-around flush timeout when flushes have completedDaniel Pieczko2012-12-012-4/+53
* sfc: Reset driver's MAC stats after MC reboot seenBen Hutchings2012-12-011-1/+8
* sfc: Do not initialise buffer in efx_alloc_special_buffer()Ben Hutchings2012-12-011-3/+0Star