| 3 years | Simon Horman | Merge with http://xenbits.xensource.com/linux-2.6.18-xen.hg |
| 3 years | Keir Fraser | Fix BUG in unlock_cpu_hotplug(). |
| 3 years | Alexander Duyck | igb: set lan id prior to configuring phy |
| 3 years | Alexander Duyck | igb: return PCI_ERS_RESULT_DISCONNECT on permanent error |
| 3 years | Jesse Brandeburg | igb: fix unmap length bug |
| 3 years | Alexander Duyck | igb/e1000e: update PSSR_MDIX value to reflect correct bit |
| 3 years | Jesper Dangaard Brouer | igb: Record host memory receive overflow in net_stats |
| 3 years | Jesper Dangaard Brouer | igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count) |
| 3 years | Jeff Kirsher | igb: add RQDPC (Receive Queue Drop Packet Count) register macro |
| 3 years | Alexander Duyck | igb: do not re-register DCA requester on device reset |
| 3 years | Jesse Brandeburg | e1000/e1000e/igb/ixgb: don't txhang after link down |
| 3 years | Alexander Duyck | igb: resolve panic on shutdown when SR-IOV is enabled |
| 3 years | Alexander Duyck | igb: make rxcsum configuration seperate from multiqueue |
| 3 years | Alexander Duyck | igb: reconfigure mailbox timeout logic |
| 3 years | Alexander Duyck | igb: always use adapter->itr as EITR value |
| 3 years | Jesse Brandeburg | e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily |
| 3 years | Jesse Brandeburg | igb: fix link down inital state |
| 3 years | Alexander Duyck | igb: do not check for vf_data if we didn't enable vfs |
| 3 years | Alexander Duyck | igb: fix unused external references introduced with sr-iov changes |
| 3 years | Alexander Duyck | igb: remove sysfs entry that was used to set the number of vfs |
| 3 years | Yang Hongyang | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) |
| 3 years | Yang Hongyang | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) |
| 3 years | Andrew Morton | stop using DMA_xxBIT_MASK |
| 3 years | Borislav Petkov | unify DMA_..BIT_MASK definitions: v3.1 |
| 3 years | Alexander Duyck | igb: cleanup igb loopback path |
| 3 years | Alexander Duyck | igb: increase delay for copper link setup |
| 3 years | Alexander Duyck | igb: set num_rx/tx_queues to 0 when queues are freed |
| 3 years | Alexander Duyck | igb: add support for x2 link width configurations |
| 3 years | Alexander Duyck | igb: rework igb_set_multi so that vfs are properly updated |
| 3 years | Alexander Duyck | igb: update driver to use setup_timer function |
| 3 years | Alexander Duyck | igb: remove IGB_DESC_UNUSED since it is better handled by a function call |
| 3 years | Alexander Duyck | igb: add support for 82576 quad copper adapter |
| 3 years | Alexander Duyck | igb: add support for another dual port 82576 non-security nic |
| 3 years | Alexander Duyck | igb: correct typo that was setting vfta mask to 1 |
| 3 years | Alexander Duyck | igb: add PF to pool |
| 3 years | Alexander Duyck | igb: support wol on second port |
| 3 years | Maciej Sosnowski | igb: switch to new dca API |
| 3 years | Alexander Duyck | igb: remove skb_orphan calls |
| 3 years | Simon Horman | igb: reinstate ring->napi.poll = &igb_clean_rx_ring_msix; |
| 3 years | Alexander Duyck | igb: this patch addes the sr-iov enablement option via num_vfs parameter |
| 3 years | Alexander Duyck | igb: Add support for enabling VFs to PF driver. |
| 3 years | Alexander Duyck | igb: add pf side of VMDq support |
| 3 years | Alexander Duyck | igb: add vfs_allocated_count as placeholder for number of vfs |
| 3 years | Hannes Eder | drivers/net/igb: fix sparse warning: symbol shadows an earlier one |
| 3 years | Alexander Duyck | igb: transition driver to only using advanced descriptors |
| 3 years | Alexander Duyck | igb: remove unused defines |
| 3 years | Alexander Duyck | igb: misc cleanup to combine one if statement |
| 3 years | Alexander Duyck | igb: cleanup incorrect comment and set IP Checksum Enable |
| 3 years | Alexander Duyck | igb: reduce size required to trigger low latency |
| 3 years | Alexander Duyck | igb: misc whitespace/formatting cleanups |
| 3 years | Patrick Ohly | igb: use timecompare to implement hardware time stamping |
| 3 years | Arjan van de Ven | Add a WARN() macro; this is WARN_ON() + printk arguments |
| 3 years | Arjan van de Ven | debug: add the end-of-trace marker and the module list to |
| 3 years | Arjan van de Ven | debug: add end-of-oops marker |
| 3 years | Arjan van de Ven | debug: move WARN_ON() out of line |
| 3 years | Robert Peterson | Extend print_symbol capability |
| 3 years | Arjan van de Ven | debug: move WARN_ON() out of line |
| 3 years | Linus Torvalds | Fix WARN_ON() on bitfield ops |
| 3 years | Alexey Dobriyan | Fix sparse false positives re BUG_ON(ptr) |
| 3 years | Linus Torvalds | Don't call a warnign a bug. It's a warning. |