index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
chelsio
/
cxgb4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-29
1
-9
/
+19
|
\
|
*
cxgb4: fix missing unlock on ETHOFLD desc collect fail path
Rafael Mendonca
2022-09-26
1
-9
/
+19
*
|
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2022-09-29
1
-1
/
+1
*
|
net: ethernet: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
2
-4
/
+4
|
/
*
RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl size
Potnuri Bharat Teja
2022-08-16
1
-1
/
+1
*
cxgb4: Use the bitmap API to allocate bitmaps
Christophe JAILLET
2022-07-05
3
-24
/
+17
*
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
2022-07-02
1
-1
/
+1
*
cxgb4: Fix typo in string
Li kunyu
2022-07-01
1
-1
/
+1
*
net: chelsio: cxgb4: Avoid potential negative array offset
Kees Cook
2022-05-07
1
-5
/
+5
*
flow_offload: reject offload for all drivers with invalid police parameters
Jianbo Liu
2022-02-28
1
-10
/
+49
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2022-01-13
1
-1
/
+1
|
\
|
*
iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rpl
Kees Cook
2021-12-15
1
-1
/
+1
*
|
cxgb4: Remove useless DMA-32 fallback configuration
Christophe JAILLET
2022-01-10
1
-12
/
+5
*
|
cxgb4: allow reading unrecognized port module eeprom
Rahul Lakkireddy
2021-11-25
1
-1
/
+10
*
|
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2021-11-22
1
-2
/
+6
*
|
cxgb4: Use struct_group() for memcpy() region
Kees Cook
2021-11-19
2
-7
/
+11
|
/
*
cxgb4: fix eeprom len when diagnostics not implemented
Rahul Lakkireddy
2021-11-11
2
-2
/
+7
*
ethernet: use eth_hw_addr_set() for dev->addr_len cases
Jakub Kicinski
2021-10-05
1
-1
/
+1
*
ethernet: chelsio: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
2
-2
/
+2
*
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-09-08
2
-56
/
+31
|
\
|
*
cxgb4: Use pci_vpd_find_id_string() to find VPD ID string
Heiner Kallweit
2021-08-31
1
-8
/
+5
|
*
cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2021-08-24
1
-40
/
+27
|
*
cxgb4: Remove unused vpd_param member ec
Heiner Kallweit
2021-08-24
2
-6
/
+1
|
*
cxgb4: Validate VPD checksum with pci_vpd_check_csum()
Heiner Kallweit
2021-08-24
1
-8
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-27
1
-4
/
+3
|
\
\
|
*
|
cxgb4: dont touch blocked freelist bitmap after free
Rahul Lakkireddy
2021-08-26
1
-4
/
+3
*
|
|
cxgb4: Properly revert VPD changes
Nathan Chancellor
2021-08-25
2
-6
/
+40
*
|
|
ethtool: extend coalesce setting uAPI with CQE mode
Yufeng Mo
2021-08-24
1
-2
/
+6
*
|
|
cxgb4: improve printing NIC information
Heiner Kallweit
2021-08-24
1
-2
/
+1
*
|
|
net: chelsio: switch from 'pci_' to 'dma_' API
Christophe JAILLET
2021-08-23
2
-13
/
+7
*
|
|
Revert "cxgb4: Validate VPD checksum with pci_vpd_check_csum()"
David S. Miller
2021-08-23
1
-32
/
+20
*
|
|
Revert "Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()""
David S. Miller
2021-08-23
1
-40
/
+27
*
|
|
Revert "cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()"
David S. Miller
2021-08-23
1
-27
/
+40
*
|
|
cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()
Heiner Kallweit
2021-08-22
1
-40
/
+27
*
|
|
cxgb4: Remove unused vpd_param member ec
Heiner Kallweit
2021-08-22
2
-6
/
+1
*
|
|
cxgb4: Validate VPD checksum with pci_vpd_check_csum()
Heiner Kallweit
2021-08-22
1
-8
/
+4
*
|
|
cxgb4: make the array match_all_mac static, makes object smaller
Colin Ian King
2021-08-03
1
-2
/
+2
*
|
|
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-1
/
+1
|
/
/
*
/
cxgb4: fix IRQ free race during driver unload
Shahjada Abul Husain
2021-07-08
2
-8
/
+13
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-19
4
-33
/
+65
|
\
|
*
cxgb4: fix wrong shift.
Pavel Machek
2021-06-18
1
-1
/
+1
|
*
cxgb4: fix wrong ethtool n-tuple rule lookup
Rahul Lakkireddy
2021-06-14
1
-8
/
+16
|
*
cxgb4: halt chip before flashing PHY firmware image
Rahul Lakkireddy
2021-06-11
1
-3
/
+19
|
*
cxgb4: fix sleep in atomic when flashing PHY firmware
Rahul Lakkireddy
2021-06-11
3
-4
/
+2
|
*
cxgb4: fix endianness when flashing boot image
Rahul Lakkireddy
2021-06-11
1
-17
/
+27
*
|
net: chelsio: cxgb4: use eth_zero_addr() to assign zero address
Yang Yingliang
2021-06-16
1
-2
/
+1
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-06-07
5
-16
/
+19
|
\
|
|
*
cxgb4: avoid link re-train during TC-MQPRIO configuration
Rahul Lakkireddy
2021-06-04
4
-7
/
+14
|
*
cxgb4: fix regression with HASH tc prio value update
Rahul Lakkireddy
2021-06-04
1
-9
/
+5
*
|
cxgb4: Fix -Wunused-const-variable warning
YueHaibing
2021-06-02
1
-1
/
+1
[next]