Age | Commit message (Expand) | Author | Files | Lines |
2019-01-19 | net: mpls: netconf: perform strict checks also for doit handlers | Jakub Kicinski | 1 | -3/+39 |
2019-01-19 | net: mpls: route: perform strict checks also for doit handlers | Jakub Kicinski | 1 | -2/+59 |
2019-01-19 | net: ipv6: route: perform strict checks also for doit handlers | Jakub Kicinski | 1 | -2/+68 |
2019-01-19 | net: ipv6: addrlabel: perform strict checks also for doit handlers | Jakub Kicinski | 1 | -2/+45 |
2019-01-19 | net: ipv6: netconf: perform strict checks also for doit handlers | Jakub Kicinski | 1 | -3/+38 |
2019-01-19 | net: ipv6: addr: perform strict checks also for doit handlers | Jakub Kicinski | 1 | -2/+47 |
2019-01-19 | net: ipv4: ipmr: perform strict checks also for doit handlers | Jakub Kicinski | 1 | -5/+56 |
2019-01-19 | net: ipv4: route: perform strict checks also for doit handlers | Jakub Kicinski | 1 | -2/+70 |
2019-01-19 | net: ipv4: netconf: perform strict checks also for doit handlers | Jakub Kicinski | 1 | -4/+39 |
2019-01-19 | net: namespace: perform strict checks also for doit handlers | Jakub Kicinski | 1 | -2/+36 |
2019-01-19 | rtnetlink: ifinfo: perform strict checks also for doit handler | Jakub Kicinski | 1 | -1/+48 |
2019-01-19 | rtnetlink: stats: reject requests for unknown stats | Jakub Kicinski | 1 | -0/+4 |
2019-01-19 | rtnetlink: stats: validate attributes in get as well as dumps | Jakub Kicinski | 1 | -21/+37 |
2019-01-19 | net: netlink: add helper to retrieve NETLINK_F_STRICT_CHK | Jakub Kicinski | 2 | -0/+9 |
2019-01-19 | virtio-net: per-queue RPS config | Willem de Bruijn | 1 | -0/+1 |
2019-01-19 | sch_api: Change signature of qdisc_tree_reduce_backlog() to use ints | Toke Høiland-Jørgensen | 2 | -4/+2 |
2019-01-18 | Merge branch 'hns3-fixes' | David S. Miller | 9 | -200/+166 |
2019-01-18 | net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module | Yunsheng Lin | 4 | -28/+40 |
2019-01-18 | net: hns3: do reinitialization while ETS configuration changed | Huazhong Tan | 4 | -15/+22 |
2019-01-18 | net: hns3: fix wrong combined count returned by ethtool -l | Huazhong Tan | 1 | -4/+3 |
2019-01-18 | net: hns3: adjust the use of alloc_tqps and num_tqps | Huazhong Tan | 1 | -3/+7 |
2019-01-18 | net: hns3: fix user configuration loss for ethtool -L | Huazhong Tan | 4 | -49/+47 |
2019-01-18 | net: hns3: remove redundant codes in hclge_knic_setup | Huazhong Tan | 2 | -17/+2 |
2019-01-18 | net: hns3: modify parameter checks in the hns3_set_channels | Huazhong Tan | 1 | -4/+3 |
2019-01-18 | net: hns3: add interface hclge_tm_bp_setup | Huazhong Tan | 1 | -8/+15 |
2019-01-18 | net: hns3: reuse reinitialization interface in the hns3_set_channels | Huazhong Tan | 1 | -63/+12 |
2019-01-18 | net: hns3: remove unnecessary hns3_adjust_tqps_num | Huazhong Tan | 1 | -6/+0 |
2019-01-18 | net: hns3: remove unused member in struct hns3_enet_ring | Huazhong Tan | 2 | -2/+0 |
2019-01-18 | net: hns3: modify enet reinitialization interface | Huazhong Tan | 1 | -2/+16 |
2019-01-18 | Merge branch 'Devlink-health-reporting-and-recovery-system' | David S. Miller | 11 | -169/+1782 |
2019-01-18 | devlink: Add Documentation/networking/devlink-health.txt | Aya Levin | 1 | -0/+86 |
2019-01-18 | net/mlx5e: Add TX timeout support for mlx5e TX reporter | Eran Ben Elisha | 3 | -44/+43 |
2019-01-18 | net/mlx5e: Add TX reporter support | Eran Ben Elisha | 6 | -125/+367 |
2019-01-18 | devlink: Add health dump {get,clear} commands | Eran Ben Elisha | 2 | -0/+77 |
2019-01-18 | devlink: Add health diagnose command | Eran Ben Elisha | 2 | -0/+52 |
2019-01-18 | devlink: Add health recover command | Eran Ben Elisha | 2 | -0/+21 |
2019-01-18 | devlink: Add health set command | Eran Ben Elisha | 2 | -0/+37 |
2019-01-18 | devlink: Add health get command | Eran Ben Elisha | 2 | -0/+164 |
2019-01-18 | devlink: Add health report functionality | Eran Ben Elisha | 3 | -0/+164 |
2019-01-18 | devlink: Add health reporter create/destroy functionality | Eran Ben Elisha | 2 | -0/+186 |
2019-01-18 | devlink: Add health buffer support | Eran Ben Elisha | 3 | -0/+585 |
2019-01-18 | net_sched: add hit counter for matchall | Cong Wang | 2 | -0/+30 |
2019-01-18 | Merge branch 'phy-improve-stopping-PHY' | David S. Miller | 3 | -21/+5 |
2019-01-18 | net: phy: remove phy_stop_interrupts | Heiner Kallweit | 3 | -20/+2 |
2019-01-18 | net: phy: ensure phylib state machine is stopped after calling phy_stop | Heiner Kallweit | 2 | -2/+1 |
2019-01-18 | net: phy: stop PHY if needed when entering phy_disconnect | Heiner Kallweit | 1 | -0/+3 |
2019-01-18 | tcp: declare tcp_mmap() only when CONFIG_MMU is set | Yafang Shao | 1 | -0/+2 |
2019-01-18 | net: jme: fix indentation issues | Colin Ian King | 1 | -3/+2 |
2019-01-18 | net: vxge: fix indentation issue | Colin Ian King | 1 | -1/+1 |
2019-01-18 | net: phy: improve get_phy_id | Heiner Kallweit | 1 | -9/+2 |