aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c
AgeCommit message (Expand)Author
2018-10-03ixgbe: check return value of napi_complete_done()Song Liu
2018-09-23ixgbe: remove ndo_poll_controllerEric Dumazet
2018-08-24ixgbe: Prevent unsupported configurations with XDPTony Nguyen
2018-08-24ixgbe: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai
2018-08-21net_sched: remove list_head from tc_actionCong Wang
2018-07-26ixgbe: Refactor queue disable logic to take completion time into accountAlexander Duyck
2018-07-26ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop deviceAlexander Duyck
2018-07-26ixgbe: Do not allow LRO or MTU change with XDPTony Nguyen
2018-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski
2018-07-09net: allow fallback function to pass netdevAlexander Duyck
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-07-09net: Add support for subordinate traffic classes to netdev_pick_txAlexander Duyck
2018-07-09ixgbe: Add code to populate and use macvlan TC to Tx queue mapAlexander Duyck
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-28ixgbe: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-11ixgbe: Move ipsec init function to before reset callAlexander Duyck
2018-06-11ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck
2018-06-11ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-06-05ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flushJesper Dangaard Brouer
2018-06-04ixgbe: fix possible race in reset subtaskTony Nguyen
2018-06-03ixgbe: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-05-31ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý
2018-05-25ixgbe: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas
2018-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-05-24xdp: change ndo_xdp_xmit API to support bulkingJesper Dangaard Brouer
2018-05-20Revert "ixgbe: release lock for the duration of ixgbe_suspend_close()"Jeff Kirsher
2018-05-17ixgbe: release lock for the duration of ixgbe_suspend_close()Pavel Tatashin
2018-05-17ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the deviceMauro S M Rodrigues
2018-05-17ixgbe: cleanup sparse warningsCathy Zhou
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-04-25ixgbe: Avoid performing unnecessary resets for macvlan offloadAlexander Duyck
2018-04-25ixgbe: Drop real_adapter from l2 fwd acceleration structureAlexander Duyck
2018-04-25ixgbe/fm10k: Only support macvlan offload for types that support destination ...Alexander Duyck
2018-04-25ixgbe/fm10k: Drop tracking stats for macvlan broadcast/multicastAlexander Duyck
2018-04-25macvlan: Use software path for offloaded local, broadcast, and multicast trafficAlexander Duyck
2018-04-25macvlan: Rename fwd_priv to accel_priv and add accessor functionAlexander Duyck
2018-04-25ixgbe: Drop support for macvlan specific unicast listsAlexander Duyck
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer
2018-04-17xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer
2018-04-17ixgbe: use xdp_return_frame APIJesper Dangaard Brouer
2018-03-23ixgbe: tweak page counting for XDP_REDIRECTBjörn Töpel