aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)Author
2022-01-11i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski
2022-01-11i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu
2021-11-26i40e: Fix NULL ptr dereference on VSI filter syncMichal Maloszewski
2021-10-17i40e: fix endless loop under rtnlJiri Benc
2021-07-20i40e: Fix error handling in i40e_vsi_openDinghao Liu
2021-04-28i40e: fix the panic when running bpf in xdpdrv modeJason Xing
2021-03-03i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski
2020-08-26i40e: Fix crash during removing i40e driverGrzegorz Szczurek
2019-11-20i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek
2019-05-31i40e: don't allow changes to HW VLAN stripping on active port VLANsNicholas Nunley
2019-02-12i40e: define proper net_device::neigh_priv_lenKonstantin Khorenko
2019-01-13i40e: fix mac filter delete when setting mac addressStefan Assmann
2018-11-27i40e: restore NETIF_F_GSO_IPXIP[46] to netdev featuresJacob Keller
2018-05-30i40e: Add delay after EMP reset for firmware to recoverFilip Sadowski
2018-04-26i40e: program fragmented IPv4 filter input setJacob Keller
2018-03-03i40e: don't remove netdev->dev_addr when syncing uc listJacob Keller
2017-12-25i40e/i40evf: spread CPU affinity hints across online CPUs onlyJacob Keller
2017-11-30i40e: Use smp_rmb rather than read_barrier_dependsBrian King
2017-08-27i40e: initialize our affinity_mask based on cpu_possible_maskJacob Keller
2017-08-27i40e: remove workaround for resetting XPSJacob Keller
2017-08-27i40e: Fix for unused value issue found by static analysisCarolyn Wyborny
2017-08-27i40e: 25G FEC status improvementsMariusz Stachura
2017-08-27i40e: force VMDQ device name truncationJacob Keller
2017-08-25i40e: use cpumask_copy instead of direct assignmentJacob Keller
2017-08-25i40e: move check for avoiding VID=0 filters into i40e_vsi_add_vlanJacob Keller
2017-08-25i40e: Detect ATR HW Evict NVM issue and disable the featureAnjali Singhai Jain
2017-08-25i40e: remove workaround for Open Firmware MAC addressJacob Keller
2017-08-25i40e: separate hw_features from runtime changing flagsJacob Keller
2017-08-25i40e: Fix a bug with VMDq RSS queue allocationAnjali Singhai Jain
2017-08-25i40e/i40evf: adjust packet size to account for double VLANsMitch Williams
2017-08-07net: sched: get rid of struct tc_to_netdevJiri Pirko
2017-08-07net: sched: change return value of ndo_setup_tc for driver supporting mqprio ...Jiri Pirko
2017-08-07net: sched: push cls related args into cls_common structureJiri Pirko
2017-08-07net: sched: make type an argument for ndo_setup_tcJiri Pirko
2017-07-26i40e: report BPF prog id during XDP_QUERY_PROGDaniel Borkmann
2017-07-26i40e: display correct UDP tunnel type nameJacob Keller
2017-07-26i40e/i40evf: remove mismatched type warningsJesse Brandeburg
2017-07-26i40e: remove WQ_UNBOUND and the task limit of our workqueueJacob Keller
2017-07-26i40e: Fix for trace found with S4 stateCarolyn Wyborny
2017-06-20i40e: don't hold RTNL lock for the entire resetJacob Keller
2017-06-20i40e: Handle PE_CRITERR properly with IWARP enabledCatherine Sullivan
2017-06-20i40e: clear only cause_ena bitShannon Nelson
2017-06-20i40e: fix disabling overflow promiscuous modeAlan Brady
2017-06-20i40e: Add support for OEM firmware versionFilip Sadowski
2017-06-20i40e: genericize the partition bandwidth controlShannon Nelson
2017-06-20i40e: add support for XDP_TX actionBjörn Töpel
2017-06-20i40e: add XDP support for pass and drop actionsBjörn Töpel
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-12i40e: fix handling of HW ATR evictionJacob Keller
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko