aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko12-94/+39
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-23/+66
2017-04-21crypto: chcr - Fix txq ids.Harsh Jain3-1/+12
2017-04-13cxgb4: save tid while creating server filterGanesh Goudar1-0/+4
2017-04-07net: cxgb3: Use net_device_stats from struct net_deviceTobias Klauser2-2/+1
2017-04-07net: cxgb: Use net_device_stats from struct net_deviceTobias Klauser2-2/+1
2017-03-22cxgb4: Update IngPad and IngPack valuesArjun Vynipadath2-19/+60
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-1/+5
2017-03-02cxgb4: update latest firmware version supportedGanesh Goudar1-3/+3
2017-02-27scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+8
2017-02-16cxgb4: Remove redundant code in t4_uld_clean_up()Ganesh Goudar1-2/+0
2017-02-16cxgb4: Add new T5 and T6 pci device id'sGanesh Goudar1-0/+5
2017-02-16cxgb4: Increase max number of tc u32 linksArjun V3-13/+7
2017-02-15cxgb4: Update proper netdev stats for rx dropsGanesh Goudar1-1/+1
2017-02-09target/cxgbit: Use T6 specific macro to set the force bitVarun Prakash1-0/+4
2017-02-09target/cxgbit: Fix endianness annotationsBart Van Assche1-1/+1
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit3-4/+4
2017-02-03cxgb4: get rid of custom busy poll codeEric Dumazet4-174/+6
2017-02-03cxgb4: Fix uld_send() for ctrl pktsArjun V1-3/+8
2017-02-03crypto: chcr - Change flow IDsHarsh Jain1-0/+8
2017-01-31cxgb4: update latest firmware version supportedGanesh Goudar1-6/+6
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet3-4/+4
2017-01-20cxgb4: hide unused warningsArnd Bergmann1-0/+2
2017-01-17cxgb4: Implement ndo_get_phys_port_id for mgmt devGanesh Goudar1-0/+27
2017-01-16cxgb4: Shutdown adapter if firmware times out or errors outHariprasad Shenai4-4/+64
2017-01-14cxgb4: Remove redundant memset before memcpyShyam Saini1-5/+0
2017-01-13cxgb4: Fix misleading packet/frame count stats.Ganesh Goudar2-0/+35
2017-01-12cxgb4: Initialize mbox lock and list for mgmt devGanesh Goudar1-1/+4
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-4/+3
2017-01-06cxgb4: Add port description for new cards.Ganesh Goudar1-12/+18
2017-01-06cxgb4/cxgb4vf: Display 25G and 100G link speedGanesh Goudar2-16/+25
2017-01-06cxgb4: Synchronize access to mailboxHariprasad Shenai3-1/+69
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+5
2017-01-04cxgb4: Support compressed error vector for T6Arjun V5-2/+45
2017-01-04libcxgb: fix error check for ip6_route_output()Varun Prakash1-7/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds3-3/+3
2016-12-23Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+13
2016-12-17net: chelsio: cxgb3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-28/+37
2016-12-17net: chelsio: cxgb2: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-27/+37
2016-12-14scsi: cxgb4i: libcxgbi: cxgb4: add T6 iSCSI completion featureVarun Prakash1-0/+13
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+2
2016-12-08cxgb4/cxgb4vf: Assign netdev->dev_port with port IDArjun V3-1/+2
2016-12-08cxgb4/cxgb4vf: Remove deprecated module parametersGanesh Goudar2-48/+2
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-11-30cxgb4: Add PCI device ID for new adapterHariprasad Shenai1-0/+1
2016-11-25cxgb4: fix memory leak on txq_infoColin Ian King1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai6-74/+273