index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
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
2022-11-10
cxgb4vf: shut down the adapter when t4vf_update_port_info() failed in cxgb4vf...
Zhengchao Shao
1
-1
/
+1
2022-09-01
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-06-23
cxgb4vf: remove unexpected word "the"
Jiang Jian
1
-1
/
+1
2022-01-10
cxgb4vf: Remove useless DMA-32 fallback configuration
Christophe JAILLET
1
-15
/
+5
2021-11-27
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-17
cxgb4vf: convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
1
-81
/
+11
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-01
cxgb4vf: configure ports accessible by the VF
Nirranjan Kirubaharan
1
-8
/
+39
2020-06-24
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-11
net: cxgb4vf: reject unsupported coalescing params
Jakub Kicinski
1
-0
/
+2
2020-03-04
net/chelsio: Delete drive and module versions
Leon Romanovsky
1
-9
/
+0
2019-12-31
cxgb4/cxgb4vf: fix flow control display for auto negotiation
Rahul Lakkireddy
1
-2
/
+2
2019-08-11
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-02
cxgb4vf: Call netif_carrier_off properly in pci_probe
Arjun Vynipadath
1
-1
/
+1
2019-03-02
cxgb4vf: Revert force link up behaviour
Arjun Vynipadath
1
-10
/
+3
2019-03-02
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-14
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-10
cxgb4vf: free mac_hlist properly
Arjun Vynipadath
1
-0
/
+6
2018-11-10
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-05
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-21
cxgb4/cxgbvf: Handle 32-bit fw port capabilities
Ganesh Goudar
1
-13
/
+37
2017-08-15
net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag
Casey Leedom
1
-0
/
+18
2017-01-07
cxgb4/cxgb4vf: Display 25G and 100G link speed
Ganesh Goudar
1
-9
/
+12
2016-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2016-12-09
cxgb4/cxgb4vf: Assign netdev->dev_port with port ID
Arjun V
1
-0
/
+1
2016-12-08
cxgb4/cxgb4vf: Remove deprecated module parameters
Ganesh Goudar
1
-8
/
+1
2016-10-20
ethernet: use net core MTU range checking in more drivers
Jarod Wilson
1
-4
/
+2
[next]