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
/
cxgb4
/
cxgb4_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-11
chelsio: Move the Chelsio drivers
Jeff Kirsher
1
-3806
/
+0
2011-06-06
drivers/net: Remove unnecessary semicolons
Joe Perches
1
-1
/
+1
2011-04-30
ethtool: cosmetic: Use ethtool ethtool_cmd_speed API
David Decotigny
1
-1
/
+2
2011-04-30
ethtool: Use full 32 bit speed range in ethtool's set_settings
David Decotigny
1
-5
/
+6
2011-04-18
net: cxgb4{,vf}: convert to hw_features
Michał Mirosław
1
-55
/
+17
2011-04-09
cxgb4: drop phys_id interface and implement the newer set_phys_id
Dimitris Michailidis
1
-6
/
+11
2011-02-09
net: Kill NETEVENT_PMTU_UPDATE.
David S. Miller
1
-1
/
+0
2011-01-21
cxgb4: fix reported state of interfaces without link
Dimitris Michailidis
1
-1
/
+2
2010-12-17
cxgb4: remove a bitmap
Dimitris Michailidis
1
-2
/
+1
2010-12-17
cxgb4: remove the name field from the adapter structure
Dimitris Michailidis
1
-22
/
+15
2010-12-17
cxgb4: correct formatting of MSI-X interrupt names
Dimitris Michailidis
1
-14
/
+7
2010-12-17
cxgb4: print port information after registering each netdev
Dimitris Michailidis
1
-32
/
+22
2010-12-17
cxgb4: distinguish between 1-lane KR/KX and 4-lane KR/KX/KX4 ports
Dimitris Michailidis
1
-2
/
+7
2010-12-17
cxgb4: set the number of queues before device registration
Dimitris Michailidis
1
-5
/
+5
2010-12-17
cxgb4: enable PCIe relaxed ordering
Dimitris Michailidis
1
-0
/
+14
2010-11-28
drivers/net: use vzalloc()
Eric Dumazet
1
-4
/
+2
2010-11-02
cxgb4: remove call to stop TX queues at load time.
Divy Le Ray
1
-1
/
+0
2010-10-25
cxgb4: update to utilize the newer VLAN infrastructure
Dimitris Michailidis
1
-12
/
+19
2010-10-25
cxgb4: fix crash due to manipulating queues before registration
Dimitris Michailidis
1
-1
/
+1
2010-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-90
/
+77
2010-10-21
cxgb4: function namespace cleanup (v3)
stephen hemminger
1
-65
/
+3
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-04
cxgb4: remove a bogus PCI function number check
Dimitris Michailidis
1
-1
/
+1
2010-09-28
cxgb4: Use netif_set_real_num_{rx,tx}_queues()
Ben Hutchings
1
-1
/
+4
2010-08-24
cxgb4: update PCI ids
Dimitris Michailidis
1
-10
/
+20
2010-08-24
cxgb4: support eeprom read/write on functions other than 0
Dimitris Michailidis
1
-9
/
+31
2010-08-24
cxgb4: handle Rx/Tx queue ranges not starting at 0
Dimitris Michailidis
1
-5
/
+19
2010-08-03
cxgb4: update driver version
Dimitris Michailidis
1
-1
/
+1
2010-08-03
cxgb4: add new PCI IDs
Dimitris Michailidis
1
-0
/
+10
2010-08-03
cxgb4: support running the driver on PCI functions besides 0
Dimitris Michailidis
1
-56
/
+72
2010-08-03
cxgb4: advertise NETIF_F_TSO_ECN
Dimitris Michailidis
1
-4
/
+6
2010-08-03
cxgb4: get on-chip queue info from FW and create a memory window for them
Dimitris Michailidis
1
-2
/
+22
2010-07-12
cxgb4: exclude registers with read side effects from register dumps
Dimitris Michailidis
1
-10
/
+13
2010-07-12
cxgb4: implement the ETHTOOL_GRXFH command
Dimitris Michailidis
1
-1
/
+53
2010-07-12
cxgb4: add user manipulation of the RSS table
Dimitris Michailidis
1
-16
/
+97
2010-07-12
cxgb4: avoid duplicating some resource freeing code
Dimitris Michailidis
1
-17
/
+25
2010-07-12
cxgb4: move the choice of interrupt type before net_device registration
Dimitris Michailidis
1
-6
/
+7
2010-07-08
cxgb4: fix for new ndo_get_stats64 signature
Dimitris Michailidis
1
-2
/
+2
2010-07-01
ethtool: Change ethtool_op_set_flags to validate flags
Ben Hutchings
1
-8
/
+1
2010-06-29
cxgb4vf: Add code to provision T4 PCI-E SR-IOV Virtual Functions with hardwar...
Casey Leedom
1
-0
/
+106
2010-06-19
cxgb4: minor cleanup
Dimitris Michailidis
1
-2
/
+2
2010-06-19
cxgb4: update FW definitions
Dimitris Michailidis
1
-13
/
+42
2010-06-19
cxgb4: propagate link initialization errors to .ndo_open's callers
Dimitris Michailidis
1
-3
/
+4
2010-06-19
cxgb4: switch to 64 bit inteface statistics
Dimitris Michailidis
1
-3
/
+3
2010-06-19
cxgb4: implement EEH
Dimitris Michailidis
1
-1
/
+107
2010-06-19
cxgb4: rearrange initialization code in preparation for EEH
Dimitris Michailidis
1
-49
/
+60
2010-05-19
cxgb4: notify upper drivers if the device is already up when they load
Dimitris Michailidis
1
-0
/
+3
2010-05-19
cxgb4: keep interrupts available when the ports are brought down
Dimitris Michailidis
1
-27
/
+22
2010-05-19
cxgb4: fix initial addition of MAC address
Dimitris Michailidis
1
-1
/
+1
2010-05-13
cxgb4: report GRO stats with ethtool -S
Dimitris Michailidis
1
-0
/
+6
[next]