aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-12sfc: Store port number in private data, not net_device::dev_idBen Hutchings2-2/+3
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 Hutchings3-5/+19
2013-05-14sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings3-19/+6
2013-05-08sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun1-1/+3
2013-05-02Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-4/+2
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-619/+1072
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-04-25sfc: Fix naming of MTD partitions for FPGA bitfilesBen Hutchings1-1/+1
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen1-4/+2
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-03-18Merge branch 'master' into for-nextJiri Kosina1-1/+1
2013-03-18sfc: Fix Kconfig typo "----help---"Paul Bolle1-1/+1
2013-03-17sfc: make local functions staticstephen hemminger2-5/+5
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-2/+2
2013-03-13sfc: remove duplicated include from efx.cWei Yongjun1-1/+0
2013-03-12sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings1-1/+2
2013-03-07sfc: allocate more RX buffers per pageDaniel Pieczko4-45/+56
2013-03-07sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings2-11/+7
2013-03-07sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko3-94/+226
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings9-118/+363
2013-03-07sfc: Update RX buffer address together with lengthBen Hutchings2-13/+8
2013-03-07sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeBen Hutchings1-1/+1
2013-03-07sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()Ben Hutchings1-4/+4
2013-03-07sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings3-7/+9
2013-03-07sfc: Make RX queue descriptor counts unsigned for consistencyBen Hutchings1-3/+3
2013-03-07sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings3-20/+15
2013-03-07sfc: Document current usage of efx_rx_buffer::len and efx_nic::rx_buffer_lenBen Hutchings1-2/+4
2013-03-07sfc: Add AER and EEH support for SienaAlexandre Rames4-26/+216
2013-03-07sfc: Disable RSS when using SR-IOV and only 1 RX queue on the PFBen Hutchings1-1/+5
2013-03-07sfc: Fix replacement detection in efx_filter_insert_filter()Ben Hutchings1-23/+66
2013-03-07sfc: Merge efx_filter_search() into efx_filter_insert()Ben Hutchings1-36/+24
2013-03-07sfc: Don't use efx_filter_{build,hash,increment}() for default MAC filtersBen Hutchings1-16/+19
2013-03-07sfc: Remove redundant parameter to efx_filter_search()Ben Hutchings1-13/+8
2013-03-07sfc: More sensible semantics for efx_filter_insert_filter() replace flagBen Hutchings1-4/+12
2013-03-07sfc: Remove rx_alloc_method SKBAlexandre Rames5-265/+101
2013-03-07sfc: tidy up PTP synchronize function efx_ptp_process_times()Laurence Evans1-28/+7
2013-03-07sfc: PTP changes to support improved UUID filtering modeLaurence Evans2-16/+46
2013-03-07sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings3-14/+14
2013-03-06sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0Ben Hutchings1-1/+1
2013-03-06sfc: Disable soft interrupt handling during efx_device_detach_sync()Ben Hutchings1-2/+2
2013-02-26sfc: Detach net device when stopping queues for reconfigurationBen Hutchings1-4/+12
2013-02-26sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings2-6/+8
2013-02-26sfc: Properly sync RX DMA buffer when it is not the last in the pageBen Hutchings1-5/+10
2013-01-21drivers/net/ethernet/sfc/ptp.c: adjust duplicate testJulia Lawall1-1/+1
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: Fix timekeeping in efx_mcdi_poll()Ben Hutchings1-6/+6