summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* bpf: ixgbe: Report bpf_prog ID during XDP_QUERY_PROGMartin KaFai Lau2017-06-161-0/+2
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* ixgbe: pci_set_drvdata must be called before register_netdevJeff Mahoney2017-06-131-1/+1
* ixgbe: Resolve cppcheck format string warningTony Nguyen2017-06-131-1/+1
* ixgbe: fix writes to PFQDEEmil Tantilov2017-06-131-1/+1
* ixgbe: Bump version numberTony Nguyen2017-06-131-1/+1
* ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller2017-06-133-0/+29
* ixgbe: add statistic indicating number of skipped Tx timestampsJacob Keller2017-06-133-10/+17
* ixgbe: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller2017-06-131-5/+15
* ixgbe: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller2017-06-131-3/+12
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-2/+5
* ixgbe: fix incorrect status checkEmil Tantilov2017-05-311-4/+4
* ixgbe: add missing configuration for rate select 1Emil Tantilov2017-05-311-0/+19
* ixgbe: always call setup_mac_link for multispeed fiberEmil Tantilov2017-05-311-18/+0
* ixgbe: add write flush when configuring CS4223/7Emil Tantilov2017-05-311-2/+18
* ixgbe: correct CS4223/7 PHY identificationEmil Tantilov2017-05-312-6/+7
* ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen2017-05-315-11/+18
* ixgbe: Resolve truncation warning for q_vector->nameTony Nguyen2017-05-311-7/+7
* ixgbe: Add error checking to setting VF MACTony Nguyen2017-05-311-13/+41
* ixgbe: Correct thermal sensor event checkMark Rustad2017-05-311-2/+1
* ixgbe: enable L3/L4 filtering for Tx switched packetsEmil Tantilov2017-05-311-0/+3
* ixgbe: Remove MAC X550EM_X 1Gbase-t led_[on|off] supportPaul Greenwalt2017-05-313-2/+29
* ixgbe: initialize u64_stats_sync structures early at ixgbe_probeLiwei Song2017-05-311-4/+4
* ixgbe/ixgbevf: Enables TSO for MPLS encapsulated packetsScott Peterson2017-05-311-2/+10
* net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
* Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-14/+2
|\
| * ixgbe: Use pcie_flr() instead of duplicating itChristoph Hellwig2017-04-271-14/+2
* | ixgbe: Check for RSS key before setting valueTony Nguyen2017-04-294-7/+31
* | ixgbe: Add 1000Base-T device based on X550EM_X MACPaul Greenwalt2017-04-294-1/+49
* | ixgbe: Allow setting zero MAC address for VFTony Nguyen2017-04-291-10/+18
* | ixgbe: clean macvlan MAC filter table on VF resetEmil Tantilov2017-04-291-52/+53
* | ixgbe: delay tail write to every 'n' packetsJohn Fastabend2017-04-291-11/+17
* | ixgbe: add support for XDP_TX actionJohn Fastabend2017-04-294-53/+348
* | ixgbe: add XDP support for pass and drop actionsJohn Fastabend2017-04-293-29/+148
* | ixgbe: Acquire PHY semaphore before device resetPaul Greenwalt2017-04-282-0/+16
* | ixgbe: Fix output from ixgbe_dumpAlexander Duyck2017-04-181-3/+1
* | ixgbe: Add support for maximum headroom when using build_skbAlexander Duyck2017-04-182-8/+53
* | ixgbe: add check for VETO bit when configuring link for KRTony Nguyen2017-04-181-0/+3
* | ixgbe: Remove unused defineDon Skidmore2017-04-181-3/+0
* | ixgbe: do not use adapter->num_vfs when setting VFs via module parameterEmil Tantilov2017-04-183-30/+28
* | ixgbe: return early instead of wrap block in if statementEmil Tantilov2017-04-181-44/+41
* | ixgbe: move num_vfs_macvlans allocation into separate functionEmil Tantilov2017-04-181-19/+29
* | ixgbe: add default setup_link for x550em_a MAC typeEmil Tantilov2017-04-181-1/+1
* | ixgbe: list X553 backplane speeds correctlyDon Skidmore2017-04-182-0/+19
* | ixgbe: Add X552 XFI backplane supportDon Skidmore2017-04-184-0/+18
* | ixgbe: Complete support for X553 sgmiiDon Skidmore2017-04-181-2/+27
* | ixgbe: Remove driver config for KX4 PHYTony Nguyen2017-04-183-52/+3
* | ixgbe: Remove pr_cont usesJoe Perches2017-04-181-37/+47
* | ixgbe: Avoid Tx hang by not allowing more than the number of VFs supported.Usha Ketineni2017-04-182-3/+26
* | igb/ixgbe: Fix typo in igb_build_skb and/or ixgbe_build_skb code commentAlexander Duyck2017-03-171-1/+1
OpenPOWER on IntegriCloud