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
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
/
cisco
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-11
enic: remove unnecessary setting of skb->dev
Jon Mason
1
-2
/
+0
2012-05-11
drivers/net: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-8
/
+4
2012-04-13
enic: replace open-coded ARRAY_SIZE with macro
Jim Cromie
1
-1
/
+1
2012-04-02
enic: Stop using NLA_PUT*().
David S. Miller
1
-12
/
+10
2012-03-08
enic: Fix addr valid check in enic_set_vf_mac
Roopa Prabhu
2
-2
/
+2
2012-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2012-03-02
enic: fix an endian bug in enic_probe()
Dan Carpenter
2
-2
/
+2
2012-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2012-02-25
enic: Fix endianness bug.
Santosh Nayak
2
-2
/
+2
2012-02-20
enic: Add support for fw init command on sriov vf's
Roopa Prabhu
2
-2
/
+2
2012-02-20
enic: Fix ndo_set_vf_mac and ndo_set_vf_port to set/get the sriov vf's mac
Roopa Prabhu
2
-9
/
+30
2012-02-20
enic: Add new fw devcmd to set mac address of an interface
Roopa Prabhu
4
-1
/
+23
2012-02-20
enic: rename CMD_MAC_ADDR to CMD_GET_MAC_ADDR
Roopa Prabhu
4
-6
/
+6
2012-02-18
cisco/enic: use eth_hw_addr_random() instead of random_ether_addr()
Danny Kukawka
1
-1
/
+2
2012-02-13
enic: remove assignment of random mac on enic vf
Roopa Prabhu
2
-6
/
+1
2012-02-13
enic: Fix address deregistration for sriov vf during port profile disassociate
Roopa Prabhu
2
-3
/
+3
2012-02-05
enic: Check firmware capability before issuing firmware commands
Neel Patel
2
-28
/
+32
2012-02-05
enic: Enable support for multiple hardware receive queues
Neel Patel
1
-2
/
+2
2012-02-01
drivers/net: Remove alloc_etherdev error messages
Joe Perches
1
-3
/
+1
2012-02-01
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
3
-7
/
+2
2012-01-20
enic: fix compile when CONFIG_PCI_IOV is not enabled
Roopa Prabhu
1
-2
/
+2
2012-01-19
enic: fix location of vnic dev unregister in enic_probe cleanup code
Roopa Prabhu
1
-1
/
+1
2012-01-19
enic: rearrange some of the port profile code
Roopa Prabhu
1
-7
/
+7
2012-01-19
enic: Add sriov vf device id checks in port profile code
Roopa Prabhu
1
-9
/
+8
2012-01-19
enic: This patch adds pci id 0x71 for SRIOV VF's
Roopa Prabhu
2
-1
/
+8
2011-12-09
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
2
-6
/
+12
2011-12-04
enic: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
1
-1
/
+1
2011-11-14
Sweep the last of the active .get_drvinfo floors under ethernet/
Rick Jones
1
-4
/
+4
2011-10-19
net: add skb frag size accessors
Eric Dumazet
1
-6
/
+6
2011-10-07
net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_map
Ian Campbell
1
-2
/
+2
2011-09-27
enic: Add support for port profile association on a enic SRIOV VF
Roopa Prabhu
4
-96
/
+232
2011-09-27
enic: Helper code for SRIOV proxy commands
Roopa Prabhu
5
-5
/
+54
2011-09-27
enic: Add SRIOV support
Roopa Prabhu
2
-2
/
+57
2011-08-31
enic: convert to SKB paged frag API.
Ian Campbell
1
-7
/
+7
2011-08-27
drivers/net/ethernet/*: Enabled vendor Kconfig options
Jeff Kirsher
1
-0
/
+1
2011-08-18
net: remove use of ndo_set_multicast_list in drivers
Jiri Pirko
1
-2
/
+0
2011-08-18
net: introduce IFF_UNICAST_FLT private flag
Jiri Pirko
1
-0
/
+3
2011-08-11
enic: Move the Cisco driver
Jeff Kirsher
34
-0
/
+7497