aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+6
2020-08-31cxgb4: fix thermal zone device registrationPotnuri Bharat Teja1-2/+6
2020-08-25cxgb4: add error handlers to LE intr_handlerRaju Rangoju2-0/+10
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+7
2020-08-21crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav4-5/+17
2020-08-20cxgb4: insert IPv6 filter rules in next free regionRahul Kundu1-10/+7
2020-08-18cxgb4: Fix race between loopback and normal Tx pathGanji Aravind1-1/+5
2020-08-18cxgb4: Fix work request size calculation for loopback testGanji Aravind1-2/+2
2020-08-06Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linuxLinus Torvalds1-0/+8
2020-08-03cxgb4: add TC-MATCHALL IPv6 supportRahul Lakkireddy3-26/+82
2020-08-03cxgb4: fix extracting IP addresses in TC-FLOWER rulesRahul Lakkireddy1-2/+15
2020-08-03cxgb4: fix check for running offline ethtool selftestRahul Lakkireddy1-3/+4
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+1
2020-07-23cxgb4: add loopback ethtool self-testVishal Kulkarni3-1/+166
2020-07-23cxgb4: use eth_zero_addr() to clear mac addressMiaohe Lin1-1/+1
2020-07-22cxgb4: add missing release on skb in uld_send()Navid Emamdoost1-0/+1
2020-07-14cxgb4: convert to new udp_tunnel_nic infraJakub Kicinski2-79/+31
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-9/+9
2020-07-08cxgb4: fix all-mask IP address comparisonRahul Lakkireddy1-5/+5
2020-06-30cxgb4: add main VI to mirror VI config replicationRahul Lakkireddy3-17/+121
2020-06-30cxgb4: add support for mirror RxqsRahul Lakkireddy3-22/+288
2020-06-30cxgb4: add mirror action to TC-MATCHALL offloadRahul Lakkireddy7-10/+197
2020-06-30net: cxgb4: fix return error value in t4_prep_fwLi Heng1-4/+4
2020-06-29thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz1-0/+8
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller15-158/+203
2020-06-23cxgb4: move device dump arrays in header to C fileRahul Lakkireddy4-407/+410
2020-06-23cxgb4: always sync access when flashing PHY firmwareRahul Lakkireddy4-17/+10
2020-06-23cxgb4: update kernel-doc line commentsRahul Lakkireddy8-30/+38
2020-06-23cxgb4: fix set but unused variable when DCB is disabledRahul Lakkireddy1-3/+3
2020-06-23cxgb4: move DCB version extern to header fileRahul Lakkireddy2-1/+3
2020-06-23cxgb4: remove cast when saving IPv4 partial checksumRahul Lakkireddy1-2/+1
2020-06-23cxgb4: fix SGE queue dump destination buffer contextRahul Lakkireddy1-2/+4
2020-06-23cxgb4: use correct type for all-mask IP address comparisonRahul Lakkireddy1-5/+5
2020-06-23cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy3-25/+22
2020-06-23cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy2-49/+91
2020-06-23cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy1-1/+1
2020-06-23cxgb4: move PTP lock and unlock to caller in Tx pathRahul Lakkireddy1-12/+11
2020-06-23cxgb4: move handling L2T ARP failures to callerRahul Lakkireddy1-28/+24
2020-06-19cxgb4: Use struct_size() helperGustavo A. R. Silva1-1/+1
2020-06-19cxgb4: add action to steer flows to specific RxqVishal Kulkarni1-0/+8
2020-06-19cxgb4: add support to fetch ethtool n-tuple filtersVishal Kulkarni1-0/+110
2020-06-19cxgb4: add ethtool n-tuple filter deletionVishal Kulkarni3-9/+84
2020-06-19cxgb4: add ethtool n-tuple filter insertionVishal Kulkarni5-47/+135
2020-06-19cxgb4: add skeleton for ethtool n-tuple filtersVishal Kulkarni6-16/+126
2020-06-19net: qos offload add flow status with dropped countPo Liu2-2/+2
2020-06-18cxgb4: add support to read serial flashVishal Kulkarni5-2/+57
2020-06-18cxgb4: add support to flash boot cfg imageVishal Kulkarni3-0/+129
2020-06-18cxgb4: add support to flash boot imageVishal Kulkarni4-0/+297
2020-06-18cxgb4: add support to flash PHY imageVishal Kulkarni2-0/+40