summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: cxgb3: reject unsupported coalescing paramsJakub Kicinski2020-03-111-0/+1
* net/chelsio: Delete drive and module versionsLeon Romanovsky2020-03-042-6/+0
* chelsio: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-252-2/+2
* Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-1/+1
|\
| * remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* | net: cxgb3_main: Add CAP_NET_ADMIN check to CHELSIO_GET_MEMMichael Ellerman2020-01-251-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-071-1/+4
|\
| * net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'Christophe JAILLET2019-08-061-1/+4
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-231-1/+1
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* cxgb3/l2t: Use struct_size() in kvzalloc()Gustavo A. R. Silva2019-04-021-2/+2
* cxgb3/l2t: Fix undefined behaviourGustavo A. R. Silva2019-04-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-152-8/+10
|\
| * net: cxgb3: fix various indentation issuesColin Ian King2019-01-102-8/+10
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-061-0/+17
|\
| * net: cxgb3_main: fix a missing-check bugWenwen Wang2018-10-051-0/+17
* | net: cxgb3_main: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-2/+1
* | net: cxgb3: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-2/+1
* | net: ethernet: remove redundant includezhong jiang2018-09-191-1/+0
|/
* cxgb3/l2t: Mark expected switch fall-throughGustavo A. R. Silva2018-08-081-0/+1
* net: cxgb3_main: fix potential Spectre v1Gustavo A. R. Silva2018-07-181-0/+2
* net: cxgb3: add error handling for sysfs_create_groupZhouyang Jia2018-06-151-0/+7
* net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing2018-06-041-2/+1
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-261-3/+3
* cxgb3: remove VLA usageGustavo A. R. Silva2018-03-071-4/+4
* cxgb3: assign port id to net_device->dev_portArjun Vynipadath2018-01-221-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-11-151-1/+1
|\
| * RDMA/cxgb3: Annotate an RCU pointerBart Van Assche2017-10-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
|\ \
| * | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
| |/
* | cxgb3: Check and handle the dma mapping errorsArjun Vynipadath2017-10-291-26/+92
* | drivers/net: chelsio/cxgb*: Convert timers to use timer_setup()Kees Cook2017-10-281-6/+6
|/
* net: chelsio: cxgb3: constify attribute_group structures.Arvind Yadav2017-07-181-2/+6
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-202-9/+5
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-163-9/+9
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-094-36/+5
* net: cxgb3: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-2/+1
* net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-1/+1
* drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: chelsio: cxgb3: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-12-181-28/+37
* ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-2/+2
* cxgb3: fix out of bounds readMichal Schmidt2016-05-021-1/+2
* cxgb3: fix up vpd strings for kstrto*()Steve Wise2016-02-191-7/+27
* chelsio: constify cphy_ops structuresJulia Lawall2016-01-054-10/+10
* cxgb3: Convert simple_strtoul to kstrtoxLABBE Corentin2015-12-072-13/+29
* cxgb3: use kvfree() in cxgb_free_mem()Pekka Enberg2015-07-011-4/+1
* cxgb3: avoid needless buffer copy for firmwareKees Cook2015-06-211-6/+6