11 Mar, 2016

1 commit

  • Add a per port sysfs paramter to toggle cc_prescan/Fast ECN Detection and
    remove the Kconfig option which was previously used to control this.

    While am updating the sysfs documentation, fix the name of CCMgtA.

    Reviewed-by: Arthur Kepner
    Reviewed-by: Mike Marciniszyn
    Signed-off-by: Vennila Megavannan
    Signed-off-by: Ira Weiny
    Signed-off-by: Doug Ledford

    Vennila Megavannan
     

24 Dec, 2015

1 commit

  • Remove the unused ib_allow_mw and ib_bind_mw functions, remove the
    unused IB_WR_BIND_MW and IB_WC_BIND_MW opcodes and move ib_dealloc_mw
    into the uverbs module.

    Signed-off-by: Christoph Hellwig
    Reviewed-by: Sagi Grimberg
    Reviewed-by: Jason Gunthorpe [core]
    Reviewed-by: Steve Wise
    Signed-off-by: Doug Ledford

    Christoph Hellwig
     

29 Aug, 2015

1 commit

  • Signed-off-by: Andrew Friedley
    Signed-off-by: Arthur Kepner
    Signed-off-by: Brendan Cunningham
    Signed-off-by: Brian Welty
    Signed-off-by: Caz Yokoyama
    Signed-off-by: Dean Luick
    Signed-off-by: Dennis Dalessandro
    Signed-off-by: Easwar Hariharan
    Signed-off-by: Harish Chegondi
    Signed-off-by: Ira Weiny
    Signed-off-by: Jim Snow
    Signed-off-by: John Gregor
    Signed-off-by: Jubin John
    Signed-off-by: Kaike Wan
    Signed-off-by: Kevin Pine
    Signed-off-by: Kyle Liddell
    Signed-off-by: Mike Marciniszyn
    Signed-off-by: Mitko Haralanov
    Signed-off-by: Ravi Krishnaswamy
    Signed-off-by: Sadanand Warrier
    Signed-off-by: Sanath Kumar
    Signed-off-by: Sudeep Dutt
    Signed-off-by: Vlad Danushevsky
    Signed-off-by: Doug Ledford

    Mike Marciniszyn
     

11 Aug, 2014

1 commit


21 Sep, 2012

1 commit

  • Add rtnl_link_ops to IPoIB, with the first usage being child device
    create/delete through them. Childs devices are now either legacy ones,
    created/deleted through the ipoib sysfs entries, or RTNL ones.

    Adding support for RTNL childs involved refactoring of ipoib_vlan_add
    which is now used by both the sysfs and the link_ops code.

    Also, added ndo_uninit entry to support calling unregister_netdevice_queue
    from the rtnl dellink entry. This required removal of calls to
    ipoib_dev_cleanup from the driver in flows which use unregister_netdevice,
    since the networking core will invoke ipoib_uninit which does exactly that.

    Signed-off-by: Erez Shitrit
    Signed-off-by: Or Gerlitz
    Signed-off-by: David S. Miller

    Or Gerlitz
     

04 Aug, 2010

1 commit

  • Below you will find an updated version from the original series bunching all patches into one big patch
    updating broken web addresses that are located in Documentation/*
    Some of the addresses date as far far back as 1995 etc... so searching became a bit difficult,
    the best way to deal with these is to use web.archive.org to locate these addresses that are outdated.
    Now there are also some addresses pointing to .spec files some are located, but some(after searching
    on the companies site)where still no where to be found. In this case I just changed the address
    to the company site this way the users can contact the company and they can locate them for the users.

    Signed-off-by: Justin P. Mattock
    Signed-off-by: Thomas Weber
    Signed-off-by: Mike Frysinger
    Cc: Paulo Marques
    Cc: Randy Dunlap
    Cc: Michael Neuling
    Signed-off-by: Jiri Kosina

    Justin P. Mattock
     

10 Dec, 2009

1 commit


08 Oct, 2009

1 commit


09 Apr, 2009

1 commit


10 Oct, 2007

1 commit

  • Add support for setting the P_Key index of sent MADs and getting the
    P_Key index of received MADs. This requires a change to the layout of
    the ABI structure struct ib_user_mad_hdr, so to avoid breaking
    compatibility, we default to the old (unchanged) ABI and add a new
    ioctl IB_USER_MAD_ENABLE_PKEY that allows applications that are aware
    of the new ABI to opt into using it.

    We plan on switching to the new ABI by default in a year or so, and
    this patch adds a warning that is printed when an application uses the
    old ABI, to push people towards converting to the new ABI.

    Signed-off-by: Roland Dreier
    Reviewed-by: Sean Hefty
    Reviewed-by: Hal Rosenstock

    Roland Dreier
     

25 Apr, 2007

1 commit


04 Aug, 2006

1 commit


18 Jun, 2006

1 commit


28 Jul, 2005

2 commits


08 Jul, 2005

1 commit


17 Apr, 2005

2 commits

  • Update IPoIB documentation now that multicast debugging files have moved from
    ipoibdebugfs to debugfs.

    Signed-off-by: Roland Dreier
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Roland Dreier
     
  • Initial git repository build. I'm not bothering with the full history,
    even though we have it. We can create a separate "historical" git
    archive of that later if we want to, and in the meantime it's about
    3.2GB when imported into git - space that would just make the early
    git days unnecessarily complicated, when we don't have a lot of good
    infrastructure for it.

    Let it rip!

    Linus Torvalds