- 673ead2 ibmvnic: fix send_request_map incompatible argument by Lijun Pan · 3 years, 7 months ago
- 73214a6 ibmvnic: fix kernel build warnings in build_hdr_descs_arr by Lijun Pan · 3 years, 7 months ago
- 822ebc2 ibmvnic: fix kernel build warning by Lijun Pan · 3 years, 7 months ago
- 0b217d3 ibmvnic: fix kernel build warning in strncpy by Lijun Pan · 3 years, 7 months ago
- 53f8b1b ibmvnic: Allow device probe if the device is not ready at boot by Cristobal Forno · 3 years, 7 months ago
- 3e98ae0 ibmvnic: Use list_for_each_entry() to simplify code in ibmvnic.c by Wang Hai · 3 years, 7 months ago
- 07b5dc1 ibmvnic: remove default label from to_string switch by Michal Suchanek · 3 years, 7 months ago
- 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 9 months ago
- 7c451f3 ibmvnic: remove duplicate napi_schedule call in open function by Lijun Pan · 3 years, 9 months ago
- d3a6abc ibmvnic: remove duplicate napi_schedule call in do_reset function by Lijun Pan · 3 years, 9 months ago
- 0775ebc ibmvnic: avoid calling napi_disable() twice by Lijun Pan · 3 years, 9 months ago
- 870e04a ibmvnic: queue reset work in system_long_wq by Lijun Pan · 3 years, 9 months ago
- ca09bf7 ibmvnic: correctly use dev_consume/free_skb_irq by Lijun Pan · 3 years, 9 months ago
- 334c424 ibmvnic: improve failover sysfs entry by Lijun Pan · 3 years, 9 months ago
- 0666ef7 ibmvnic: print adapter state as a string by Lijun Pan · 3 years, 9 months ago
- caee7bf ibmvnic: print reset reason as a string by Lijun Pan · 3 years, 9 months ago
- c3105f8 ibmvnic: Use 'skb_frag_address()' instead of hand coding it by Christophe JAILLET · 3 years, 9 months ago
- 05a59d7 Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 10 months ago
- 69cdb79 ibmvnic: remove excessive irqsave by Junlin Yang · 3 years, 10 months ago
- 67eb211 ibmvnic: always store valid MAC address by Jiri Wiesner · 3 years, 10 months ago
- 6881b07 ibmvnic: Fix possibly uninitialized old_num_tx_queues variable warning. by Michal Suchanek · 3 years, 10 months ago
- 386a966 vio: make remove callback return void by Uwe Kleine-König · 3 years, 10 months ago
- 8f1c0fd ibmvnic: fix a race between open and reset by Sukadev Bhattiprolu · 3 years, 10 months ago
- b646acd5 net: re-solve some conflicts after net -> net-next merge by Jakub Kicinski · 3 years, 10 months ago
- d489ded Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 11 months ago
- 4a41c42 ibmvnic: serialize access to work queue on remove by Sukadev Bhattiprolu · 3 years, 11 months ago
- 7d3a7b9 ibmvnic: skip send_request_unmap for timeout reset by Lijun Pan · 3 years, 11 months ago
- 42557da ibmvnic: add memory barrier to protect long term buffer by Lijun Pan · 3 years, 11 months ago
- 1a42156 ibmvnic: substitute mb() with dma_wmb() for send_*crq* functions by Lijun Pan · 3 years, 11 months ago
- 1c7d45e ibmvnic: simplify reset_long_term_buff function by Lijun Pan · 3 years, 11 months ago
- d4083d3 ibmvnic: Set to CLOSED state even on error by Sukadev Bhattiprolu · 3 years, 11 months ago
- 8a96c80 ibmvnic: prefer strscpy over strlcpy by Lijun Pan · 3 years, 11 months ago
- 4bb9f2e ibmvnic: remove unused spinlock_t stats_lock definition by Lijun Pan · 3 years, 11 months ago
- 91dc5d2 ibmvnic: fix miscellaneous checks by Lijun Pan · 3 years, 11 months ago
- 914789a ibmvnic: avoid multiple line dereference by Lijun Pan · 3 years, 11 months ago
- f78afaa ibmvnic: fix braces by Lijun Pan · 3 years, 11 months ago
- bab08be ibmvnic: fix block comments by Lijun Pan · 3 years, 11 months ago
- 429aa36 ibmvnic: prefer 'unsigned long' over 'unsigned long int' by Lijun Pan · 3 years, 11 months ago
- dc9d875 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 11 months ago
- ef66a1e ibmvnic: Clear failover_pending if unable to schedule by Sukadev Bhattiprolu · 3 years, 11 months ago
- d1e1355 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 11 months ago
- 2719cb4 ibmvnic: remove unnecessary rmb() inside ibmvnic_poll by Lijun Pan · 4 years ago
- 665ab1e ibmvnic: rework to ensure SCRQ entry reads are properly ordered by Lijun Pan · 4 years ago
- 5e9eff5 ibmvnic: device remove has higher precedence over reset by Lijun Pan · 4 years ago
- c358f95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years ago
- e41aec7 ibmvnic: Ensure that CRQ entry read are correctly ordered by Lijun Pan · 4 years ago
- 8070860 net: ethernet: ibm: ibmvnic: Fix some kernel-doc misdemeanours by Lee Jones · 4 years ago
- 3f5ec37 ibmvnic: merge do_change_param_reset into do_reset by Lijun Pan · 4 years ago
- 862aecb ibmvnic: fix: NULL pointer dereference. by YANG LI · 4 years ago
- 1f45dc2 ibmvnic: continue fatal error reset after passive init by Lijun Pan · 4 years ago
- a0c8be5 ibmvnic: fix login buffer memory leak by Lijun Pan · 4 years ago
- 6be4666 use __netdev_notify_peers in ibmvnic by Lijun Pan · 4 years ago
- c2af622 ibmvnic: fix rx buffer tracking and index management in replenish_rx_pool partial success by Dwip N. Banerjee · 4 years, 1 month ago
- 38bd5ce ibmvnic: add some debugs by Sukadev Bhattiprolu · 4 years, 1 month ago
- 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- ba246c1 ibmvnic: Fix TX completion error handling by Thomas Falcon · 4 years, 1 month ago
- b71ec95 ibmvnic: Ensure that SCRQ entry reads are correctly ordered by Thomas Falcon · 4 years, 1 month ago
- 98c41f0 ibmvnic: reduce wait for completion time by Dany Madden · 4 years, 1 month ago
- a86d5c6 ibmvnic: no reset timeout for 5 seconds after reset by Dany Madden · 4 years, 1 month ago
- c98d9cc ibmvnic: send_login should check for crq errors by Dany Madden · 4 years, 1 month ago
- 76cdc5c ibmvnic: track pending login by Sukadev Bhattiprolu · 4 years, 1 month ago
- f15fde9 ibmvnic: delay next reset if hard reset fails by Sukadev Bhattiprolu · 4 years, 1 month ago
- 0cb4bc6 ibmvnic: restore adapter state on failed reset by Dany Madden · 4 years, 1 month ago
- 9281cf2 ibmvnic: avoid memset null scrq msgs by Dany Madden · 4 years, 1 month ago
- 18f141b ibmvnic: stop free_all_rwi on failed reset by Dany Madden · 4 years, 1 month ago
- 31d6b40 ibmvnic: handle inconsistent login with reset by Dany Madden · 4 years, 1 month ago
- 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
- 3ada288 ibmvnic: enhance resetting status check during module exit by Lijun Pan · 4 years, 1 month ago
- 0e435be ibmvnic: fix NULL pointer dereference in ibmvic_reset_crq by Lijun Pan · 4 years, 1 month ago
- a0faaa2 ibmvnic: fix NULL pointer dereference in reset_sub_crq_queues by Lijun Pan · 4 years, 1 month ago
- 855a631 ibmvnic: skip tx timeout reset while in resetting by Lijun Pan · 4 years, 1 month ago
- 98025bc ibmvnic: notify peers when failover and migration happen by Lijun Pan · 4 years, 1 month ago
- 8393597 ibmvnic: fix call_netdevice_notifiers in do_reset by Lijun Pan · 4 years, 1 month ago
- 41ed0a0 ibmvnic: Do not replenish RX buffers after every polling loop by Dwip N. Banerjee · 4 years, 1 month ago
- e552aa3 ibmvnic: Use netdev_alloc_skb instead of alloc_skb to replenish RX buffers by Dwip N. Banerjee · 4 years, 1 month ago
- ec20f36 ibmvnic: Correctly re-enable interrupts in NAPI polling routine by Dwip N. Banerjee · 4 years, 1 month ago
- 9a87c3f ibmvnic: Ensure that device queue memory is cache-line aligned by Dwip N. Banerjee · 4 years, 1 month ago
- 8ed589f ibmvnic: Remove send_subcrq function by Thomas Falcon · 4 years, 1 month ago
- c62aa37 ibmvnic: Clean up TX code and TX buffer data structure by Thomas Falcon · 4 years, 1 month ago
- 0d97338 ibmvnic: Introduce xmit_more support using batched subCRQ hcalls by Thomas Falcon · 4 years, 1 month ago
- 4f0b681 ibmvnic: Introduce batched RX buffer descriptor transmission by Thomas Falcon · 4 years, 1 month ago
- f019fb6 ibmvnic: Introduce indirect subordinate Command Response Queue buffer by Thomas Falcon · 4 years, 1 month ago
- 1d85049 powerpc/vnic: Extend "failover pending" window by Sukadev Bhattiprolu · 4 years, 2 months ago
- 8fc3672 ibmvnic: fix ibmvnic_set_mac by Lijun Pan · 4 years, 2 months ago
- d9b0e59 ibmvnic: save changed mac address to adapter->mac_addr by Lijun Pan · 4 years, 2 months ago
- 46899bd ibmvnic: create send_control_ip_offload by Lijun Pan · 4 years, 3 months ago
- 16e811f ibmvnic: create send_query_ip_offload by Lijun Pan · 4 years, 3 months ago
- 69980d0 ibmvnic: rename send_map_query to send_query_map by Lijun Pan · 4 years, 3 months ago
- 09081b9 ibmvnic: rename ibmvnic_send_req_caps to send_request_cap by Lijun Pan · 4 years, 3 months ago
- 491099a ibmvnic: rename send_cap_queries to send_query_cap by Lijun Pan · 4 years, 3 months ago
- b9cd795 ibmvnic: set up 200GBPS speed by Lijun Pan · 4 years, 3 months ago
- 3ab0a7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
- 785a2b1 Revert "ibmvnic: remove never executed if statement" by Lijun Pan · 4 years, 3 months ago
- aa7c3fe ibmvnic: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
- 8ae4dff ibmvnic: add missing parenthesis in do_reset() by Jakub Kicinski · 4 years, 4 months ago
- 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
- 36a782f ibmvnic: Harden device Command Response Queue handshake by Thomas Falcon · 4 years, 4 months ago
- 635e442 ibmvnic: merge ibmvnic_reset_init and ibmvnic_init by Lijun Pan · 4 years, 4 months ago
- 550f4d4 ibmvnic: remove never executed if statement by Lijun Pan · 4 years, 4 months ago
- fa68bfa ibmvnic: improve ibmvnic_init and ibmvnic_reset_init by Lijun Pan · 4 years, 4 months ago