summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3
AgeCommit message (Expand)Author
2020-12-02cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong
2020-09-29net: cxgb3: Cleanup in_interrupt() usageThomas Gleixner
2020-09-25drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg
2020-09-21chelsio: simplify the return expression of t3_ael2020_phy_prep()Qinglang Miao
2020-09-14chelsio: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-09-10net: cxgb3: Fix some kernel-doc warningsWang Hai
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-03-10net: cxgb3: reject unsupported coalescing paramsJakub Kicinski
2020-03-03net/chelsio: Delete drive and module versionsLeon Romanovsky
2020-02-24chelsio: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-25net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEMMichael Ellerman
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-06net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'Christophe JAILLET
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-01cxgb3/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva
2019-04-01cxgb3/l2t: Fix undefined behaviourGustavo A. R. Silva
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-10net: cxgb3: fix various indentation issuesColin Ian King
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-05net: cxgb3_main: fix a missing-check bugWenwen Wang
2018-09-21net: cxgb3_main: remove redundant null pointer check before kfree_skbzhong jiang
2018-09-21net: cxgb3: remove redundant null pointer check before kfree_skbzhong jiang
2018-09-18net: ethernet: remove redundant includezhong jiang
2018-08-07cxgb3/l2t: Mark expected switch fall-throughGustavo A. R. Silva
2018-07-18net: cxgb3_main: fix potential Spectre v1Gustavo A. R. Silva
2018-06-15net: cxgb3: add error handling for sysfs_create_groupZhouyang Jia
2018-06-04net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-03-07cxgb3: remove VLA usageGustavo A. R. Silva
2018-01-22cxgb3: assign port id to net_device->dev_portArjun Vynipadath
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-29cxgb3: Check and handle the dma mapping errorsArjun Vynipadath
2017-10-28drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook
2017-10-14RDMA/cxgb3: Annotate an RCU pointerBart Van Assche
2017-07-18net: chelsio: cxgb3: constify attribute_group structures.Arvind Yadav
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-04-07net: cxgb3: Use net_device_stats from struct net_deviceTobias Klauser
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet