summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/sfc
AgeCommit message (Expand)Author
2013-06-24sfc: Improve test for IOMMU in useBen Hutchings
2013-06-24sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings
2013-06-24sfc: Do not pass non-TCP packets into GRO codeBen Hutchings
2013-06-24sfc: Define and set RX buffer flag for packets parsed as TCPBen Hutchings
2013-06-24sfc: Enable accelerated RFS on vlansAndy Lutomirski
2013-06-24sfc: Report software timestamping capabilitiesBen Hutchings
2013-06-24sfc: Increase size of RX SKB header areaJon Cooper
2013-06-24sfc: Enable RX checksum offload for packets not handled by GROJon Cooper
2013-06-24sfc: Fix EEH with legacy interrupts.Alexandre Rames
2013-06-12sfc: Store port number in private data, not net_device::dev_idBen Hutchings
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-14sfc: Reduce RX scatter buffer size, and reduce alignment if appropriateBen Hutchings
2013-05-14sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGNBen Hutchings
2013-05-08sfc: fix return value check in efx_ptp_probe_channel()Wei Yongjun
2013-05-02Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-04-25sfc: Fix naming of MTD partitions for FPGA bitfilesBen Hutchings
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-18Merge branch 'master' into for-nextJiri Kosina
2013-03-18sfc: Fix Kconfig typo "----help---"Paul Bolle
2013-03-17sfc: make local functions staticstephen hemminger
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches
2013-03-13sfc: remove duplicated include from efx.cWei Yongjun
2013-03-12sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings
2013-03-07sfc: allocate more RX buffers per pageDaniel Pieczko
2013-03-07sfc: Replace efx_rx_is_last_buffer() with a flagBen Hutchings
2013-03-07sfc: reuse pages to avoid DMA mapping/unmapping costsDaniel Pieczko
2013-03-07sfc: Enable RX DMA scattering where possibleBen Hutchings
2013-03-07sfc: Update RX buffer address together with lengthBen Hutchings
2013-03-07sfc: Explicitly prefetch RX hash prefix, not just Ethernet headeBen Hutchings
2013-03-07sfc: Replace efx_rx_buf_eh() with simpler efx_rx_buf_va()Ben Hutchings
2013-03-07sfc: Wrap __efx_rx_packet() with efx_rx_flush_packet()Ben Hutchings
2013-03-07sfc: Make RX queue descriptor counts unsigned for consistencyBen Hutchings
2013-03-07sfc: Properly distinguish RX buffer and DMA lengthsBen Hutchings
2013-03-07sfc: Document current usage of efx_rx_buffer::len and efx_nic::rx_buffer_lenBen Hutchings
2013-03-07sfc: Add AER and EEH support for SienaAlexandre Rames
2013-03-07sfc: Disable RSS when using SR-IOV and only 1 RX queue on the PFBen Hutchings
2013-03-07sfc: Fix replacement detection in efx_filter_insert_filter()Ben Hutchings
2013-03-07sfc: Merge efx_filter_search() into efx_filter_insert()Ben Hutchings
2013-03-07sfc: Don't use efx_filter_{build,hash,increment}() for default MAC filtersBen Hutchings
2013-03-07sfc: Remove redundant parameter to efx_filter_search()Ben Hutchings
2013-03-07sfc: More sensible semantics for efx_filter_insert_filter() replace flagBen Hutchings
2013-03-07sfc: Remove rx_alloc_method SKBAlexandre Rames
2013-03-07sfc: tidy up PTP synchronize function efx_ptp_process_times()Laurence Evans
2013-03-07sfc: PTP changes to support improved UUID filtering modeLaurence Evans
2013-03-07sfc: Allow efx_channel_type::receive_skb() to reject a packetBen Hutchings
2013-03-06sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0Ben Hutchings