Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-11ixgbevf: Add bit to mark work queue initializationMark Rustad
2014-04-01ixgbevf: Fix rcu warnings induced by LERMark Rustad
2014-03-21ixgbevf: Check register reads for adapter removalMark Rustad
2014-03-21ixgbevf: Use static inlines instead of macrosMark Rustad
2014-03-20ixgbevf: Indicate removal state explicitlyMark Rustad
2014-01-18ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov
2014-01-18ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov
2014-01-18ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov
2014-01-18ixgbevf: move ring specific stats into ring specific structureEmil Tantilov
2014-01-18ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov
2014-01-17ixgbevf: Convert ring storage form pointer to an array to array of pointersDon Skidmore
2014-01-17ixgbevf: set the disable state when ixgbevf_qv_disable is calledJacob Keller
2013-12-18ixgbevf: add DCB configuration into queue setupDon Skidmore
2013-12-10ixgbe: Focus config of head, tail ntc, and ntu all into a single functionDon Skidmore
2013-11-01ixgbe: cleanup IXGBE_DESC_UNUSEDDon Skidmore
2013-10-29ixgbevf: Add zero_base handler to network statisticsDon Skidmore
2013-10-29ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller
2013-10-29ixgbevf: implement CONFIG_NET_RX_BUSY_POLLJacob Keller
2013-10-24ixgbevf: implement ethtool get/set coalesceJacob Keller
2013-09-24intel: Remove extern from function prototypesJoe Perches
2013-03-08ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck
2012-11-15ixgbevf: Add checksum statistics counters to ringsGreg Rose
2012-11-15ixgbevf: Remove the ring adapter pointer valueGreg Rose
2012-11-13ixgbevf: Reduce size of maximum rx bufferGreg Rose
2012-11-13ixgbevf: Add flag to indicate when rx is in net pollGreg Rose
2012-10-23ixgbevf: Add VF DCB + SR-IOV supportAlexander Duyck
2012-10-09ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsAlexander Duyck
2012-09-24ixgbevf: Add fix to VF to handle multi-descriptor buffersAlexander Duyck
2012-08-31ixgbevf: Cleanup handling of configuration for jumbo framesAlexander Duyck
2012-07-22ixgbevf: Fix namespace issue with ixgbe_write_eitrGreg Rose
2012-07-22ixgbevf: Add lock around mailbox ops to prevent simultaneous accessAlexander Duyck
2012-07-19ixgbevf: Add netdev to ring structureAlexander Duyck
2012-07-18ixgbevf: Update descriptor macros to accept pointers and drop _ADV suffixAlexander Duyck
2012-07-17ixgbevf: Use igb style interrupt masks instead of ixgbe styleAlexander Duyck
2012-07-17ixgbevf: Move Tx clean-up into NAPI contextAlexander Duyck
2012-07-17ixgbevf: Update q_vector to contain ring pointers instead of bitmapsAlexander Duyck
2012-07-17ixgbevf: Drop use of eitr_low and eitr_high for hard coded valuesAlexander Duyck
2012-07-17ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flagAlexander Duyck
2012-07-17ixgbevf: Drop netdev_registered value since that is already stored in netdevAlexander Duyck
2012-07-17ixgbevf: Drop all dead or unnecessary codeAlexander Duyck
2012-05-03ixgbevf: Make sure jumbo frames are set correctly after PF resetGreg Rose
2012-02-03ixgbevf: Update copyright noticesGreg Rose
2012-01-19ixgbevf: make operations tables constStephen Hemminger
2012-01-19ixgbevf: fix sparse warningsStephen Hemminger
2011-08-27ixgbevf: provide 64 bit statisticsEric Dumazet
2011-08-11intel: Move the Intel wired LAN driversJeff Kirsher