aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-2/+3
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+16
2019-02-21ixgbe: fix potential RX buffer starvation for AF_XDPMagnus Karlsson1-1/+11
2019-02-21ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher1-2/+5
2019-02-15net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski1-3/+0
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2018-12-20ixgbe: use mii_bus to handle MII related ioctlsSteve Douthit1-0/+18
2018-12-20ixgbe: register a mdiobusSteve Douthit1-0/+5
2018-12-19drivers: net: intel: use secpath helpers in more placesFlorian Westphal1-2/+3
2018-12-12net: ndo_bridge_setlink: Add extackPetr Machata1-1/+2
2018-11-21ixgbe: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-3/+3
2018-11-07intel-ethernet: software timestamp skbs as late as possibleJacob Keller1-2/+2
2018-11-07ixgbe: don't clear_bit on xdp_ring->state if xdp_ring is nullColin Ian King1-1/+2
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher1-3/+3
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-10/+0
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2018-10-03ixgbe: check return value of napi_complete_done()Song Liu1-5/+7
2018-10-03ixgbe: add AF_XDP zero-copy Tx supportBjörn Töpel1-1/+16
2018-10-03ixgbe: move common Tx functions to ixgbe_txrx_common.hBjörn Töpel1-6/+3
2018-10-03ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel1-12/+66
2018-10-03ixgbe: move common Rx functions to ixgbe_txrx_common.hBjörn Töpel1-18/+11
2018-10-03ixgbe: added Rx/Tx ring disable/enable functionsBjörn Töpel1-0/+158
2018-10-03ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl1-2/+8
2018-10-03ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limitRadoslaw Tyl1-4/+10
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-10/+0
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+0
2018-09-23ixgbe: remove ndo_poll_controllerEric Dumazet1-25/+0
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg1-1/+1
2018-08-28ixgbe: firmware recovery modeSebastian Basierski1-0/+41
2018-08-24ixgbe: Prevent unsupported configurations with XDPTony Nguyen1-2/+26
2018-08-24ixgbe: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai1-1/+1
2018-08-21net_sched: remove list_head from tc_actionCong Wang1-4/+2
2018-07-26ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck1-65/+215
2018-07-26ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop deviceAlexander Duyck1-7/+7
2018-07-26ixgbe: Do not allow LRO or MTU change with XDPTony Nguyen1-0/+10
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+0
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0
2018-07-09net: allow fallback function to pass netdevAlexander Duyck1-2/+2
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck1-3/+4
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck1-13/+6
2018-07-09ixgbe: Add code to populate and use macvlan TC to Tx queue mapAlexander Duyck1-6/+38
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+14
2018-06-28ixgbe: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer1-10/+14
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley1-1/+1
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-11/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-11ixgbe: Move ipsec init function to before reset callAlexander Duyck1-2/+9
2018-06-11ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck1-1/+1
2018-06-11ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck1-8/+0
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-46/+1