summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: fix memory leak during module unloadRaju Rangoju2020-09-171-1/+1
* cxgb4: Fix offset when clearing filter byte countersGanji Aravind2020-09-051-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-2/+6
|\
| * cxgb4: fix thermal zone device registrationPotnuri Bharat Teja2020-08-311-2/+6
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-7/+7
|/
* cxgb4: Fix race between loopback and normal Tx pathGanji Aravind2020-08-181-1/+5
* cxgb4: Fix work request size calculation for loopback testGanji Aravind2020-08-181-2/+2
* Merge tag 'thermal-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-061-0/+8
|\
| * thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz2020-06-291-0/+8
* | cxgb4: add TC-MATCHALL IPv6 supportRahul Lakkireddy2020-08-033-26/+82
* | cxgb4: fix extracting IP addresses in TC-FLOWER rulesRahul Lakkireddy2020-08-031-2/+15
* | cxgb4: fix check for running offline ethtool selftestRahul Lakkireddy2020-08-031-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-0/+1
|\ \
| * | cxgb4: add missing release on skb in uld_send()Navid Emamdoost2020-07-221-0/+1
* | | cxgb4: add loopback ethtool self-testVishal Kulkarni2020-07-233-1/+166
* | | cxgb4: use eth_zero_addr() to clear mac addressMiaohe Lin2020-07-231-1/+1
* | | cxgb4: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-142-79/+31
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-112-9/+9
|\| |
| * | cxgb4: fix all-mask IP address comparisonRahul Lakkireddy2020-07-081-5/+5
| * | net: cxgb4: fix return error value in t4_prep_fwLi Heng2020-06-301-4/+4
| |/
* | cxgb4: add main VI to mirror VI config replicationRahul Lakkireddy2020-06-303-17/+121
* | cxgb4: add support for mirror RxqsRahul Lakkireddy2020-06-303-22/+288
* | cxgb4: add mirror action to TC-MATCHALL offloadRahul Lakkireddy2020-06-307-10/+197
* | cxgb4vf: configure ports accessible by the VFNirranjan Kirubaharan2020-06-303-12/+43
* | cxgb4vf: fix t4vf_eth_xmit()'s return typeLuc Van Oostenryck2020-06-282-2/+2
* | docs: networking: reorganize driver documentation againJakub Kicinski2020-06-261-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-2518-169/+211
|\|
| * cxgb4vf: update kernel-doc line commentsRahul Lakkireddy2020-06-233-11/+8
| * cxgb4: update kernel-doc line commentsRahul Lakkireddy2020-06-238-30/+38
| * cxgb4: fix set but unused variable when DCB is disabledRahul Lakkireddy2020-06-231-3/+3
| * cxgb4: move DCB version extern to header fileRahul Lakkireddy2020-06-232-1/+3
| * cxgb4: remove cast when saving IPv4 partial checksumRahul Lakkireddy2020-06-231-2/+1
| * cxgb4: fix SGE queue dump destination buffer contextRahul Lakkireddy2020-06-231-2/+4
| * cxgb4: use correct type for all-mask IP address comparisonRahul Lakkireddy2020-06-231-5/+5
| * cxgb4: fix endian conversions for L4 ports in filtersRahul Lakkireddy2020-06-233-25/+22
| * cxgb4: parse TC-U32 key values and masks nativelyRahul Lakkireddy2020-06-232-49/+91
| * cxgb4: use unaligned conversion for fetching timestampRahul Lakkireddy2020-06-231-1/+1
| * cxgb4: move PTP lock and unlock to caller in Tx pathRahul Lakkireddy2020-06-231-12/+11
| * cxgb4: move handling L2T ARP failures to callerRahul Lakkireddy2020-06-231-28/+24
* | cxgb4: move device dump arrays in header to C fileRahul Lakkireddy2020-06-234-407/+410
* | cxgb4: always sync access when flashing PHY firmwareRahul Lakkireddy2020-06-234-17/+10
* | cxgb4: Use struct_size() helperGustavo A. R. Silva2020-06-191-1/+1
* | cxgb4: add action to steer flows to specific RxqVishal Kulkarni2020-06-191-0/+8
* | cxgb4: add support to fetch ethtool n-tuple filtersVishal Kulkarni2020-06-191-0/+110
* | cxgb4: add ethtool n-tuple filter deletionVishal Kulkarni2020-06-193-9/+84
* | cxgb4: add ethtool n-tuple filter insertionVishal Kulkarni2020-06-195-47/+135
* | cxgb4: add skeleton for ethtool n-tuple filtersVishal Kulkarni2020-06-196-16/+126
* | net: qos offload add flow status with dropped countPo Liu2020-06-192-2/+2
* | cxgb4: add support to read serial flashVishal Kulkarni2020-06-185-2/+57
* | cxgb4: add support to flash boot cfg imageVishal Kulkarni2020-06-183-0/+129