summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix possible deadlock in ixgbe_service_task()Taehee Yoo2019-08-091-4/+1Star
* 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/+5Star
* 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-081-6/+5Star
|\
| * 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-021-1/+1
| * net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-3/+2Star
| * intel: correct return from set features callbackSerhey Popovych2019-03-191-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0Star
|/
* mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-061-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/+0Star
* | net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-181-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-131-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/+0Star
|\
| * PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-10/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-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
* | | ixgbe: move common Tx functions to ixgbe_txrx_common.hBjörn Töpel2018-10-031-6/+3Star
* | | ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel2018-10-031-12/+66
* | | ixgbe: move common Rx functions to ixgbe_txrx_common.hBjörn Töpel2018-10-031-18/+11Star
* | | ixgbe: added Rx/Tx ring disable/enable functionsBjörn Töpel2018-10-031-0/+158
* | | ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl2018-10-031-2/+8
* | | ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limitRadoslaw Tyl2018-10-031-4/+10
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-25/+0Star
|\| |
| * | ixgbe: remove ndo_poll_controllerEric Dumazet2018-09-241-25/+0Star
| |/
* | intel-ethernet: use correct module licenseJesse Brandeburg2018-09-191-1/+1
* | ixgbe: firmware recovery modeSebastian Basierski2018-08-281-0/+41
|/
* ixgbe: Prevent unsupported configurations with XDPTony Nguyen2018-08-241-2/+26
* ixgbe: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-08-241-1/+1
* net_sched: remove list_head from tc_actionCong Wang2018-08-211-4/+2Star
* ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck2018-07-261-65/+215
* ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop deviceAlexander Duyck2018-07-261-7/+7
* ixgbe: Do not allow LRO or MTU change with XDPTony Nguyen2018-07-261-0/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-151-1/+0Star
|\
| * xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0Star
* | net: allow fallback function to pass netdevAlexander Duyck2018-07-091-2/+2
* | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-3/+4
* | net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck2018-07-091-13/+6Star