summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cisco
AgeCommit message (Expand)Author
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-19enic: Avoid false positive under FORTIFY_SOURCEKees Cook
2024-02-14net: remove stale mentions of dev_base_lock in commentsEric Dumazet
2023-12-13net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool opsAhmed Zaki
2022-10-18enic: define constants for legacy interrupts offsetGovindarajulu Varadarajan
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-08-31net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-02enic: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET
2022-01-02enic: Use dma_set_mask_and_coherent()Christophe JAILLET
2021-12-10enic: Use irq_update_affinity_hint()Nitesh Narayan Lal
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-16ethernet: enic: use eth_hw_addr_set()Jakub Kicinski
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski
2021-09-27net: cisco: Fix a function name in commentsCai Huoqing
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo
2021-05-03ethernet:enic: Fix a use after free bug in enic_hard_start_xmitLv Yunlong
2021-04-07enic: use module_pci_driver to simplify the codeWei Yongjun
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2020-12-09net: cisco: enic: simplify the return vnic_cq_alloc()Zheng Yongjun
2020-10-20net: remove unneeded breakTom Rix
2020-09-29net: enic: Cure the enic api locking trainwreckThomas Gleixner
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski
2020-09-06enic: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-14enic: convert to new udp_tunnel_nic infraJakub Kicinski
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-03-05enic: let core reject the unsupported coalescing parametersJakub Kicinski
2020-03-03net/cisco: Delete driver and module versionsLeon Romanovsky
2020-02-26net: cisco: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-19enic: use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2020-02-12enic: prevent waking up stopped tx queues over watchdog resetFiro Yang
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-07enic: fix build warning without CONFIG_CPUMASK_OFFSTACKArnd Bergmann
2019-03-01drivers: net: Remove unnecessary semicolonYueHaibing
2019-02-01enic: fix checksum validation for IPv6Govindarajulu Varadarajan
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata
2018-08-04net: cisco: enic: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai
2018-07-31enic: do not call enic_change_mtu in enic_probeGovindarajulu Varadarajan
2018-07-28enic: handle mtu change for vf properlyGovindarajulu Varadarajan
2018-06-20enic: do not overwrite error codeGovindarajulu Varadarajan
2018-06-20enic: initialize enic->rfs_h.lock in enic_probeGovindarajulu Varadarajan
2018-06-06enic: fix UDP rss bitsGovindarajulu Varadarajan