summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/cisco
Commit message (Expand)AuthorAgeFilesLines
* enic: define constants for legacy interrupts offsetGovindarajulu Varadarajan2022-10-182-23/+11
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-4/+5
* net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-3/+3
* Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-08-0432-475/+41
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner2022-06-1032-475/+41
* | net: add skb_[inner_]tcp_all_headers helpersEric Dumazet2022-07-021-3/+2
|/
* Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-131-4/+4
|\
| * enic: Use irq_update_affinity_hint()Nitesh Narayan Lal2021-12-101-4/+4
* | enic: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-01-021-1/+1
* | enic: Use dma_set_mask_and_coherent()Christophe JAILLET2022-01-021-14/+2
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
|/
* ethernet: enic: use eth_hw_addr_set()Jakub Kicinski2021-10-161-2/+3
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-1/+1
* net: cisco: Fix a function name in commentsCai Huoqing2021-09-272-3/+3
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* ethernet:enic: Fix a use after free bug in enic_hard_start_xmitLv Yunlong2021-05-031-2/+5
* enic: use module_pci_driver to simplify the codeWei Yongjun2021-04-071-12/+1
* net: remove ndo_udp_tunnel_* callbacksJakub Kicinski2021-01-071-4/+0
* net: cisco: enic: simplify the return vnic_cq_alloc()Zheng Yongjun2020-12-091-7/+1
* net: remove unneeded breakTom Rix2020-10-201-1/+0
* net: enic: Cure the enic api locking trainwreckThomas Gleixner2020-09-293-6/+28
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-252-2/+2
* net: remove napi_hash_del() from driver-facing APIJakub Kicinski2020-09-101-5/+7
* enic: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-062-70/+72
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* enic: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-141-66/+39
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-142-2/+2
* enic: let core reject the unsupported coalescing parametersJakub Kicinski2020-03-051-19/+4
* net/cisco: Delete driver and module versionsLeon Romanovsky2020-03-033-6/+0
* net: cisco: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-262-5/+5
* enic: use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-2/+1
* enic: prevent waking up stopped tx queues over watchdog resetFiro Yang2020-02-121-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
* enic: fix build warning without CONFIG_CPUMASK_OFFSTACKArnd Bergmann2019-03-071-3/+3
* drivers: net: Remove unnecessary semicolonYueHaibing2019-03-011-1/+2
* enic: fix checksum validation for IPv6Govindarajulu Varadarajan2019-02-011-1/+2
* net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* net: cisco: enic: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-08-043-3/+3
* enic: do not call enic_change_mtu in enic_probeGovindarajulu Varadarajan2018-07-311-1/+1
* enic: handle mtu change for vf properlyGovindarajulu Varadarajan2018-07-281-51/+27
* enic: do not overwrite error codeGovindarajulu Varadarajan2018-06-201-5/+4
* enic: initialize enic->rfs_h.lock in enic_probeGovindarajulu Varadarajan2018-06-202-3/+3
* enic: fix UDP rss bitsGovindarajulu Varadarajan2018-06-067-21/+67
* enic: set DMA mask to 47 bitGovindarajulu Varadarajan2018-05-241-4/+4
* enic: drop IP proto check for vxlan tunnel deleteGovindarajulu Varadarajan2018-03-161-3/+2
* enic: fix boolreturn.cocci warningsFengguang Wu2018-03-071-1/+1
* enic: set IG desc cache flag in openGovindarajulu Varadarajan2018-03-043-2/+4