summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cisco/enic/enic_main.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-30net: enic: Cure the enic api locking trainwreckThomas Gleixner1-6/+21
2020-09-10net: remove napi_hash_del() from driver-facing APIJakub Kicinski1-5/+7
2020-09-06enic: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-37/+39
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-15enic: convert to new udp_tunnel_nic infraJakub Kicinski1-66/+39
2020-03-04net/cisco: Delete driver and module versionsLeon Romanovsky1-3/+0
2020-02-19enic: use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-2/+1
2020-02-12enic: prevent waking up stopped tx queues over watchdog resetFiro Yang1-1/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-04-02net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-07enic: fix build warning without CONFIG_CPUMASK_OFFSTACKArnd Bergmann1-3/+3
2019-02-02enic: fix checksum validation for IPv6Govindarajulu Varadarajan1-1/+2
2018-08-01enic: do not call enic_change_mtu in enic_probeGovindarajulu Varadarajan1-1/+1
2018-07-29enic: handle mtu change for vf properlyGovindarajulu Varadarajan1-51/+27
2018-06-20enic: do not overwrite error codeGovindarajulu Varadarajan1-5/+4
2018-06-20enic: initialize enic->rfs_h.lock in enic_probeGovindarajulu Varadarajan1-1/+2
2018-06-06enic: fix UDP rss bitsGovindarajulu Varadarajan1-6/+14
2018-05-25enic: set DMA mask to 47 bitGovindarajulu Varadarajan1-4/+4
2018-03-16enic: drop IP proto check for vxlan tunnel deleteGovindarajulu Varadarajan1-3/+2
2018-03-05enic: set IG desc cache flag in openGovindarajulu Varadarajan1-1/+2
2018-03-05enic: enable rq before updating rq descriptorsGovindarajulu Varadarajan1-3/+7
2018-03-05enic: set UDP rss flagGovindarajulu Varadarajan1-1/+3
2018-03-05enic: Check if hw supports multi wq with vxlan offloadGovindarajulu Varadarajan1-0/+5
2018-03-05enic: Add vxlan offload support for IPv6 pktsGovindarajulu Varadarajan1-9/+35
2018-03-05enic: Check inner ip proto for pseudo header csumGovindarajulu Varadarajan1-1/+14
2017-12-26enic: add wq clean up budgetGovindarajulu Varadarajan1-2/+2
2017-12-03enic: add sw timestamp supportGovindarajulu Varadarajan1-0/+1
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-09-21drivers: net: enic: use setup_timer() helper.Allen Pais1-3/+2
2017-06-20enic: Fix format truncation warningGovindarajulu Varadarajan1-4/+4
2017-05-23enic: unmask intr only when napi is completeGovindarajulu Varadarajan1-4/+2
2017-02-10enic: add vxlan offload on tx pathGovindarajulu Varadarajan1-12/+114
2017-02-10enic: add udp_tunnel ndo for vxlan offloadGovindarajulu Varadarajan1-3/+153
2017-02-04enic: Remove local ndo_busy_poll() implementation.David S. Miller1-61/+5
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-2/+2
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-5/+3
2016-11-02enic: set skb->hash type properlyGovindarajulu Varadarajan1-6/+12
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-3/+4
2016-08-01net: enic: use correct type specifierxypron.glpk@gmx.de1-2/+2
2016-04-18enic: set netdev->vlan_featuresGovindarajulu Varadarajan1-0/+1
2015-11-19net: provide generic busy polling to all NAPI driversEric Dumazet1-2/+0
2015-11-02enic: assign affinity hint to interruptsGovindarajulu Varadarajan1-0/+72
2015-10-05enic: do hang reset only in case of tx timeoutGovindarajulu Varadarajan1-1/+35
2015-10-05enic: handle spurious error interruptGovindarajulu Varadarajan1-5/+9
2015-08-21enic: Fix build failure with SRIOV disabled.David S. Miller1-1/+1
2015-08-18enic: add devcmd2Govindarajulu Varadarajan1-0/+5
2015-07-20enic: add adaptive coalescing intr for intx and msi pollGovindarajulu Varadarajan1-68/+67
2015-07-02enic: fix issues in enic_pollGovindarajulu Varadarajan1-2/+2
2015-06-25enic: use atomic_t instead of spin_lock in busy pollGovindarajulu Varadarajan1-2/+2
2015-06-11enic: check return value for stat dumpGovindarajulu Varadarajan1-1/+8