aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-13ixgbe: pci_set_drvdata must be called before register_netdevJeff Mahoney1-1/+1
2017-06-13ixgbe: Resolve cppcheck format string warningTony Nguyen1-1/+1
2017-06-13ixgbe: fix writes to PFQDEEmil Tantilov1-1/+1
2017-06-13ixgbe: Bump version numberTony Nguyen1-1/+1
2017-06-13ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller3-0/+29
2017-06-13ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller3-10/+17
2017-06-13ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller1-5/+15
2017-06-13ixgbe: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller1-3/+12
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-2/+5
2017-05-31ixgbe: fix incorrect status checkEmil Tantilov1-4/+4
2017-05-31ixgbe: add missing configuration for rate select 1Emil Tantilov1-0/+19
2017-05-31ixgbe: always call setup_mac_link for multispeed fiberEmil Tantilov1-18/+0
2017-05-31ixgbe: add write flush when configuring CS4223/7Emil Tantilov1-2/+18
2017-05-31ixgbe: correct CS4223/7 PHY identificationEmil Tantilov2-6/+7
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen5-11/+18
2017-05-31ixgbe: Resolve truncation warning for q_vector->nameTony Nguyen1-7/+7
2017-05-31ixgbe: Add error checking to setting VF MACTony Nguyen1-13/+41
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: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt3-2/+29
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-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-14/+2
2017-04-29ixgbe: Check for RSS key before setting valueTony Nguyen4-7/+31
2017-04-29ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt4-1/+49
2017-04-29ixgbe: Allow setting zero MAC address for VFTony Nguyen1-10/+18
2017-04-29ixgbe: clean macvlan MAC filter table on VF resetEmil Tantilov1-52/+53
2017-04-29ixgbe: delay tail write to every 'n' packetsJohn Fastabend1-11/+17
2017-04-29ixgbe: add support for XDP_TX actionJohn Fastabend4-53/+348
2017-04-29ixgbe: add XDP support for pass and drop actionsJohn Fastabend3-29/+148
2017-04-28ixgbe: Acquire PHY semaphore before device resetPaul Greenwalt2-0/+16
2017-04-27ixgbe: Use pcie_flr() instead of duplicating itChristoph Hellwig1-14/+2
2017-04-18ixgbe: Fix output from ixgbe_dumpAlexander Duyck1-3/+1
2017-04-18ixgbe: Add support for maximum headroom when using build_skbAlexander Duyck2-8/+53
2017-04-18ixgbe: add check for VETO bit when configuring link for KRTony Nguyen1-0/+3
2017-04-18ixgbe: Remove unused defineDon Skidmore1-3/+0
2017-04-18ixgbe: do not use adapter->num_vfs when setting VFs via module parameterEmil Tantilov3-30/+28
2017-04-18ixgbe: return early instead of wrap block in if statementEmil Tantilov1-44/+41
2017-04-18ixgbe: move num_vfs_macvlans allocation into separate functionEmil Tantilov1-19/+29
2017-04-18ixgbe: add default setup_link for x550em_a MAC typeEmil Tantilov1-1/+1
2017-04-18ixgbe: list X553 backplane speeds correctlyDon Skidmore2-0/+19
2017-04-18ixgbe: Add X552 XFI backplane supportDon Skidmore4-0/+18
2017-04-18ixgbe: Complete support for X553 sgmiiDon Skidmore1-2/+27
2017-04-18ixgbe: Remove driver config for KX4 PHYTony Nguyen3-52/+3
2017-04-18ixgbe: Remove pr_cont usesJoe Perches1-37/+47
2017-04-18ixgbe: Avoid Tx hang by not allowing more than the number of VFs supported.Usha Ketineni2-3/+26
2017-03-17igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code commentAlexander Duyck1-1/+1
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-1/+3