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
/
intel
/
ixgbevf
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-01
netvm: propagate page->pfmemalloc from skb_alloc_page to skb
Mel Gorman
1
-1
/
+0
2012-07-22
ixgbevf: Fix namespace issue with ixgbe_write_eitr
Greg Rose
2
-25
/
+19
2012-07-22
ixgbevf: Add support for PCI error handling
Alexander Duyck
1
-0
/
+80
2012-07-22
ixgbevf: Add lock around mailbox ops to prevent simultaneous access
Alexander Duyck
2
-2
/
+41
2012-07-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+3
2012-07-19
ixgbevf: Fix multiple issues in ixgbevf_get/set_ringparam
Alexander Duyck
1
-70
/
+83
2012-07-19
ixgbevf: Consolidate Tx context descriptor creation code
Alexander Duyck
2
-180
/
+163
2012-07-19
ixgbevf: Add netdev to ring structure
Alexander Duyck
3
-34
/
+28
2012-07-19
ixgbevf: Do not rewind the Rx ring before bumping tail
Alexander Duyck
1
-5
/
+2
2012-07-19
ixgbevf: fix VF untagging when 802.1 prio is set
Pascal Bouchareine
1
-1
/
+1
2012-07-18
ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffix
Alexander Duyck
2
-15
/
+15
2012-07-17
ixgbevf: Use igb style interrupt masks instead of ixgbe style
Alexander Duyck
3
-146
/
+105
2012-07-17
ixgbevf: Move Tx clean-up into NAPI context
Alexander Duyck
3
-182
/
+89
2012-07-17
ixgbevf: Update q_vector to contain ring pointers instead of bitmaps
Alexander Duyck
2
-105
/
+65
2012-07-17
ixgbevf: Fix panic when loading driver
Alexander Duyck
1
-0
/
+3
2012-07-17
ixgbevf: Cleanup accounting for space needed at start of xmit_frame
Alexander Duyck
1
-22
/
+24
2012-07-17
ixgbevf: Drop use of eitr_low and eitr_high for hard coded values
Alexander Duyck
2
-10
/
+4
2012-07-17
ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flag
Alexander Duyck
2
-20
/
+2
2012-07-17
ixgbevf: Drop netdev_registered value since that is already stored in netdev
Alexander Duyck
2
-6
/
+1
2012-07-17
ixgbevf: Drop all dead or unnecessary code
Alexander Duyck
3
-228
/
+22
2012-07-17
ixgbevf: Prevent RX/TX statistics getting reset to zero
Narendra K
1
-12
/
+0
2012-07-11
drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions
Ben Hutchings
1
-3
/
+3
2012-05-03
ixgbevf: Update version string
Greg Rose
1
-1
/
+1
2012-05-03
ixgbevf: Make sure jumbo frames are set correctly after PF reset
Greg Rose
2
-15
/
+15
2012-05-03
ixgbevf: Add support to recognize 100mb link speed
Greg Rose
3
-7
/
+25
2012-03-28
intel: make wired ethernet driver message level consistent (rev2)
stephen hemminger
1
-2
/
+5
2012-02-25
ixgbevf: print MAC via printk format specifier
Danny Kukawka
1
-7
/
+1
2012-02-13
rename dev_hw_addr_random and remove redundant second
Danny Kukawka
1
-11
/
+17
2012-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
10
-17
/
+32
2012-02-03
ixgbevf: Update copyright notices
Greg Rose
10
-11
/
+11
2012-02-03
ixgbevf: Fix mailbox interrupt ack bug
Greg Rose
2
-6
/
+21
2012-02-01
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
1
-5
/
+1
2012-01-19
ixgbevf: make operations tables const
Stephen Hemminger
4
-8
/
+8
2012-01-19
ixgbevf: fix sparse warnings
Stephen Hemminger
3
-2
/
+4
2012-01-19
ixgbevf: make ethtool ops and strings const
Stephen Hemminger
1
-2
/
+3
2012-01-19
ixgbevf: Prevent possible race condition by checking for message
Greg Rose
1
-18
/
+21
2012-01-03
ixgbevf: Fix register defines to correctly handle complex expressions
Alexander Duyck
2
-23
/
+23
2011-12-09
net: make vlan ndo_vlan_rx_[add/kill]_vid return error value
Jiri Pirko
1
-2
/
+6
2011-11-23
net: remove netdev_alloc_page and use __GFP_COLD
Eric Dumazet
1
-1
/
+1
2011-11-23
Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...
Rick Jones
1
-5
/
+5
2011-11-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
4
-18
/
+20
2011-11-17
net: introduce and use netdev_features_t for device features sets
Michał Mirosław
1
-1
/
+2
2011-11-16
intel: Convert <FOO>_LENGTH_OF_ADDRESS to ETH_ALEN
Joe Perches
2
-3
/
+2
2011-11-16
ixgbevf: Convert printks to pr_<level>
Jeff Kirsher
2
-15
/
+18
2011-11-03
ixgbevf: Update release version
Greg Rose
1
-1
/
+1
2011-10-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
10
-0
/
+6046
2011-10-19
net: add skb frag size accessors
Eric Dumazet
1
-3
/
+3
2011-10-08
net: Remove unnecessary driver assignments of ethtool_ringparam fields to zero
Rick Jones
1
-4
/
+0
2011-09-29
ixgbevf: Fix broken trunk vlan
Greg Rose
1
-4
/
+2
2011-08-31
intel: convert to SKB paged frag API.
Ian Campbell
1
-6
/
+4
[next]