summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)AuthorFilesLines
2019-05-08ixgbe: fix mdio bus registrationIvan Vecera1-7/+9
2019-02-21ixgbe: don't do any AF_XDP zero-copy transmit if netif is not OKJan Sokolowski1-1/+2
2019-02-21ixgbe: fix potential RX buffer starvation for AF_XDPMagnus Karlsson2-3/+21
2019-02-21ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher1-2/+5
2018-12-21Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller4-0/+326
2018-12-20ixgbe: use mii_bus to handle MII related ioctlsSteve Douthit1-0/+18
2018-12-20ixgbe: register a mdiobusSteve Douthit4-0/+308
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+10
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal1-4/+5
2018-12-19drivers: net: intel: use secpath helpers in more placesFlorian Westphal2-4/+7
2018-12-13net: ndo_bridge_setlink: Add extackPetr Machata1-1/+2
2018-12-13ixgbe: Fix race when the VF driver does a resetRoss Lagerwall1-1/+10
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2018-11-28ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser1-1/+3
2018-11-21ixgbe: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney1-3/+3
2018-11-10ixgbe: extend PTP gettime function to read system clockMiroslav Lichvar1-10/+44
2018-11-07i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka1-1/+2
2018-11-07intel-ethernet: software timestamp skbs as late as possibleJacob Keller1-2/+2
2018-11-07ixgbe: allow IPsec Tx offload in VEPA modeShannon Nelson1-1/+3
2018-11-07ixgbe: don't clear_bit on xdp_ring->state if xdp_ring is nullColin Ian King1-1/+2
2018-10-31ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl1-1/+3
2018-10-31ixgbe/ixgbevf: fix XFRM_ALGO dependencyJeff Kirsher3-8/+8
2018-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+0
2018-10-26drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet1-1/+0
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+0
2018-10-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2018-10-04ixgbe: check return value of napi_complete_done()Song Liu1-5/+7
2018-10-03ixgbe: add AF_XDP zero-copy Tx supportBjörn Töpel3-1/+195
2018-10-03ixgbe: move common Tx functions to ixgbe_txrx_common.hBjörn Töpel2-6/+8
2018-10-03ixgbe: add AF_XDP zero-copy Rx supportBjörn Töpel6-21/+745
2018-10-03ixgbe: move common Rx functions to ixgbe_txrx_common.hBjörn Töpel2-18/+37
2018-10-03ixgbe: added Rx/Tx ring disable/enable functionsBjörn Töpel2-0/+159
2018-10-03ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl1-2/+8
2018-10-03ixgbe: remove redundant function ixgbe_fw_recovery_mode()YueHaibing1-11/+0
2018-10-03ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limitRadoslaw Tyl1-4/+10
2018-10-03PCI/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-24ixgbe: remove ndo_poll_controllerEric Dumazet1-25/+0
2018-09-19intel-ethernet: use correct module licenseJesse Brandeburg1-1/+1
2018-08-29ixgbe: fix the return value for unsupported VF offloadShannon Nelson1-1/+1
2018-08-29ixgbe: disallow IPsec Tx offload when in SR-IOV modeShannon Nelson1-0/+3
2018-08-29ixgbe: add VF IPsec offload request message handlingShannon Nelson3-6/+35
2018-08-29ixgbe: add VF IPsec offload enable flagShannon Nelson3-1/+12
2018-08-29ixgbe: add VF IPsec managementShannon Nelson2-9/+260
2018-08-29ixgbe: prep IPsec constants for later useShannon Nelson1-3/+5
2018-08-29ixgbe: reload IPsec IP table after sa tablesShannon Nelson1-8/+8
2018-08-29ixgbe: don't clear IPsec sa counters on HW clearingShannon Nelson1-4/+0
2018-08-28ixgbe: firmware recovery modeSebastian Basierski4-0/+71
2018-08-24ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski2-0/+27
2018-08-24ixgbe: Prevent unsupported configurations with XDPTony Nguyen2-2/+31