summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc
Commit message (Expand)AuthorAgeFilesLines
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-2/+1
* igc: Remove IGC_MDIC_INT_EN definitionSasha Neftin2022-09-081-1/+0
* igc: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi2022-08-181-45/+83
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-212-1/+7
|\
| * igc: Reinstate IGC_REMOVED logic and implement it properlyLennert Buytenhek2022-07-142-1/+7
* | igc: Remove forced_speed_duplex valueSasha Neftin2022-07-181-2/+0
* | igc: Remove MSI-X PBA Clear registerSasha Neftin2022-07-181-3/+0
* | igc: Lift TAPRIO schedule restrictionKurt Kanzenbach2022-07-181-6/+17
* | intel/igc:fix repeated words in commentsJilin Yuan2022-06-301-1/+1
* | intel: remove unused macrosJesse Brandeburg2022-06-301-1/+0
|/
* igc: Change type of the 'igc_check_downshift' methodSasha Neftin2022-05-102-6/+2
* igc: Remove unused phy_type enumSasha Neftin2022-05-103-18/+3
* igc: Remove igc_set_spd_dplx methodSasha Neftin2022-05-102-51/+0
* igc: Fix suspending when PTM is activeVinicius Costa Gomes2022-04-131-1/+14
* igc: Fix BUG: scheduling while atomicSasha Neftin2022-04-131-2/+2
* igc: Fix infinite loop in release_swfw_syncSasha Neftin2022-04-131-2/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-4/+0
|\
| * igc: igc_write_phy_reg_gpy: drop premature returnSasha Neftin2022-02-281-2/+0
| * igc: igc_read_phy_reg_gpy: drop premature returnCorinna Vinschen2022-02-281-2/+0
* | igc: avoid kernel warning when changing RX ring parametersCorinna Vinschen2022-02-071-0/+3
* | igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin2022-01-311-6/+7
* | igc: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-13/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-12-312-1/+2
|\
| * net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
| * bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni2021-12-131-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-302-1/+20
|\ \
| * | igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin2021-12-281-0/+6
| * | igc: Do not enable crosstimestamping for i225-V modelsVinicius Costa Gomes2021-12-281-1/+14
* | | igc: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
* | | igc: Remove obsolete defineSasha Neftin2021-12-211-1/+0
* | | igc: Remove obsolete maskSasha Neftin2021-12-211-3/+0
* | | igc: Remove obsolete nvm typeSasha Neftin2021-12-212-4/+0
* | | igc: Remove unused phy typeSasha Neftin2021-12-211-1/+0
* | | igc: Remove unused _I_PHY_ID defineSasha Neftin2021-12-211-3/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-1/+1
|\| |
| * | igc: Fix typo in i225 LTR functionsSasha Neftin2021-12-151-1/+1
* | | net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
| |/ |/|
* | igc: enable XDP metadata in driverJesper Dangaard Brouer2021-11-301-11/+22
* | igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASSJesper Dangaard Brouer2021-11-301-1/+3
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-4/+10
|/
* igc: Change Device Reset to Port ResetSasha Neftin2021-10-292-2/+2
* igc: Add new device IDSasha Neftin2021-10-293-0/+3
* igc: Remove media type checking on the PHY initializationSasha Neftin2021-10-291-5/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-1/+1
|\
| * igc: Update I226_K device IDSasha Neftin2021-10-201-1/+1
* | net: intel: igc_ptp: fix build for UMLRandy Dunlap2021-10-141-1/+1
* | ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-051-2/+2
|/
* igc: fix tunnel offloadingPaolo Abeni2021-09-161-1/+3
* igc: Add support for CBS offloadingAravindhan Gunasekaran2021-08-275-1/+195
* igc: Simplify TSN flags handlingVinicius Costa Gomes2021-08-274-27/+43