05 Nov, 2005

2 commits


03 Nov, 2005

5 commits

  • Make "QoS and/or fair queueing" have its own menu, it's too big to be
    inlined into "Network options". Remove the obsolete NET_QOS option.
    Automatically select NET_CLS if needed. Do the same for NET_ESTIMATOR
    but allow it to be selected manually for statistical purposes. Add
    comments to separate queueing from classification. Fix dependencies
    and ordering of classifiers. Improve descriptions/help texts and
    remove outdated pieces.

    Signed-off-by: Thomas Graf
    Signed-off-by: Arnaldo Carvalho de Melo

    Thomas Graf
     
  • Signed-off-by: Yan Zheng
    Acked-by: YOSHIFUJI Hideaki
    Signed-off-by: Arnaldo Carvalho de Melo

    Yan Zheng
     
  • The recent rewrite of skb_copy_datagram_iovec broke the reception of
    zero-size datagrams. This patch fixes it.

    Signed-off-by: Herbert Xu
    Signed-off-by: Arnaldo Carvalho de Melo

    Herbert Xu
     
  • The max growth of BIC TCP is too large. Original code was based on
    BIC 1.0 and the default there was 32. Later code (2.6.13) included
    compensation for delayed acks, and should have reduced the default
    value to 16; since normally TCP gets one ack for every two packets sent.

    The current value of 32 makes BIC too aggressive and unfair to other
    flows.

    Submitted-by: Injong Rhee
    Signed-off-by: Stephen Hemminger
    Acked-by: Ian McDonald
    Signed-off-by: Arnaldo Carvalho de Melo

    Stephen Hemminger
     
  • And filter mode is exclude.

    Further explanation by David Stevens:

    Multicast source filters aren't widely used yet, and that's really the only
    feature that's affected if an application actually exercises this bug, as far
    as I can tell. An ordinary filter-less multicast join should still work, and
    only forwarded multicast traffic making use of filters and doing empty-source
    filters with the MSFILTER ioctl would be at risk of not getting multicast
    traffic forwarded to them because the reports generated would not be based on
    the correct counts.

    Signed-off-by: Yan Zheng
    Signed-off-by: Arnaldo Carvalho de Melo

    Yan Zheng
     

01 Nov, 2005

7 commits


31 Oct, 2005

1 commit


30 Oct, 2005

3 commits


29 Oct, 2005

17 commits


28 Oct, 2005

5 commits