summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/chelsio/cxgb3/sge.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-19net: introduce napi_is_scheduled helperChristian Marangi1-8/+0
2023-10-16net: cxgb3: simplify logic for rspq_check_napiChristian Marangi1-6/+1
2023-05-13net: introduce and use skb_frag_fill_page_desc()Yunsheng Lin1-3/+2
2023-03-21net: cxgb3: remove unused fl_to_qset functionTom Rix1-5/+0
2021-11-30net: cxgb3: fix typos in kernel docJean Sacren1-2/+2
2021-11-19cxgb3: Use struct_group() for memcpy() regionKees Cook1-3/+6
2021-09-07cxgb3: fix oops on module removalHeiner Kallweit1-0/+3
2021-08-23net: chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-53/+48
2021-06-05net:cxgb3: fix incorrect work cancellationÍñigo Huguet1-1/+1
2021-06-04net:cxgb3: replace tasklets with worksÍñigo Huguet1-16/+22
2021-05-19net: chelsio: remove leading spaces before tabsHui Tang1-1/+1
2021-05-18net: chelsio: cxgb3: Fix wrong function name in commentsYang Shen1-2/+2
2020-12-03cxgb3: fix error return code in t3_sge_alloc_qset()Zhang Changzhong1-0/+1
2020-09-30net: cxgb3: Cleanup in_interrupt() usageThomas Gleixner1-17/+27
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-10/+14
2020-09-14chelsio: convert tasklets to use new tasklet_setup() APIAllen Pais1-10/+8
2020-08-27net: Take common prefetch code structure into a functionTariq Toukan1-4/+1
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-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+7
2019-01-10net: cxgb3: fix various indentation issuesColin Ian King1-5/+7
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-1/+1
2018-06-04net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing1-2/+1
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-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-1/+1
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-2/+2
2015-04-09cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriateAlexander Duyck1-10/+10
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-3/+3
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-3/+3
2014-03-25cxgb3: Call dev_kfree/consume_skb_any instead of [dev_]kfree_skb.Eric W. Biederman1-3/+3
2013-10-29cxgb3: Fix length calculation in write_ofld_wr() on 32-bit architecturesBen Hutchings1-1/+2
2013-08-15Revert "cxgb3: Check and handle the dma mapping errors"Alexey Kardashevskiy1-83/+24
2013-06-05cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Li RongQing1-1/+1
2013-05-29cxgb3: Correct comparisons and calculations using skb->tail and skb-transport...Simon Horman1-6/+5
2013-05-23cxgb3: Check and handle the dma mapping errorsSantosh Rastapur1-23/+82
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-2/+2
2013-02-04cxgb3: Update VLAN extraction stats in the GRO pathVipul Pandya1-1/+3
2013-01-17cxgb3: Fix Tx csum statsVipul Pandya1-1/+1
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-6/+6
2011-10-07net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-1/+1
2011-10-06cxgb3: convert to SKB paged frag API.Ian Campbell1-3/+3
2011-08-11chelsio: Move the Chelsio driversJeff Kirsher1-0/+3303