summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-16bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau1-0/+2
2017-06-14ixgbe: pci_set_drvdata must be called before register_netdevJeff Mahoney1-1/+1
2017-06-14ixgbe: Bump version numberTony Nguyen1-1/+1
2017-06-14ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller1-0/+1
2017-06-14ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller1-10/+13
2017-06-14ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller1-5/+15
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+5
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen1-2/+6
2017-05-31ixgbe: Resolve truncation warning for q_vector->nameTony Nguyen1-7/+7
2017-05-31ixgbe: Correct thermal sensor event checkMark Rustad1-2/+1
2017-05-31ixgbe: enable L3/L4 filtering for Tx switched packetsEmil Tantilov1-0/+3
2017-05-31ixgbe: initialize u64_stats_sync structures early at ixgbe_probeLiwei Song1-4/+4
2017-05-31ixgbe/ixgbevf: Enables TSO for MPLS encapsulated packetsScott Peterson1-2/+10
2017-05-09Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-14/+2
2017-04-30ixgbe: Check for RSS key before setting valueTony Nguyen1-2/+28
2017-04-30ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt1-0/+2
2017-04-30ixgbe: delay tail write to every 'n' packetsJohn Fastabend1-11/+17
2017-04-30ixgbe: add support for XDP_TX actionJohn Fastabend1-42/+240
2017-04-30ixgbe: add XDP support for pass and drop actionsJohn Fastabend1-26/+143
2017-04-27ixgbe: Use pcie_flr() instead of duplicating itChristoph Hellwig1-14/+2
2017-04-19ixgbe: Fix output from ixgbe_dumpAlexander Duyck1-3/+1
2017-04-18ixgbe: Add support for maximum headroom when using build_skbAlexander Duyck1-3/+3
2017-04-18ixgbe: do not use adapter->num_vfs when setting VFs via module parameterEmil Tantilov1-4/+2
2017-04-18ixgbe: Add X552 XFI backplane supportDon Skidmore1-0/+1
2017-04-18ixgbe: Remove pr_cont usesJoe Perches1-37/+47
2017-03-17igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code commentAlexander Duyck1-1/+1
2017-03-16mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-1/+3
2017-03-03ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache linesAlexander Duyck1-1/+2
2017-03-03ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni1-3/+16
2017-02-16ixgbe: Don't bother clearing buffer memory for descriptor ringsAlexander Duyck1-70/+89
2017-02-16ixgbe: Add support for build_skbAlexander Duyck1-1/+48
2017-02-16ixgbe: Add support for padding packetAlexander Duyck1-4/+39
2017-02-16ixgbe: Break out Rx buffer page managementAlexander Duyck1-109/+122
2017-02-16ixgbe: Use length to determine if descriptor is doneAlexander Duyck1-6/+8
2017-02-16ixgbe: Make use of order 1 pages and 3K buffers independent of FCoEAlexander Duyck1-6/+13
2017-02-16ixgbe: Update code to better handle incrementing page countAlexander Duyck1-14/+25
2017-02-16ixgbe: Update driver to make use of DMA attributes in Rx pathAlexander Duyck1-19/+37
2017-02-16ixgbe: Only DMA sync frame lengthAlexander Duyck1-5/+5
2017-02-16ixgbe: Add function for checking to see if we can reuse pageAlexander Duyck1-29/+42
2017-02-16ixgbe: Update version to reflect added functionalityMark Rustad1-1/+1
2017-02-16ixgbe: prefix Data Center Bridge ops structStephen Hemminger1-1/+1
2017-02-04ixgbe: get rid of custom busy polling codeEric Dumazet1-54/+5
2017-01-19net: Remove usage of net_device last_rx memberTobias Klauser1-4/+3
2017-01-09net: make ndo_get_stats64 a void functionstephen hemminger1-3/+4
2017-01-04ixgbe: Implement support for firmware-controlled PHYsMark Rustad1-0/+64
2017-01-04ixgbe: fix AER error handlingEmil Tantilov1-2/+4
2017-01-04ixgbe: handle close/suspend race with netif_device_detach/presentEmil Tantilov1-9/+8
2017-01-04ixgbe: Report driver version to firmware for x550 devicesTony Nguyen1-2/+3
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2016-12-01ixgbe/ixgbevf: Don't use lco_csum to compute IPv4 checksumAlexander Duyck1-2/+6