summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/ipoib.c
Commit message (Expand)AuthorAgeFilesLines
* [infiniband] Return status code from ib_create_cq() and ib_create_qp()Michael Brown2017-03-221-11/+9Star
* [infiniband] Allow drivers to override the eIPoIB LEMACMichael Brown2016-03-211-0/+1
* [ipoib] Allow external code to identify IPoIB network devicesMichael Brown2016-03-201-0/+18
* [ipoib] Increase number of transmit work queue entriesMichael Brown2016-03-081-2/+2
* [ipoib] Resimplify test for received broadcast packetsMichael Brown2016-03-081-2/+2
* [infiniband] Assign names to queue pairsMichael Brown2016-03-081-1/+1
* [infiniband] Allow for the creation of multicast groupsMichael Brown2016-03-081-1/+1
* [ipoib] Simplify test for received broadcast packetsMichael Brown2016-03-081-4/+2Star
* [ipoib] Avoid unnecessary path record lookup for broadcast addressMichael Brown2016-03-081-15/+27
* [infiniband] Parse MLID, rate, and SL from multicast membership recordMichael Brown2016-03-081-22/+38
* [infiniband] Record multicast GID attachment as part of group membershipMichael Brown2016-03-081-17/+5Star
* [infiniband] Remove concept of whole-device owner dataMichael Brown2016-03-071-11/+45
* [ipoib] Fix a race when chain-loading undionly.kpxe in IPoIBWissam Shoukair2015-08-171-2/+5
* [ipoib] Transmit multicast packets as broadcastsMichael Brown2015-07-061-2/+4
* [ipoib] Attempt to generate ARPs as needed to repopulate REMAC cacheMichael Brown2015-06-291-5/+50
* [ipoib] Mark REMAC cache as expensiveMichael Brown2015-06-291-1/+1
* [ipoib] Fix REMAC cache discarderMichael Brown2015-06-011-3/+11
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [netdevice] Add method for generating EUI-64 address from link-layer addressMichael Brown2013-09-031-0/+1
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-311-260/+375
* [infiniband] Include destination address vector in ib_complete_recv()Michael Brown2012-08-311-0/+2
* [infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2012-08-311-16/+16
* [infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown2012-08-311-3/+8
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [ipoib] Report packets as broadcast when ambiguousMichael Brown2011-11-151-8/+13
* [netdevice] Allow link layer to report broadcast/multicast packets via pull()Michael Brown2011-07-151-1/+4
* [infiniband] Indicate that device does not support interruptsMichael Brown2011-01-251-12/+0Star
* [infiniband] Add the notion of an Ethernet queue pair typeMichael Brown2010-09-211-0/+7
* [infiniband] Match GID/GUID terminology as used in the IBAMichael Brown2010-09-151-25/+25
* [infiniband] Add the concept of an Infiniband upper-layer driverMichael Brown2010-09-051-38/+46
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-311-2/+4
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-8/+8
* [ipoib] Mask out non-QPN bits in the IPoIB destination MAC when sendingMichael Brown2009-11-161-8/+7Star
* [ipoib] Always set the "full membership" bit in the IPv4 broadcast GIDMichael Brown2009-11-161-1/+2
* [infiniband] Report IB link status as IPoIB netdevice statusMichael Brown2009-11-161-5/+12
* [netdevice] Add the concept of an "Ethernet-compatible" MAC addressMichael Brown2009-10-231-0/+57
* [netdevice] Allow the hardware and link-layer addresses to differ in sizeMichael Brown2009-08-121-5/+19
* [netdevice] Separate out the concept of hardware and link-layer addressesMichael Brown2009-08-121-42/+24Star
* [infiniband] Update all other MAD users to use a management interfaceMichael Brown2009-08-091-4/+28
* [infiniband] Add infrastructure for RC queue pairsMichael Brown2009-07-181-1/+1
* [infiniband] Add notion of a queue pair typeMichael Brown2009-07-181-1/+2
* [ipoib] Attempt the broadcast group join only if the link is upMichael Brown2009-07-181-9/+4Star
* [ipoib] Remove the queue set abstractionMichael Brown2009-07-181-20/+36
* [ipoib] Kill off the now-unused IPoIB metadata queue setMichael Brown2009-07-181-144/+39Star
* [infiniband] Provide a general mechanism for multicast group joinsMichael Brown2009-07-181-129/+13Star
* [infiniband] Make qkey and rate optional parameters to ib_post_send()Michael Brown2009-07-181-6/+4Star
* [ipoib] Clarify new role of IPoIB peer cache as for MAC addresses onlyMichael Brown2009-07-181-39/+21Star
* [ipoib] Expose the real broadcast MACMichael Brown2009-07-181-46/+37Star
* [ipoib] Use Infiniband broadcast QPN in IPoIB broadcast MAC addressMichael Brown2009-07-181-10/+3Star
* [infiniband] Provide a general mechanism for path record lookupsMichael Brown2009-07-181-108/+8Star