summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb3
Commit message (Expand)AuthorAgeFilesLines
* net: cxgb3_main: Fix a resource leak in a error path in 'init_one()'Christophe JAILLET2019-08-061-1/+4
* 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/+1Star
* | net: cxgb3: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-2/+1Star
* | net: ethernet: remove redundant includezhong jiang2018-09-191-1/+0Star
|/
* 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/+1Star
* 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/+5Star
* 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/+5Star
* net: cxgb3: Use net_device_stats from struct net_deviceTobias Klauser2017-04-072-2/+1Star
* 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/+1Star
* cxgb3: avoid needless buffer copy for firmwareKees Cook2015-06-211-6/+6
* cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriateAlexander Duyck2015-04-091-10/+10
* chelsio cxgb/cxgb3: Make stats_strings arrays constJoe Perches2015-04-011-1/+1
* ethernet: codespell comment spelling fixesJoe Perches2015-03-091-1/+1
* cxgb3: re-use native hex2bin()Andy Shevchenko2015-01-251-3/+3
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-3/+3
* net: ethernet: chelsio: cxgb3: mc5.c: Remove some unused functionsRickard Strandqvist2015-01-021-16/+0Star
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-122-4/+4
|\
| * net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-071-2/+2