aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-14sfc: Replace dev_kfree_skb_any by dev_consume_skb_anyHuang Zijiang1-1/+1
2019-02-08sfc: add bundle partition definitions to mtdPaul Fox2-0/+10
2019-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+21
2019-01-23sfc: suppress duplicate nvmem partition types in efx_ef10_mtd_probeEdward Cree1-8/+21
2019-01-17sfc: extend MTD support for newer hardwareBert Kenward3-10/+63
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-4/+4
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-6/+10
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata2-2/+2
2018-11-12sfc: Replace spin_is_locked() with lockdepLance Roy1-1/+1
2018-11-08sfc: use the new __netdev_tx_sent_queue BQL optimisationEdward Cree1-4/+1
2018-11-07sfc: add missing NVRAM partition types for EF10Edward Cree1-0/+7
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-16/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2-16/+0
2018-09-28sfc-falcon: remove ndo_poll_controllerEric Dumazet1-26/+0
2018-09-28sfc: remove ndo_poll_controllerEric Dumazet1-26/+0
2018-08-07net: sfc: falcon: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2-18/+29
2018-07-12sfc: hold filter_sem consistently during resetBert Kenward1-9/+8
2018-07-12sfc: avoid hang from nested use of the filter_semBert Kenward1-9/+21
2018-07-05net: ethernet: sfc: Make subdir logic consistent with other vendorsGeert Uytterhoeven1-0/+2
2018-07-04sfc: remove redundant variable old_vlanColin Ian King1-2/+1
2018-07-04sfc: batch up RX deliveryEdward Cree3-1/+21
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-06-30sfc: correctly initialise filter rwsem for farchBert Kenward1-0/+1
2018-06-26Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-06-24sfc: make function efx_rps_hash_bucket staticColin Ian King1-0/+1
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook3-3/+6
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-8/+61
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-6/+4
2018-05-28x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig2-6/+4
2018-05-25sfc: stop the TX queue before pushing new buffersMartin Habets1-8/+25
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+5
2018-04-27sfc: fix ARFS expiry check on EF10Edward Cree1-2/+3
2018-04-27sfc: Use filter index rather than ID for rps_flow_id tableEdward Cree1-0/+2
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-46/+337
2018-04-24sfc: ARFS filter IDsEdward Cree6-46/+337
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-34/+60
2018-04-20sfc: set and clear interrupt affinity hintsBert Kenward1-0/+36
2018-04-17sfc: check RSS is active for filter insertBert Kenward1-2/+2
2018-04-14sfc: limit ARFS workitems in flight per channelEdward Cree2-28/+55
2018-04-14sfc: pass the correctly bogus filter_id to rps_may_expire_flow()Edward Cree2-3/+2
2018-04-14sfc: insert ARFS filters with replace_equal=trueEdward Cree1-1/+1
2018-04-11Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki1-1/+1
2018-04-06Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds2-20/+2
2018-04-06jiffies: Introduce USER_TICK_USEC and redefine TICK_USECRafael J. Wysocki1-1/+1
2018-04-04sfc: remove ctpio_dmabuf_start from statsBert Kenward2-3/+0
2018-03-27sfc: fix flow type handling for RSS filtersEdward Cree1-5/+6
2018-03-27sfc: protect list of RSS contexts under a mutexEdward Cree6-32/+89