aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-13net: sched: flower: only return error from hw offload if skip_swVlad Buslov1-2/+10
2019-02-13qlge: fix some indentation issuesColin Ian King2-4/+4
2019-02-13qed: fix indentation issue with statements in an if-blockColin Ian King1-6/+6
2019-02-13net: ixp4xx_eth: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: macb: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: sis: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2-2/+2
2019-02-13net: fealnx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: moxa: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: atheros: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2-2/+2
2019-02-13net: qualcomm: emac: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei1-1/+1
2019-02-13net: neterion: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2-2/+2
2019-02-13Merge branch 'phy-25g'David S. Miller6-151/+210
2019-02-13net: phy: Add generic support for 2.5GBaseT and 5GBaseTMaxime Chevallier2-0/+53
2019-02-13net: phy: Extract genphy_c45_pma_read_abilities from marvell10gMaxime Chevallier3-70/+83
2019-02-13net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier3-28/+28
2019-02-13net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier3-53/+46
2019-02-12Merge branch 'net-Remove-unused-variables'David S. Miller2-5/+0
2019-02-12staging: fsl-dpaa2: ethsw: Remove unused port_priv variableFlorian Fainelli1-2/+0
2019-02-12mlxsw: spectrum_switchdev: Remove unused variablesFlorian Fainelli1-3/+0
2019-02-12rocker: Remove port_attr_bridge_flags_get assignmentFlorian Fainelli1-1/+0
2019-02-12Merge branch 'classifier-no-rtnl'David S. Miller16-366/+1103
2019-02-12net: sched: unlock rules update APIVlad Buslov1-17/+114
2019-02-12net: sched: refactor tcf_block_find() into standalone functionsVlad Buslov1-92/+149
2019-02-12net: sched: add flags to Qdisc class ops structVlad Buslov1-0/+8
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov15-141/+191
2019-02-12net: sched: extend proto ops with 'put' callbackVlad Buslov2-1/+12
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov13-16/+21
2019-02-12net: sched: prevent insertion of new classifiers during chain flushVlad Buslov2-6/+30
2019-02-12net: sched: refactor tp insert/delete for concurrent executionVlad Buslov2-25/+170
2019-02-12net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov3-12/+64
2019-02-12net: sched: introduce reference counting for tcf_protoVlad Buslov2-10/+44
2019-02-12net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov3-33/+101
2019-02-12net: sched: protect chain template accesses with block lockVlad Buslov1-16/+57
2019-02-12net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov3-26/+76
2019-02-12net: sched: protect block->chain0 with block->lockVlad Buslov1-3/+14
2019-02-12net: sched: refactor tc_ctl_chain() to use block->lockVlad Buslov1-11/+25
2019-02-12net: sched: protect chain->explicitly_created with block->lockVlad Buslov1-6/+13
2019-02-12net: sched: protect block state with mutexVlad Buslov2-13/+76
2019-02-12isdn_v110: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-12isdn: i4l: isdn_tty: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-12ser_gigaset: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-02-12Merge branch 's390-qeth-next'David S. Miller6-428/+394
2019-02-12s390/qeth: convert remaining legacy cmd callbacksJulian Wiedmann3-103/+121
2019-02-12s390/qeth: convert bridgeport callbacksJulian Wiedmann1-54/+40
2019-02-12s390/qeth: allow cmd callbacks to return errnosJulian Wiedmann6-64/+76
2019-02-12s390/qeth: cancel cmd on early errorJulian Wiedmann2-9/+29
2019-02-12s390/qeth: simplify reply object handlingJulian Wiedmann1-57/+61
2019-02-12s390/qeth: limit trace to valid data of command requestJulian Wiedmann1-1/+1
2019-02-12s390/qeth: align csum offload with TSO control logicJulian Wiedmann2-89/+47