summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ice: Remove cppcheck suppressionsTony Nguyen2023-01-194-8/+0
* ice: combine cases in ice_ksettings_find_adv_link_speed()Przemek Kitszel2023-01-191-12/+8
* ice: Add support for 100G KR2/CR2/SR2 link reportingAnirudh Venkataramanan2023-01-191-9/+32
* ice: add missing checks for PF vsi typeJesse Brandeburg2023-01-191-9/+8
* ice: remove redundant non-null check in ice_setup_pf_sw()Anirudh Venkataramanan2023-01-191-7/+5
* ice: restrict PTP HW clock freq adjustments to 100, 000, 000 PPBSiddaraju DH2023-01-191-1/+1
* ice: Support drop actionAmritha Nambiar2023-01-192-20/+40
* ice: Handle LLDP MIB Pending changeAnatolii Gerasymenko2023-01-193-15/+91
* ice: Add 'Execute Pending LLDP MIB' Admin Queue commandTsotne Chakhvadze2023-01-194-2/+33
* ixgbe: Use C45 mdiobus accessorsAndrew Lunn2023-01-171-2/+4
* ixgbe: Separate C22 and C45 transactionsAndrew Lunn2023-01-171-55/+182
* ixgbe: Filter out spurious link up indicationSebastian Czapla2023-01-131-3/+18
* ixgbe: XDP: fix checker warning from rcu pointerJesse Brandeburg2023-01-131-7/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-125-19/+33
|\
| * Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-01-114-10/+18
| |\
| | * iavf/iavf_main: actually log ->src mask when talking about itDaniil Tatianin2023-01-101-1/+1
| | * igc: Fix PPS delta between two synchronized end-pointsChristopher S Hall2023-01-102-4/+8
| | * ixgbe: fix pci device refcount leakYang Yingliang2023-01-101-5/+9
| * | ice: Add check for kzallocJiasheng Jiang2023-01-091-9/+14
| * | ice: Fix potential memory leak in ice_gnss_tty_write()Yuan Can2023-01-091-0/+1
| |/
* | e1000e: Enable Link Partner Advertised SupportJamie Gloudon2023-01-092-1/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-052-4/+4
|\|
| * Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-051-1/+1
| |\
| | * ice: xsk: do not use xdp_return_frame() on tx_buf->raw_bufMaciej Fijalkowski2022-12-211-1/+1
| * | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-3/+3
| |/
* | igc: Remove reset adapter task for i226 during disable tsn configMuhammad Husaini Zulkifli2023-01-033-12/+7
* | igc: enable Qbv configuration for 2nd GCLTan Tee Min2023-01-033-9/+15
* | igc: remove I226 Qbv BaseTime restrictionMuhammad Husaini Zulkifli2023-01-035-16/+65
|/
* igc: Set Qbv start_time and end_time to end_time if not being configured in GCLTan Tee Min2022-12-151-1/+13
* igc: recalculate Qbv end_time by considering cycle timeTan Tee Min2022-12-151-0/+15
* igc: allow BaseTime 0 enrollment for QbvTan Tee Min2022-12-153-1/+4
* igc: Add checking for basetime less than zeroMuhammad Husaini Zulkifli2022-12-151-0/+3
* igc: Use strict cycles for Qbv schedulingVinicius Costa Gomes2022-12-151-9/+2
* igc: Enhance Qbv scheduling by using first flag bitVinicius Costa Gomes2022-12-153-29/+151
* igb: Initialize mailbox message for VF resetTony Nguyen2022-12-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-131-12/+24
|\
| * i40e: Fix the inability to attach XDP program on downed interfaceBartosz Staszewski2022-12-121-12/+24
* | i40e: allow toggling loopback mode via ndo_set_features callbackTirthendu Sarkar2022-12-124-4/+61
* | Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-12-092-0/+10
|\ \
| * | xfrm: allow state packet offload modeLeon Romanovsky2022-12-052-0/+10
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-12-095-475/+463
|\ \ \
| * | | ice: reschedule ice_ptp_wait_for_offset_valid during resetJacob Keller2022-12-081-1/+6
| * | | ice: make Tx and Rx vernier offset calibration independentSiddaraju DH2022-12-083-173/+91
| * | | ice: only check set bits in ice_ptp_flush_tx_trackerJacob Keller2022-12-081-9/+29
| * | | ice: handle flushing stale Tx timestamps in ice_ptp_tx_tstampJacob Keller2022-12-082-36/+67
| * | | ice: cleanup allocations in ice_ptp_alloc_tx_trackerJacob Keller2022-12-081-7/+11
| * | | ice: protect init and calibrating check in ice_ptp_request_tsJacob Keller2022-12-082-6/+32
| * | | ice: synchronize the misc IRQ when tearing down Tx trackerJacob Keller2022-12-081-4/+6
| * | | ice: check Tx timestamp memory register for ready timestampsJacob Keller2022-12-084-12/+126
| * | | ice: handle discarding old Tx requests in ice_ptp_tx_tstampJacob Keller2022-12-081-63/+48