index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
ibm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-03
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-28
ibmveth: Fix use of ibmveth in a bridge.
Thomas Bogendoerfer
1
-6
/
+0
2020-10-22
ibmvnic: save changed mac address to adapter->mac_addr
Lijun Pan
1
-0
/
+5
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+15
2020-10-15
ibmveth: Identify ingress large send packets.
David Wilder
1
-1
/
+12
2020-10-15
ibmveth: Switch order of ibmveth_helper calls.
David Wilder
1
-5
/
+5
2020-09-29
ibmvnic: create send_control_ip_offload
Lijun Pan
1
-70
/
+80
2020-09-29
ibmvnic: create send_query_ip_offload
Lijun Pan
1
-23
/
+29
2020-09-29
ibmvnic: rename send_map_query to send_query_map
Lijun Pan
1
-3
/
+3
2020-09-29
ibmvnic: rename ibmvnic_send_req_caps to send_request_cap
Lijun Pan
1
-3
/
+3
2020-09-29
ibmvnic: rename send_cap_queries to send_query_cap
Lijun Pan
1
-4
/
+4
2020-09-29
ibmvnic: set up 200GBPS speed
Lijun Pan
2
-2
/
+5
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+4
2020-09-19
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-14
net: ehea: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-4
/
+3
2020-09-08
ibmvnic: add missing parenthesis in do_reset()
Jakub Kicinski
1
-2
/
+4
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-3
/
+16
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+14
2020-09-01
ibmvnic: Harden device Command Response Queue handshake
Thomas Falcon
1
-1
/
+18
2020-08-27
ibmvnic: merge ibmvnic_reset_init and ibmvnic_init
Lijun Pan
1
-52
/
+13
2020-08-27
ibmvnic: remove never executed if statement
Lijun Pan
1
-12
/
+0
2020-08-27
ibmvnic: improve ibmvnic_init and ibmvnic_reset_init
Lijun Pan
1
-4
/
+13
2020-08-27
ibmvnic: compare adapter->init_done_rc with more readable ibmvnic_rc_codes
Lijun Pan
1
-1
/
+1
2020-08-26
ibmvnic fix NULL tx_pools and rx_tools issue at do_reset
Mingming Cao
1
-1
/
+14
2020-08-25
ibmvnic: Fix use-after-free of VNIC login response buffer
Thomas Falcon
2
-22
/
+25
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-2
/
+2
2020-08-20
ibmvnic: store RX and TX subCRQ handle array in ibmvnic_adapter struct
Cristobal Forno
2
-12
/
+27
2020-07-30
ibmvnic: Fix IRQ mapping disposal in error path
Thomas Falcon
1
-1
/
+1
2020-06-21
ibmvnic: continue to init in CRQ reset returns H_CLOSED
Dany Madden
1
-2
/
+7
2020-06-20
ibmveth: Fix max MTU limit
Thomas Falcon
1
-1
/
+1
2020-06-15
ibmvnic: Harden device login requests
Thomas Falcon
1
-4
/
+17
2020-06-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+3
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-4
/
+4
2020-06-13
ibmvnic: Flush existing work items before device removal
Thomas Falcon
1
-0
/
+3
2020-05-30
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-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-3
/
+27
2020-03-12
net: ibm: remove set but not used variables 'err'
Chen Zhou
1
-2
/
+1
2020-03-11
ibmvnic: Do not process device remove during device reset
Juliet Kim
2
-3
/
+27
2020-03-06
ibmveth: Remove unused page_offset macro
Matthew Wilcox (Oracle)
1
-2
/
+0
2020-03-01
net/ethtool: Introduce link_ksettings API for virtual network devices
Cris Forno
2
-24
/
+36
2019-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2019-12-14
net/ibmvnic: Fix typo in retry check
Thomas Falcon
1
-1
/
+1
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
3
-3
/
+3
2019-11-27
ibmvnic: Serialize device queries
Thomas Falcon
2
-5
/
+51
2019-11-27
ibmvnic: Bound waits for device queries
Thomas Falcon
1
-15
/
+97
2019-11-27
ibmvnic: Terminate waiting device threads after loss of service
Thomas Falcon
1
-0
/
+9
2019-11-27
ibmvnic: Fix completion structure initialization
Thomas Falcon
1
-8
/
+11
[next]