index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cisco
/
enic
/
enic_main.c
Age
Commit message (
Expand
)
Author
2025-07-01
enic: fix incorrect MTU comparison in enic_change_mtu()
Alok Tiwari
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-05-21
net/enic: Allow at least 8 RQs to always be used
Nelson Escobar
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-03-11
enic: cleanup of enic wq request completion path
Satish Kharat
2025-03-11
enic: added enic_wq.c and enic_wq.h
Satish Kharat
2025-03-11
enic: enable rq extended cq support
Satish Kharat
2025-03-11
enic: enic rq code reorg
Satish Kharat
2025-02-06
enic: remove copybreak tunable
John Daley
2025-02-06
enic: Use the Page Pool API for RX
John Daley
2025-02-06
enic: Move RX functions to their own file
John Daley
2025-01-09
enic: Fix typo in comment in table indexed by link speed
John Daley
2025-01-09
enic: Obtain the Link speed only after the link comes up
John Daley
2025-01-09
enic: Move RX coalescing set function
John Daley
2024-11-15
enic: Move kdump check into enic_adjust_resources()
Nelson Escobar
2024-11-15
enic: Move enic resource adjustments to separate function
Nelson Escobar
2024-11-15
enic: Adjust used MSI-X wq/rq/cq/interrupt resources in a more robust way
Nelson Escobar
2024-11-15
enic: Allocate arrays in enic struct based on VIC config
Nelson Escobar
2024-11-15
enic: Create enic_wq/rq structures to bundle per wq/rq data
Nelson Escobar
2024-09-13
enic: Report per queue statistics in netdev qstats
Nelson Escobar
2024-09-13
enic: Collect per queue statistics
Nelson Escobar
2024-05-27
enic: Validate length of nl attributes in enic_set_vf_port
Roded Zats
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-02-14
net: remove stale mentions of dev_base_lock in comments
Eric Dumazet
2022-10-18
enic: define constants for legacy interrupts offset
Govindarajulu Varadarajan
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-01-13
Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-02
enic: Use dma_set_mask_and_coherent()
Christophe JAILLET
2021-12-10
enic: Use irq_update_affinity_hint()
Nitesh Narayan Lal
2021-10-16
ethernet: enic: use eth_hw_addr_set()
Jakub Kicinski
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-09-27
net: cisco: Fix a function name in comments
Cai Huoqing
2021-05-03
ethernet:enic: Fix a use after free bug in enic_hard_start_xmit
Lv Yunlong
2021-04-07
enic: use module_pci_driver to simplify the code
Wei Yongjun
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
2020-09-29
net: enic: Cure the enic api locking trainwreck
Thomas Gleixner
2020-09-10
net: remove napi_hash_del() from driver-facing API
Jakub Kicinski
2020-09-06
enic: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-14
enic: convert to new udp_tunnel_nic infra
Jakub Kicinski
2020-03-03
net/cisco: Delete driver and module versions
Leon Romanovsky
2020-02-19
enic: use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
2020-02-12
enic: prevent waking up stopped tx queues over watchdog reset
Firo Yang
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-04-01
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-03-07
enic: fix build warning without CONFIG_CPUMASK_OFFSTACK
Arnd Bergmann
2019-02-01
enic: fix checksum validation for IPv6
Govindarajulu Varadarajan
2018-07-31
enic: do not call enic_change_mtu in enic_probe
Govindarajulu Varadarajan
2018-07-28
enic: handle mtu change for vf properly
Govindarajulu Varadarajan
[next]