aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-23i40e: add support for SCTPv4 FDir filtersJacob Keller1-0/+2
2017-03-23i40e: implement support for flexible word payloadJacob Keller1-0/+16
2017-03-23i40e: restore default input set for each flow typeJacob Keller1-0/+19
2017-03-20i40e: add counters for UDP/IPv4 and IPv4 filtersJacob Keller1-6/+13
2017-03-20i40e: don't re-enable ATR when flushing filters if SB has TCP4/IPv4 rulesJacob Keller1-1/+1
2017-03-20i40e: reset fd_tcp_rule count when restoring filtersJacob Keller1-0/+3
2017-03-20i40e: remove redundant check for fd_tcp_rule when restoring filtersJacob Keller1-6/+0
2017-03-20i40e: send correct port number to AdminQ when enabling UDP tunnelsJacob Keller1-9/+8
2017-03-15mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-2/+5
2017-03-15i40e: rename auto_disable_flags to hw_disabled_flagsHarshitha Ramamurthy1-14/+14
2017-03-15i40e/i40evf: Change version from 1.6.27 to 2.1.7Bimmy Pujari1-3/+3
2017-03-15i40e: Clarify steps in MAC/VLAN filters initialization routineFilip Sadowski1-4/+4
2017-03-15i40e: fix RSS queues only operating on PF0Lihong Yang1-8/+3
2017-03-15i40e: don't add more vectors to num_lan_msix than number of CPUsJacob Keller1-3/+27
2017-03-15i40e: KISS the client interfaceMitch Williams1-11/+21
2017-02-18i40e: Invoke softirqs after napi_rescheduleBenjamin Poirier1-0/+2
2017-02-18i40e: remove duplicate device id from PCI tableCarolyn Wyborny1-1/+0
2017-02-18i40e: Error handling for link eventHarshitha Ramamurthy1-2/+12
2017-02-18i40e: properly convert le16 value to CPU formatJacob Keller1-5/+6
2017-02-18i40e: remove unnecessary call to i40e_update_link_infoJacob Keller1-1/+0
2017-02-18i40e: enable mc magic pkt wakeup during power downJoshua Hay1-10/+64
2017-02-18i40e: fix disable overflow promiscuous modeAlan Brady1-5/+7
2017-02-11i40e: avoid race condition when sending filters to firmware for additionJacob Keller1-51/+96
2017-02-11i40e: allow i40e_update_filter_state to skip broadcast filtersJacob Keller1-8/+29
2017-02-11i40e: Save link FEC info from link up eventHenry Tieman1-2/+19
2017-02-11i40e: Add bus number info to i40e_bus_info structSudheer Mogilappagari1-0/+1
2017-02-11i40e/i40evf : Changed version from 1.6.25 to 1.6.27Bimmy Pujari1-1/+1
2017-02-02i40e: refactor macro INTRL_USEC_TO_REGAlan Brady1-1/+1
2017-02-02i40e: Deprecating unused macroBimmy Pujari1-3/+3
2017-02-02i40e: when adding or removing MAC filters, correctly handle VLANsJacob Keller1-3/+3
2017-02-02i40e: avoid O(n^2) loop when deleting all filtersJacob Keller1-1/+1
2017-02-02i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlanJacob Keller1-11/+13
2017-02-02i40e: no need to check is_vsi_in_vlan before calling i40e_del_mac_all_vlanJacob Keller1-4/+1
2017-02-02i40e: fold the i40e_is_vsi_in_vlan check into i40e_put_mac_in_vlanJacob Keller1-7/+4
2017-02-02i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1Jacob Keller1-4/+10
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-12/+6
2016-12-10i40e: don't truncate match_method assignmentKeller, Jacob E1-2/+1
2016-12-06i40e: move all updates for VLAN mode into i40e_sync_vsi_filtersJacob Keller1-101/+113
2016-12-06i40e: use (add|rm)_vlan_all_mac helper functions when changing PVIDJacob Keller1-2/+2
2016-12-06i40e: factor out addition/deletion of VLAN per each MAC addressJacob Keller1-13/+55
2016-12-06i40e: delete filter after adding its replacement when convertingJacob Keller1-1/+1
2016-12-06i40e: refactor i40e_update_filter_state to avoid passing aq_errJacob Keller1-37/+21
2016-12-06i40e: recalculate vsi->active_filters from hash contentsJacob Keller1-23/+29
2016-12-06i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller1-1/+2
2016-12-06i40e: lock service task correctlyMitch Williams1-17/+7
2016-12-06i40e: Add support for 25G devicesCarolyn Wyborny1-1/+5
2016-12-06Changed version from 1.6.21 to 1.6.25Bimmy Pujari1-1/+1
2016-12-06i40e: Blink LED on 1G BaseT boardsHenry Tieman1-2/+2
2016-12-06i40e: remove code to handle dev_addr speciallyJacob Keller1-36/+7
2016-12-06i40e: restore workaround for removing default MAC filterJacob Keller1-0/+41