summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/falcon
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1927-108/+27Star
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-2/+2
|\
| * drivers: net: sfc: use netdev_xmit_more helperFlorian Westphal2019-04-021-2/+2
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-2/+0Star
|/
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-8/+0Star
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-8/+0Star
* | sfc-falcon: remove ndo_poll_controllerEric Dumazet2018-09-281-26/+0Star
|/
* net: sfc: falcon: mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-131-1/+2
* x86/pci-dma: remove the experimental forcesac boot optionChristoph Hellwig2018-05-281-3/+2Star
* Merge tag 'mtd/for-4.17' of git://git.infradead.org/linux-mtdLinus Torvalds2018-04-061-10/+1Star
|\
| * mtd: Stop updating erase_info->state and calling mtd_erase_callback()Boris Brezillon2018-03-211-10/+1Star
* | sfc: falcon: remove duplicated bit-wise or of LOOPBACK_SGMIIColin Ian King2018-02-261-1/+0Star
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-161-1/+1
|\
| * mm: remove __GFP_COLDMel Gorman2017-11-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-156-13/+14
|\ \ | |/ |/|
| * net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel2017-11-081-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
| |\
| * | net: ethernet/sfc: Convert timers to use timer_setup()Kees Cook2017-10-255-12/+13
* | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \ \ | | |/ | |/|
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| |/
* / locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-255-14/+14
|/
* net: sched: get rid of struct tc_to_netdevJiri Pirko2017-08-072-4/+5
* net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko2017-08-071-1/+1
* net: sched: push cls related args into cls_common structureJiri Pirko2017-08-072-2/+0Star
* net: sched: make type an argument for ndo_setup_tcJiri Pirko2017-08-072-5/+7
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+1Star
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-082-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-201-0/+7
|\
| * sfc: limit the number of receive queuesBert Kenward2017-04-171-0/+7
* | mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar2017-03-151-1/+3
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+2
* sfc-falcon: get rid of custom busy polling codeEric Dumazet2017-02-033-169/+1Star
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-4/+2Star
* sfc-falcon: declare module version (same as ethtool drvinfo version)Edward Cree2017-01-031-0/+1
* net: sfc: falcon: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-028-56/+74
* sfc: separate out SFC4000 ("Falcon") support into new sfc-falcon driverEdward Cree2016-11-3029-0/+22989