summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2012-10-09ixgbe/ixgbevf: Limit maximum jumbo frame size to 9.5K to avoid Tx hangsAlexander Duyck1-1/+1
2012-10-03ixgbe: add support for X540-AT1joshua.a.hay@intel.com3-0/+4
2012-10-03ixgbe: fix poll loop for FDIRCTRL.INIT_DONE bitEmil Tantilov1-1/+1
2012-10-03ixgbe: fix PTP ethtool timestamping functionJacob Keller1-4/+1
2012-10-03ixgbe: (PTP) Fix PPS interrupt codeJacob Keller2-61/+48
2012-10-03ixgbe: Fix PTP X540 SDP alignment code for PPS signalJacob Keller1-89/+99
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-313/+705
2012-10-02netlink: add attributes to fdb interfacestephen hemminger1-1/+1
2012-09-24ixgbe: Do not read the spoofed packets counter when not in IOV modeGreg Rose1-2/+3
2012-09-22ptp: link the phc device to its parent deviceRichard Cochran1-1/+2
2012-09-20netdev: make address const in device address managementstephen hemminger1-2/+2
2012-09-16ixgbe: Improve statistics accuracy for DDP trafficMark Rustad1-16/+16
2012-09-16ixgbe: added reg_ops file to debugfsCatherine Sullivan1-0/+118
2012-09-16ixgbe: added netdev_ops file to debugfsCatherine Sullivan1-2/+105
2012-09-16ixgbe: add debugfs supportCatherine Sullivan4-2/+106
2012-09-16ixgbe: fix reporting of spoofed packetsEmil Tantilov1-1/+1
2012-09-16ixgbe: Fix VF rate limiting to correctly account for more queues per VFAlexander Duyck1-41/+59
2012-09-16ixgbe: Fix ordering of things so that PF correctly configures its VLANsAlexander Duyck2-4/+10
2012-09-13Merge commit 'v3.6-rc5' into nextBjorn Helgaas1-1/+2
2012-09-12Merge branch 'pci/stephen-const' into nextBjorn Helgaas1-1/+1
2012-09-08netdev: make pci_error_handlers constStephen Hemminger1-1/+1
2012-09-05ixgbe: remove old init remnantEliezer Tamir1-5/+0
2012-08-23PCI: Introduce pci_pcie_type(dev) to replace pci_dev->pcie_typeYijing Wang1-1/+1
2012-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-08-17ixgbe: Rewrite code related to configuring IFCS bit in Tx descriptorAlexander Duyck2-6/+11
2012-08-17ixgbe: Roll RSC code into non-EOP codeAlexander Duyck1-32/+19
2012-08-17ixgbe: Make allocating skb and placing data in it a separate functionAlexander Duyck1-77/+89
2012-08-17ixgbe: Copybreak sooner to avoid get_page/put_page and offset change overheadAlexander Duyck1-15/+17
2012-08-17ixgbe: Make pull tail function separate from rest of cleanup_headersAlexander Duyck1-37/+57
2012-08-17ixgbe: Have the CPU take ownership of the buffers soonerAlexander Duyck1-14/+38
2012-08-17ixgbe: Only use double buffering if page size is less than 8KAlexander Duyck2-19/+45
2012-08-17ixgbe: combine ixgbe_add_rx_frag and ixgbe_can_reuse_pageAlexander Duyck1-39/+34
2012-08-17ixgbe: Remove code that was initializing Rx page offsetAlexander Duyck1-26/+1
2012-08-11ixgbe: add missing bracesEmil Tantilov1-1/+2
2012-08-01netvm: propagate page->pfmemalloc from skb_alloc_page to skbMel Gorman1-2/+2
2012-07-27ixgbe: fix panic while dumping packets on Tx hang with IOMMUEmil Tantilov1-5/+6
2012-07-22ixgbe: Fix build with PCI_IOV enabled.David S. Miller1-1/+1
2012-07-22ixgbe: Use 1TC DCB instead of disabling DCB for MSI and legacy interruptsAlexander Duyck2-7/+17
2012-07-22ixgbe: add support for new 82599 deviceDon Skidmore2-0/+2
2012-07-22ixgbe: remove extra unused queues in DCB + FCoE caseJohn Fastabend1-5/+8
2012-07-22ixgbe: fix RAR entry counting for generic and fdb_add()John Fastabend1-8/+19
2012-07-22ixgbe: Use num_tcs.pg_tcs as upper limit for TC when checking based on UPAlexander Duyck1-4/+8
2012-07-22ixgbe: Reduce Rx header size to what is actually usedAlexander Duyck2-9/+10
2012-07-22ixgbe: Fix handling of FDIR_HASH flagAlexander Duyck2-24/+46
2012-07-22ixgbe: Change how we check for pre-existing and assigned VFsAlexander Duyck4-94/+45
2012-07-22ixgbe: Drop probe_vf and merge functionality into ixgbe_enable_sriovAlexander Duyck3-32/+28
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller10-248/+344
2012-07-20ixgbe: use PCI_VENDOR_ID_INTELJon Mason3-9/+6
2012-07-20ixgbe: Enable FCoE FSO and CRC offloads based on CAPABLE instead of ENABLED flagAlexander Duyck2-8/+13
2012-07-20ixgbe: Only enable anti-spoof on VF poolsAlexander Duyck1-9/+11