summaryrefslogtreecommitdiffstats
path: root/Documentation/debugging-modules.txt (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-05net: bridge: optimize backup_port fdb convergenceNikolay Aleksandrov1-1/+2
2019-04-05net: Remove inclusion of pci.hYuval Shaia1-1/+0
2019-04-05ibmvnic: remove set but not used variable 'netdev'YueHaibing1-2/+0
2019-04-05ehea: remove set but not used variables 'epa' and 'cq_handle_ref'YueHaibing1-5/+1
2019-04-05net: pasemi: remove set but not used variable 'cpyhdr'YueHaibing1-2/+1
2019-04-05ehea: Fix a copy-paste err in ehea_init_port_resYueHaibing1-1/+1
2019-04-05net: use correct this_cpu primitive in dev_recursion_levelFlorian Westphal1-1/+1
2019-04-05tipc: add NULL pointer checkHoang Le1-0/+3
2019-04-05net: sched: ensure tc flower reoffload takes filter refJohn Hurley1-42/+46
2019-04-04net: bridge: update multicast stats from maybe_deliver()Pablo Neira Ayuso1-11/+4
2019-04-04net: use kfree_skb_list() from ip_do_fragment()Pablo Neira Ayuso1-5/+2
2019-04-04net: hns3: split function hnae3_match_n_instantiate()Jian Shen1-18/+22
2019-04-04net: hns3: modify HNS3_NIC_STATE_INITED flag in hns3_reset_notify_uninit_enetHuazhong Tan1-3/+1
2019-04-04net: hns3: prevent change MTU when resettingHuazhong Tan1-0/+3
2019-04-04net: hns3: check resetting status in hns3_get_stats()Huazhong Tan1-0/+5
2019-04-04net: hns3: add protect when handling mac addr listJian Shen1-2/+8
2019-04-04net: hns3: simplify hclgevf_cmd_csq_cleanHuazhong Tan1-11/+24
2019-04-04net: hns3: minor optimization for datapathYunsheng Lin1-3/+21
2019-04-04net: hns3: minor optimization for ring_spaceYunsheng Lin1-10/+5
2019-04-04net: hns3: return 0 and print warning when hit duplicate MACPeng Li1-2/+5
2019-04-04net: hns3: modify the VF network port media type acquisition methodliuzhongzhu4-5/+43
2019-04-04net: hns3: reduce resources use in kdump kernelYonglong Liu1-1/+22
2019-04-04net: hns3: check 1000M half for hns3_ethtool_ops.set_link_ksettingsPeng Li1-0/+4
2019-04-04ipv6: Flip to fib_nexthop_infoDavid Ahern3-76/+28
2019-04-04ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_commonDavid Ahern1-20/+32
2019-04-04ipv4: Refactor nexthop attributes in fib_dump_infoDavid Ahern1-59/+107
2019-04-04ipv4: Add fib_nh_common to fib_resultDavid Ahern7-65/+99
2019-04-04ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern2-20/+27
2019-04-04net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit2-5/+4
2019-04-04net: phy: marvell10g: add the suspend/resume callbacks for the 88x2210Antoine Tenart1-0/+2
2019-04-04net: phy: marvell10g: implement suspend/resume callbacksAntoine Tenart1-1/+11
2019-04-04net: dsa: microchip: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-04-04rxrpc: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-04-02net: sched: don't set tunnel for decap actionVlad Buslov1-1/+0
2019-04-02net: phy: deal properly with autoneg incomplete in genphy_c45_read_lpaHeiner Kallweit1-0/+11
2019-04-02net: phy: use c45 standard to detect link partner autoneg capabilityHeiner Kallweit1-1/+8
2019-04-02net: phy: realtek: use genphy_read_abilitiesHeiner Kallweit1-24/+12
2019-04-02net: phy: use genphy_read_abilities in genphy driverHeiner Kallweit1-2/+1
2019-04-02net: phy: add genphy_read_abilitiesHeiner Kallweit2-0/+49
2019-04-02openvswitch: use after free in __ovs_ct_free_action()Dan Carpenter1-1/+1
2019-04-02tg3: allow ethtool -p to work for NICs in down stateJon Maxwell1-3/+0
2019-04-02macsec: add noinline tag to avoid a frame size warningFlorian Westphal1-10/+12
2019-04-02drivers: net: aurora: use netdev_xmit_more helperFlorian Westphal2-5/+5
2019-04-02drivers: net: sfc: use netdev_xmit_more helperFlorian Westphal2-9/+7
2019-04-02drivers: mellanox: use netdev_xmit_more() helperFlorian Westphal4-12/+12
2019-04-02net: move skb->xmit_more hint to softnet dataFlorian Westphal29-32/+35
2019-04-02net: place xmit recursion in softnet dataFlorian Westphal3-18/+38
2019-04-02net: phy: aquantia: add SGMII statisticsHeiner Kallweit1-2/+112
2019-04-02net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destructXin Long2-2/+2
2019-04-02net: phy: improve genphy_read_statusHeiner Kallweit1-15/+8