index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
chelsio
/
cxgb4
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-08
cxgb4: fix IRQ free race during driver unload
Shahjada Abul Husain
2
-8
/
+13
2021-06-18
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-04
cxgb4: avoid link re-train during TC-MQPRIO configuration
Rahul Lakkireddy
4
-7
/
+14
2021-06-03
cxgb4: fix regression with HASH tc prio value update
Rahul Lakkireddy
1
-9
/
+5
2021-06-01
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
2
-2
/
+2
2021-05-19
cxgb4: avoid accessing registers when clearing filters
Raju Rangoju
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-17
net: chelsio: cxgb4: Fix wrong function name in comments
Yang Shen
2
-3
/
+3
2021-05-13
cxgb4/ch_ktls: Clear resources when pf4 device is removed
Ayush Sawal
1
-1
/
+1
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-12
cxgb4: Fix unintentional sign extension issues
Colin Ian King
1
-11
/
+11
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-5
/
+21
2021-04-09
cxgb4: remove unneeded if-null-free check
Qiheng Lin
3
-10
/
+4
2021-03-29
cxgb4: avoid collecting SGE_QBASE regs during traffic
Rahul Lakkireddy
2
-5
/
+21
2021-03-22
cxgb4: Remove redundant NULL check
Jiapeng Chong
1
-2
/
+1
2021-03-13
flow_offload: reject configuration of packet-per-second policing in offload d...
Baowen Zheng
1
-1
/
+10
2021-03-10
net: ethernet: chelsiofix: spelling typo of 'rewriteing'
Wang Qing
1
-1
/
+1
2021-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-3
/
+11
2021-02-15
cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 an...
Ayush Sawal
2
-3
/
+11
2021-02-10
cxgb4: collect serial config version from register
Rahul Lakkireddy
3
-24
/
+9
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2021-02-08
cxgb4: remove unused vpd_cap_addr
Heiner Kallweit
2
-3
/
+0
2021-02-04
cxgb4: Add new T6 PCI device id 0x6092
Raju Rangoju
1
-0
/
+1
2021-01-21
cxgb4: remove bogus CHELSIO_VPD_UNIQUE_ID constant
Heiner Kallweit
1
-10
/
+3
2021-01-21
cxgb4: Assign boolean values to a bool variable
Jiapeng Zhong
1
-1
/
+1
2021-01-16
cxgb4: enable interrupt based Tx completions for T5
Raju Rangoju
1
-5
/
+33
2021-01-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+7
2021-01-13
cxgb4/chtls: Fix tid stuck due to wrong update of qid
Ayush Sawal
1
-0
/
+7
2021-01-07
net: remove ndo_udp_tunnel_* callbacks
Jakub Kicinski
1
-2
/
+0
2020-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
1
-0
/
+1
2020-11-20
cxgb4: fix the panic caused by non smac rewrite
Raju Rangoju
1
-1
/
+2
2020-11-12
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-1
/
+122
2020-11-11
ch_ktls/cxgb4: handle partial tag alone SKBs
Rohit Maheshwari
2
-0
/
+3
2020-11-11
cxgb4/ch_ktls: creating skbs causes panic
Rohit Maheshwari
2
-0
/
+111
2020-11-11
cxgb4/ch_ktls: decrypted bit is not enough
Rohit Maheshwari
3
-1
/
+8
2020-11-07
cxgb4: Fix the -Wmisleading-indentation warning
Kaixu Xia
1
-1
/
+1
2020-10-26
cxgb4: set up filter action after rewrites
Raju Rangoju
2
-29
/
+31
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-13
/
+177
[next]