summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* 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: 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
| * | | ice: always call ice_ptp_link_change and make it voidJacob Keller2022-12-083-21/+19
| * | | ice: fix misuse of "link err" with "link status"Jacob Keller2022-12-081-1/+1
| * | | ice: Reset TS memory for all quadsKarol Kolacinski2022-12-083-27/+42
| * | | ice: Remove the E822 vernier "bypass" logicMilena Olech2022-12-083-145/+14
| * | | ice: Use more generic names for ice_ptp_tx fieldsSergey Temerkhanov2022-12-082-18/+19
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-085-13/+26
|\ \ \ | |/ / |/| / | |/
| * i40e: Disallow ip4 and ip6 l4_4_bytesPrzemyslaw Patynowski2022-12-051-10/+2
| * i40e: Fix for VF MAC address 0Sylwester Dziedziuch2022-12-051-0/+2
| * i40e: Fix not setting default xps_cpus after resetMichal Jaron2022-12-051-1/+18
| * igb: Allocate MSI-X vector when testingAkihiko Odaki2022-11-301-0/+2
| * e1000e: Fix TX dispatch conditionAkihiko Odaki2022-11-301-2/+2
* | net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-6/+0
* | ice: implement direct read for NVM and Shadow RAM regionsJacob Keller2022-11-301-0/+69
* | ice: use same function to snapshot both NVM and Shadow RAMJacob Keller2022-11-301-72/+23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-298-43/+76
|\|
| * e100: Fix possible use after free in e100_xmit_prepareWang Hai2022-11-231-4/+1
| * iavf: Fix error handling in iavf_init_module()Yuan Can2022-11-231-1/+8
| * fm10k: Fix error handling in fm10k_init_module()Yuan Can2022-11-231-1/+9
| * i40e: Fix error handling in i40e_init_module()Shang XiaoJing2022-11-231-1/+10
| * ixgbevf: Fix resource leak in ixgbevf_init_module()Shang XiaoJing2022-11-231-1/+9
| * ice: fix handling of burst Tx timestampsJacob Keller2022-11-212-16/+16
| * iavf: Fix race condition between iavf_shutdown and iavf_removeSlawomir Laba2022-11-181-9/+7
| * iavf: remove INITIAL_MAC_SET to allow gARP to work properlyStefan Assmann2022-11-182-9/+0
| * iavf: Do not restart Tx queues after reset task failureIvan Vecera2022-11-181-1/+15
| * iavf: Fix a crash during reset taskIvan Vecera2022-11-181-0/+1