summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: optimize backup_port fdb convergenceNikolay Aleksandrov2019-04-051-1/+2
* net: Remove inclusion of pci.hYuval Shaia2019-04-051-1/+0
* ibmvnic: remove set but not used variable 'netdev'YueHaibing2019-04-051-2/+0
* ehea: remove set but not used variables 'epa' and 'cq_handle_ref'YueHaibing2019-04-051-5/+1
* net: pasemi: remove set but not used variable 'cpyhdr'YueHaibing2019-04-051-2/+1
* ehea: Fix a copy-paste err in ehea_init_port_resYueHaibing2019-04-051-1/+1
* net: use correct this_cpu primitive in dev_recursion_levelFlorian Westphal2019-04-051-1/+1
* tipc: add NULL pointer checkHoang Le2019-04-051-0/+3
* net: sched: ensure tc flower reoffload takes filter refJohn Hurley2019-04-051-42/+46
* net: bridge: update multicast stats from maybe_deliver()Pablo Neira Ayuso2019-04-041-11/+4
* net: use kfree_skb_list() from ip_do_fragment()Pablo Neira Ayuso2019-04-041-5/+2
* Merge branch 'hnx3-next'David S. Miller2019-04-0410-55/+163
|\
| * net: hns3: split function hnae3_match_n_instantiate()Jian Shen2019-04-041-18/+22
| * net: hns3: modify HNS3_NIC_STATE_INITED flag in hns3_reset_notify_uninit_enetHuazhong Tan2019-04-041-3/+1
| * net: hns3: prevent change MTU when resettingHuazhong Tan2019-04-041-0/+3
| * net: hns3: check resetting status in hns3_get_stats()Huazhong Tan2019-04-041-0/+5
| * net: hns3: add protect when handling mac addr listJian Shen2019-04-041-2/+8
| * net: hns3: simplify hclgevf_cmd_csq_cleanHuazhong Tan2019-04-041-11/+24
| * net: hns3: minor optimization for datapathYunsheng Lin2019-04-041-3/+21
| * net: hns3: minor optimization for ring_spaceYunsheng Lin2019-04-041-10/+5
| * net: hns3: return 0 and print warning when hit duplicate MACPeng Li2019-04-041-2/+5
| * net: hns3: modify the VF network port media type acquisition methodliuzhongzhu2019-04-044-5/+43
| * net: hns3: reduce resources use in kdump kernelYonglong Liu2019-04-041-1/+22
| * net: hns3: check 1000M half for hns3_ethtool_ops.set_link_ksettingsPeng Li2019-04-041-0/+4
|/
* Merge branch 'net-More-movement-to-fib_nh_common'David S. Miller2019-04-049-214/+267
|\
| * ipv6: Flip to fib_nexthop_infoDavid Ahern2019-04-043-76/+28
| * ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_commonDavid Ahern2019-04-041-20/+32
| * ipv4: Refactor nexthop attributes in fib_dump_infoDavid Ahern2019-04-041-59/+107
| * ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-047-65/+99
| * ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern2019-04-042-20/+27
|/
* net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit2019-04-042-5/+4
* Merge branch 'marvel10g-suspend-resume'David S. Miller2019-04-041-1/+13
|\
| * net: phy: marvell10g: add the suspend/resume callbacks for the 88x2210Antoine Tenart2019-04-041-0/+2
| * net: phy: marvell10g: implement suspend/resume callbacksAntoine Tenart2019-04-041-1/+11
|/
* net: dsa: microchip: mark expected switch fall-throughGustavo A. R. Silva2019-04-041-0/+1
* rxrpc: Mark expected switch fall-throughGustavo A. R. Silva2019-04-041-1/+1
* net: sched: don't set tunnel for decap actionVlad Buslov2019-04-021-1/+0
* Merge branch 'net-phy-improve-genphy_c45_read_lpa'David S. Miller2019-04-021-1/+19
|\
| * net: phy: deal properly with autoneg incomplete in genphy_c45_read_lpaHeiner Kallweit2019-04-021-0/+11
| * net: phy: use c45 standard to detect link partner autoneg capabilityHeiner Kallweit2019-04-021-1/+8
|/
* Merge branch 'genphy_read_abilities'David S. Miller2019-04-023-26/+62
|\
| * net: phy: realtek: use genphy_read_abilitiesHeiner Kallweit2019-04-021-24/+12
| * net: phy: use genphy_read_abilities in genphy driverHeiner Kallweit2019-04-021-2/+1
| * net: phy: add genphy_read_abilitiesHeiner Kallweit2019-04-022-0/+49
|/
* openvswitch: use after free in __ovs_ct_free_action()Dan Carpenter2019-04-021-1/+1
* tg3: allow ethtool -p to work for NICs in down stateJon Maxwell2019-04-021-3/+0
* macsec: add noinline tag to avoid a frame size warningFlorian Westphal2019-04-021-10/+12
* Merge branch 'xmit_more-softnet_data'David S. Miller2019-04-0239-76/+97
|\
| * drivers: net: aurora: use netdev_xmit_more helperFlorian Westphal2019-04-022-5/+5
| * drivers: net: sfc: use netdev_xmit_more helperFlorian Westphal2019-04-022-9/+7