summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb3
AgeCommit message (Expand)Author
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
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-17net: chelsio: cxgb3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson
2016-05-01cxgb3: fix out of bounds readMichal Schmidt
2016-02-19cxgb3: fix up vpd strings for kstrto*()Steve Wise
2016-01-04chelsio: constify cphy_ops structuresJulia Lawall
2015-12-07cxgb3: Convert simple_strtoul to kstrtoxLABBE Corentin
2015-06-30cxgb3: use kvfree() in cxgb_free_mem()Pekka Enberg
2015-06-21cxgb3: avoid needless buffer copy for firmwareKees Cook