Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
c900378316d37d3af592ec378bc28e1f6b355188
/
drivers
/
net
/
ethernet
/
ibm
/
ibmvnic.h
b9cd795
ibmvnic: set up 200GBPS speed
by Lijun Pan
· 4 years, 4 months ago
507ebe6
ibmvnic: Fix use-after-free of VNIC login response buffer
by Thomas Falcon
· 4 years, 5 months ago
f3ae59c
ibmvnic: store RX and TX subCRQ handle array in ibmvnic_adapter struct
by Cristobal Forno
· 4 years, 5 months ago
7d7195a
ibmvnic: Do not process device remove during device reset
by Juliet Kim
· 4 years, 10 months ago
ff25dcb
ibmvnic: Serialize device queries
by Thomas Falcon
· 5 years ago
7ed5b31
net/ibmvnic: prevent more than one thread from running in reset
by Juliet Kim
· 5 years ago
b27507b
net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can run
by Juliet Kim
· 5 years ago
d5bb994
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114
by Thomas Gleixner
· 6 years ago
62740e9
net/ibmvnic: Update MAC address settings after adapter reset
by Thomas Falcon
· 6 years ago
e56e251
ibmvnic: Add device identification to requested IRQs
by Murilo Fossa Vicentini
· 6 years ago
f8d6ae0
ibmvnic: Report actual backing device speed and duplex values
by Murilo Fossa Vicentini
· 6 years ago
6c5c748
ibmvnic: Convert reset work item mutex to spin lock
by Thomas Falcon
· 6 years ago
a5681e2
net/ibmnvic: Fix deadlock problem in reset
by Juliet Kim
· 6 years ago
723ad91
ibmvnic: Add ethtool private flag for driver-defined queue limits
by Thomas Falcon
· 6 years ago
20b5ba1
ibmvnic: Introduce driver limits for ring sizes
by Thomas Falcon
· 6 years ago
ad95a24
ibmvnic: Increase maximum queue size limit
by Thomas Falcon
· 6 years ago
79dabbb
ibmvnic: Remove code to request error information
by Thomas Falcon
· 6 years ago
2770a79
ibmvnic: Introduce hard reset recovery
by Thomas Falcon
· 7 years ago
5153698
ibmvnic: Introduce active CRQ state
by Thomas Falcon
· 7 years ago
64d92aa
ibmvnic: Handle all login error conditions
by Nathan Fontenot
· 7 years ago
5a18e1e
ibmvnic: Fix failover case for non-redundant configuration
by Thomas Falcon
· 7 years ago
76c15c9
ibmvnic: Remove unused TSO resources in TX pool structure
by Thomas Falcon
· 7 years ago
06b3e35
ibmvnic: Update TX and TX completion routines
by Thomas Falcon
· 7 years ago
4bd95a5
ibmvnic: Generalize TX pool structure
by Thomas Falcon
· 7 years ago
82e3be3
ibmvnic: Split counters for scrq/pools/napi
by Nathan Fontenot
· 7 years ago
8862541
ibmvnic: Rename active queue count variables
by Nathan Fontenot
· 7 years ago
ffc385b
ibmvnic: Keep track of supplementary TX descriptors
by Thomas Falcon
· 7 years ago
5ca1144
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
896d869
ibmvnic: Modify buffer size and number of queues on failover
by John Allen
· 7 years ago
269431e
ibmvnic: Increase maximum number of RX/TX queues
by Thomas Falcon
· 7 years ago
d45cc3a
ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES
by Thomas Falcon
· 7 years ago
4e6759b
ibmvnic: Feature implementation of Vital Product Data (VPD) for the ibmvnic driver
by Desnes Augusto Nunes do Rosario
· 7 years ago
37798d0
ibmvnic: Add vnic client data to login buffer
by Nathan Fontenot
· 7 years ago
2a1bf51
ibmvnic: Fix failover error path for non-fatal resets
by John Allen
· 7 years ago
c26eba0
ibmvnic: Update reset infrastructure to support tunable parameters
by John Allen
· 7 years ago
fdb0610
ibmvnic: Enable TSO support
by Thomas Falcon
· 7 years ago
3d52b59
ibmvnic: Implement per-queue statistics reporting
by John Allen
· 7 years ago
f3be0cb
ibmvnic: Fix error handling when registering long-term-mapped buffers
by Thomas Falcon
· 8 years ago
288ccb7
ibmvnic: Fix incorrectly defined ibmvnic_request_map_rsp structure
by Thomas Falcon
· 8 years ago
8cb31cf
ibmvnic: Non-fatal error handling
by John Allen
· 8 years ago
017892c1
ibmvnic: Handle failover after failed init crq
by John Allen
· 8 years ago
d944c3d6
ibmvnic: Track state of adapter napis
by John Allen
· 8 years ago
ed651a1
ibmvnic: Updated reset handling
by Nathan Fontenot
· 8 years ago
90c8014
ibmvnic: Replace is_closed with state field
by Nathan Fontenot
· 8 years ago
53da09e
ibmvnic: Add set_link_state routine for setting adapter link state
by Nathan Fontenot
· 8 years ago
6052d5e
ibmvnic: Insert header on VLAN tagged received frame
by Murilo Fossa Vicentini
· 8 years ago
d76e0fe
ibmvnic: Remove unused bouce buffer
by Nathan Fontenot
· 8 years ago
661a262
ibmvnic: Remove inflight list
by Nathan Fontenot
· 8 years ago
993a82b
ibmvnic: Fix ibmvnic_change_mac_addr struct format
by Murilo Fossa Vicentini
· 8 years ago
e704f04
ibmvnic: Remove debugfs support
by Nathan Fontenot
· 8 years ago
656455b
net: ibmvnic: Remove unused net_stats member from struct ibmvnic_adapter
by Tobias Klauser
· 8 years ago
ea5509f
ibmvnic: Correct ibmvnic handling of device open/close
by John Allen
· 8 years ago
142c0ac
ibmvnic: Fix overflowing firmware/hardware TX queue
by Thomas Falcon
· 8 years ago
249168a
ibmvnic: Make CRQ interrupt tasklet wait for all capabilities crqs
by Thomas Falcon
· 8 years ago
901e040
ibmvnic: Use common counter for capabilities checks
by Thomas Falcon
· 8 years ago
6c267b3
ibmvnic: Handle processing of CRQ messages in a tasklet
by Thomas Falcon
· 8 years ago
9888d7b
ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context
by Thomas Falcon
· 8 years ago
dbc34e7
Revert "ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context"
by David S. Miller
· 8 years ago
8d7533e
ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context
by Thomas Falcon
· 8 years ago
9fa2f2c
ibmvnic: Driver Version 1.0.1
by Thomas Falcon
· 8 years ago
dfad09a
ibmvnic: Handle backing device failover and reinitialization
by Thomas Falcon
· 8 years ago
65dc689
ibmvnic: Fix passive VNIC server login process
by Thomas Falcon
· 9 years ago
498cd8e
ibmvnic: Enable use of multiple tx/rx scrqs
by John Allen
· 9 years ago
ad7775d
ibmvnic: map L2/L3/L4 header descriptors to firmware
by Thomas Falcon
· 9 years ago
de89e85
ibmvnic: Fix ibmvnic_capability struct
by Thomas Falcon
· 9 years ago
032c5e8
Driver for IBM System i/p VNIC protocol
by Thomas Falcon
· 9 years ago