aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-10net: cxgb3: fix various indentation issuesColin Ian King2-8/+10
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-1/+1
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+17
2018-10-05net: cxgb3_main: fix a missing-check bugWenwen Wang1-0/+17
2018-09-21net: cxgb3_main: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-09-21net: cxgb3: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-09-18net: ethernet: remove redundant includezhong jiang1-1/+0
2018-08-07cxgb3/l2t: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-18net: cxgb3_main: fix potential Spectre v1Gustavo A. R. Silva1-0/+2
2018-06-15net: cxgb3: add error handling for sysfs_create_groupZhouyang Jia1-0/+7
2018-06-04net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing1-2/+1
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-03-07cxgb3: remove VLA usageGustavo A. R. Silva1-4/+4
2018-01-22cxgb3: assign port id to net_device->dev_portArjun Vynipadath1-0/+1
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-29cxgb3: Check and handle the dma mapping errorsArjun Vynipadath1-26/+92
2017-10-28drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook1-6/+6
2017-10-14RDMA/cxgb3: Annotate an RCU pointerBart Van Assche1-1/+1
2017-07-18net: chelsio: cxgb3: constify attribute_group structures.Arvind Yadav1-2/+6
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu2-9/+5
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg3-9/+9
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko4-36/+5
2017-04-07net: cxgb3: Use net_device_stats from struct net_deviceTobias Klauser2-2/+1
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-17net: chelsio: cxgb3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-28/+37
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-2/+2
2016-05-01cxgb3: fix out of bounds readMichal Schmidt1-1/+2
2016-02-19cxgb3: fix up vpd strings for kstrto*()Steve Wise1-7/+27
2016-01-04chelsio: constify cphy_ops structuresJulia Lawall4-10/+10
2015-12-07cxgb3: Convert simple_strtoul to kstrtoxLABBE Corentin2-13/+29
2015-06-30cxgb3: use kvfree() in cxgb_free_mem()Pekka Enberg1-4/+1
2015-06-21cxgb3: avoid needless buffer copy for firmwareKees Cook1-6/+6
2015-04-09cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriateAlexander Duyck1-10/+10
2015-04-01chelsio cxgb/cxgb3: Make stats_strings arrays constJoe Perches1-1/+1
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-01-25cxgb3: re-use native hex2bin()Andy Shevchenko1-3/+3
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-3/+3
2015-01-02net: ethernet: chelsio: cxgb3: mc5.c: Remove some unused functionsRickard Strandqvist1-16/+0
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-4/+4
2014-06-06net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-3/+3
2014-03-24cxgb3: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.Eric W. Biederman1-3/+3
2014-02-18cxgb3: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-14/+9