summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)Author
2020-06-18i40e: fix crash when Rx descriptor count is changedBjörn Töpel
2020-06-18i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi
2020-05-28i40e: Make i40e_shutdown_adminq() return voidJason Yan
2020-05-28i40e: trivial fixup of comments in i40e_xsk.cJesper Dangaard Brouer
2020-05-28i40e: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai
2020-05-21i40e, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel
2020-05-21i40e: Separate kernel allocated rx_bi rings from AF_XDP ringsBjörn Töpel
2020-05-21i40e: Refactor rx_bi accessesBjörn Töpel
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson
2020-05-14xdp: For Intel AF_XDP drivers add XDP frame_szJesper Dangaard Brouer
2020-05-14i40e: Add XDP frame size to driverJesper Dangaard Brouer
2020-04-21i40e: Remove unneeded conversion to boolJason Yan
2020-03-12net: i40e: reject unsupported coalescing paramsJakub Kicinski
2020-02-24intel: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-11i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley
2020-02-05i40e: Relax i40e_xsk_wakeup's return value when PF is busyMaciej Fijalkowski
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-24i40e: fix spelling mistake "to" -> "too"Colin Ian King
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-17i40e: Removing hung_queue variable to use txqueue function parameterJulio Faracco
2020-01-09i40e: Set PHY Access flag on X722Adam Ludkiewicz
2020-01-09i40e: Fix virtchnl_queue_select bitmap validationBrett Creeley
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson
2019-12-19net/i40e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-08i40e: need_wakeup flag might not be set for TxMagnus Karlsson
2019-11-08igb/igc: use ktime accessors for skb->tstampJacob Keller
2019-11-08i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli
2019-11-04i40e: implement VF stats NDOJesse Brandeburg
2019-11-04i40e: enable X710 supportAlice Michael
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-01i40e: Fix receive buffer starvation for AF_XDPJeff Kirsher
2019-10-29i40e: Add UDP segmentation offload supportJosh Hunt
2019-10-25i40e: prevent memory leak in i40e_setup_macvlansNavid Emamdoost
2019-10-25i40e: Refactoring VF MAC filters counting to make more reliableAleksandr Loktionov
2019-10-25i40e: Fix LED blinking flow for X710T*L devicesDamian Milosek
2019-10-25i40e: allow ethtool to report SW and FW versions in recovery modePiotr Kwapulinski
2019-10-25i40e: initialize ITRN registers with correct valuesNicholas Nunley
2019-10-25i40e: Extend PHY access with page change flagPiotr Azarewicz
2019-10-25i40e: Extract detection of HW flags into a functionPiotr Azarewicz
2019-10-25i40e: Wrong 'Advertised FEC modes' after set FEC to AUTOJaroslaw Gawin
2019-10-25i40e: Fix for persistent lldp supportSylwia Wnuczko
2019-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller