aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-19net: ipv6: addr: perform strict checks also for doit handlersJakub Kicinski1-2/+47
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-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