index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ibm
/
ibmvnic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-21
ibmvnic: skip tx timeout reset while in resetting
Lijun Pan
1
-0
/
+6
2020-11-21
ibmvnic: notify peers when failover and migration happen
Lijun Pan
1
-1
/
+5
2020-11-21
ibmvnic: fix call_netdevice_notifiers in do_reset
Lijun Pan
1
-1
/
+3
2020-11-20
ibmvnic: Do not replenish RX buffers after every polling loop
Dwip N. Banerjee
1
-1
/
+4
2020-11-20
ibmvnic: Use netdev_alloc_skb instead of alloc_skb to replenish RX buffers
Dwip N. Banerjee
1
-1
/
+1
2020-11-20
ibmvnic: Correctly re-enable interrupts in NAPI polling routine
Dwip N. Banerjee
1
-14
/
+23
2020-11-20
ibmvnic: Ensure that device queue memory is cache-line aligned
Dwip N. Banerjee
1
-3
/
+6
2020-11-20
ibmvnic: Remove send_subcrq function
Thomas Falcon
1
-34
/
+0
2020-11-20
ibmvnic: Clean up TX code and TX buffer data structure
Thomas Falcon
1
-20
/
+11
2020-11-20
ibmvnic: Introduce xmit_more support using batched subCRQ hcalls
Thomas Falcon
1
-65
/
+139
2020-11-20
ibmvnic: Introduce batched RX buffer descriptor transmission
Thomas Falcon
1
-20
/
+37
2020-11-20
ibmvnic: Introduce indirect subordinate Command Response Queue buffer
Thomas Falcon
1
-0
/
+23
2020-11-02
powerpc/vnic: Extend "failover pending" window
Sukadev Bhattiprolu
1
-4
/
+32
2020-10-29
ibmvnic: fix ibmvnic_set_mac
Lijun Pan
1
-2
/
+6
2020-10-21
ibmvnic: save changed mac address to adapter->mac_addr
Lijun Pan
1
-0
/
+5
2020-09-28
ibmvnic: create send_control_ip_offload
Lijun Pan
1
-70
/
+80
2020-09-28
ibmvnic: create send_query_ip_offload
Lijun Pan
1
-23
/
+29
2020-09-28
ibmvnic: rename send_map_query to send_query_map
Lijun Pan
1
-3
/
+3
2020-09-28
ibmvnic: rename ibmvnic_send_req_caps to send_request_cap
Lijun Pan
1
-3
/
+3
2020-09-28
ibmvnic: rename send_cap_queries to send_query_cap
Lijun Pan
1
-4
/
+4
2020-09-28
ibmvnic: set up 200GBPS speed
Lijun Pan
1
-1
/
+4
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+4
2020-09-18
Revert "ibmvnic: remove never executed if statement"
Lijun Pan
1
-0
/
+6
2020-09-14
ibmvnic: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-4
/
+3
2020-09-07
ibmvnic: add missing parenthesis in do_reset()
Jakub Kicinski
1
-2
/
+4
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+14
2020-09-01
ibmvnic: Harden device Command Response Queue handshake
Thomas Falcon
1
-1
/
+18
2020-08-26
ibmvnic: merge ibmvnic_reset_init and ibmvnic_init
Lijun Pan
1
-52
/
+13
2020-08-26
ibmvnic: remove never executed if statement
Lijun Pan
1
-12
/
+0
2020-08-26
ibmvnic: improve ibmvnic_init and ibmvnic_reset_init
Lijun Pan
1
-4
/
+13
2020-08-26
ibmvnic: compare adapter->init_done_rc with more readable ibmvnic_rc_codes
Lijun Pan
1
-1
/
+1
2020-08-25
ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
Mingming Cao
1
-1
/
+14
2020-08-24
ibmvnic: Fix use-after-free of VNIC login response buffer
Thomas Falcon
1
-22
/
+24
2020-08-19
ibmvnic: store RX and TX subCRQ handle array in ibmvnic_adapter struct
Cristobal Forno
1
-12
/
+26
2020-07-29
ibmvnic: Fix IRQ mapping disposal in error path
Thomas Falcon
1
-1
/
+1
2020-06-20
ibmvnic: continue to init in CRQ reset returns H_CLOSED
Dany Madden
1
-2
/
+7
2020-06-15
ibmvnic: Harden device login requests
Thomas Falcon
1
-4
/
+17
2020-06-12
ibmvnic: Flush existing work items before device removal
Thomas Falcon
1
-0
/
+3
2020-05-29
drivers/net/ibmvnic: Update VNIC protocol version reporting
Thomas Falcon
1
-5
/
+3
2020-04-30
ibmvnic: Skip fatal error reset after passive init
Juliet Kim
1
-1
/
+2
2020-03-10
ibmvnic: Do not process device remove during device reset
Juliet Kim
1
-2
/
+22
2019-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-12-13
net/ibmvnic: Fix typo in retry check
Thomas Falcon
1
-1
/
+1
2019-12-12
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-11-26
ibmvnic: Serialize device queries
Thomas Falcon
1
-5
/
+49
2019-11-26
ibmvnic: Bound waits for device queries
Thomas Falcon
1
-15
/
+97
2019-11-26
ibmvnic: Terminate waiting device threads after loss of service
Thomas Falcon
1
-0
/
+9
2019-11-26
ibmvnic: Fix completion structure initialization
Thomas Falcon
1
-8
/
+11
2019-11-20
net/ibmvnic: Ignore H_FUNCTION return from H_EOI to tolerate XIVE mode
Juliet Kim
1
-1
/
+4
2019-11-20
Revert "net/ibmvnic: Fix EOI when running in XIVE mode"
Juliet Kim
1
-3
/
+5
[prev]
[next]