1. 10 Aug, 2015 3 commits
    • Nikolay Aleksandrov's avatar
      iplink: bonding: add support for IFLA_BOND_TLB_DYNAMIC_LB · d02e4662
      Nikolay Aleksandrov authored
      Add support to be able to set and show the value of tlb_dynamic_lb
      (IFLA_BOND_TLB_DYNAMIC_LB).
      Example:
      $ ip -d link show dev bond0 type bond
      7: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
      mode DEFAULT group default
          link/ether ce:2f:e1:6e:d7:e0 brd ff:ff:ff:ff:ff:ff promiscuity 0
          bond mode balance-tlb miimon 100 updelay 0 downdelay 0 use_carrier 1
      arp_interval 0 arp_validate none arp_all_targets any primary_reselect
      always fail_over_mac none xmit_hash_policy layer2 resend_igmp 1
      num_grat_arp 1 all_slaves_active 0 min_links 0 lp_interval 1
      packets_per_slave 1 lacp_rate slow ad_select stable tlb_dynamic_lb 1
      addrgenmode eui64
      
      $ ip -d l set dev bond0 type bond tlb_dynamic_lb 0
      $ ip -d link show dev bond0 type bond
      7: bond0: <BROADCAST,MULTICAST,MASTER> mtu 1500 qdisc noop state DOWN
      mode DEFAULT group default
          link/ether ce:2f:e1:6e:d7:e0 brd ff:ff:ff:ff:ff:ff promiscuity 0
          bond mode balance-tlb miimon 100 updelay 0 downdelay 0 use_carrier 1
      arp_interval 0 arp_validate none arp_all_targets any primary_reselect
      always fail_over_mac none xmit_hash_policy layer2 resend_igmp 1
      num_grat_arp 1 all_slaves_active 0 min_links 0 lp_interval 1
      packets_per_slave 1 lacp_rate slow ad_select stable tlb_dynamic_lb 0
      addrgenmode eui64
      Signed-off-by: default avatarNikolay Aleksandrov <nikolay@cumulusnetworks.com>
      d02e4662
    • Stephen Hemminger's avatar
      update to net-next (4.3) headers · 4f3489cd
      Stephen Hemminger authored
      4f3489cd
    • Daniel Borkmann's avatar
      m_bpf: add frontend support for late binding · baed9084
      Daniel Borkmann authored
      Frontend support for kernel commit a5c90b29e5cc ("act_bpf: properly
      support late binding of bpf action to a classifier").
      Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
      baed9084
  2. 01 Aug, 2015 5 commits
  3. 28 Jul, 2015 5 commits
  4. 27 Jul, 2015 6 commits
  5. 21 Jul, 2015 2 commits
  6. 20 Jul, 2015 4 commits
  7. 06 Jul, 2015 4 commits
  8. 26 Jun, 2015 11 commits