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
2017-02-04ixgbevf: get rid of custom busy polling codeEric Dumazet
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger
2017-01-04ixgbevf: Add support for VF promiscuous modeDon Skidmore
2017-01-04ixgbevf: restore hw_addr on resume or errorEmil Tantilov
2017-01-04ixgbevf: fix AER error handlingEmil Tantilov
2017-01-04ixgbevf: handle race between close and suspend on shutdownEmil Tantilov
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-01ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck
2016-11-05ixgbevf: Handle previously-freed msix_entriesMark Rustad
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson
2016-09-23ixgbevf: add spinlocks for MTU change callsEmil Tantilov
2016-08-19ixgbevf: only check Tx queue enablement when debuggingEmil Tantilov
2016-08-19ixgbevf: change hw_dbg to use netdev_dbgEmil Tantilov
2016-07-22ixgbevf: Add range checking for setting MTUTony Nguyen
2016-07-22ixgbevf: Protect ixgbevf_reset_subtask from remove eventDon Skidmore
2016-07-22ixgbevf: Add lock around ixgbevf_reinit_locked callDon Skidmore
2016-07-22ixgbevf: add VF support for new hardwareDon Skidmore
2016-07-22ixgbevf: bump version numberDon Skidmore
2016-05-21intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert
2016-05-04ixgbevf: Remove unused parameterTony Nguyen
2016-05-04ixgbevf: Use mac_ops instead of trying to identify NIC typeAlexander Duyck
2016-05-04ixgbevf: Change the relaxed order settings in VF driver for sparcBabu Moger
2016-05-04ixgbevf: Support Windows hosts (Hyper-V)KY Srinivasan
2016-04-25ixgbevf: Move API negotiation function into mac_opsAlexander Duyck
2016-04-25ixgbe/ixgbevf: Add support for GSO partialAlexander Duyck
2016-04-25ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller
2016-04-08ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean logicAlexander Duyck
2016-04-05ixgbevf: Add support for generic Tx checksumsAlexander Duyck
2016-04-04ixgbevf: use bit operations for setting and checking resetsEmil Tantilov
2016-03-30ixgbevf: fix error code path when setting MAC addressEmil Tantilov
2016-03-30ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann
2016-03-18mm: introduce page reference manipulation functionsJoonsoo Kim
2015-12-30ixgbevf: minor cleanups for ixgbevf_set_itr()Emil Tantilov
2015-12-30ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vectorWilliam Dauchy
2015-12-03ixgbevf: Handle extended IPv6 headers in Tx pathMark Rustad
2015-12-03ixgbevf: Minor cleanupsMark Rustad
2015-12-03ixgbevf: Use a private workqueue to avoid certain possible hangsMark Rustad
2015-11-23ixgbevf: fix spoofed packets with random MACEmil Tantilov
2015-11-23ixgbevf: use ether_addr_copy instead of memcpyEmil Tantilov
2015-11-23ixgbe/ixgbevf: use napi_schedule_irqoff()Alexander Duyck
2015-11-23ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck
2015-11-19net: provide generic busy polling to all NAPI driversEric Dumazet
2015-10-23ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg
2015-09-23ixgbevf: Enables TSO for stacked VLANToshiaki Makita
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-22mm: make page pfmemalloc check more robustMichal Hocko
2015-07-23ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov
2015-07-18ixgbevf: Set Rx hash type for ingress packetsFan Du