summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-257-16/+37
|\
| * ice: Fix insufficient memory issue in ice_aq_manage_mac_readMd Fahad Iqbal Polash2018-04-241-5/+17
| * ice: Do not check INTEVENT bit for OICR interruptsBen Shelton2018-04-242-6/+0
| * ice: Fix incorrect comment for action typeAnirudh Venkataramanan2018-04-241-1/+1
| * ice: Fix initialization for num_nodes_addedAnirudh Venkataramanan2018-04-241-2/+2
| * igb: Fix the transmission mode of queue 0 for Qav modeVinicius Costa Gomes2018-04-241-1/+16
| * ixgbevf: ensure xdp_ring resources are free'd on error exitColin Ian King2018-04-241-1/+1
* | xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer2018-04-173-25/+31
* | xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-173-12/+14
* | xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer2018-04-171-1/+8
* | i40e: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2018-04-172-5/+16
* | ixgbe: use xdp_return_frame APIJesper Dangaard Brouer2018-04-172-2/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-102-3/+5
|\
| * ice: Bug fixes in ethtool codeAnirudh Venkataramanan2018-04-061-2/+2
| * ice: Fix error return code in ice_init_hw()Wei Yongjun2018-04-061-1/+3
* | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-86/+1
|\ \ | |/ |/|
| * fm10k: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-04-031-86/+1
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-03-276-122/+181
|\ \
| * | i40e: add support for XDP_REDIRECTBjörn Töpel2018-03-263-10/+68
| * | i40e: tweak page counting for XDP_REDIRECTBjörn Töpel2018-03-261-5/+4
| * | i40e: re-number feature flags to remove gapsJacob Keller2018-03-261-31/+26
| * | i40e: stop using cmpxchg flow in i40e_set_priv_flags()Jacob Keller2018-03-261-14/+5
| * | i40e: hold the RTNL lock while changing interrupt schemesJacob Keller2018-03-261-2/+17
| * | i40e: move client flags into state bitsJacob Keller2018-03-263-19/+17
| * | i40e: move I40E_FLAG_TEMP_LINK_POLLING to state fieldJacob Keller2018-03-262-5/+5
| * | i40e: move AUTO_DISABLED flags into the state fieldJacob Keller2018-03-264-26/+27
| * | i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state fieldJacob Keller2018-03-262-7/+6
| * | i40e: move I40E_FLAG_FILTER_SYNC to a state bitJacob Keller2018-03-262-8/+11
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2018-03-2724-0/+18823
|\ \ \
| * | | ice: Implement filter sync, NDO operations and bump versionAnirudh Venkataramanan2018-03-269-1/+728
| * | | ice: Support link events, reset and rebuildAnirudh Venkataramanan2018-03-267-6/+681
| * | | ice: Update Tx scheduler tree for VSI multi-Tx queue supportAnirudh Venkataramanan2018-03-268-3/+1006
| * | | ice: Add stats and ethtool supportAnirudh Venkataramanan2018-03-269-5/+1828
| * | | ice: Add support for VLANs and offloadsAnirudh Venkataramanan2018-03-2610-16/+1631
| * | | ice: Implement transmit and NAPI supportAnirudh Venkataramanan2018-03-265-2/+1171
| * | | ice: Configure VSIs for Tx/RxAnirudh Venkataramanan2018-03-2614-6/+2729
| * | | ice: Add support for switch filter programmingAnirudh Venkataramanan2018-03-267-2/+1935
| * | | ice: Add support for VSI allocation and deallocationAnirudh Venkataramanan2018-03-267-0/+1548
| * | | ice: Initialize PF and setup miscellaneous interruptAnirudh Venkataramanan2018-03-2610-1/+1025
| * | | ice: Get MAC/PHY/link info and scheduler topologyAnirudh Venkataramanan2018-03-268-0/+929
| * | | ice: Get switch config, scheduler config and device capabilitiesAnirudh Venkataramanan2018-03-2610-1/+1082
| * | | ice: Start hardware initializationAnirudh Venkataramanan2018-03-2612-1/+854
| * | | ice: Add support for control queuesAnirudh Venkataramanan2018-03-2612-2/+1458
| * | | ice: Add basic driver framework for Intel(R) E800 SeriesAnirudh Venkataramanan2018-03-267-0/+264
| |/ /
* / / ethernet: Use octal not symbolic permissionsJoe Perches2018-03-262-2/+2
|/ /
* | ixgbe: tweak page counting for XDP_REDIRECTBjörn Töpel2018-03-231-3/+4
* | ixgbevf: Add XDP queue stats reportingTony Nguyen2018-03-231-0/+24
* | ixgbevf: Add support for meta dataTony Nguyen2018-03-231-4/+25
* | ixgbevf: Delay tail write for XDP packetsTony Nguyen2018-03-231-12/+18
* | ixgbevf: Add support for XDP_TX actionTony Nguyen2018-03-233-32/+294