Age | Commit message (Expand) | Author |
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-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
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-03-01 | drivers: net: Remove unnecessary semicolon | YueHaibing |
2019-02-01 | enic: fix checksum validation for IPv6 | Govindarajulu Varadarajan |
2018-12-06 | net: core: dev: Add extack argument to dev_open() | Petr Machata |
2018-08-04 | net: cisco: enic: Replace GFP_ATOMIC with GFP_KERNEL | Jia-Ju Bai |
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 |
2018-06-20 | enic: do not overwrite error code | Govindarajulu Varadarajan |
2018-06-20 | enic: initialize enic->rfs_h.lock in enic_probe | Govindarajulu Varadarajan |
2018-06-06 | enic: fix UDP rss bits | Govindarajulu Varadarajan |
2018-05-24 | enic: set DMA mask to 47 bit | Govindarajulu Varadarajan |
2018-03-16 | enic: drop IP proto check for vxlan tunnel delete | Govindarajulu Varadarajan |
2018-03-07 | enic: fix boolreturn.cocci warnings | Fengguang Wu |
2018-03-04 | enic: set IG desc cache flag in open | Govindarajulu Varadarajan |
2018-03-04 | enic: enable rq before updating rq descriptors | Govindarajulu Varadarajan |
2018-03-04 | enic: set UDP rss flag | Govindarajulu Varadarajan |
2018-03-04 | enic: Check if hw supports multi wq with vxlan offload | Govindarajulu Varadarajan |
2018-03-04 | enic: Add vxlan offload support for IPv6 pkts | Govindarajulu Varadarajan |
2018-03-04 | enic: Check inner ip proto for pseudo header csum | Govindarajulu Varadarajan |
2017-12-26 | enic: add wq clean up budget | Govindarajulu Varadarajan |
2017-12-03 | enic: add sw timestamp support | Govindarajulu Varadarajan |
2017-11-21 | treewide: setup_timer() -> timer_setup() (2 field) | Kees Cook |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook |
2017-11-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-11-02 | enic: Add support for 'ethtool -g/-G' | Parvi Kaustubhi |
2017-11-02 | enic: reset fetch index | Parvi Kaustubhi |
2017-09-21 | drivers: net: enic: use setup_timer() helper. | Allen Pais |
2017-09-21 | drivers: net: enic: use setup_timer() helper. | Allen Pais |
2017-07-11 | cisco: enic: Fic an error handling path in 'vnic_dev_init_devcmd2()' | Christophe Jaillet |
2017-06-20 | enic: Fix format truncation warning | Govindarajulu Varadarajan |
2017-05-23 | enic: unmask intr only when napi is complete | Govindarajulu Varadarajan |
2017-02-09 | enic: add vxlan offload on tx path | Govindarajulu Varadarajan |
2017-02-09 | enic: add udp_tunnel ndo for vxlan offload | Govindarajulu Varadarajan |
2017-02-09 | enic: add devcmds for vxlan offload | Govindarajulu Varadarajan |
2017-02-03 | enic: Remove local ndo_busy_poll() implementation. | David S. Miller |
2017-01-30 | drivers: net: generalize napi_complete_done() | Eric Dumazet |
2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger |
2016-11-02 | enic: set skb->hash type properly | Govindarajulu Varadarajan |
2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-10-29 | enic: fix rq disable | Govindarajulu Varadarajan |
2016-10-18 | ethernet: use core min/max MTU checking | Jarod Wilson |
2016-08-01 | net: enic: use correct type specifier | xypron.glpk@gmx.de |
2016-06-14 | net: ethernet: enic: move to new ethtool api {get|set}_link_ksettings | Philippe Reynes |
2016-04-18 | enic: set netdev->vlan_features | Govindarajulu Varadarajan |
2016-03-11 | cisco: enic: Update logging macros and uses | Joe Perches |