summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-066-39/+76
|\
| * ixgbe: fix xdp handle calculationsKevin Laatz2019-09-051-3/+4
| * i40e: fix xdp handle calculationsKevin Laatz2019-09-051-3/+4
| * ixgbe: modify driver for handling offsetsKevin Laatz2019-08-311-4/+9
| * i40e: modify driver for handling offsetsKevin Laatz2019-08-311-4/+9
| * ixgbe: simplify Rx buffer recycleKevin Laatz2019-08-311-10/+3
| * i40e: simplify Rx buffer recycleKevin Laatz2019-08-311-10/+3
| * ixgbe: add support for AF_XDP need_wakeup featureMagnus Karlsson2019-08-171-0/+18
| * i40e: add support for AF_XDP need_wakeup featureMagnus Karlsson2019-08-171-0/+18
| * xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-176-11/+14
* | ixgbe: Use kzfree() rather than its implementation.zhong jiang2019-09-051-6/+3
* | ice: Only disable VLAN pruning for the VF when all VLANs are removedBrett Creeley2019-09-031-2/+3
* | ice: Remove enable DCB when SW LLDP is activatedMichal Swiatkowski2019-09-031-1/+0
* | ice: Report stats when VSI is downDave Ertman2019-09-031-2/+6
* | ice: Always notify FW of VF resetMitch Williams2019-09-031-9/+16
* | ice: Correctly handle return values for init DCBDave Ertman2019-09-031-9/+8
* | ice: Limit Max TCs on devices with more than 4 portsUsha Ketineni2019-09-034-2/+24
* | ice: Cleanup defines in ice_type.hTony Nguyen2019-09-031-3/+3
* | ice: print extra message if topology issueJesse Brandeburg2019-09-031-0/+17
* | ice: add print of autoneg state to link messageJesse Brandeburg2019-09-031-2/+9
* | ice: update driver unloading field for Queue Shutdown AQ commandBruce Allan2019-09-032-3/+3
* | ice: add needed PFR during driver unloadBruce Allan2019-09-031-0/+5
* | ice: Deduce TSA value from the priority value in the CEE modeChinh T Cao2019-09-031-1/+7
* | ice: Report what the user set for coalesce [tx|rx]-usecsBrett Creeley2019-09-031-44/+44
* | ice: Fix resource leak in ice_remove_rule_internal()Jeb Cramer2019-09-031-2/+3
* | ice: Fix EMP reset handlingAnirudh Venkataramanan2019-09-031-0/+2
* | ice: fix adminq calls during removeHenry Tieman2019-08-261-1/+1
* | ice: Rework ice_ena_msix_rangeAnirudh Venkataramanan2019-08-261-11/+21
* | ice: Fix VF configuration issues due to resetAkeem G Abodunrin2019-08-261-2/+9
* | ice: Alloc queue management bitmaps and arrays dynamicallyAnirudh Venkataramanan2019-08-263-23/+74
* | ice: add support for virtchnl_queue_select.[tx|rx]_queues bitmapPaul Greenwalt2019-08-265-75/+207
* | ice: add support for enabling/disabling single queuesMaciej Fijalkowski2019-08-262-146/+214
* | ice: fix potential infinite loopColin Ian King2019-08-261-1/+1
* | ice: fix ice_is_tc_enaJacob Keller2019-08-261-2/+2
* | ice: add validation in OP_CONFIG_VSI_QUEUES VF messageMichal Swiatkowski2019-08-261-7/+24
* | ice: Don't clog kernel debug log with VF MDD events errorsAkeem G Abodunrin2019-08-262-3/+5
* | ice: Introduce a local variable for a VSI in the rebuild pathKrzysztof Kazimierczak2019-08-261-9/+12
* | ice: shorten local and add debug printsJesse Brandeburg2019-08-261-19/+44
* | ice: Sanitize ice_ena_vsi and ice_dis_vsiAnirudh Venkataramanan2019-08-261-13/+11
* | ice: added sibling head to parse nodesVictor Raj2019-08-262-36/+23
* | ice: Fix ethtool port and PFC stats for 4x25G cardsUsha Ketineni2019-08-262-44/+45
* | ice: Don't allow VSI to remove unassociated ucast filterAkeem G Abodunrin2019-08-231-0/+56
* | ice: Fix issues updating VSI MAC filtersAkeem G Abodunrin2019-08-234-67/+73
* | ice: update ethtool stats on-demandBruce Allan2019-08-233-6/+9
* | ice: Add input handlers for virtual channel handlersAmruth G.P2019-08-231-32/+32
* | ice: Don't clear auto_fec bit in ice_cfg_phy_fec()Chinh T Cao2019-08-231-6/+3
* | ice: Fix flag used for module queryChinh T Cao2019-08-231-1/+1
* | ice: silence some bogus error messagesMitch Williams2019-08-232-3/+4
* | ice: Rename ethtool private flag for lldpDave Ertman2019-08-234-8/+8
* | ice: reject VF attempts to enable head writebackJacob Keller2019-08-231-0/+1