aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* igc: Use default cycle 'start' and 'end' values for queuesVinicius Costa Gomes2021-08-272-22/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-262-16/+23
|\
| * igc: Use num_tx_queues when iterating over tx_ring queueToshiki Nishioka2021-08-201-2/+2
| * igc: fix page fault when thunderbolt is unpluggedAaron Ma2021-08-202-14/+21
* | igc: Add support for PTP getcrosststamp()Vinicius Costa Gomes2021-08-244-0/+234
* | igc: Enable PCIe PTMVinicius Costa Gomes2021-08-241-0/+6
* | ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+6
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* | igc: Increase timeout value for Speed 100/1000/2500Muhammad Husaini Zulkifli2021-07-201-1/+3
* | igc: Set QBVCYCLET_S to 0 for TSN Basic SchedulingMuhammad Husaini Zulkifli2021-07-201-1/+1
* | igc: Remove phy->type checkingSasha Neftin2021-07-201-11/+4
* | igc: Remove _I_PHY_ID checkingSasha Neftin2021-07-203-15/+4
* | igc: Check if num of q_vectors is smaller than max before array accessSasha Neftin2021-07-201-1/+8
* | Revert "igc: Export LEDs"Kurt Kanzenbach2021-07-204-154/+0
* | igc: Export LEDsKurt Kanzenbach2021-07-164-0/+154
* | igc: Make flex filter more flexibleKurt Kanzenbach2021-07-163-20/+22
* | igc: Allow for Flex Filters to be installedVinicius Costa Gomes2021-07-161-6/+0
* | igc: Integrate flex filter into ethtool opsKurt Kanzenbach2021-07-164-10/+228
* | igc: Add possibility to add flex filterKurt Kanzenbach2021-07-164-5/+207
|/
* igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET2021-07-011-0/+1