aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-07ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean logicAlexander Duyck1-5/+9
2016-04-04ixgbevf: Add support for generic Tx checksumsAlexander Duyck1-61/+43
2016-04-04ixgbevf: use bit operations for setting and checking resetsEmil Tantilov1-9/+6
2016-03-29ixgbevf: fix error code path when setting MAC addressEmil Tantilov1-4/+8
2016-03-29ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann1-2/+2
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2015-12-29ixgbevf: minor cleanups for ixgbevf_set_itr()Emil Tantilov1-2/+3
2015-12-29ixgbevf: Fix handling of NAPI budget when multiple queues are enabled per vectorWilliam Dauchy1-0/+2
2015-12-03ixgbevf: Handle extended IPv6 headers in Tx pathMark Rustad1-8/+14
2015-12-03ixgbevf: Minor cleanupsMark Rustad1-24/+12
2015-12-03ixgbevf: Use a private workqueue to avoid certain possible hangsMark Rustad1-2/+13
2015-11-23ixgbevf: fix spoofed packets with random MACEmil Tantilov1-0/+1
2015-11-23ixgbevf: use ether_addr_copy instead of memcpyEmil Tantilov1-8/+6
2015-11-23ixgbe/ixgbevf: use napi_schedule_irqoff()Alexander Duyck1-1/+1
2015-11-23ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12KAlexander Duyck1-3/+3
2015-11-18net: provide generic busy polling to all NAPI driversEric Dumazet1-3/+0
2015-10-23ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto1-0/+8
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg1-6/+8
2015-09-22ixgbevf: Enables TSO for stacked VLANToshiaki Makita1-0/+1
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-08-21mm: make page pfmemalloc check more robustMichal Hocko1-1/+1
2015-07-23ixgbevf: add support for reporting RSS key and hash table for X550Emil Tantilov1-9/+12
2015-07-17ixgbevf: Set Rx hash type for ingress packetsFan Du1-0/+27
2015-07-17ixgbevf: fold ixgbevf_pull_tail into ixgbevf_add_rx_fragAlexander Duyck1-47/+19
2015-05-04ixgbevf: Use dev_kfree_skb_any in xmit path, not dev_kfree_skbAlexander Duyck1-1/+1
2015-04-11ixgbevf: Add a RETA query codeVlad Zolotarov1-1/+4
2015-03-13ixgbevf: Fix code comments and whitespaceJeff Kirsher1-115/+114
2015-02-05ixgbevf: combine all of the tasks into a single service taskEmil Tantilov1-59/+81
2015-02-05ixgbevf: rewrite watchdog task to function similar to igbvfEmil Tantilov1-75/+112
2015-02-05ixgbevf: Add code to check for Tx hangEmil Tantilov1-18/+95
2015-02-05ixgbevf: Fix ordering of shutdown to correctly disable Rx and TxEmil Tantilov1-21/+17
2015-02-05ixgbevf: set vlan_features in a single write instead of several ORsEmil Tantilov1-5/+5
2015-02-05ixgbevf: add RSS support for X550Emil Tantilov1-0/+35
2015-02-05ixgbevf: enable multiple queue supportEmil Tantilov1-3/+19
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-01-30ixgbevf: Fix checksum error when using stacked vlanToshiaki Makita1-2/+2
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-2/+2
2014-12-08ethernet/intel: Use eth_skb_pad and skb_put_padto helpersAlexander Duyck1-8/+3
2014-12-05ixgbevf: fix possible crashes in probe and removeEmil Tantilov1-4/+13
2014-12-05ixgbevf: add support for X550 VFsEmil Tantilov1-5/+20
2014-11-20ixgbevf: add netpoll supportEmil Tantilov1-6/+23
2014-11-20ixgbevf: compare total_rx_packets and budget in ixgbevf_clean_rx_irqEmil Tantilov1-4/+3
2014-11-20ixgbevf: Change receive model to use double buffered page based receivesEmil Tantilov1-119/+325
2014-11-20ixgbevf: Update Rx next to clean in real timeEmil Tantilov1-19/+36
2014-11-20ixgbevf: reorder main loop in ixgbe_clean_rx_irq to allow for do/while/continueEmil Tantilov1-30/+34
2014-11-20ixgbevf: Cleanup variable usage, improve stack performanceEmil Tantilov1-9/+11
2014-11-20ixgbevf: Combine the logic for post Rx processing into single functionEmil Tantilov1-33/+35
2014-11-20ixgbevf: Test Rx status bits directly out of the descriptorEmil Tantilov1-33/+26
2014-11-20ixgbevf: Update ixgbevf_alloc_rx_buffers to handle clearing of status bitsEmil Tantilov1-52/+80
2014-09-18ixgbevf: remove useless bd_number from struct ixgbevf_adapterEthan Zhao1-4/+0