summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb3
AgeCommit message (Expand)AuthorFilesLines
2020-09-30net: cxgb3: Cleanup in_interrupt() usageThomas Gleixner3-18/+29
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg3-16/+21
2020-09-21chelsio: simplify the return expression of t3_ael2020_phy_prep()Qinglang Miao1-6/+1
2020-09-14chelsio: convert tasklets to use new tasklet_setup() APIAllen Pais1-10/+8
2020-09-11net: cxgb3: Fix some kernel-doc warningsWang Hai1-2/+2
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2020-08-27net: Take common prefetch code structure into a functionTariq Toukan1-4/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-03-11net: cxgb3: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-03-04net/chelsio: Delete drive and module versionsLeon Romanovsky2-6/+0
2020-02-25chelsio: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-01-28Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-1/+1
2020-01-25net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEMMichael Ellerman1-0/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+4
2019-08-06net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'Christophe JAILLET1-1/+4
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-02cxgb3/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva1-2/+2
2019-04-02cxgb3/l2t: Fix undefined behaviourGustavo A. R. Silva1-1/+1
2019-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-8/+10
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-07Merge 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-19net: ethernet: remove redundant includezhong jiang1-1/+0
2018-08-08cxgb3/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-23cxgb3: assign port id to net_device->dev_portArjun Vynipadath1-0/+1
2017-11-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus 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-15RDMA/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-09treewide: 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-07net-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