index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
ixgbevf
/
ixgbevf.h
Age
Commit message (
Expand
)
Author
2014-03-21
ixgbevf: Use static inlines instead of macros
Mark Rustad
2014-03-19
ixgbevf: Indicate removal state explicitly
Mark Rustad
2014-01-17
ixgbevf: redo dma mapping using the tx buffer info
Emil Tantilov
2014-01-17
ixgbevf: make the first tx_buffer a repository for most of the skb info
Emil Tantilov
2014-01-17
ixgbevf: remove counters for Tx/Rx checksum offload
Emil Tantilov
2014-01-17
ixgbevf: move ring specific stats into ring specific structure
Emil Tantilov
2014-01-17
ixgbevf: make use of the dev pointer in the ixgbevf_ring struct
Emil Tantilov
2014-01-16
ixgbevf: Convert ring storage form pointer to an array to array of pointers
Don Skidmore
2014-01-16
ixgbevf: set the disable state when ixgbevf_qv_disable is called
Jacob Keller
2013-12-17
ixgbevf: add DCB configuration into queue setup
Don Skidmore
2013-12-10
ixgbe: Focus config of head, tail ntc, and ntu all into a single function
Don Skidmore
2013-11-01
ixgbe: cleanup IXGBE_DESC_UNUSED
Don Skidmore
2013-10-29
ixgbevf: Add zero_base handler to network statistics
Don Skidmore
2013-10-29
ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLL
Jacob Keller
2013-10-29
ixgbevf: implement CONFIG_NET_RX_BUSY_POLL
Jacob Keller
2013-10-24
ixgbevf: implement ethtool get/set coalesce
Jacob Keller
2013-09-24
intel: Remove extern from function prototypes
Joe Perches
2013-03-08
ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid races
Alexander Duyck
2012-11-15
ixgbevf: Add checksum statistics counters to rings
Greg Rose
2012-11-15
ixgbevf: Remove the ring adapter pointer value
Greg Rose
2012-11-13
ixgbevf: Reduce size of maximum rx buffer
Greg Rose
2012-11-13
ixgbevf: Add flag to indicate when rx is in net poll
Greg Rose
2012-10-22
ixgbevf: Add VF DCB + SR-IOV support
Alexander Duyck
2012-10-09
ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangs
Alexander Duyck
2012-09-24
ixgbevf: Add fix to VF to handle multi-descriptor buffers
Alexander Duyck
2012-08-30
ixgbevf: Cleanup handling of configuration for jumbo frames
Alexander Duyck
2012-07-21
ixgbevf: Fix namespace issue with ixgbe_write_eitr
Greg Rose
2012-07-21
ixgbevf: Add lock around mailbox ops to prevent simultaneous access
Alexander Duyck
2012-07-18
ixgbevf: Add netdev to ring structure
Alexander Duyck
2012-07-17
ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffix
Alexander Duyck
2012-07-17
ixgbevf: Use igb style interrupt masks instead of ixgbe style
Alexander Duyck
2012-07-17
ixgbevf: Move Tx clean-up into NAPI context
Alexander Duyck
2012-07-17
ixgbevf: Update q_vector to contain ring pointers instead of bitmaps
Alexander Duyck
2012-07-17
ixgbevf: Drop use of eitr_low and eitr_high for hard coded values
Alexander Duyck
2012-07-17
ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flag
Alexander Duyck
2012-07-17
ixgbevf: Drop netdev_registered value since that is already stored in netdev
Alexander Duyck
2012-07-17
ixgbevf: Drop all dead or unnecessary code
Alexander Duyck
2012-05-03
ixgbevf: Make sure jumbo frames are set correctly after PF reset
Greg Rose
2012-02-03
ixgbevf: Update copyright notices
Greg Rose
2012-01-19
ixgbevf: make operations tables const
Stephen Hemminger
2012-01-19
ixgbevf: fix sparse warnings
Stephen Hemminger
2011-08-26
ixgbevf: provide 64 bit statistics
Eric Dumazet
2011-08-10
intel: Move the Intel wired LAN drivers
Jeff Kirsher