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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-23
Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()"
David S. Miller
1
-27
/
+40
2021-08-22
cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
1
-40
/
+27
2021-08-22
cxgb4: Remove unused vpd_param member ec
Heiner Kallweit
2
-6
/
+1
2021-08-22
cxgb4: Validate VPD checksum with pci_vpd_check_csum()
Heiner Kallweit
1
-8
/
+4
2021-08-14
ethernet: fix PTP_1588_CLOCK dependencies
Arnd Bergmann
1
-0
/
+1
2021-08-03
cxgb4: make the array match_all_mac static, makes object smaller
Colin Ian King
1
-2
/
+2
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
4
-4
/
+4
2021-07-27
cxgb3: use ndo_siocdevprivate
Arnd Bergmann
1
-4
/
+8
2021-07-08
cxgb4: fix IRQ free race during driver unload
Shahjada Abul Husain
2
-8
/
+13
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
1
-1
/
+1
2021-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-33
/
+65
2021-06-18
cxgb4: fix wrong shift.
Pavel Machek
1
-1
/
+1
2021-06-16
net: chelsio: cxgb4: use eth_zero_addr() to assign zero address
Yang Yingliang
1
-2
/
+1
2021-06-14
cxgb4: fix wrong ethtool n-tuple rule lookup
Rahul Lakkireddy
1
-8
/
+16
2021-06-11
cxgb4: halt chip before flashing PHY firmware image
Rahul Lakkireddy
1
-3
/
+19
2021-06-11
cxgb4: fix sleep in atomic when flashing PHY firmware
Rahul Lakkireddy
3
-4
/
+2
2021-06-11
cxgb4: fix endianness when flashing boot image
Rahul Lakkireddy
1
-17
/
+27
2021-06-07
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-16
/
+19
2021-06-05
net:cxgb3: fix incorrect work cancellation
Íñigo Huguet
1
-1
/
+1
2021-06-05
cxgb4: avoid link re-train during TC-MQPRIO configuration
Rahul Lakkireddy
4
-7
/
+14
2021-06-04
cxgb4: fix regression with HASH tc prio value update
Rahul Lakkireddy
1
-9
/
+5
2021-06-04
net:cxgb3: fix code style issues
Íñigo Huguet
1
-9
/
+10
2021-06-04
net:cxgb3: replace tasklets with works
Íñigo Huguet
3
-17
/
+25
2021-06-02
cxgb4: Fix -Wunused-const-variable warning
YueHaibing
1
-1
/
+1
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-5
/
+87
2021-05-19
cxgb4: avoid accessing registers when clearing filters
Raju Rangoju
1
-1
/
+1
2021-05-19
net: chelsio: remove leading spaces before tabs
Hui Tang
1
-1
/
+1
2021-05-18
cxgb4: clip_tbl: use list_del_init instead of list_del/INIT_LIST_HEAD
Yang Yingliang
1
-4
/
+2
2021-05-18
net: chelsio: cxgb4vf: Fix wrong function name in comments
Yang Shen
1
-1
/
+1
2021-05-18
net: chelsio: cxgb4: Fix wrong function name in comments
Yang Shen
2
-3
/
+3
2021-05-18
net: chelsio: cxgb3: Fix wrong function name in comments
Yang Shen
1
-2
/
+2
2021-05-14
cxgb4/ch_ktls: Clear resources when pf4 device is removed
Ayush Sawal
3
-2
/
+82
2021-05-13
chelsio/chtls: unlock on error in chtls_pt_recvmsg()
Dan Carpenter
1
-2
/
+4
2021-05-08
Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-7
/
+9
2021-05-05
Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2021-05-05
net:CXGB4: fix leak if sk_buff is not used
Íñigo Huguet
1
-7
/
+9
2021-04-30
PCI/VPD: Remove pci_vpd_find_tag() 'offset' argument
Heiner Kallweit
1
-1
/
+1
2021-04-26
ch_ktls: Remove redundant variable result
Jiapeng Chong
1
-6
/
+4
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-91
/
+11
2021-04-16
ch_ktls: do not send snd_una update to TCB in middle
Vinay Kumar Yadav
1
-53
/
+0
2021-04-16
ch_ktls: tcb close causes tls connection failure
Vinay Kumar Yadav
1
-19
/
+0
2021-04-16
ch_ktls: fix device connection close
Vinay Kumar Yadav
1
-0
/
+6
2021-04-16
ch_ktls: Fix kernel panic
Vinay Kumar Yadav
1
-19
/
+5
2021-04-12
cxgb4: Fix unintentional sign extension issues
Colin Ian King
1
-11
/
+11
2021-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-5
/
+21
2021-04-10
cxgb4: remove unneeded if-null-free check
Qiheng Lin
3
-10
/
+4
2021-03-30
cxgb4: avoid collecting SGE_QBASE regs during traffic
Rahul Lakkireddy
2
-5
/
+21
2021-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2021-03-24
ch_ktls: fix enum-conversion warning
Arnd Bergmann
1
-1
/
+1
2021-03-22
cxgb4: Remove redundant NULL check
Jiapeng Chong
1
-2
/
+1
[next]