1. 19 Oct, 2015 2 commits
  2. 16 Oct, 2015 3 commits
  3. 12 Oct, 2015 7 commits
  4. 07 Oct, 2015 4 commits
  5. 25 Sep, 2015 5 commits
  6. 23 Sep, 2015 13 commits
  7. 21 Sep, 2015 2 commits
  8. 11 Sep, 2015 1 commit
  9. 09 Sep, 2015 1 commit
    • Mike Saal's avatar
      ss format bug · 4fcfb6bc
      Mike Saal authored
      Hi:
      
      I found a formatting bug in the 4.1.1 ss command. The following line was
      incorrectly output due to passing a negative length to printf() when
      displaying the local address. In this instance hostapd does a "bind to
      device" on cdreth0 and then does a udp "in address any" port 67 bind.
      Please note the whitespace between the '*' and ' %cdreth0:67'
      
          'udp UNCONN 0 0 ** %cdreth0:67* *:* users:(("hostapd",pid=19241,fd=5))'
      
      Attached is my patch for the bug fix, it might be prudent to add more
      guard code looking for negative length format codes.
      
      Sincerely, Mike
      4fcfb6bc
  10. 07 Sep, 2015 1 commit
  11. 31 Aug, 2015 1 commit
    • Toshiaki Makita's avatar
      iplink: Add support for IFLA_BR_VLAN_PROTOCOL attribute · 1eea5c46
      Toshiaki Makita authored
      This patch adds support for bridge vlan_protocol.
      
      Example:
      $ ip link set br0 type bridge vlan_protocol 802.1ad
      $ ip -d link show br0
      4: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state
      UP mode DEFAULT group default qlen 1000
          link/ether 44:37:e6:ab:cd:ef brd ff:ff:ff:ff:ff:ff promiscuity 0
          bridge forward_delay 0 hello_time 200 max_age 2000 ageing_time 30000
      stp_state 0 priority 32768 vlan_filtering 0 vlan_protocol 802.1ad
      addrgenmode eui64
      Signed-off-by: default avatarToshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
      1eea5c46