aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/ice/ice_xsk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-19ice: add backslash-n to stringsJesse Brandeburg1-3/+3
2020-02-19ice: Support XDP UMEM wake up mechanismKrzysztof Kazimierczak1-0/+18
2020-02-15ice: use true/false for bool typesBruce Allan1-1/+1
2020-02-15ice: use proper format for function pointer as a function parameterBruce Allan1-1/+1
2020-02-15ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan1-2/+2
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley1-2/+2
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan1-2/+2
2020-01-17ice: remove redundant assignment to variable xmit_doneColin Ian King1-1/+1
2020-01-03ice: Add a boundary check in ice_xsk_umem()Krzysztof Kazimierczak1-1/+2
2019-12-20xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson1-2/+2
2019-11-22ice: Add ice_pf_to_dev(pf) macroBrett Creeley1-2/+2
2019-11-04ice: Add support for AF_XDPKrzysztof Kazimierczak1-0/+1181