summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-10/+27
|\
| * ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu2020-01-091-10/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-1/+6
|\|
| * net/ixgbe: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy2019-12-191-1/+6
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli2019-11-071-1/+2
* ixgbe: protect TX timestamping from API misuseManjunath Patil2019-11-041-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-1/+0
|\
| * ixgbe: Remove duplicate clear_bit() callIgor Pylypiv2019-11-011-1/+0
* | ixgbe: Add UDP segmentation offload supportJosh Hunt2019-10-291-6/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-2/+5
|\
| * ixgbe: Fix secpath usage for IPsec TX offload.Steffen Klassert2019-09-121-1/+2
| * ixgbe: Prevent u8 wrapping of ITR value to something less than 10usAlexander Duyck2019-09-111-1/+3
* | ixgbe: use skb_get_queue_mapping in tx pathTonghao Zhang2019-09-111-1/+1
* | ixgbe: fix memory leaksWenwen Wang2019-09-111-0/+4
* | ixgbe: sync the first fragment unconditionallyFiro Yang2019-09-091-7/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-061-2/+3
|\ \
| * | xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-171-2/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-4/+1
|\ \ \ | |/ / |/| / | |/
| * ixgbe: fix possible deadlock in ixgbe_service_task()Taehee Yoo2019-08-091-4/+1
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-2/+2
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-4/+5
|/
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-1/+4
* net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-091-22/+5
* ixgbe: add tracking of AF_XDP zero-copy state for each queue pairJan Sokolowski2019-06-051-0/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-6/+5
|\
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
| * net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
| * net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2
| * intel: correct return from set features callbackSerhey Popovych2019-03-191-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0
|/
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-051-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-3/+16
|\
| * ixgbe: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2019-02-211-1/+11
| * ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher2019-02-211-2/+5
* | net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski2019-02-151-3/+0
* | net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-171-1/+2
|/
* ixgbe: use mii_bus to handle MII related ioctlsSteve Douthit2018-12-201-0/+18
* ixgbe: register a mdiobusSteve Douthit2018-12-201-0/+5
* drivers: net: intel: use secpath helpers in more placesFlorian Westphal2018-12-191-2/+3
* net: ndo_bridge_setlink: Add extackPetr Machata2018-12-121-1/+2
* ixgbe: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-211-3/+3
* intel-ethernet: software timestamp skbs as late as possibleJacob Keller2018-11-071-2/+2
* ixgbe: don't clear_bit on xdp_ring->state if xdp_ring is nullColin Ian King2018-11-071-1/+2
* ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher2018-10-311-3/+3
* Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-251-10/+0
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-10/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-031-5/+7
|\ \
| * | ixgbe: check return value of napi_complete_done()Song Liu2018-10-031-5/+7
* | | ixgbe: add AF_XDP zero-copy Tx supportBjörn Töpel2018-10-031-1/+16
OpenPOWER on IntegriCloud