aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-09sfc: move MCDI logging device attributeAlex Maftei (amaftei)3-37/+50
2020-01-09sfc: conditioned some functionalityAlex Maftei (amaftei)2-21/+32
2020-01-09sfc: move MCDI receive queue management codeAlex Maftei (amaftei)3-93/+93
2020-01-09sfc: move MCDI transmit queue management codeAlex Maftei (amaftei)2-85/+109
2020-01-09sfc: move MCDI event queue management codeAlex Maftei (amaftei)2-104/+116
2020-01-09sfc: move MCDI VI alloc/free codeAlex Maftei (amaftei)3-40/+68
2020-01-09sfc: move more MCDI port codeAlex Maftei (amaftei)2-138/+139
2020-01-09sfc: move some MCDI port utility functionsAlex Maftei (amaftei)2-148/+148
2020-01-09sfc: move some port link state/caps codeAlex Maftei (amaftei)4-195/+204
2020-01-08net: sfc: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-5/+2
2020-01-08sfc: move common tx codeAlex Maftei (amaftei)3-296/+311
2020-01-08sfc: move common rx codeAlex Maftei (amaftei)6-375/+383
2020-01-08sfc: move event queue management codeAlex Maftei (amaftei)2-92/+91
2020-01-08sfc: move channel interrupt management codeAlex Maftei (amaftei)2-316/+322
2020-01-08sfc: move channel alloc/removal codeAlex Maftei (amaftei)5-435/+441
2020-01-08sfc: move channel start/stop codeAlex Maftei (amaftei)3-188/+190
2020-01-08sfc: move some channel-related codeAlex Maftei (amaftei)3-170/+190
2020-01-08sfc: move struct init and fini codeAlex Maftei (amaftei)2-371/+415
2020-01-08sfc: move some device reset codeAlex Maftei (amaftei)2-227/+237
2020-01-08sfc: move datapath management codeAlex Maftei (amaftei)2-303/+335
2020-01-08sfc: move mac configuration and status functionsAlex Maftei (amaftei)2-44/+45
2020-01-08sfc: move reset workqueue codeAlex Maftei (amaftei)3-17/+70
2020-01-08sfc: further preparation for code splitAlex Maftei (amaftei)2-26/+20
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)19-141/+365
2020-01-02sfc: Remove unnecessary dependencies on I2CBen Hutchings3-4/+0
2019-12-30sfc: avoid duplicate error handling code in 'efx_ef10_sriov_set_vf_mac()'Christophe JAILLET1-3/+2
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-29/+26
2019-12-20sfc: Include XDP packet headroom in buffer step size.Charles McLachlan1-7/+7
2019-12-20sfc: fix channel allocation with brute forceEdward Cree2-22/+19
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2-2/+2
2019-11-24sfc: fix build without CONFIG_RFS_ACCELJakub Kicinski1-0/+2
2019-11-22sfc: do ARFS expiry work occasionally even without NAPI pollEdward Cree3-8/+12
2019-11-22sfc: add statistics for ARFSEdward Cree3-0/+12
2019-11-22sfc: suppress MCDI errors from ARFSEdward Cree2-6/+30
2019-11-22sfc: change ARFS expiry mechanismEdward Cree4-32/+45
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2019-11-21sfc: Only cancel the PPS workqueue if it existsMartin Habets1-1/+2
2019-11-12sfc: trace_xdp_exception on XDP failureArthur Fabre1-0/+3
2019-10-31sfc: add XDP counters to ethtool statsCharles McLachlan3-0/+42
2019-10-31sfc: handle XDP_TX outcomes of XDP eBPF programsCharles McLachlan4-1/+116
2019-10-31sfc: allocate channels for XDP tx queuesCharles McLachlan4-40/+190
2019-10-31sfc: Enable setting of xdp_progCharles McLachlan1-0/+70
2019-10-31sfc: perform XDP processing on received packetsCharles McLachlan3-2/+145
2019-10-31sfc: support encapsulation of xdp_frames in efx_tx_bufferCharles McLachlan2-2/+10
2019-08-08sfc: falcon: don't score irq moderation points for GROEdward Cree1-4/+1
2019-08-08sfc: don't score irq moderation points for GROEdward Cree1-4/+1
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-25net: sfc: falcon: convert to i2c_new_dummy_deviceWolfram Sang1-7/+7
2019-07-24sfc-falcon: Use dev_get_drvdata where possibleChuhong Yuan2-5/+5
2019-07-24sfc: Use dev_get_drvdata where possibleChuhong Yuan2-7/+7