aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-29net: ixgbevf: Remove redundant initialization of variable ret_valColin Ian King1-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-3/+3
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+6
2021-07-06ixgbevf: use xso.real_dev instead of xso.dev in callback functions of struct xfrmdev_opsTaehee Yoo1-7/+13
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen1-2/+0
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2021-06-03ixgbevf: add correct exception tracing for XDPMagnus Karlsson1-0/+3
2021-05-26intel: call csum functions with well formatted argumentsJesse Brandeburg1-1/+1
2021-04-13net: intel: Remove unused function pointer typedef ixgbe_mc_addr_itrChen Lin1-3/+0
2021-03-23ixgbevf: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-5/+13
2021-03-04ixgbe: fail to create xfrm offload of IPsec tunnel mode SAAntony Antony1-0/+5
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-7/+2
2021-01-19net: ixgbevf: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-6/+6
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-4/+3
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-2/+0
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-1/+2
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan1-8/+3
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+0
2020-07-30ixgbevf: use generic power managementVaibhav Gupta1-34/+10
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko1-6/+0
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher2-8/+8
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher3-9/+1
2020-05-14ixgbevf: Add XDP frame size to VF driverJesper Dangaard Brouer1-7/+27
2020-03-12net: ixgbevf: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+0
2020-01-09ixgbevf: Remove limit of 10 entries for unicast filter listRadoslaw Tyl1-5/+0
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-09-13ixgbevf: Fix secpath usage for IPsec Tx offloadJeff Kirsher1-1/+2
2019-09-11net/ixgbevf: make array api static const, makes object smallerColin Ian King1-6/+8
2019-09-09ixgbevf: Link lost in VM on ixgbevf when restoring from freeze or suspendRadoslaw Tyl1-0/+1
2019-07-24net/ixgbevf: fix a compilation error of skb_frag_tQian Cai1-2/+5
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-1/+1
2019-06-28ixgbevf: Use cached link state instead of re-reading the value for ethtoolAlexander Duyck1-8/+2
2019-06-26ixgbevf: fix possible divide by zero in ixgbevf_update_itrYoung Xiao1-0/+3
2019-06-05net: ixgbevf: fix a missing check of ixgbevf_write_msg_read_ackKangjie Lu1-3/+2
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+2
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal1-4/+5
2018-12-19drivers: net: intel: use secpath helpers in more placesFlorian Westphal2-3/+5
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-9/+13
2018-11-07ixgbevf: add support for software timestampsJacob Keller1-0/+2
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher3-4/+4
2018-10-03ixgbevf: off by one in ixgbevf_ipsec_tx()Dan Carpenter1-1/+1
2018-10-03ixgbevf: fix msglen for ipsec mbx messagesShannon Nelson1-7/+4
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+0