aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe
AgeCommit message (Expand)Author
2023-10-25ixgbe: fix crash with empty VF macvlan listDan Carpenter
2023-09-23ixgbe: fix timestamp configuration codeVadim Fedorenko
2023-05-17ixgbe: Enable setting RSS table to default valuesJoe Damato
2023-05-17ixgbe: Allow flow hash to be set via ethtoolJoe Damato
2022-09-05ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounterJacob Keller
2022-06-14ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz
2022-06-14ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz
2021-12-22ixgbe: set X550 MDIO speed before talking to PHYCyril Novikov
2021-07-28ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme
2021-07-28ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET
2021-06-03ixgbe: fix large MTU request from VFJesse Brandeburg
2021-03-30ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu
2020-12-30ixgbe: avoid premature Rx buffer reuseBjörn Töpel
2020-09-03scsi: fcoe: Fix I/O path allocationMike Christie
2020-07-16ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus
2020-06-22ixgbe: fix signed-integer-overflow warningXie XiuQi
2020-06-22ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4KJesper Dangaard Brouer
2020-02-05ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu
2020-01-27ixgbe: sync the first fragment unconditionallyFiro Yang
2020-01-27ixgbe: don't clear IPsec sa counters on HW clearingShannon Nelson
2019-12-31ixgbe: protect TX timestamping from API misuseManjunath Patil
2019-11-24ixgbe: Fix crash with VFs and flow director on interface flapRadoslaw Tyl
2019-11-24ixgbe: Fix ixgbe TX hangs with XDP_TX beyond queue limitRadoslaw Tyl
2019-09-19ixgbe: Prevent u8 wrapping of ITR value to something less than 10usAlexander Duyck
2019-09-19ixgbe: Fix secpath usage for IPsec TX offload.Steffen Klassert
2019-07-26ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues
2019-03-23ixgbe: fix older devices that do not support IXGBE_MRQC_L3L4TXSWENJeff Kirsher
2019-01-26ixgbe: allow IPsec Tx offload in VEPA modeShannon Nelson
2019-01-13ixgbe: Fix race when the VF driver does a resetRoss Lagerwall
2018-12-17ixgbe: recognize 1000BaseLX SFP modules as 1GbpsJosh Elsasser
2018-11-27ixgbe: fix MAC anti-spoofing filter after VFLRRadoslaw Tyl
2018-11-13ixgbe: disallow IPsec Tx offload when in SR-IOV modeShannon Nelson
2018-10-03ixgbe: check return value of napi_complete_done()Song Liu
2018-09-23ixgbe: remove ndo_poll_controllerEric Dumazet
2018-08-24ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski
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: add ipsec security registers into ethtool register dumpShannon Nelson
2018-07-26ixgbe: Do not allow LRO or MTU change with XDPTony Nguyen
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
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-12ixgbe: Off by one in ixgbe_ipsec_tx()Dan Carpenter
2018-07-12ixgbe: Be more careful when modifying MAC filtersAlexander Duyck
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