index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.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
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
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
/
emulex
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-14
be2net: Support for OS2BMC.
Venkata Duvvuru
4
-1
/
+181
2015-05-14
be2net: Report a "link down" to the stack when a fatal error or fw reset happ...
Venkata Duvvuru
3
-34
/
+49
2015-05-14
be2net: Export board temperature using hwmon-sysfs interface.
Venkata Duvvuru
4
-3
/
+46
2015-05-09
be2net: update the driver version to 10.6.0.2
Sathya Perla
1
-1
/
+1
2015-05-09
be2net: update copyright year to 2015
Vasundhara Volam
8
-8
/
+8
2015-05-09
be2net: use be_virtfn() instead of !be_physfn()
Kalesh AP
2
-7
/
+8
2015-05-09
be2net: simplify UFI compatibility checking
Vasundhara Volam
2
-44
/
+16
2015-05-09
be2net: post full RXQ on interface enable
Suresh Reddy
1
-2
/
+5
2015-05-09
be2net: check for INSUFFICIENT_VLANS error
Kalesh AP
3
-2
/
+5
2015-05-09
be2net: receive pkts with L3, L4 errors on VFs
Somnath Kotur
1
-1
/
+1
2015-05-09
be2net: set interrupt moderation for Skyhawk-R using EQ-DB
Padmanabh Ratnakar
4
-45
/
+128
2015-05-09
be2net: add support for spoofchk setting
Kalesh AP
4
-14
/
+78
2015-05-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2015-04-30
be2net: log link status
Ivan Vecera
1
-0
/
+2
2015-04-29
bridge/nl: remove wrong use of NLM_F_MULTI
Nicolas Dichtel
1
-2
/
+3
2015-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+2
2015-04-09
be2net: Fix a bug in Rx buffer posting
Ajit Khaparde
2
-1
/
+2
2015-03-29
be2net: bump up the driver version to 10.6.0.1
Sathya Perla
1
-1
/
+1
2015-03-29
be2net: setup xps queue mapping
Sathya Perla
1
-3
/
+7
2015-03-29
be2net: assign CPU affinity hints to be2net IRQs
Padmanabh Ratnakar
2
-3
/
+16
2015-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-44
/
+108
2015-03-20
be2net: use PCI MMIO read instead of config read for errors
Suresh Reddy
2
-11
/
+23
2015-03-20
be2net: restrict MODIFY_EQ_DELAY cmd to a max of 8 EQs
Suresh Reddy
1
-9
/
+5
2015-03-20
be2net: Prevent VFs from enabling VLAN promiscuous mode
Vasundhara Volam
4
-24
/
+80
2015-03-09
ethernet: codespell comment spelling fixes
Joe Perches
1
-1
/
+1
2015-03-04
be2net: implement .sriov_configure() PCI callback
Vasundhara Volam
2
-65
/
+107
2015-03-04
be2net: re-distribute SRIOV resources allowed by FW
Vasundhara Volam
4
-38
/
+141
2015-03-04
be2net: avoid creating the non-RSS default RXQ if FW allows to
Vasundhara Volam
5
-24
/
+41
2015-03-04
ethernet: Use eth_<foo>_addr instead of memset
Joe Perches
2
-2
/
+2
2015-02-23
be2net: move be_func_init() call inside be_setup()
Sathya Perla
1
-46
/
+42
2015-02-23
be2net: refactor adapter resource cleanup sequence into be_cleanup()
Kalesh AP
1
-24
/
+16
2015-02-23
be2net: refactor adapter resource initialzation sequence into be_resume()
Kalesh AP
1
-35
/
+21
2015-02-23
be2net: remove code duplication relating to Lancer reset sequence
Sathya Perla
2
-117
/
+55
2015-02-23
be2net: refactor error detect/recovery function
Kalesh AP
1
-14
/
+17
2015-02-23
be2net: use a wrapper to schedule and cancel error detection task
Sathya Perla
2
-16
/
+32
2015-02-23
be2net: refactor function initalization sequence into be_func_init()
Sathya Perla
2
-44
/
+36
2015-02-23
be2net: get rid of be_get_initial_config() call from be_probe()
Sathya Perla
1
-25
/
+13
2015-02-23
be2net: move adapter fields alloc/free code to new routines
Sathya Perla
1
-213
/
+195
2015-02-20
be2net: Add a few inline functions to test TXQ conditions
Sriharsha Basavapatna
1
-4
/
+18
2015-02-20
be2net: Minor code cleanup in tx completion process
Sriharsha Basavapatna
2
-23
/
+31
2015-02-20
be2net: Refactor be_xmit_enqueue() routine
Sriharsha Basavapatna
1
-40
/
+86
2015-02-20
be2net: Refactor wrb_fill_hdr() routine
Sriharsha Basavapatna
2
-39
/
+99
2015-02-14
MODULE_DEVICE_TABLE: fix some callsites
Andrew Morton
1
-1
/
+0
2015-02-08
be2net: avoid unncessary swapping of fields in eth_tx_wrb
Sathya Perla
2
-18
/
+27
2015-02-08
be2net: process port misconfig async event
Vasundhara Volam
4
-30
/
+139
2015-02-08
be2net: refactor be_set_rx_mode() and be_vid_config() for readability
Sathya Perla
2
-97
/
+127
2015-02-08
be2net: remove duplicate code in be_cmd_rx_filter()
Sathya Perla
3
-51
/
+36
2015-02-08
be2net: use offset based FW flashing for Skyhawk chip
Vasundhara Volam
3
-23
/
+66
2015-02-08
be2net: avoid flashing SH-B0 UFI image on SH-P2 chip
Vasundhara Volam
2
-2
/
+9
2015-02-08
be2net: refactor code that checks flash file compatibility
Vasundhara Volam
2
-68
/
+78
[next]