index
:
riscv-gnu-toolchain/qemu/roms/ipxe.git
8021x
8d337ec
HEAD
acpimac
aenq
aqc1xx
armlinux
asn1fix
assert
autoexec_pxe
autoexecpath
autovlan
bigint_output_constraints
cached_proxydhcp
cachedhcp
cc
centos7
ci
cleardhcp
cookie
coverity_scan
dell3440b
des
determinism
dhcpnak
dns_primary
edk2
efi_watchdog
efibridge
eficmdline
eficompress
efiinitrd
efiset
efivars
efivars2
efivlan
eisa
ena
entropy
esx
fix486
flr
freebsd
fxsr
gcc12
gcmassert
guid
hackesp
hermon_link_poll
hermon_reset
hwmac
hyperv
imagecmdline
imgextract
initrd
interpreter
ioactive
iscsicap
issue123
itautec
kexec
kexec2
kexec3
keyvals
letsencrypt
lldp
loong64
loongarch64
mac_passthru
master
mschapv2
mtureset
mult
naptest
netidx
netstate
nodejs
noinitrd
nosyslinux
ntpsetting
opsize
params
peerdisc_recent
peerdist
pkcs8
pkgcache
processorbind
pxemenuscroll
rdrand
realtek_hack
riscv64
rndis_padding
rpl
rtlvlan
sbat
sepcode
shim
shim2
shim3
shim4
shim5
shutdown_tpl_notify
simpletextinputex
slash128
slash31
smbios3
snploop
snppad
srandtime
supplicant
sysmac
tcpwindow
temp
thunderbolt_workaround
tlsfrag2
tlsfrag3
tmp
tmpintf
tpl
ubuntu2204
udpdrop
uri
uricolon
usbdisk
utf8
vbox
vetodhcp6
vgafix
wimboot
x25519
xen
xen-sg
xhci_fail
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
net
/
infiniband.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-31
[infiniband] Include destination address vector in ib_complete_recv()
Michael Brown
1
-2
/
+5
2012-08-31
[infiniband] Use explicit "source" and "dest" address vector parameter names
Michael Brown
1
-16
/
+15
2012-08-31
[infiniband] Allow queue pairs to have a custom allocator for receive iobufs
Michael Brown
1
-2
/
+5
2012-07-20
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
1
-1
/
+2
2011-11-15
[infiniband] Reset port state after closing device
Michael Brown
1
-0
/
+1
2011-11-15
[infiniband] Open device prior to creating SMI and GSI queue pairs
Michael Brown
1
-9
/
+9
2011-11-15
[infiniband] Poll event queues only for devices that are open
Michael Brown
1
-1
/
+1
2011-06-28
[process] Pass containing object pointer to process step() methods
Michael Brown
1
-4
/
+1
2010-11-11
[list] Fix typographical error from previous commit
Shao Miller
1
-1
/
+2
2010-11-08
[list] Add list_first_entry()
Michael Brown
1
-5
/
+5
2010-09-21
[infiniband] Add the notion of an Ethernet queue pair type
Michael Brown
1
-1
/
+1
2010-09-21
[infiniband] Avoid leaving uninitialised lists in struct ib_device
Michael Brown
1
-0
/
+2
2010-09-16
[infiniband] Add node GUID as distinct from the first port GUID
Michael Brown
1
-11
/
+5
2010-09-15
[infiniband] Match GID/GUID terminology as used in the IBA
Michael Brown
1
-7
/
+6
2010-09-05
[infiniband] Add the concept of an Infiniband upper-layer driver
Michael Brown
1
-38
/
+82
2010-05-31
[libc] Enable automated extraction of error usage reports
Michael Brown
1
-4
/
+8
2010-04-19
[build] Rename gPXE to iPXE
Michael Brown
1
-10
/
+10
2009-11-16
[infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULT
Michael Brown
1
-1
/
+1
2009-11-16
[infiniband] Report IB link status as IPoIB netdevice status
Michael Brown
1
-0
/
+28
2009-08-10
[infiniband] Add last_opened_ibdev(), analogous to last_opened_netdev()
Michael Brown
1
-0
/
+23
2009-08-10
[infiniband] Add find_ibdev()
Michael Brown
1
-0
/
+16
2009-08-10
[process] Make it safe to call process_add() multiple times
Michael Brown
1
-0
/
+1
2009-08-08
[infiniband] Update all other MAD users to use a management interface
Michael Brown
1
-9
/
+8
2009-08-08
[infiniband] Update subnet management agent to use a management interface
Michael Brown
1
-6
/
+18
2009-08-06
[infiniband] Change IB_{QPN,QKEY,QPT} names from {SMA,GMA} to {SMI,GSI}
Michael Brown
1
-6
/
+6
2009-07-17
[infiniband] Add infrastructure for RC queue pairs
Michael Brown
1
-12
/
+43
2009-07-17
[infiniband] Pass a generic MAD to ib_set_port_info()
Michael Brown
1
-5
/
+5
2009-07-17
[infiniband] Allow external QPN to differ from real QPN
Michael Brown
1
-2
/
+19
2009-07-17
[infiniband] Always create an SMA and a GMA
Michael Brown
1
-10
/
+23
2009-07-17
[infiniband] Add notion of a queue pair type
Michael Brown
1
-1
/
+4
2009-07-17
[infiniband] Allow completion queue operations to be optional
Michael Brown
1
-2
/
+12
2009-07-17
[infiniband] Implement SMA as an instance of a GMA
Michael Brown
1
-0
/
+25
2009-07-17
[infiniband] Provide a general mechanism for multicast group joins
Michael Brown
1
-0
/
+4
2009-07-17
[infiniband] Make qkey and rate optional parameters to ib_post_send()
Michael Brown
1
-0
/
+6
2009-07-17
[infiniband] Create a general management agent
Michael Brown
1
-7
/
+29
2009-07-17
[infiniband] Poll completion queues automatically
Michael Brown
1
-3
/
+109
2009-07-17
[infiniband] Centralise assumption of 2048-byte payloads
Michael Brown
1
-0
/
+7
2009-07-17
[infiniband] Provide ib_get_hca_info() as a commonly-available function
Michael Brown
1
-0
/
+26
2009-05-18
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
1
-0
/
+2
2009-01-02
[infiniband] Call ib_open() only when opening the IPoIB net device
Michael Brown
1
-7
/
+36
2008-11-11
[infiniband] Add raw packet parser and constructor
Michael Brown
1
-8
/
+127
2008-11-11
[infiniband] Split subnet management agent client out into ib_smc.c
Michael Brown
1
-149
/
+2
2008-11-11
[infiniband] Pass address vector in receive completions
Michael Brown
1
-20
/
+18
2008-11-11
[infiniband] Maintain queue fill level as a property of a work queue
Michael Brown
1
-0
/
+91
2008-11-11
[infiniband] Flush uncompleted work queue entries at QP teardown
Michael Brown
1
-2
/
+29
2008-04-21
[Infiniband] Move event-queue process from driver to Infiniband core
Michael Brown
1
-27
/
+62
2008-04-18
[Infiniband] Add preliminary multiple port support for Hermon cards
Michael Brown
1
-41
/
+52
2008-02-27
[Infiniband] Add preliminary support for multi-port devices.
Michael Brown
1
-4
/
+7
2008-02-26
[Infiniband] Centralise MAD operations
Michael Brown
1
-0
/
+222
2008-02-23
[Infiniband] Fix typo in debug statement
Michael Brown
1
-1
/
+1
[next]