summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()Christophe JAILLET2024-02-231-1/+2
* ixgbe: Refactor overtemp event handlingJedrzej Jagielski2024-02-235-41/+43
* ixgbe: Refactor returning internal error codesJedrzej Jagielski2024-02-2312-317/+264
* ixgbe: Remove non-inclusive languagePiotr Skajewski2024-02-233-25/+25
* net: remove unneeded breakTom Rix2024-02-231-1/+0
* ixgbe: fix crash with empty VF macvlan listDan Carpenter2023-10-251-2/+3
* ixgbe: fix timestamp configuration codeVadim Fedorenko2023-09-231-13/+15
* ixgbe: Enable setting RSS table to default valuesJoe Damato2023-05-171-9/+10
* ixgbe: Allow flow hash to be set via ethtoolJoe Damato2023-05-171-2/+2
* ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounterJacob Keller2022-09-051-13/+46
* ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz2022-06-141-2/+2
* ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz2022-06-141-2/+2
* ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov2021-12-221-0/+3
* ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme2021-07-281-1/+2
* ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET2021-07-281-0/+1
* ixgbe: fix large MTU request from VFJesse Brandeburg2021-06-031-9/+7
* ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu2021-03-301-2/+4
* ixgbe: avoid premature Rx buffer reuseBjörn Töpel2020-12-301-7/+17
* scsi: fcoe: Fix I/O path allocationMike Christie2020-09-031-1/+1
* ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus2020-07-162-9/+17
* ixgbe: fix signed-integer-overflow warningXie XiuQi2020-06-221-1/+1
* ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4KJesper Dangaard Brouer2020-06-221-1/+2
* ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu2020-02-051-10/+27
* ixgbe: sync the first fragment unconditionallyFiro Yang2020-01-271-7/+9
* ixgbe: don't clear IPsec sa counters on HW clearingShannon Nelson2020-01-271-4/+0
* ixgbe: protect TX timestamping from API misuseManjunath Patil2019-12-311-1/+2
* ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl2019-11-241-2/+8
* ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limitRadoslaw Tyl2019-11-241-4/+10
* ixgbe: Prevent u8 wrapping of ITR value to something less than 10usAlexander Duyck2019-09-191-1/+3
* ixgbe: Fix secpath usage for IPsec TX offload.Steffen Klassert2019-09-191-1/+3
* 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-231-25/+0
* 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/+2
* 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-202-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