index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
drivers
/
net
/
ipoib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ipoib] Transmit multicast packets as broadcasts
Michael Brown
2015-07-06
1
-2
/
+4
*
[ipoib] Attempt to generate ARPs as needed to repopulate REMAC cache
Michael Brown
2015-06-29
1
-5
/
+50
*
[ipoib] Mark REMAC cache as expensive
Michael Brown
2015-06-29
1
-1
/
+1
*
[ipoib] Fix REMAC cache discarder
Michael Brown
2015-06-01
1
-3
/
+11
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[netdevice] Add method for generating EUI-64 address from link-layer address
Michael Brown
2013-09-03
1
-0
/
+1
*
[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headers
Michael Brown
2012-08-31
1
-260
/
+375
*
[infiniband] Include destination address vector in ib_complete_recv()
Michael Brown
2012-08-31
1
-0
/
+2
*
[infiniband] Use explicit "source" and "dest" address vector parameter names
Michael Brown
2012-08-31
1
-16
/
+16
*
[infiniband] Allow queue pairs to have a custom allocator for receive iobufs
Michael Brown
2012-08-31
1
-3
/
+8
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[ipoib] Report packets as broadcast when ambiguous
Michael Brown
2011-11-15
1
-8
/
+13
*
[netdevice] Allow link layer to report broadcast/multicast packets via pull()
Michael Brown
2011-07-15
1
-1
/
+4
*
[infiniband] Indicate that device does not support interrupts
Michael Brown
2011-01-25
1
-12
/
+0
*
[infiniband] Add the notion of an Ethernet queue pair type
Michael Brown
2010-09-21
1
-0
/
+7
*
[infiniband] Match GID/GUID terminology as used in the IBA
Michael Brown
2010-09-15
1
-25
/
+25
*
[infiniband] Add the concept of an Infiniband upper-layer driver
Michael Brown
2010-09-05
1
-38
/
+46
*
[libc] Enable automated extraction of error usage reports
Michael Brown
2010-05-31
1
-2
/
+4
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-8
/
+8
*
[ipoib] Mask out non-QPN bits in the IPoIB destination MAC when sending
Michael Brown
2009-11-16
1
-8
/
+7
*
[ipoib] Always set the "full membership" bit in the IPv4 broadcast GID
Michael Brown
2009-11-16
1
-1
/
+2
*
[infiniband] Report IB link status as IPoIB netdevice status
Michael Brown
2009-11-16
1
-5
/
+12
*
[netdevice] Add the concept of an "Ethernet-compatible" MAC address
Michael Brown
2009-10-23
1
-0
/
+57
*
[netdevice] Allow the hardware and link-layer addresses to differ in size
Michael Brown
2009-08-12
1
-5
/
+19
*
[netdevice] Separate out the concept of hardware and link-layer addresses
Michael Brown
2009-08-12
1
-42
/
+24
*
[infiniband] Update all other MAD users to use a management interface
Michael Brown
2009-08-08
1
-4
/
+28
*
[infiniband] Add infrastructure for RC queue pairs
Michael Brown
2009-07-17
1
-1
/
+1
*
[infiniband] Add notion of a queue pair type
Michael Brown
2009-07-17
1
-1
/
+2
*
[ipoib] Attempt the broadcast group join only if the link is up
Michael Brown
2009-07-17
1
-9
/
+4
*
[ipoib] Remove the queue set abstraction
Michael Brown
2009-07-17
1
-20
/
+36
*
[ipoib] Kill off the now-unused IPoIB metadata queue set
Michael Brown
2009-07-17
1
-144
/
+39
*
[infiniband] Provide a general mechanism for multicast group joins
Michael Brown
2009-07-17
1
-129
/
+13
*
[infiniband] Make qkey and rate optional parameters to ib_post_send()
Michael Brown
2009-07-17
1
-6
/
+4
*
[ipoib] Clarify new role of IPoIB peer cache as for MAC addresses only
Michael Brown
2009-07-17
1
-39
/
+21
*
[ipoib] Expose the real broadcast MAC
Michael Brown
2009-07-17
1
-46
/
+37
*
[ipoib] Use Infiniband broadcast QPN in IPoIB broadcast MAC address
Michael Brown
2009-07-17
1
-10
/
+3
*
[infiniband] Provide a general mechanism for path record lookups
Michael Brown
2009-07-17
1
-108
/
+8
*
[infiniband] Centralise SMA and GMA queue constants
Michael Brown
2009-07-17
1
-7
/
+7
*
[infiniband] Poll completion queues automatically
Michael Brown
2009-07-17
1
-6
/
+3
*
[infiniband] Centralise assumption of 2048-byte payloads
Michael Brown
2009-07-17
1
-3
/
+3
*
[infiniband] Split queue set functionality out of ipoib.c to ib_qset.c
Michael Brown
2009-07-17
1
-137
/
+32
*
[netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocol
Michael Brown
2009-07-17
1
-1
/
+18
*
[netdevice] Add netdev argument to link-layer push and pull handlers
Joshua Oreman
2009-06-23
1
-2
/
+6
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[infiniband] Call ib_open() only when opening the IPoIB net device
Michael Brown
2009-01-02
1
-0
/
+12
*
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
Michael Brown
2008-11-19
1
-2
/
+2
*
[infiniband] Respect hop pointer when building directed route SMP return path
Michael Brown
2008-11-12
1
-45
/
+47
*
[ipoib] Kill off the IPoIB pseudo-header
Michael Brown
2008-11-11
1
-109
/
+197
*
[infiniband] Split subnet management agent client out into ib_smc.c
Michael Brown
2008-11-11
1
-8
/
+10
*
[infiniband] Pass address vector in receive completions
Michael Brown
2008-11-11
1
-60
/
+49
[next]