1. 04 Nov, 2015 2 commits
  2. 23 Oct, 2015 17 commits
  3. 19 Oct, 2015 4 commits
  4. 16 Oct, 2015 3 commits
  5. 12 Oct, 2015 7 commits
  6. 07 Oct, 2015 4 commits
  7. 25 Sep, 2015 3 commits
    • Stephen Hemminger's avatar
      fq: fix whitespace · 8fe98398
      Stephen Hemminger authored
      8fe98398
    • Eric Dumazet's avatar
      tc: fq: allow setting and retrieving orphan_mask · 8d5bd8c3
      Eric Dumazet authored
      linux-3.19 fq packet scheduler got a new attribute, controlling
      number of 'flows' holding packets not attached to a socket
      (forwarding usage)
      
      kernel commit is 06eb395fa9856b5a87cf7d80baee2a0ed3cdb9d7
      ("pkt_sched: fq: better control of DDOS traffic")
      
      This patch adds corresponding code to tc command.
      
      tc qd replace dev eth0 root fq orphan_mask 511
      Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
      8d5bd8c3
    • Dan Webster's avatar
      ss: fix file-based filtering segfault · a8e35427
      Dan Webster authored
      Commit 1527a17e introduced a change where the second of two ssfilter_parse()
      calls in ss.c was moved outside of a conditional block (ss.c: ~3575). This
      commit enabled the parsing of services, such as 'sport = :ssh', but
      inadvertently broke the '-F' file-based filtering:
      a8e35427