Age | Commit message (Expand) | Author | Files | Lines |
2021-05-03 | ethernet:enic: Fix a use after free bug in enic_hard_start_xmit | Lv Yunlong | 1 | -2/+5 |
2021-04-08 | enic: use module_pci_driver to simplify the code | Wei Yongjun | 1 | -12/+1 |
2021-01-07 | net: remove ndo_udp_tunnel_* callbacks | Jakub Kicinski | 1 | -4/+0 |
2020-12-10 | net: cisco: enic: simplify the return vnic_cq_alloc() | Zheng Yongjun | 1 | -7/+1 |
2020-10-20 | net: remove unneeded break | Tom Rix | 1 | -1/+0 |
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 |