aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/cxgb/sge.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_292.RULEThomas Gleixner1-10/+1
2021-11-30net: cxgb: fix a typo in kernel docJean Sacren1-1/+1
2021-02-03chelsio: cxgb: Disable the card on error in threaded interruptSebastian Andrzej Siewior1-4/+16
2021-02-03chelsio: cxgb: Replace the workqueue with threaded interruptSebastian Andrzej Siewior1-3/+30
2020-09-14chelsio: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+8
2020-08-24chelsio: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-30/+34
2019-02-02chelsio: clean up indentation issueColin Ian King1-2/+1
2017-10-18chelsio: Convert timers to use timer_setup()Kees Cook1-16/+13
2017-09-21drivers: net: cxgb: use setup_timer() helper.Allen Pais1-3/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+2
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2016-04-26drivers: net: remove NETDEV_TX_LOCKEDFlorian Westphal1-2/+1
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-10cxgb: Use napi_alloc_skb instead of netdev_alloc_skb_ip_alignAlexander Duyck1-5/+6
2014-12-09chelsio: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-03-20chelsio: use netdev_alloc_skb_ip_alignstephen hemminger1-2/+1
2013-03-20chelsio: add headroom in RX pathEric Dumazet1-1/+1
2013-01-07chelsio: Use netdev_<level> and pr_<level>Joe Perches1-3/+3
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-07chelsio: remove get_clock and use ktime_getJan Glauber1-13/+1
2012-12-03chelsio: remove __dev* attributesBill Pemberton1-1/+1
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+1
2011-10-19net: add skb frag size accessorsEric Dumazet1-5/+5
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-1/+1
2011-10-05chelsio: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher1-0/+2140