aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-roccat-savu.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-01net: bridge: fdb: restore unlikely() when taking over externally added entriesNikolay Aleksandrov1-2/+4
2019-11-01net: bridge: fdb: avoid two atomic bitops in br_fdb_external_learn_add()Nikolay Aleksandrov1-4/+5
2019-11-01net: bridge: fdb: br_fdb_update can take flags directlyNikolay Aleksandrov4-18/+15
2019-10-31hp100: Move 100BaseVG AnyLAN driver to stagingJoe Perches9-4/+5
2019-10-31bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during suspend/resume.Pavan Chebbi1-0/+2
2019-10-31bnxt_en: Call bnxt_ulp_stop()/bnxt_ulp_start() during error recovery.Vasundhara Volam1-9/+14
2019-10-31bnxt_en: Improve bnxt_ulp_stop()/bnxt_ulp_start() call sequence.Vasundhara Volam3-11/+20
2019-10-31bnxt_en: flow_offload: offload tunnel decap rules via indirect callbacksSriharsha Basavapatna3-2/+165
2019-10-31bnxt_en: Add support for NAT(L3/L4 rewrite)Somnath Kotur2-7/+144
2019-10-31bnxt: Avoid logging an unnecessary message when a flow can't be offloadedSomnath Kotur1-1/+2
2019-10-31bnxt_en: Add support for L2 rewriteVenkat Duvvuru2-0/+143
2019-10-31net: dsa: tag_8021q: clarify index limitationVivien Didelot1-3/+2
2019-10-31net: dsa: remove limitation of switch index valueVivien Didelot1-2/+0
2019-10-31net: dsa: remove tree functions related to switchesVivien Didelot1-33/+10
2019-10-31net: dsa: remove the dst->ds arrayVivien Didelot2-12/+0
2019-10-31net: dsa: remove switch routing table setup codeVivien Didelot1-22/+2
2019-10-31net: dsa: remove ds->rtableVivien Didelot2-11/+0
2019-10-31net: dsa: list DSA links in the fabricVivien Didelot3-6/+72
2019-10-31net: documentation: add docs for MAC/PHY support in DPAA2Ioana Ciornei3-0/+194
2019-10-31dpaa2-eth: add MAC/PHY support through phylinkIoana Ciornei10-21/+818
2019-10-31dpaa2-eth: update the TX frame queues on DPNI_IRQ_EVENT_ENDPOINT_CHANGEDIoana Ciornei1-4/+3
2019-10-31bus: fsl-mc: add the fsl_mc_get_endpoint functionIoana Ciornei5-4/+132
2019-10-31bus: fsl-mc: export device types present on the busIoana Ciornei1-0/+10
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-10-31mlxsw: Fix 64-bit division in mlxsw_sp_sb_prs_initNathan Chancellor1-1/+1
2019-10-31s390/qeth: don't cache MAC addresses for multicast IPsJulian Wiedmann3-19/+12
2019-10-31s390/qeth: use helpers for IP address hashingJulian Wiedmann2-19/+10
2019-10-31s390/qeth: don't set card state in qeth_qdio_clear_card()Julian Wiedmann1-1/+0
2019-10-31s390/qeth: consolidate some duplicated HW cmd codeJulian Wiedmann3-31/+9
2019-10-31s390/qeth: keep IRQ disabled until NAPI is really doneJulian Wiedmann1-3/+3
2019-10-31s390/qeth: use QDIO_BUFNR()Julian Wiedmann1-20/+17
2019-10-31s390/qeth: use IQD Multi-WriteJulian Wiedmann2-10/+53
2019-10-31s390/qdio: implement IQD Multi-WriteJulian Wiedmann2-16/+16
2019-10-31dpaa_eth: register a device link for the qman portal usedMadalin Bucur3-15/+3
2019-10-31soc: fsl: qbman: allow registering a device link for the portal userMadalin Bucur2-0/+31
2019-10-31dpaa_eth: extend delays in ndo_stopMadalin Bucur1-1/+3
2019-10-31dpaa_eth: remove netdev_err() for user errorsMadalin Bucur1-12/+4
2019-10-31dpaa_eth: add dropped frames to percpu ethtool statsMadalin Bucur1-0/+8
2019-10-31dpaa_eth: use a page to store the SGTMadalin Bucur1-22/+21
2019-10-31dpaa_eth: cleanup skb_to_contig_fd()Madalin Bucur1-7/+7
2019-10-31dpaa_eth: use fd information in dpaa_cleanup_tx_fd()Madalin Bucur1-6/+7
2019-10-31dpaa_eth: simplify variables used in dpaa_cleanup_tx_fd()Madalin Bucur1-7/+7
2019-10-31dpaa_eth: avoid timestamp read on error pathsMadalin Bucur1-7/+10
2019-10-31dpaa_eth: perform DMA unmapping before readMadalin Bucur1-15/+17
2019-10-31dpaa_eth: use page backed rx buffersMadalin Bucur1-29/+22