1. 23 Oct, 2015 3 commits
    • Daniel Borkmann's avatar
      ip, realms: also allow to pass in raw realms value · d583e88e
      Daniel Borkmann authored
      If get_rt_realms() fails, try to get a possible raw u32 realms
      value for the u32 RTA_FLOW/FRA_FLOW attribute, as it might be
      useful to directly configure the hex value itself. And only if
      that fails, then bail out.
      
      The source realm is provided in the upper u16 (mask: 0xffff0000)
      and the destination realm through the lower u16 part (mask:
      0x0000ffff). This can be useful for tc's bpf realm matcher, but
      also a full hex/mask param can be provided already for matching
      through iptables' --realm cmdline option, for example.
      Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
      d583e88e
    • Stephen Hemminger's avatar
      update kernel headers · 89bb4c6a
      Stephen Hemminger authored
      Track upstream
      89bb4c6a
    • Kirill Tkhai's avatar
      Add ip rule save/restore · 2f4e171f
      Kirill Tkhai authored
      This patch adds save and restore commands to "ip rule"
      similar the same is made in commit f4ff11e3 for "ip route".
      
      The feature is useful in checkpoint/restore for container
      migration, also it may be helpful in some normal situations.
      Signed-off-by: default avatarKirill Tkhai <ktkhai@odin.com>
      2f4e171f
  2. 19 Oct, 2015 4 commits
  3. 16 Oct, 2015 3 commits
  4. 12 Oct, 2015 7 commits
  5. 07 Oct, 2015 4 commits
  6. 25 Sep, 2015 5 commits
  7. 23 Sep, 2015 13 commits
  8. 21 Sep, 2015 1 commit