summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: phy: Add generic support for 2.5GBaseT and 5GBaseTMaxime Chevallier2019-02-142-0/+53
| * | net: phy: Extract genphy_c45_pma_read_abilities from marvell10gMaxime Chevallier2019-02-143-70/+83
| * | net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier2019-02-143-28/+28
| * | net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier2019-02-143-53/+46Star
|/ /
* | Merge branch 'net-Remove-unused-variables'David S. Miller2019-02-132-5/+0Star
|\ \
| * | staging: fsl-dpaa2: ethsw: Remove unused port_priv variableFlorian Fainelli2019-02-131-2/+0Star
| * | mlxsw: spectrum_switchdev: Remove unused variablesFlorian Fainelli2019-02-131-3/+0Star
|/ /
* | rocker: Remove port_attr_bridge_flags_get assignmentFlorian Fainelli2019-02-121-1/+0Star
* | Merge branch 'classifier-no-rtnl'David S. Miller2019-02-1216-366/+1103
|\ \
| * | net: sched: unlock rules update APIVlad Buslov2019-02-121-17/+114
| * | net: sched: refactor tcf_block_find() into standalone functionsVlad Buslov2019-02-121-92/+149
| * | net: sched: add flags to Qdisc class ops structVlad Buslov2019-02-121-0/+8
| * | net: sched: extend proto ops to support unlocked classifiersVlad Buslov2019-02-1215-141/+191
| * | net: sched: extend proto ops with 'put' callbackVlad Buslov2019-02-122-1/+12
| * | net: sched: track rtnl lock status when validating extensionsVlad Buslov2019-02-1213-16/+21
| * | net: sched: prevent insertion of new classifiers during chain flushVlad Buslov2019-02-122-6/+30
| * | net: sched: refactor tp insert/delete for concurrent executionVlad Buslov2019-02-122-25/+170
| * | net: sched: traverse classifiers in chain with tcf_get_next_proto()Vlad Buslov2019-02-123-12/+64
| * | net: sched: introduce reference counting for tcf_protoVlad Buslov2019-02-122-10/+44
| * | net: sched: protect filter_chain list with filter_chain_lock mutexVlad Buslov2019-02-123-33/+101
| * | net: sched: protect chain template accesses with block lockVlad Buslov2019-02-121-16/+57
| * | net: sched: traverse chains in block with tcf_get_next_chain()Vlad Buslov2019-02-123-26/+76
| * | net: sched: protect block->chain0 with block->lockVlad Buslov2019-02-121-3/+14
| * | net: sched: refactor tc_ctl_chain() to use block->lockVlad Buslov2019-02-121-11/+25
| * | net: sched: protect chain->explicitly_created with block->lockVlad Buslov2019-02-121-6/+13
| * | net: sched: protect block state with mutexVlad Buslov2019-02-122-13/+76
|/ /
* | isdn_v110: mark expected switch fall-throughGustavo A. R. Silva2019-02-121-1/+1
* | isdn: i4l: isdn_tty: Mark expected switch fall-throughGustavo A. R. Silva2019-02-121-1/+1
* | ser_gigaset: mark expected switch fall-throughGustavo A. R. Silva2019-02-121-1/+1
* | Merge branch 's390-qeth-next'David S. Miller2019-02-126-428/+394Star
|\ \
| * | s390/qeth: convert remaining legacy cmd callbacksJulian Wiedmann2019-02-123-103/+121
| * | s390/qeth: convert bridgeport callbacksJulian Wiedmann2019-02-121-54/+40Star
| * | s390/qeth: allow cmd callbacks to return errnosJulian Wiedmann2019-02-126-64/+76
| * | s390/qeth: cancel cmd on early errorJulian Wiedmann2019-02-122-9/+29
| * | s390/qeth: simplify reply object handlingJulian Wiedmann2019-02-121-57/+61
| * | s390/qeth: limit trace to valid data of command requestJulian Wiedmann2019-02-121-1/+1
| * | s390/qeth: align csum offload with TSO control logicJulian Wiedmann2019-02-122-89/+47Star
| * | s390/qeth: enable only required csum offload featuresJulian Wiedmann2019-02-121-2/+9
| * | s390/qeth: consolidate filling of low-level cmd length fieldsJulian Wiedmann2019-02-125-56/+28Star
| * | s390/qeth: reduce data length for ARP cache queryJulian Wiedmann2019-02-124-18/+7Star
|/ /
* | Merge branch 'Add-ENETC-PTP-clock-driver'David S. Miller2019-02-1213-258/+486
|\ \
| * | net/mlx4_en: Force CHECKSUM_NONE for short ethernet framesSaeed Mahameed2019-02-121-2/+20
| * | MAINTAINERS: add enetc_ptp driver into QorIQ PTP listYangbo Lu2019-02-121-0/+1
| * | enetc: add PTP clock driverYangbo Lu2019-02-124-2/+162
| * | ptp: add QorIQ PTP support for ENETCYangbo Lu2019-02-121-1/+1
| * | ptp_qoriq: fix register memory mapYangbo Lu2019-02-122-14/+15
| * | dt-binding: ptp_qoriq: add little-endian supportYangbo Lu2019-02-121-0/+3
| * | ptp_qoriq: add little enadian supportYangbo Lu2019-02-123-42/+60
| * | ptp_qoriq: convert to use ptp_qoriq_init/freeYangbo Lu2019-02-122-67/+80
| * | ptp_qoriq: make ptp operations globalYangbo Lu2019-02-122-11/+25