index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
cisco
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-22
1
-1
/
+2
|
\
|
*
enic: Avoid false positive under FORTIFY_SOURCE
Kees Cook
2024-02-19
1
-1
/
+2
*
|
net: remove stale mentions of dev_base_lock in comments
Eric Dumazet
2024-02-14
1
-1
/
+1
|
/
*
net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
Ahmed Zaki
2023-12-13
1
-12
/
+13
*
enic: define constants for legacy interrupts offset
Govindarajulu Varadarajan
2022-10-18
2
-23
/
+11
*
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-28
1
-4
/
+5
*
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-3
/
+3
*
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-08-04
32
-475
/
+41
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...
Thomas Gleixner
2022-06-10
32
-475
/
+41
*
|
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-07-02
1
-3
/
+2
|
/
*
Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-13
1
-4
/
+4
|
\
|
*
enic: Use irq_update_affinity_hint()
Nitesh Narayan Lal
2021-12-10
1
-4
/
+4
*
|
enic: Remove usage of the deprecated "pci-dma-compat.h" API
Christophe JAILLET
2022-01-02
1
-1
/
+1
*
|
enic: Use dma_set_mask_and_coherent()
Christophe JAILLET
2022-01-02
1
-14
/
+2
*
|
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-2
/
+6
|
/
*
ethernet: enic: use eth_hw_addr_set()
Jakub Kicinski
2021-10-16
1
-2
/
+3
*
ethernet: constify references to netdev->dev_addr in drivers
Jakub Kicinski
2021-10-14
1
-1
/
+1
*
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-05
1
-1
/
+1
*
net: cisco: Fix a function name in comments
Cai Huoqing
2021-09-27
2
-3
/
+3
*
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-24
1
-2
/
+6
*
ethernet:enic: Fix a use after free bug in enic_hard_start_xmit
Lv Yunlong
2021-05-03
1
-2
/
+5
*
enic: use module_pci_driver to simplify the code
Wei Yongjun
2021-04-07
1
-12
/
+1
*
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
2021-01-07
1
-4
/
+0
*
net: cisco: enic: simplify the return vnic_cq_alloc()
Zheng Yongjun
2020-12-09
1
-7
/
+1
*
net: remove unneeded break
Tom Rix
2020-10-20
1
-1
/
+0
*
net: enic: Cure the enic api locking trainwreck
Thomas Gleixner
2020-09-29
3
-6
/
+28
*
drivers/net/ethernet: clean up mis-targeted comments
Jesse Brandeburg
2020-09-25
2
-2
/
+2
*
net: remove napi_hash_del() from driver-facing API
Jakub Kicinski
2020-09-10
1
-5
/
+7
*
enic: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2020-09-06
2
-70
/
+72
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
enic: convert to new udp_tunnel_nic infra
Jakub Kicinski
2020-07-14
1
-66
/
+39
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
2
-2
/
+2
*
enic: let core reject the unsupported coalescing parameters
Jakub Kicinski
2020-03-05
1
-19
/
+4
*
net/cisco: Delete driver and module versions
Leon Romanovsky
2020-03-03
3
-6
/
+0
*
net: cisco: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-02-26
2
-5
/
+5
*
enic: use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
2020-02-19
1
-2
/
+1
*
enic: prevent waking up stopped tx queues over watchdog reset
Firo Yang
2020-02-12
1
-1
/
+1
*
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
2019-12-12
1
-1
/
+1
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
4
-0
/
+4
*
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-04-01
1
-1
/
+1
*
enic: fix build warning without CONFIG_CPUMASK_OFFSTACK
Arnd Bergmann
2019-03-07
1
-3
/
+3
*
drivers: net: Remove unnecessary semicolon
YueHaibing
2019-03-01
1
-1
/
+2
*
enic: fix checksum validation for IPv6
Govindarajulu Varadarajan
2019-02-01
1
-1
/
+2
*
net: core: dev: Add extack argument to dev_open()
Petr Machata
2018-12-06
1
-1
/
+1
*
net: cisco: enic: Replace GFP_ATOMIC with GFP_KERNEL
Jia-Ju Bai
2018-08-04
3
-3
/
+3
*
enic: do not call enic_change_mtu in enic_probe
Govindarajulu Varadarajan
2018-07-31
1
-1
/
+1
*
enic: handle mtu change for vf properly
Govindarajulu Varadarajan
2018-07-28
1
-51
/
+27
*
enic: do not overwrite error code
Govindarajulu Varadarajan
2018-06-20
1
-5
/
+4
*
enic: initialize enic->rfs_h.lock in enic_probe
Govindarajulu Varadarajan
2018-06-20
2
-3
/
+3
*
enic: fix UDP rss bits
Govindarajulu Varadarajan
2018-06-06
7
-21
/
+67
[next]