Sign in
android-kvm
/
linux
/
0afa0724dfb0ee94bc1c85eee9e90318413af463
/
drivers
/
net
/
ethernet
/
intel
/
ixgbevf
/
ixgbevf.h
4ad6af0
ixgbevf: change hw_dbg to use netdev_dbg
by Emil Tantilov
· 9 years ago
1d94f98
ixgbevf: add VF support for new hardware
by Don Skidmore
· 9 years ago
2f8214f
ixgbevf: Use mac_ops instead of trying to identify NIC type
by Alexander Duyck
· 9 years ago
c6d4517
ixgbevf: Support Windows hosts (Hyper-V)
by KY Srinivasan
· 9 years ago
8d055cc
ixgbevf: make use of BIT() macro to avoid shift of signed values
by Jacob Keller
· 9 years ago
a02a5a5
ixgbevf: add support for per-queue ethtool stats
by Emil Tantilov
· 9 years ago
d5dd7c3
ixgbevf: use bit operations for setting and checking resets
by Emil Tantilov
· 9 years ago
324d0867
ixgbevf: call ndo_stop() instead of dev_close() when running offline selftest
by Stefan Assmann
· 9 years ago
8a9ca11
ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12K
by Alexander Duyck
· 9 years ago
8443c1a4
ixgbe, ixgbevf: Add new mbox API xcast mode
by Hiroshi Shimamoto
· 10 years ago
9cba434
ixgbevf: add support for reporting RSS key and hash table for X550
by Emil Tantilov
· 10 years ago
ad1431e
ixgbevf: Add RSS Key query code
by Vlad Zolotarov
· 10 years ago
94cf66f
ixgbevf: Add a RETA query code
by Vlad Zolotarov
· 10 years ago
dec0d8e
ixgbevf: Fix code comments and whitespace
by Jeff Kirsher
· 10 years ago
9ac5c5c
ixgbevf: combine all of the tasks into a single service task
by Emil Tantilov
· 10 years ago
e66c92a
ixgbevf: rewrite watchdog task to function similar to igbvf
by Emil Tantilov
· 10 years ago
e08400b
ixgbevf: Add code to check for Tx hang
by Emil Tantilov
· 10 years ago
2dc571a
ixgbevf: enable multiple queue support
by Emil Tantilov
· 10 years ago
47068b0
ixgbevf: add support for X550 VFs
by Emil Tantilov
· 10 years ago
688ff32
ixgbevf: add netpoll support
by Emil Tantilov
· 10 years ago
bad1723
ixgbevf: Change receive model to use double buffered page based receives
by Emil Tantilov
· 10 years ago
4b95fe3
ixgbevf: Update Rx next to clean in real time
by Emil Tantilov
· 10 years ago
dff8052
ixgbevf: Combine the logic for post Rx processing into single function
by Emil Tantilov
· 10 years ago
ec62fe2
ixgbevf: Test Rx status bits directly out of the descriptor
by Emil Tantilov
· 10 years ago
8d34b31
ixgbevf: remove useless bd_number from struct ixgbevf_adapter
by Ethan Zhao
· 11 years ago
ea69956
ixgbevf: Add bit to mark work queue initialization
by Mark Rustad
· 11 years ago
bc0c715
ixgbevf: Fix rcu warnings induced by LER
by Mark Rustad
· 11 years ago
dbf8b0d
ixgbevf: Check register reads for adapter removal
by Mark Rustad
· 11 years ago
06380db
ixgbevf: Use static inlines instead of macros
by Mark Rustad
· 11 years ago
2e7cfbd
ixgbevf: Indicate removal state explicitly
by Mark Rustad
· 11 years ago
9bdfefd
ixgbevf: redo dma mapping using the tx buffer info
by Emil Tantilov
· 11 years ago
7ad1a09
ixgbevf: make the first tx_buffer a repository for most of the skb info
by Emil Tantilov
· 11 years ago
9703192
ixgbevf: remove counters for Tx/Rx checksum offload
by Emil Tantilov
· 11 years ago
095e261
ixgbevf: move ring specific stats into ring specific structure
by Emil Tantilov
· 11 years ago
05d063a
ixgbevf: make use of the dev pointer in the ixgbevf_ring struct
by Emil Tantilov
· 11 years ago
87e70ab
ixgbevf: Convert ring storage form pointer to an array to array of pointers
by Don Skidmore
· 11 years ago
e689e72
ixgbevf: set the disable state when ixgbevf_qv_disable is called
by Jacob Keller
· 11 years ago
220fe05
ixgbevf: add DCB configuration into queue setup
by Don Skidmore
· 11 years ago
5cdab2f
ixgbe: Focus config of head, tail ntc, and ntu all into a single function
by Don Skidmore
· 11 years ago
f880d07
ixgbe: cleanup IXGBE_DESC_UNUSED
by Don Skidmore
· 11 years ago
44bd741
ixgbevf: Add zero_base handler to network statistics
by Don Skidmore
· 11 years ago
3b5dca2
ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLL
by Jacob Keller
· 11 years ago
c777cdf
ixgbevf: implement CONFIG_NET_RX_BUSY_POLL
by Jacob Keller
· 11 years ago
3849623
ixgbevf: implement ethtool get/set coalesce
by Jacob Keller
· 11 years ago
5ccc921
intel: Remove extern from function prototypes
by Joe Perches
· 11 years ago
e757e3e
ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid races
by Alexander Duyck
· 12 years ago
55fb277
ixgbevf: Add checksum statistics counters to rings
by Greg Rose
· 12 years ago
7af335c
ixgbevf: Remove the ring adapter pointer value
by Greg Rose
· 12 years ago
85624ca
ixgbevf: Reduce size of maximum rx buffer
by Greg Rose
· 12 years ago
366c109
ixgbevf: Add flag to indicate when rx is in net poll
by Greg Rose
· 12 years ago
56e94095
ixgbevf: Add VF DCB + SR-IOV support
by Alexander Duyck
· 13 years ago
c88887e
ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangs
by Alexander Duyck
· 13 years ago
5c60f81
ixgbevf: Add fix to VF to handle multi-descriptor buffers
by Alexander Duyck
· 13 years ago
dd1fe11
ixgbevf: Cleanup handling of configuration for jumbo frames
by Alexander Duyck
· 13 years ago
ce42260
ixgbevf: Fix namespace issue with ixgbe_write_eitr
by Greg Rose
· 13 years ago
1c55ed7
ixgbevf: Add lock around mailbox ops to prevent simultaneous access
by Alexander Duyck
· 13 years ago
fb40195
ixgbevf: Add netdev to ring structure
by Alexander Duyck
· 13 years ago
908421f
ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffix
by Alexander Duyck
· 13 years ago
5f3600e
ixgbevf: Use igb style interrupt masks instead of ixgbe style
by Alexander Duyck
· 13 years ago
fa71ae2
ixgbevf: Move Tx clean-up into NAPI context
by Alexander Duyck
· 13 years ago
6b43c44
ixgbevf: Update q_vector to contain ring pointers instead of bitmaps
by Alexander Duyck
· 13 years ago
e2c28ce
ixgbevf: Drop use of eitr_low and eitr_high for hard coded values
by Alexander Duyck
· 13 years ago
525a940
ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flag
by Alexander Duyck
· 13 years ago
fd13a9a
ixgbevf: Drop netdev_registered value since that is already stored in netdev
by Alexander Duyck
· 13 years ago
77d5dfc
ixgbevf: Drop all dead or unnecessary code
by Alexander Duyck
· 13 years ago
795180d
ixgbevf: Make sure jumbo frames are set correctly after PF reset
by Greg Rose
· 13 years ago
5c47a2b
ixgbevf: Update copyright notices
by Greg Rose
· 13 years ago
3d8fe98
ixgbevf: make operations tables const
by Stephen Hemminger
· 13 years ago
b5417bf
ixgbevf: fix sparse warnings
by Stephen Hemminger
· 13 years ago
4197aa7
ixgbevf: provide 64 bit statistics
by Eric Dumazet
· 14 years ago
dee1ad4
intel: Move the Intel wired LAN drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/ixgbevf/ixgbevf.h]
dadcd65
ixgbevf: do vlan cleanup
by Jiri Pirko
· 14 years ago
f416dfc
ixgbevf: Fix bungled declaration of ixgbevf_mbx_ops
by Greg Rose
· 14 years ago
23633b1
ixgbevf: remove Tx hang detection
by Lior Levy
· 14 years ago
2316aa2
ixgbevf: Add X540 VF device support to the ixgbevf driver
by Greg Rose
· 14 years ago
66c87bd
ixgbevf: Update Version String and Copyright Notice
by Greg Rose
· 14 years ago
fb621ba
ixgbevf: remove private net_device_stats
by Eric Dumazet
· 14 years ago
92915f7
ixgbevf: Driver main and ethool interface module and main header
by Greg Rose
· 15 years ago