summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c
AgeCommit message (Expand)Author
2016-05-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck
2016-05-20net: 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-07ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean logicAlexander Duyck
2016-04-04ixgbevf: Add support for generic Tx checksumsAlexander Duyck
2016-04-04ixgbevf: use bit operations for setting and checking resetsEmil Tantilov
2016-03-29ixgbevf: fix error code path when setting MAC addressEmil Tantilov
2016-03-29ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2015-12-29ixgbevf: minor cleanups for ixgbevf_set_itr()Emil Tantilov
2015-12-29ixgbevf: 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-18net: 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-22ixgbevf: Enables TSO for stacked VLANToshiaki Makita
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko
2015-07-23ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov
2015-07-17ixgbevf: Set Rx hash type for ingress packetsFan Du
2015-07-17ixgbevf: fold ixgbevf_pull_tail into ixgbevf_add_rx_fragAlexander Duyck
2015-05-04ixgbevf: Use dev_kfree_skb_any in xmit path, not dev_kfree_skbAlexander Duyck
2015-04-11ixgbevf: Add a RETA query codeVlad Zolotarov
2015-03-13ixgbevf: Fix code comments and whitespaceJeff Kirsher
2015-02-05ixgbevf: combine all of the tasks into a single service taskEmil Tantilov
2015-02-05ixgbevf: rewrite watchdog task to function similar to igbvfEmil Tantilov
2015-02-05ixgbevf: Add code to check for Tx hangEmil Tantilov
2015-02-05ixgbevf: Fix ordering of shutdown to correctly disable Rx and TxEmil Tantilov
2015-02-05ixgbevf: set vlan_features in a single write instead of several ORsEmil Tantilov
2015-02-05ixgbevf: add RSS support for X550Emil Tantilov
2015-02-05ixgbevf: enable multiple queue supportEmil Tantilov
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-30ixgbevf: Fix checksum error when using stacked vlanToshiaki Makita
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck
2014-12-05ixgbevf: fix possible crashes in probe and removeEmil Tantilov
2014-12-05ixgbevf: add support for X550 VFsEmil Tantilov
2014-11-20ixgbevf: add netpoll supportEmil Tantilov