summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)Author
2012-10-22ixgbe: Drop unnecessary addition from ixgbe_set_rx_buffer_lenAlexander Duyck
2012-10-22ixgbe: Correcting small packet paddingTushar Dave
2012-10-22ixgbe: (PTP) refactor init, cyclecounter and resetJacob Keller
2012-10-22ixgbe: add WOL support for new subdevice idEmil Tantilov
2012-10-22ixgbe: Add support for tracking the default user priority to SR-IOVAlexander Duyck
2012-10-22ixgbe: Add support for IPv6 and UDP to ixgbe_get_headlenAlexander Duyck
2012-10-19ixgbe: Enable jumbo frames support w/ SR-IOVAlexander Duyck
2012-10-03ixgbe: add support for X540-AT1joshua.a.hay@intel.com
2012-10-03ixgbe: (PTP) Fix PPS interrupt codeJacob Keller
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-01netlink: add attributes to fdb interfacestephen hemminger
2012-09-24ixgbe: Do not read the spoofed packets counter when not in IOV modeGreg Rose
2012-09-19netdev: make address const in device address managementstephen hemminger
2012-09-15ixgbe: Improve statistics accuracy for DDP trafficMark Rustad
2012-09-15ixgbe: add debugfs supportCatherine Sullivan
2012-09-15ixgbe: fix reporting of spoofed packetsEmil Tantilov
2012-09-15ixgbe: Fix ordering of things so that PF correctly configures its VLANsAlexander Duyck
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas
2012-09-07netdev: make pci_error_handlers constStephen Hemminger
2012-09-04ixgbe: remove old init remnantEliezer Tamir
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang
2012-08-16ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptorAlexander Duyck
2012-08-16ixgbe: Roll RSC code into non-EOP codeAlexander Duyck
2012-08-16ixgbe: Make allocating skb and placing data in it a separate functionAlexander Duyck
2012-08-16ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overheadAlexander Duyck
2012-08-16ixgbe: Make pull tail function separate from rest of cleanup_headersAlexander Duyck
2012-08-16ixgbe: Have the CPU take ownership of the buffers soonerAlexander Duyck
2012-08-16ixgbe: Only use double buffering if page size is less than 8KAlexander Duyck
2012-08-16ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_pageAlexander Duyck
2012-08-16ixgbe: Remove code that was initializing Rx page offsetAlexander Duyck
2012-07-31netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman
2012-07-26ixgbe: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov
2012-07-21ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interruptsAlexander Duyck
2012-07-21ixgbe: add support for new 82599 deviceDon Skidmore
2012-07-21ixgbe: remove extra unused queues in DCB + FCoE caseJohn Fastabend
2012-07-21ixgbe: fix RAR entry counting for generic and fdb_add()John Fastabend
2012-07-21ixgbe: Reduce Rx header size to what is actually usedAlexander Duyck
2012-07-21ixgbe: Fix handling of FDIR_HASH flagAlexander Duyck
2012-07-21ixgbe: Change how we check for pre-existing and assigned VFsAlexander Duyck
2012-07-21ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-07-20ixgbe: use PCI_VENDOR_ID_INTELJon Mason
2012-07-19ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flagAlexander Duyck
2012-07-19ixgbe: Correctly set SAN MAC RAR pool to default pool of PFAlexander Duyck
2012-07-19ixgbe: Make FCoE allocation and configuration closer to how rings workAlexander Duyck
2012-07-19ixgbe: Merge all FCoE percpu values into a single structureAlexander Duyck
2012-07-19ixgbe: Use VMDq offset to indicate the default poolAlexander Duyck
2012-07-18ixgbe: Retire RSS enabled and capable flagsAlexander Duyck
2012-07-18ixgbe: Add support for SR-IOV w/ DCB or RSSAlexander Duyck
2012-07-18ixgbe: Update configure virtualization to allow for multiple PF poolsAlexander Duyck