summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2023-02-16igb: conditionalize I2C bit banging on external thermal sensor supportCorinna Vinschen1-10/+32
2023-02-16Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-12/+20
2023-02-15igb: Fix PPS input and output using 3rd and 4th SDPMiroslav Lichvar1-6/+6
2023-02-14ixgbe: add double of VLAN header when computing the max MTUJason Xing2-2/+3
2023-02-14i40e: add double of VLAN header when computing the max MTUJason Xing1-1/+1
2023-02-14ixgbe: allow to increase MTU to 3K with XDP enabledJason Xing1-9/+16
2023-02-13ice: fix lost multicast packets in promisc modeJesse Brandeburg1-0/+26
2023-02-13ice: Fix check for weight and priority of a scheduling nodeMichal Wilczynski1-2/+2
2023-02-11i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova1-0/+2
2023-02-11ice: xsk: Fix cleaning of XDP_TX framesLarysa Zaremba1-6/+9
2023-02-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-22/+30
2023-02-08igc: Add ndo_tx_timeout supportSasha Neftin1-2/+23
2023-02-07ice: switch: fix potential memleak in ice_add_adv_recipe()Zhang Changzhong1-1/+1
2023-02-07ice: Fix off by one in ice_tc_forward_to_queue()Dan Carpenter1-1/+1
2023-02-07ice: Fix disabling Rx VLAN filtering with port VLAN enabledBrett Creeley1-1/+15
2023-02-07ice: fix out-of-bounds KASAN warning in virtchnlMichal Swiatkowski2-18/+12
2023-02-07ice: Do not use WQ_MEM_RECLAIM flag for workqueueAnirudh Venkataramanan1-1/+1
2023-02-02igc: return an error if the mac type is unknown in igc_ptp_systim_to_hwtstamp()Tom Rix1-5/+9
2023-01-27net/i40e: Replace 0-length array with flexible arrayKees Cook1-1/+1
2023-01-27ice: Prevent set_channel from changing queues while RDMA activeDave Ertman5-19/+43
2023-01-25ice: move devlink port creation/deletionPaul M Stillwell Jr2-11/+17
2023-01-20iavf: schedule watchdog immediately when changing primary MACStefan Assmann1-1/+1
2023-01-20iavf: Move netdev_update_features() into watchdog taskMarcin Szycik2-18/+17
2023-01-20iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt4-51/+49
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-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-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
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
2022-12-09ice: only check set bits in ice_ptp_flush_tx_trackerJacob Keller1-9/+29