summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2018-01-12ixgbe: Fix kernel-doc format warningsTony Nguyen12-39/+99
2018-01-12ixgbe: Fix handling of macvlan Tx offloadAlexander Duyck2-10/+14
2018-01-12ixgbe: avoid bringing rings up/down as macvlans are added/removedAlexander Duyck2-58/+72
2018-01-12ixgbe: Do not manipulate macvlan Tx queues when performing macvlan offloadAlexander Duyck2-108/+25
2018-01-12ixgbe/fm10k: Record macvlan stats instead of Rx queue for macvlan offloaded r...Alexander Duyck2-10/+14
2018-01-12ixgbe: Don't assume dev->num_tc is equal to hardware TC configAlexander Duyck6-27/+29
2018-01-12ixgbe: Default to 1 pool always being allocatedAlexander Duyck2-5/+3
2018-01-12ixgbe: Assume provided MAC filter has been verified by macvlanAlexander Duyck1-4/+8
2018-01-10i40e: track id can be 0Jingjing Wu2-10/+0
2018-01-10i40e: change ppp name to ddpJingjing Wu8-69/+73
2018-01-10i40evf: Drop i40evf_fire_sw_int as it is prone to racesAlexander Duyck1-34/+0
2018-01-10i40evf: Clean-up flags for promisc mode to avoid high polling rateAlexander Duyck1-2/+4
2018-01-10i40evf: Do not clear MSI-X PBA manuallyAlexander Duyck1-13/+5
2018-01-10i40e: remove redundant initialization of read_sizeColin Ian King1-1/+1
2018-01-10i40e/i40evf: Bump driver versionsAlice Michael2-4/+4
2018-01-10i40e: add helper conversion function for link_speedJacob Keller2-2/+33
2018-01-10i40e: update VFs of link state after GET_VF_RESOURCESJacob Keller1-0/+1
2018-01-10i40evf: hold the critical task bit lock while openingJacob Keller1-9/+31
2018-01-10i40evf: release bit locks in reverse orderJacob Keller1-1/+1
2018-01-10i40evf: use spinlock to protect (mac|vlan)_filter_listJacob Keller3-49/+81
2018-01-10i40evf: don't rely on netif_running() outside rtnl_lock()Jacob Keller1-3/+17
2018-01-10i40e: display priority_xon and priority_xoff statsAlice Michael1-0/+4
2018-01-10Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller10-177/+298
2018-01-09ixgbe: Drop l2_accel_priv data pointer from ring structAlexander Duyck2-11/+13
2018-01-09ixgbe: Use ring values to test for Tx pendingAlexander Duyck1-16/+4
2018-01-09ixgbe: Fix limitations on macvlan so we can support up to 63 offloaded devicesAlexander Duyck4-43/+34
2018-01-09ixgbe: There is no need to update num_rx_pools in L2 fwd offloadAlexander Duyck2-4/+1
2018-01-09ixgbe: Add support for macvlan offload RSS on X550 and clean-up pool handlingAlexander Duyck1-37/+25
2018-01-09ixgbe: Perform reinit any time number of VFs changeAlexander Duyck1-16/+3
2018-01-09ixgbe: Fix interaction between SR-IOV and macvlan offloadAlexander Duyck1-7/+5
2018-01-09ixgbevf: remove redundant setting of xcast_modeEmil Tantilov1-4/+0
2018-01-09ixgbe: Remove an obsolete comment about ITRTonghao Zhang1-2/+0
2018-01-09ixgbe: extend firmware version supportPaul Greenwalt7-14/+198
2018-01-09ixgbe: advertise highest capable link speedPaul Greenwalt1-9/+8
2018-01-09ixgbe: remove unused enum latency_rangeEmil Tantilov1-7/+0
2018-01-09ixgbe: enable multicast on shutdown for WOLEmil Tantilov1-7/+7
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-26/+104
2018-01-08e1000: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman1-2/+2
2018-01-05ixgbe: setup xdp_rxq_infoJesper Dangaard Brouer3-1/+15
2018-01-05i40e: setup xdp_rxq_infoJesper Dangaard Brouer3-2/+21
2018-01-03Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller3-17/+72
2018-01-03i40e: flower: Fix return value for unsupported offloadJiri Pirko1-1/+1
2018-01-03i40e: don't remove netdev->dev_addr when syncing uc listJacob Keller1-1/+16
2018-01-03i40e/i40evf: Account for frags split over multiple descriptors in check linea...Alexander Duyck2-6/+46
2018-01-03i40e: Remove UDP support for big bufferAmritha Nambiar1-9/+9
2018-01-02e1000e: Fix e1000_check_for_copper_link_ich8lan return value.Benjamin Poirier1-3/+8
2018-01-02e1000: fix disabling already-disabled warningTushar Dave2-6/+24
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang1-2/+4
2017-11-27e1000: Fix off-by-one in debug messageAhmad Fatoum1-2/+4
2017-11-27i40e: Fix reporting incorrect error codesAmritha Nambiar1-1/+0