index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cisco
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-30
net: enic: Cure the enic api locking trainwreck
Thomas Gleixner
3
-6
/
+28
2020-09-26
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
2
-2
/
+2
2020-09-10
net: remove napi_hash_del() from driver-facing API
Jakub Kicinski
1
-5
/
+7
2020-09-06
enic: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2
-70
/
+72
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-15
enic: convert to new udp_tunnel_nic infra
Jakub Kicinski
1
-66
/
+39
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2
-2
/
+2
2020-03-05
enic: let core reject the unsupported coalescing parameters
Jakub Kicinski
1
-19
/
+4
2020-03-04
net/cisco: Delete driver and module versions
Leon Romanovsky
3
-6
/
+0
2020-02-27
net: cisco: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-5
/
+5
2020-02-19
enic: use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
1
-2
/
+1
2020-02-12
enic: prevent waking up stopped tx queues over watchdog reset
Firo Yang
1
-1
/
+1
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
4
-0
/
+4
2019-04-02
net: move skb->xmit_more hint to softnet data
Florian Westphal
1
-1
/
+1
2019-03-07
enic: fix build warning without CONFIG_CPUMASK_OFFSTACK
Arnd Bergmann
1
-3
/
+3
2019-03-02
drivers: net: Remove unnecessary semicolon
YueHaibing
1
-1
/
+2
2019-02-02
enic: fix checksum validation for IPv6
Govindarajulu Varadarajan
1
-1
/
+2
2018-12-07
net: core: dev: Add extack argument to dev_open()
Petr Machata
1
-1
/
+1
2018-08-04
net: cisco: enic: Replace GFP_ATOMIC with GFP_KERNEL
Jia-Ju Bai
3
-3
/
+3
2018-08-01
enic: do not call enic_change_mtu in enic_probe
Govindarajulu Varadarajan
1
-1
/
+1
2018-07-29
enic: handle mtu change for vf properly
Govindarajulu Varadarajan
1
-51
/
+27
2018-06-20
enic: do not overwrite error code
Govindarajulu Varadarajan
1
-5
/
+4
2018-06-20
enic: initialize enic->rfs_h.lock in enic_probe
Govindarajulu Varadarajan
2
-3
/
+3
2018-06-06
enic: fix UDP rss bits
Govindarajulu Varadarajan
7
-21
/
+67
2018-05-25
enic: set DMA mask to 47 bit
Govindarajulu Varadarajan
1
-4
/
+4
2018-03-16
enic: drop IP proto check for vxlan tunnel delete
Govindarajulu Varadarajan
1
-3
/
+2
2018-03-07
enic: fix boolreturn.cocci warnings
Fengguang Wu
1
-1
/
+1
2018-03-05
enic: set IG desc cache flag in open
Govindarajulu Varadarajan
3
-2
/
+4
2018-03-05
enic: enable rq before updating rq descriptors
Govindarajulu Varadarajan
1
-3
/
+7
2018-03-05
enic: set UDP rss flag
Govindarajulu Varadarajan
5
-1
/
+58
2018-03-05
enic: Check if hw supports multi wq with vxlan offload
Govindarajulu Varadarajan
2
-0
/
+6
2018-03-05
enic: Add vxlan offload support for IPv6 pkts
Govindarajulu Varadarajan
5
-13
/
+42
2018-03-05
enic: Check inner ip proto for pseudo header csum
Govindarajulu Varadarajan
1
-1
/
+14
2017-12-26
enic: add wq clean up budget
Govindarajulu Varadarajan
2
-2
/
+4
2017-12-03
enic: add sw timestamp support
Govindarajulu Varadarajan
2
-0
/
+13
2017-11-22
treewide: setup_timer() -> timer_setup() (2 field)
Kees Cook
2
-5
/
+4
2017-11-22
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+3
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2
-0
/
+2
2017-11-02
enic: Add support for 'ethtool -g/-G'
Parvi Kaustubhi
2
-1
/
+78
2017-11-02
enic: reset fetch index
Parvi Kaustubhi
1
-14
/
+2
2017-09-21
drivers: net: enic: use setup_timer() helper.
Allen Pais
1
-3
/
+2
2017-09-21
drivers: net: enic: use setup_timer() helper.
Allen Pais
1
-3
/
+2
2017-07-11
cisco: enic: Fic an error handling path in 'vnic_dev_init_devcmd2()'
Christophe Jaillet
1
-4
/
+5
2017-06-20
enic: Fix format truncation warning
Govindarajulu Varadarajan
2
-6
/
+6
2017-05-23
enic: unmask intr only when napi is complete
Govindarajulu Varadarajan
1
-4
/
+2
2017-02-10
enic: add vxlan offload on tx path
Govindarajulu Varadarajan
1
-12
/
+114
2017-02-10
enic: add udp_tunnel ndo for vxlan offload
Govindarajulu Varadarajan
2
-3
/
+159
2017-02-10
enic: add devcmds for vxlan offload
Govindarajulu Varadarajan
4
-0
/
+91
[next]