summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cisco/enic/enic_main.c
AgeCommit message (Expand)Author
2025-07-01enic: fix incorrect MTU comparison in enic_change_mtu()Alok Tiwari
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-21net/enic: Allow at least 8 RQs to always be usedNelson Escobar
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-11enic: cleanup of enic wq request completion pathSatish Kharat
2025-03-11enic: added enic_wq.c and enic_wq.hSatish Kharat
2025-03-11enic: enable rq extended cq supportSatish Kharat
2025-03-11enic: enic rq code reorgSatish Kharat
2025-02-06enic: remove copybreak tunableJohn Daley
2025-02-06enic: Use the Page Pool API for RXJohn Daley
2025-02-06enic: Move RX functions to their own fileJohn Daley
2025-01-09enic: Fix typo in comment in table indexed by link speedJohn Daley
2025-01-09enic: Obtain the Link speed only after the link comes upJohn Daley
2025-01-09enic: Move RX coalescing set functionJohn Daley
2024-11-15enic: Move kdump check into enic_adjust_resources()Nelson Escobar
2024-11-15enic: Move enic resource adjustments to separate functionNelson Escobar
2024-11-15enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust wayNelson Escobar
2024-11-15enic: Allocate arrays in enic struct based on VIC configNelson Escobar
2024-11-15enic: Create enic_wq/rq structures to bundle per wq/rq dataNelson Escobar
2024-09-13enic: Report per queue statistics in netdev qstatsNelson Escobar
2024-09-13enic: Collect per queue statisticsNelson Escobar
2024-05-27enic: Validate length of nl attributes in enic_set_vf_portRoded Zats
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-02-14net: remove stale mentions of dev_base_lock in commentsEric Dumazet
2022-10-18enic: define constants for legacy interrupts offsetGovindarajulu Varadarajan
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-02enic: Use dma_set_mask_and_coherent()Christophe JAILLET
2021-12-10enic: Use irq_update_affinity_hint()Nitesh Narayan Lal
2021-10-16ethernet: enic: use eth_hw_addr_set()Jakub 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-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-09-29net: enic: Cure the enic api locking trainwreckThomas Gleixner
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-03-03net/cisco: Delete driver and module versionsLeon Romanovsky
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-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-07enic: fix build warning without CONFIG_CPUMASK_OFFSTACKArnd Bergmann
2019-02-01enic: fix checksum validation for IPv6Govindarajulu Varadarajan
2018-07-31enic: do not call enic_change_mtu in enic_probeGovindarajulu Varadarajan
2018-07-28enic: handle mtu change for vf properlyGovindarajulu Varadarajan