summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues2019-07-262-1/+3
* ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher2019-03-231-2/+5
* ixgbe: allow IPsec Tx offload in VEPA modeShannon Nelson2019-01-261-1/+3
* ixgbe: Fix race when the VF driver does a resetRoss Lagerwall2019-01-131-1/+10
* ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser2018-12-171-1/+3
* ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl2018-11-271-1/+3
* ixgbe: disallow IPsec Tx offload when in SR-IOV modeShannon Nelson2018-11-131-0/+3
* ixgbe: check return value of napi_complete_done()Song Liu2018-10-031-5/+7
* ixgbe: remove ndo_poll_controllerEric Dumazet2018-09-241-25/+0Star
* ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski2018-08-242-0/+27
* ixgbe: Prevent unsupported configurations with XDPTony Nguyen2018-08-242-2/+31
* ixgbe: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2018-08-242-3/+3
* 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-263-91/+224
* ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop deviceAlexander Duyck2018-07-261-7/+7
* ixgbe: add ipsec security registers into ethtool register dumpShannon Nelson2018-07-261-1/+9
* ixgbe: Do not allow LRO or MTU change with XDPTony Nguyen2018-07-261-0/+10
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-212-2/+12
|\
| * ixgbe: Off by one in ixgbe_ipsec_tx()Dan Carpenter2018-07-121-1/+1
| * ixgbe: Be more careful when modifying MAC filtersAlexander Duyck2018-07-121-1/+11
* | 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
* | | ixgbe: Add code to populate and use macvlan TC to Tx queue mapAlexander Duyck2018-07-091-6/+38
|/ /
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-031-10/+14
|\|
| * ixgbe: split XDP_TX tail and XDP_REDIRECT map flushingJesper Dangaard Brouer2018-06-281-10/+14
* | net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-165-25/+48
|\
| * ixgbe: Fix bit definitions and add support for testing for ipsec supportAlexander Duyck2018-06-112-3/+17
| * ixgbe: Avoid loopback and fix boolean logic in ipsec_stop_dataAlexander Duyck2018-06-111-2/+11
| * ixgbe: Move ipsec init function to before reset callAlexander Duyck2018-06-112-9/+9
| * ixgbe: Use CONFIG_XFRM_OFFLOAD instead of CONFIG_XFRMAlexander Duyck2018-06-112-3/+3
| * ixgbe: Fix setting of TC configuration for macvlan caseAlexander Duyck2018-06-112-8/+8
* | treewide: Use array_size() in vmalloc()Kees Cook2018-06-131-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+1
|/
* Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-071-46/+1Star
|\
| * ixgbe: Report PCIe link properties with pcie_print_link_status()Bjorn Helgaas2018-05-261-46/+1Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-051-26/+16Star
|\ \
| * | ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flushJesper Dangaard Brouer2018-06-051-21/+0Star
| * | ixgbe: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer2018-06-031-6/+14
| * | xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-031-1/+4
* | | ixgbe: fix broken ipsec Rx with proper cast on spiShannon Nelson2018-06-041-1/+1
* | | ixgbe: check ipsec ip addr against mgmt filtersShannon Nelson2018-06-041-0/+88
* | | ixgbe: fix possible race in reset subtaskTony Nguyen2018-06-041-2/+4
* | | ixgbe: introduce a helper to simplify codeYueHaibing2018-06-041-36/+21Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-5/+4Star
|\ \ \ | |/ / |/| |
| * | ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý2018-06-011-5/+4Star