aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-19net: ipv4: ipmr: perform strict checks also for doit handlersJakub Kicinski1-5/+56
2019-01-19net: ipv4: route: perform strict checks also for doit handlersJakub Kicinski1-2/+70
2019-01-19net: ipv4: netconf: perform strict checks also for doit handlersJakub Kicinski1-4/+39
2019-01-19net: namespace: perform strict checks also for doit handlersJakub Kicinski1-2/+36
2019-01-19rtnetlink: ifinfo: perform strict checks also for doit handlerJakub Kicinski1-1/+48
2019-01-19rtnetlink: stats: reject requests for unknown statsJakub Kicinski1-0/+4
2019-01-19rtnetlink: stats: validate attributes in get as well as dumpsJakub Kicinski1-21/+37
2019-01-19net: netlink: add helper to retrieve NETLINK_F_STRICT_CHKJakub Kicinski2-0/+9
2019-01-19virtio-net: per-queue RPS configWillem de Bruijn1-0/+1
2019-01-19sch_api: Change signature of qdisc_tree_reduce_backlog() to use intsToke Høiland-Jørgensen2-4/+2
2019-01-18Merge branch 'hns3-fixes'David S. Miller9-200/+166
2019-01-18net: hns3: add HNAE3_RESTORE_CLIENT interface in enet moduleYunsheng Lin4-28/+40
2019-01-18net: hns3: do reinitialization while ETS configuration changedHuazhong Tan4-15/+22
2019-01-18net: hns3: fix wrong combined count returned by ethtool -lHuazhong Tan1-4/+3
2019-01-18net: hns3: adjust the use of alloc_tqps and num_tqpsHuazhong Tan1-3/+7
2019-01-18net: hns3: fix user configuration loss for ethtool -LHuazhong Tan4-49/+47
2019-01-18net: hns3: remove redundant codes in hclge_knic_setupHuazhong Tan2-17/+2
2019-01-18net: hns3: modify parameter checks in the hns3_set_channelsHuazhong Tan1-4/+3
2019-01-18net: hns3: add interface hclge_tm_bp_setupHuazhong Tan1-8/+15
2019-01-18net: hns3: reuse reinitialization interface in the hns3_set_channelsHuazhong Tan1-63/+12
2019-01-18net: hns3: remove unnecessary hns3_adjust_tqps_numHuazhong Tan1-6/+0
2019-01-18net: hns3: remove unused member in struct hns3_enet_ringHuazhong Tan2-2/+0
2019-01-18net: hns3: modify enet reinitialization interfaceHuazhong Tan1-2/+16
2019-01-18Merge branch 'Devlink-health-reporting-and-recovery-system'David S. Miller11-169/+1782
2019-01-18devlink: Add Documentation/networking/devlink-health.txtAya Levin1-0/+86
2019-01-18net/mlx5e: Add TX timeout support for mlx5e TX reporterEran Ben Elisha3-44/+43
2019-01-18net/mlx5e: Add TX reporter supportEran Ben Elisha6-125/+367
2019-01-18devlink: Add health dump {get,clear} commandsEran Ben Elisha2-0/+77
2019-01-18devlink: Add health diagnose commandEran Ben Elisha2-0/+52
2019-01-18devlink: Add health recover commandEran Ben Elisha2-0/+21
2019-01-18devlink: Add health set commandEran Ben Elisha2-0/+37
2019-01-18devlink: Add health get commandEran Ben Elisha2-0/+164
2019-01-18devlink: Add health report functionalityEran Ben Elisha3-0/+164
2019-01-18devlink: Add health reporter create/destroy functionalityEran Ben Elisha2-0/+186
2019-01-18devlink: Add health buffer supportEran Ben Elisha3-0/+585
2019-01-18net_sched: add hit counter for matchallCong Wang2-0/+30
2019-01-18Merge branch 'phy-improve-stopping-PHY'David S. Miller3-21/+5
2019-01-18net: phy: remove phy_stop_interruptsHeiner Kallweit3-20/+2
2019-01-18net: phy: ensure phylib state machine is stopped after calling phy_stopHeiner Kallweit2-2/+1
2019-01-18net: phy: stop PHY if needed when entering phy_disconnectHeiner Kallweit1-0/+3
2019-01-18tcp: declare tcp_mmap() only when CONFIG_MMU is setYafang Shao1-0/+2
2019-01-18net: jme: fix indentation issuesColin Ian King1-3/+2
2019-01-18net: vxge: fix indentation issueColin Ian King1-1/+1
2019-01-18net: phy: improve get_phy_idHeiner Kallweit1-9/+2
2019-01-18net: phy: remove state PHY_CHANGELINKHeiner Kallweit2-8/+0
2019-01-18net: ip6_gre: remove gre_hdr_len from ip6erspan_rcvLorenzo Bianconi1-2/+2
2019-01-17Merge branch 'tcp_openreq_child'David S. Miller2-35/+20
2019-01-17tcp: move rx_opt & syn_data_acked init to tcp_disconnect()Eric Dumazet2-6/+4
2019-01-17tcp: move tp->rack init to tcp_disconnect()Eric Dumazet2-6/+6
2019-01-17tcp: move app_limited init to tcp_disconnect()Eric Dumazet2-3/+3