summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: make the array match_all_mac static, makes object smallerColin Ian King2021-08-021-2/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-274-4/+4
* cxgb3: use ndo_siocdevprivateArnd Bergmann2021-07-271-4/+8
* cxgb4: fix IRQ free race during driver unloadShahjada Abul Husain2021-07-082-8/+13
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-184-33/+65
|\
| * cxgb4: fix wrong shift.Pavel Machek2021-06-181-1/+1
| * cxgb4: fix wrong ethtool n-tuple rule lookupRahul Lakkireddy2021-06-141-8/+16
| * cxgb4: halt chip before flashing PHY firmware imageRahul Lakkireddy2021-06-111-3/+19
| * cxgb4: fix sleep in atomic when flashing PHY firmwareRahul Lakkireddy2021-06-113-4/+2
| * cxgb4: fix endianness when flashing boot imageRahul Lakkireddy2021-06-111-17/+27
* | net: chelsio: cxgb4: use eth_zero_addr() to assign zero addressYang Yingliang2021-06-161-2/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-075-16/+19
|\|
| * cxgb4: avoid link re-train during TC-MQPRIO configurationRahul Lakkireddy2021-06-044-7/+14
| * cxgb4: fix regression with HASH tc prio value updateRahul Lakkireddy2021-06-031-9/+5
* | net:cxgb3: fix incorrect work cancellationÍñigo Huguet2021-06-041-1/+1
* | net:cxgb3: fix code style issuesÍñigo Huguet2021-06-031-9/+10
* | net:cxgb3: replace tasklets with worksÍñigo Huguet2021-06-033-17/+25
* | cxgb4: Fix -Wunused-const-variable warningYueHaibing2021-06-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-275-5/+87
|\|
| * cxgb4: avoid accessing registers when clearing filtersRaju Rangoju2021-05-191-1/+1
| * cxgb4/ch_ktls: Clear resources when pf4 device is removedAyush Sawal2021-05-133-2/+82
| * chelsio/chtls: unlock on error in chtls_pt_recvmsg()Dan Carpenter2021-05-121-2/+4
* | net: chelsio: remove leading spaces before tabsHui Tang2021-05-191-1/+1
* | cxgb4: clip_tbl: use list_del_init instead of list_del/INIT_LIST_HEADYang Yingliang2021-05-181-4/+2
* | net: chelsio: cxgb4vf: Fix wrong function name in commentsYang Shen2021-05-171-1/+1
* | net: chelsio: cxgb4: Fix wrong function name in commentsYang Shen2021-05-172-3/+3
* | net: chelsio: cxgb3: Fix wrong function name in commentsYang Shen2021-05-171-2/+2
|/
* Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-081-7/+9
|\
| * net:CXGB4: fix leak if sk_buff is not usedÍñigo Huguet2021-05-051-7/+9
* | Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-1/+1
|\ \ | |/ |/|
| * PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit2021-04-301-1/+1
* | ch_ktls: Remove redundant variable resultJiapeng Chong2021-04-251-6/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-171-91/+11
|\ \
| * | ch_ktls: do not send snd_una update to TCB in middleVinay Kumar Yadav2021-04-151-53/+0
| * | ch_ktls: tcb close causes tls connection failureVinay Kumar Yadav2021-04-151-19/+0
| * | ch_ktls: fix device connection closeVinay Kumar Yadav2021-04-151-0/+6
| * | ch_ktls: Fix kernel panicVinay Kumar Yadav2021-04-151-19/+5
* | | cxgb4: Fix unintentional sign extension issuesColin Ian King2021-04-121-11/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-092-5/+21
|\| |
| * | cxgb4: avoid collecting SGE_QBASE regs during trafficRahul Lakkireddy2021-03-292-5/+21
* | | cxgb4: remove unneeded if-null-free checkQiheng Lin2021-04-093-10/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-1/+1
|\| |
| * | ch_ktls: fix enum-conversion warningArnd Bergmann2021-03-241-1/+1
* | | cxgb4: Remove redundant NULL checkJiapeng Chong2021-03-221-2/+1
* | | flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng2021-03-131-1/+10
* | | net: ethernet: chelsiofix: spelling typo of 'rewriteing'Wang Qing2021-03-101-1/+1
|/ /
* / net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the fil...Bhaskar Chowdhury2021-03-081-4/+4
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-212-12/+8
|\
| * chcr_ktls: use AES library for single use cipherArd Biesheuvel2021-01-032-12/+8