Age | Commit message (Expand) | Author | Files | Lines |
2022-08-04 | Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 32 | -475/+41 |
2022-07-02 | net: add skb_[inner_]tcp_all_headers helpers | Eric Dumazet | 1 | -3/+2 |
2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p... | Thomas Gleixner | 32 | -475/+41 |
2022-01-13 | Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
2022-01-02 | enic: Remove usage of the deprecated "pci-dma-compat.h" API | Christophe JAILLET | 1 | -1/+1 |
2022-01-02 | enic: Use dma_set_mask_and_coherent() | Christophe JAILLET | 1 | -14/+2 |
2021-12-10 | enic: Use irq_update_affinity_hint() | Nitesh Narayan Lal | 1 | -4/+4 |
2021-11-22 | ethtool: extend ringparam setting/getting API with rx_buf_len | Hao Chen | 1 | -2/+6 |
2021-10-16 | ethernet: enic: use eth_hw_addr_set() | Jakub Kicinski | 1 | -2/+3 |
2021-10-14 | ethernet: constify references to netdev->dev_addr in drivers | Jakub Kicinski | 1 | -1/+1 |
2021-10-05 | ethernet: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski | 1 | -1/+1 |
2021-09-27 | net: cisco: Fix a function name in comments | Cai Huoqing | 2 | -3/+3 |
2021-08-24 | ethtool: extend coalesce setting uAPI with CQE mode | Yufeng Mo | 1 | -2/+6 |
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 |