1. 21 May, 2015 26 commits
  2. 14 May, 2015 1 commit
  3. 11 May, 2015 7 commits
  4. 07 May, 2015 4 commits
    • Stephen Hemminger's avatar
      ip: fix exit code for addrlabel · 906cafe3
      Stephen Hemminger authored
      The exit code for ip label was not correct.
      The return from the command function is negated and turned into
      the exit code on failure.
      906cafe3
    • Stephen Hemminger's avatar
      ip: fix exit code for rule failures · 076ae708
      Stephen Hemminger authored
      If ip rule command fails talking to kernel, exit code should be 2.
      The sub-command is called by cmd loop and the exit code is negative
      of return value from the command callback.
      076ae708
    • Stephen Hemminger's avatar
      ip: return correct exit code on route failure · d58ba4ba
      Stephen Hemminger authored
      If kernel complains about ip route request, exit status should be
      2 not 1.
      
      This fixes regression introduced by:
      commit 42ecedd4
      Author: Roopa Prabhu <roopa@cumulusnetworks.com>
      Date:   Tue Mar 17 19:26:32 2015 -0700
      
          fix ip -force -batch to continue on errors
      d58ba4ba
    • Stephen Hemminger's avatar
      ip: document exit code · ce743da1
      Stephen Hemminger authored
      The ip command has always had a consistent exit status
      document it so that developers see it.
      ce743da1
  5. 04 May, 2015 2 commits
    • Vlad Zolotarov's avatar
      ip link set vf: Added "query_rss" command · 6c55c8c4
      Vlad Zolotarov authored
      Add a new option to toggle the ability of querying the RSS configuration of a specific VF.
      
      VF RSS information like RSS hash key may be considered sensitive on some devices where
      this information is shared between VF and PF and thus its querying may be prohibited by default.
      
      This new option allows a system administrator with privileges to modify a PF state
      to control if the above VF querying is allowed or not.
      
      For example:
       To enable RSS querying of VF[0] of ethX:
       >> ip link set dev ethX vf 0 query_rss on
      Signed-off-by: default avatarVlad Zolotarov <vladz@cloudius-systems.com>
      6c55c8c4
    • Stephen Hemminger's avatar
      update headers to 4.1-rc1 net-next · 27076354
      Stephen Hemminger authored
      27076354