summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cisco/enic/vnic_dev.c
Commit message (Expand)AuthorAgeFilesLines
* enic: Replace hardcoded values for vnic descriptor by definesSatish Kharat2024-04-251-12/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner2022-06-101-14/+1
* enic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-061-33/+33
* net: cisco: enic: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-08-041-1/+1
* enic: fix UDP rss bitsGovindarajulu Varadarajan2018-06-061-7/+11
* enic: fix boolreturn.cocci warningsFengguang Wu2018-03-071-1/+1
* enic: set UDP rss flagGovindarajulu Varadarajan2018-03-041-0/+17
* enic: Add vxlan offload support for IPv6 pktsGovindarajulu Varadarajan2018-03-041-3/+2
* cisco: enic: Fic an error handling path in 'vnic_dev_init_devcmd2()'Christophe Jaillet2017-07-111-4/+5
* enic: add devcmds for vxlan offloadGovindarajulu Varadarajan2017-02-091-0/+34
* cisco: enic: Update logging macros and usesJoe Perches2016-03-111-22/+23
* enic: increment devcmd2 result ring in case of timeoutSandeep Pillai2016-02-091-7/+12
* enic: do hang reset only in case of tx timeoutGovindarajulu Varadarajan2015-10-051-2/+2
* enic: reduce ioread in devcmd2Govindarajulu Varadarajan2015-08-251-3/+5
* enic: Fix namespace pollution causing build errors.David S. Miller2015-08-181-2/+2
* enic: Fix sparse warning in vnic_devcmd_init().David S. Miller2015-08-171-1/+1
* enic: add devcmd2Govindarajulu Varadarajan2015-08-171-7/+181
* enic: use netdev_<foo> or dev_<foo> instead of pr_<foo>Govindarajulu Varadarajan2015-08-171-25/+23
* enic: move struct definition from .c to .h fileGovindarajulu Varadarajan2015-08-171-39/+0
* drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-091-2/+1
* enic: use pci_zalloc_consistentJoe Perches2014-08-081-5/+3
* enic: devcmd for adding IP 5 tuple hardware filtersGovindarajulu Varadarajan2014-06-231-0/+61
* enic: fix return value in _vnic_dev_cmdGovindarajulu Varadarajan2014-06-231-2/+2
* enic: Update driver to use __dev_uc/mc_sync/unsync callsAlexander Duyck2014-06-021-2/+2
* driver/net: enic: Exposing symbols for Cisco's low latency drivergovindarajulu.v2013-09-051-0/+10
* enic: be less verbose about non-critical firmware errorsStefan Assmann2013-04-081-0/+3
* enic: Add new fw devcmd to set mac address of an interfaceRoopa Prabhu2012-02-201-0/+12
* enic: rename CMD_MAC_ADDR to CMD_GET_MAC_ADDRRoopa Prabhu2012-02-201-3/+3
* enic: Check firmware capability before issuing firmware commandsNeel Patel2012-02-041-27/+31
* enic: Helper code for SRIOV proxy commandsRoopa Prabhu2011-09-271-5/+23
* enic: Move the Cisco driverJeff Kirsher2011-08-111-0/+1003