summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbevf
AgeCommit message (Expand)Author
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan
2020-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-30ixgbevf: use generic power managementVaibhav Gupta
2020-07-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-05-14ixgbevf: Add XDP frame size to VF driverJesper Dangaard Brouer
2020-03-12net: ixgbevf: reject unsupported coalescing paramsJakub Kicinski
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-09ixgbevf: Remove limit of 10 entries for unicast filter listRadoslaw Tyl
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-13ixgbevf: Fix secpath usage for IPsec Tx offloadJeff Kirsher
2019-09-11net/ixgbevf: make array api static const, makes object smallerColin Ian King
2019-09-09ixgbevf: Link lost in VM on ixgbevf when restoring from freeze or suspendRadoslaw Tyl
2019-07-24net/ixgbevf: fix a compilation error of skb_frag_tQian Cai
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-28ixgbevf: Use cached link state instead of re-reading the value for ethtoolAlexander Duyck
2019-06-26ixgbevf: fix possible divide by zero in ixgbevf_update_itrYoung Xiao
2019-06-05net: ixgbevf: fix a missing check of ixgbevf_write_msg_read_ackKangjie Lu
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal
2018-12-19drivers: net: intel: use secpath helpers in more placesFlorian Westphal
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg
2018-11-07ixgbevf: add support for software timestampsJacob Keller
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher
2018-10-03ixgbevf: off by one in ixgbevf_ipsec_tx()Dan Carpenter
2018-10-03ixgbevf: fix msglen for ipsec mbx messagesShannon Nelson
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-09-23ixgbevf: remove ndo_poll_controllerEric Dumazet
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg
2018-08-28ixgbevf: enable VF IPsec offload operationsShannon Nelson
2018-08-28ixgbevf: add VF IPsec offload codeShannon Nelson
2018-08-28ixgbevf: add defines for IPsec offload requestShannon Nelson
2018-08-28ixgbevf: VF2VF TCP RSSSebastian Basierski
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-04ixgbevf: fix possible race in the reset subtaskEmil Tantilov
2018-06-04ixgbevf: Fix coexistence of malicious driver detection with XDPAlexander Duyck
2018-05-17ixgbevf: fix MAC address changes through ixgbevf_set_mac()Emil Tantilov
2018-05-17ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the deviceMauro S M Rodrigues
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-11ixgbevf: fix ixgbevf_xmit_frame()'s return typeLuc Van Oostenryck
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-04-24ixgbevf: ensure xdp_ring resources are free'd on error exitColin Ian King