index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
chelsio
/
cxgb4vf
/
cxgb4vf_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
1
-1
/
+1
2023-03-24
net: cxgb4vf: Remove redundant pci_clear_master
Cai Huoqing
1
-2
/
+0
2022-11-09
cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf...
Zhengchao Shao
1
-1
/
+1
2022-08-31
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-06-22
cxgb4vf: remove unexpected word "the"
Jiang Jian
1
-1
/
+1
2022-01-09
cxgb4vf: Remove useless DMA-32 fallback configuration
Christophe JAILLET
1
-15
/
+5
2021-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-11-23
net: chelsio: cxgb4vf: Fix an error code in cxgb4vf_pci_probe()
Zheyu Ma
1
-0
/
+1
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
1
-2
/
+6
2021-10-05
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
1
-1
/
+1
2021-09-16
net: chelsio: cxgb4vf: Make use of the helper function dev_err_probe()
Cai Huoqing
1
-4
/
+2
2021-08-24
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
1
-2
/
+6
2021-08-23
net: chelsio: switch from 'pci_' to 'dma_' API
Christophe JAILLET
1
-8
/
+2
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2020-09-16
cxgb4vf: convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
1
-81
/
+11
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-30
cxgb4vf: configure ports accessible by the VF
Nirranjan Kirubaharan
1
-8
/
+39
2020-06-23
cxgb4vf: update kernel-doc line comments
Rahul Lakkireddy
1
-2
/
+1
2020-05-05
cxgb4/cxgb4vf: Remove superfluous void * cast in debugfs_create_file() call
Geert Uytterhoeven
1
-1
/
+1
2020-03-10
net: cxgb4vf: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+2
2020-03-03
net/chelsio: Delete drive and module versions
Leon Romanovsky
1
-9
/
+0
2019-12-30
cxgb4/cxgb4vf: fix flow control display for auto negotiation
Rahul Lakkireddy
1
-2
/
+2
2019-08-10
cxgb4: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-14
/
+7
2019-04-26
cxgb4/cxgb4vf_main: Mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2019-03-29
cxgb4/cxgb4vf: Display advertised FEC in ethtool
Vishal Kulkarni
1
-16
/
+0
2019-03-01
cxgb4vf: Call netif_carrier_off properly in pci_probe
Arjun Vynipadath
1
-1
/
+1
2019-03-01
cxgb4vf: Revert force link up behaviour
Arjun Vynipadath
1
-10
/
+3
2019-03-01
cxgb4vf: Prefix adapter flags with CXGB4VF
Arjun Vynipadath
1
-33
/
+35
2019-02-28
cxgb4vf: Enter debugging mode if FW is inaccessible
Arjun Vynipadath
1
-13
/
+32
2019-02-28
cxgb4/cxgb4vf: Fix up netdev->hw_features
Arjun Vynipadath
1
-8
/
+7
2019-02-13
cxgb4vf: Few more link management changes.
Vishal Kulkarni
1
-1
/
+8
2019-02-03
cxgb4/cxgb4vf: Program hash region for {t4/t4vf}_change_mac()
Arjun Vynipadath
1
-26
/
+73
2019-01-29
cxgb4vf: Update port information in cxgb4vf_open()
Arjun Vynipadath
1
-0
/
+7
2018-12-15
cxgb4: remove DEFINE_SIMPLE_DEBUGFS_FILE()
Yangtao Li
1
-14
/
+2
2018-11-20
cxgb4/cxgb4vf: Fix mac_hlist initialization and free
Arjun Vynipadath
1
-3
/
+3
2018-11-09
cxgb4vf: free mac_hlist properly
Arjun Vynipadath
1
-0
/
+6
2018-11-09
cxgb4vf: fix memleak in mac_hlist initialization
Arjun Vynipadath
1
-2
/
+4
2018-05-25
cxgb4/cxgb4vf: Notify link changes to OS-dependent code
Arjun Vynipadath
1
-3
/
+2
2018-04-17
cxgb4vf: display pause settings
Ganesh Goudar
1
-0
/
+16
2018-03-26
ethernet: Use octal not symbolic permissions
Joe Perches
1
-5
/
+5
2018-03-12
cxgb4/cxgb4vf: check fw caps to set link mode mask
Ganesh Goudar
1
-13
/
+24
2018-03-04
cxgb4vf: Forcefully link up virtual interfaces
Arjun Vynipadath
1
-3
/
+11
2018-01-24
cxgb4/cxgb4vf: add support for ndo_set_vf_vlan
Ganesh Goudar
1
-0
/
+2
2017-12-28
cxgb4/cxgb4vf: support for XLAUI Port Type
Ganesh Goudar
1
-1
/
+9
2017-11-03
cxgb4vf: define get_fecparam ethtool callback
Ganesh Goudar
1
-0
/
+58
2017-08-20
cxgb4/cxgbvf: Handle 32-bit fw port capabilities
Ganesh Goudar
1
-13
/
+37
2017-08-14
net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
Casey Leedom
1
-0
/
+18
2017-01-06
cxgb4/cxgb4vf: Display 25G and 100G link speed
Ganesh Goudar
1
-9
/
+12
2016-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2016-12-08
cxgb4/cxgb4vf: Assign netdev->dev_port with port ID
Arjun V
1
-0
/
+1
[next]