summaryrefslogtreecommitdiffstats
path: root/drivers/irqchip/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2020-04-25net: ipv6: remove unused inline function ip6_set_txhashYueHaibing1-1/+0
2020-04-25net: sched: remove unused inline function qdisc_reset_all_txYueHaibing1-5/+0
2020-04-25net: atlantic: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-25net/mlxfw: Remove unneeded semicolonZheng Bin1-2/+2
2020-04-25net: phy: clear phydev->suspended after soft resetHeiner Kallweit1-1/+11
2020-04-25net: phy: remove genphy_no_soft_resetHeiner Kallweit6-10/+0
2020-04-25net: phy: make phy_suspend a no-op if PHY is suspended alreadyHeiner Kallweit1-0/+3
2020-04-25net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King3-43/+29
2020-04-25dpaa2-eth: fix return codes used in ndo_setup_tcJesper Dangaard Brouer1-2/+2
2020-04-25net: sched: report ndo_setup_tc failures via extackJesper Dangaard Brouer1-1/+4
2020-04-25mlxsw: spectrum_span: Replace zero-length array with flexible-array memberIdo Schimmel1-1/+1
2020-04-25mlxsw: spectrum_span: Use 'refcount_t' for reference countingIdo Schimmel2-9/+10
2020-04-25mlxsw: spectrum_span: Remove unnecessary debug printsIdo Schimmel1-5/+0
2020-04-25mlxsw: spectrum_span: Rename parms() to parms_set()Amit Cohen2-9/+9
2020-04-25mlxsw: spectrum_span: Reduce nesting in mlxsw_sp_span_entry_configure()Amit Cohen1-10/+19
2020-04-24net: openvswitch: use u64 for meter bucketTonghao Zhang2-2/+2
2020-04-24net: openvswitch: make EINVAL return value more obviousTonghao Zhang1-3/+2
2020-04-24net: openvswitch: remove the unnecessary checkTonghao Zhang1-5/+4
2020-04-24net: openvswitch: set max limitation to metersTonghao Zhang2-10/+49
2020-04-24net: openvswitch: expand the meters supported numberTonghao Zhang3-63/+195
2020-04-24net: phy: bcm54140: fix less than zero comparison on an unsignedColin Ian King1-2/+4
2020-04-24qed: Make ll2_cbs staticZou Wei1-1/+1
2020-04-24net: sched : Remove unnecessary cast in kfreeXu Wang1-1/+1
2020-04-23net: ethernet: ti: cpsw: enable cpts irqGrygorii Strashko4-0/+55
2020-04-23net: ethernet: ti: cpts: add support for HW_TS_PUSH eventsGrygorii Strashko4-5/+57
2020-04-23net: ethernet: ti: cpts: add irq supportGrygorii Strashko2-1/+38
2020-04-23net: ethernet: ti: cpts: rework lockingGrygorii Strashko2-24/+32
2020-04-23net: ethernet: ti: cpts: move tx timestamp processing to ptp worker onlyGrygorii Strashko1-71/+94
2020-04-23net: ethernet: ti: cpts: optimize packet to event matchingGrygorii Strashko1-33/+58
2020-04-23net: ethernet: ti: cpts: switch to use new .gettimex64() interfaceGrygorii Strashko1-8/+14
2020-04-23net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read()Grygorii Strashko2-2/+7
2020-04-23net: ethernet: ti: cpts: separate hw counter read from timecounterGrygorii Strashko2-26/+29
2020-04-23net: ethernet: ti: cpts: use dev_yy() api for logsGrygorii Strashko1-6/+6
2020-04-23net/mlx4_en: use napi_complete_done() in TX completionEric Dumazet3-13/+13
2020-04-23net: napi: use READ_ONCE()/WRITE_ONCE()Eric Dumazet2-5/+5
2020-04-23net: napi: add hard irqs deferral featureEric Dumazet3-11/+38
2020-04-23qede: Add support for handling the pcie errors.Sudarsana Reddy Kalluru2-1/+68
2020-04-23qed: Enable device error reporting capability.Sudarsana Reddy Kalluru1-0/+9
2020-04-23net: dsa: add GRO support via gro_cellsAlexander Lobakin4-2/+14
2020-04-23ipv6: Honor all IPv6 PIO Valid Lifetime valuesFernando Gont2-22/+7
2020-04-23dpaa2-eth: use bulk enqueue in .ndo_xdp_xmitIoana Ciornei2-29/+30
2020-04-23dpaa2-eth: split the .ndo_xdp_xmit callback into two stagesIoana Ciornei1-36/+40
2020-04-23dpaa2-eth: use the bulk ring mode enqueue interfaceIoana Ciornei2-14/+22
2020-04-23dpaa2-eth: return num_enqueued frames from enqueue callbackIoana Ciornei2-13/+26
2020-04-23xdp: export the DEV_MAP_BULK_SIZE macroIoana Ciornei2-1/+2
2020-04-23selftests: A few improvements to fib_nexthops.shDavid Ahern1-11/+14
2020-04-23selftests: tc-testing: Add a TDC test for pedit munge ip6 dsfieldPetr Machata1-0/+25
2020-04-23selftests: forwarding: pedit_dsfield: Add pedit munge ip6 dsfieldPetr Machata1-0/+66
2020-04-23net: phy: tja11xx: add delayed registration of TJA1102 PHY1Oleksij Rempel1-7/+105
2020-04-23net: mdio: of: export part of of_mdiobus_register_phy()Oleksij Rempel2-32/+52