summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-3125-877/+2772
|\
| * cxgb4: use backdoor access to collect dumps when firmware crashedRahul Lakkireddy2018-01-261-13/+38
| * cxgb4: fix incorrect condition for using firmware LDST commandsRahul Lakkireddy2018-01-261-1/+1
| * cxgb4: reset FW_OK flag on firmware crashRahul Lakkireddy2018-01-261-1/+3
| * cxgb4: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-251-7/+1
| * cxgb4: fix possible deadlockGanesh Goudar2018-01-251-10/+10
| * cxgb4: make symbol pedits staticWei Yongjun2018-01-241-1/+1
| * cxgb4: properly initialize variablesRahul Lakkireddy2018-01-242-2/+4
| * cxgb4: enable ZLIB_DEFLATE when building cxgb4Rahul Lakkireddy2018-01-242-15/+1
| * cxgb4/cxgb4vf: add support for ndo_set_vf_vlanGanesh Goudar2018-01-244-5/+72
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-231-2/+5
| |\
| * | cxgb4: add geneve offload support for T6Ganesh Goudar2018-01-224-24/+63
| * | cxgb4: IPv6 filter takes 2 tidsGanesh Goudar2018-01-191-33/+80
| * | cxgb4: use zlib deflate to compress firmware dumpRahul Lakkireddy2018-01-197-3/+169
| * | cxgb4: update dump collection logic to use compressionRahul Lakkireddy2018-01-196-147/+207
| * | cxgb4: restructure VF mgmt codeGanesh Goudar2018-01-172-204/+190
| * | cxgb4: implement ndo_features_checkGanesh Goudar2018-01-111-0/+19
| * | cxgb4: add support for vxlan segmentation offloadGanesh Goudar2018-01-113-37/+186
| * | cxgb4: implement udp tunnel callbacksGanesh Goudar2018-01-113-0/+251
| * | cxgb4: add data structures to support vxlanGanesh Goudar2018-01-113-0/+208
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-092-10/+8
| |\ \
| * | | cxgb4: collect TX rate limit info in UP CIM logsRahul Lakkireddy2018-01-035-39/+100
| * | | cxgb4: Check alignment constraint for T6Ganesh Goudar2018-01-021-5/+12
| * | | cxgb4: use CLIP with LIP6 on T6 for TCAM filtersGanesh Goudar2018-01-021-1/+11
| * | | cxgb4/cxgb4vf: support for XLAUI Port TypeGanesh Goudar2017-12-283-1/+11
| * | | cxgb4: display VNI correctlyGanesh Goudar2017-12-281-3/+5
| * | | cxgb4: add new T5 and T6 device id'sGanesh Goudar2017-12-211-0/+2
| * | | cxgb4: RSS table is 4k for T6Ganesh Goudar2017-12-196-23/+36
| * | | cxgb4: Report tid start range correctly for T6Ganesh Goudar2017-12-191-3/+8
| * | | cxgb4: Simplify PCIe Completion Timeout settingBjorn Helgaas2017-12-181-18/+3
| * | | cxgb4: Add support for ethtool i2c dumpArjun Vynipadath2017-12-135-0/+182
| * | | rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-111-4/+3
| * | | cxgb4: collect PCIe configuration logsRahul Lakkireddy2017-12-085-0/+54
| * | | cxgb4: collect egress and ingress SGE queue contextsRahul Lakkireddy2017-12-086-24/+210
| * | | cxgb4: skip TX and RX payload regions in memory dumpsRahul Lakkireddy2017-12-082-0/+148
| * | | cxgb4: collect HMA memory dumpRahul Lakkireddy2017-12-089-4/+51
| * | | cxgb4: collect MC memory dumpRahul Lakkireddy2017-12-085-56/+108
| * | | cxgb4: collect on-chip memory informationRahul Lakkireddy2017-12-087-241/+374
| * | | act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-062-11/+9
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-01-317-52/+88
|\ \ \ \ | |_|_|/ |/| | |
| * | | cxgb4: Add support for Inline IPSec TxAtul Gupta2017-11-297-52/+88
| |/ /
* | | cxgb4: fix endianness for vlan value in cxgb4_tc_flowerKumar Sanghvi2018-01-221-2/+2
* | | cxgb4: set filter type to 1 for ETH_P_IPV6Kumar Sanghvi2018-01-221-0/+3
| |/ |/|
* | cxgb4: Fix FW flash errorsArjun Vynipadath2018-01-032-10/+8
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1534-261/+6673
|\
| * cxgb4: collect SGE queue context dumpRahul Lakkireddy2017-11-149-0/+195
| * cxgb4: collect LE-TCAM dumpRahul Lakkireddy2017-11-146-0/+261
| * cxgb4: collect vpd info directly from hardwareRahul Lakkireddy2017-11-115-42/+104
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-3/+3
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
| |\ \