summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-01-20ice: use GNSS subsystem instead of TTYArkadiusz Kubalewski5-257/+149
2023-01-19ice: Remove excess spaceTony Nguyen1-1/+1
2023-01-19ice: Introduce local var for readabilityTony Nguyen1-3/+6
2023-01-19ice: Match parameter name for ice_cfg_phy_fc()Tony Nguyen1-1/+1
2023-01-19ice: Explicitly return 0Tony Nguyen2-2/+2
2023-01-19ice: Reduce scope of variablesTony Nguyen2-5/+10
2023-01-19ice: Move support DDP code out of ice_flex_pipe.cSergey Temerkhanov6-2300/+2344
2023-01-19ice: Remove cppcheck suppressionsTony Nguyen4-8/+0
2023-01-19ice: combine cases in ice_ksettings_find_adv_link_speed()Przemek Kitszel1-12/+8
2023-01-19ice: Add support for 100G KR2/CR2/SR2 link reportingAnirudh Venkataramanan1-9/+32
2023-01-19ice: add missing checks for PF vsi typeJesse Brandeburg1-9/+8
2023-01-19ice: remove redundant non-null check in ice_setup_pf_sw()Anirudh Venkataramanan1-7/+5
2023-01-19ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPBSiddaraju DH1-1/+1
2023-01-19ice: Support drop actionAmritha Nambiar2-20/+40
2023-01-19ice: Handle LLDP MIB Pending changeAnatolii Gerasymenko3-15/+91
2023-01-19ice: Add 'Execute Pending LLDP MIB' Admin Queue commandTsotne Chakhvadze4-2/+33
2023-01-18ixgbe: Use C45 mdiobus accessorsAndrew Lunn1-2/+4
2023-01-18ixgbe: Separate C22 and C45 transactionsAndrew Lunn1-55/+182
2023-01-13ixgbe: Filter out spurious link up indicationSebastian Czapla1-3/+18
2023-01-13ixgbe: XDP: fix checker warning from rcu pointerJesse Brandeburg1-7/+6
2023-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-19/+33
2023-01-12Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-10/+18
2023-01-10iavf/iavf_main: actually log ->src mask when talking about itDaniil Tatianin1-1/+1
2023-01-10igc: Fix PPS delta between two synchronized end-pointsChristopher S Hall2-4/+8
2023-01-10ixgbe: fix pci device refcount leakYang Yingliang1-5/+9
2023-01-10e1000e: Enable Link Partner Advertised SupportJamie Gloudon2-1/+18
2023-01-10ice: Add check for kzallocJiasheng Jiang1-9/+14
2023-01-10ice: Fix potential memory leak in ice_gnss_tty_write()Yuan Can1-0/+1
2023-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+4
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2023-01-03igc: Remove reset adapter task for i226 during disable tsn configMuhammad Husaini Zulkifli3-12/+7
2023-01-03igc: enable Qbv configuration for 2nd GCLTan Tee Min3-9/+15
2023-01-03igc: remove I226 Qbv BaseTime restrictionMuhammad Husaini Zulkifli5-16/+65
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-3/+3
2022-12-22ice: xsk: do not use xdp_return_frame() on tx_buf->raw_bufMaciej Fijalkowski1-1/+1
2022-12-16igc: Set Qbv start_time and end_time to end_time if not being configured in GCLTan Tee Min1-1/+13
2022-12-16igc: recalculate Qbv end_time by considering cycle timeTan Tee Min1-0/+15
2022-12-16igc: allow BaseTime 0 enrollment for QbvTan Tee Min3-1/+4
2022-12-16igc: Add checking for basetime less than zeroMuhammad Husaini Zulkifli1-0/+3
2022-12-16igc: Use strict cycles for Qbv schedulingVinicius Costa Gomes1-9/+2
2022-12-16igc: Enhance Qbv scheduling by using first flag bitVinicius Costa Gomes3-29/+151
2022-12-14igb: Initialize mailbox message for VF resetTony Nguyen1-1/+1
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-12/+24
2022-12-13i40e: allow toggling loopback mode via ndo_set_features callbackTirthendu Sarkar4-4/+61
2022-12-13i40e: Fix the inability to attach XDP program on downed interfaceBartosz Staszewski1-12/+24
2022-12-10Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-0/+10
2022-12-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-475/+463
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-13/+26
2022-12-09ice: reschedule ice_ptp_wait_for_offset_valid during resetJacob Keller1-1/+6
2022-12-09ice: make Tx and Rx vernier offset calibration independentSiddaraju DH3-173/+91