summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* ice: remove unnecessary CONFIG_ICE_GNSSJacob Keller2023-02-263-6/+4
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-02-215-91/+140
|\
| * ice: Micro-optimize .ndo_xdp_xmit() pathAlexander Lobakin2023-02-133-15/+20
| * ice: Fix freeing XDP frames backed by Page PoolAlexander Lobakin2023-02-134-11/+43
| * ice: Robustify cleaning/completing XDP Tx buffersAlexander Lobakin2023-02-134-36/+63
| * ice: Remove two impossible branches on XDP Tx cleaningAlexander Lobakin2023-02-132-8/+2
| * ice: Fix XDP Tx ring overrunAlexander Lobakin2023-02-131-7/+12
| * ice: fix ice_tx_ring:: Xdp_tx_active underflowAlexander Lobakin2023-02-131-2/+3
* | ice: properly alloc ICE_VSI_LBMichal Swiatkowski2023-02-201-0/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2023-02-177-43/+119
|\ \
| * | igb: conditionalize I2C bit banging on external thermal sensor supportCorinna Vinschen2023-02-161-10/+32
| * | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-02-163-12/+20
| |\ \
| | * | ixgbe: add double of VLAN header when computing the max MTUJason Xing2023-02-142-2/+3
| | * | i40e: add double of VLAN header when computing the max MTUJason Xing2023-02-141-1/+1
| | * | ixgbe: allow to increase MTU to 3K with XDP enabledJason Xing2023-02-141-9/+16
| * | | igb: Fix PPS input and output using 3rd and 4th SDPMiroslav Lichvar2023-02-151-6/+6
| * | | ice: fix lost multicast packets in promisc modeJesse Brandeburg2023-02-131-0/+26
| * | | ice: Fix check for weight and priority of a scheduling nodeMichal Wilczynski2023-02-131-2/+2
| |/ /
| * | i40e: Add checking for null for nlmsg_find_attr()Natalia Petrova2023-02-111-0/+2
| * | ice: xsk: Fix cleaning of XDP_TX framesLarysa Zaremba2023-02-111-6/+9
* | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-02-168-11/+109
|\ \ \
| * | | ice: Mention CEE DCBX in code commentZhu Yanjun2023-02-141-2/+2
| * | | ice: Change ice_vsi_realloc_stat_arrays() to voidTony Nguyen2023-02-141-7/+4
| * | | ice: add support BIG TCP on IPv6Pawel Chmielewski2023-02-143-0/+7
| * | | ice/ptp: fix the PTP worker retrying indefinitely if the link went downDaniel Vacek2023-02-141-2/+6
| * | | ice: Add GPIO pin support for E823 productsKarol Kolacinski2023-02-143-0/+90
* | | | ice: update xdp_features with xdp multi-buffLorenzo Bianconi2023-02-161-6/+12
* | | | i40e: check vsi type before setting xdp_features flagLorenzo Bianconi2023-02-161-2/+4
|/ / /
* | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2023-02-1123-1591/+1424
|\ \ \ | |_|/ |/| |
| * | net/i40e: Replace 0-length array with flexible arrayKees Cook2023-02-091-1/+1
| * | i40e: use ERR_PTR error print in i40e messagesJan Sokolowski2023-02-096-197/+198
| * | i40e: use int for i40e_statusJan Sokolowski2023-02-0921-1203/+1221
| * | i40e: Remove string printing for i40e_statusJan Sokolowski2023-02-098-282/+201
| * | i40e: Remove unused i40e status codesJan Sokolowski2023-02-092-105/+0
* | | Daniel Borkmann says:Jakub Kicinski2023-02-1115-419/+665
|\ \ \
| * | | drivers: net: turn on XDP featuresMarek Majtyka2023-02-037-3/+36
| * | | ice: xsk: Do not convert to buff to frame for XDP_TXMaciej Fijalkowski2023-02-014-94/+117
| * | | ice: Remove next_{dd,rs} fields from ice_tx_ringMaciej Fijalkowski2023-02-014-8/+0
| * | | ice: Add support for XDP multi-buffer on Tx sideMaciej Fijalkowski2023-02-015-96/+199
| * | | ice: Add support for XDP multi-buffer on Rx sideMaciej Fijalkowski2023-02-016-98/+200
| * | | ice: Use xdp->frame_sz instead of recalculating truesizeMaciej Fijalkowski2023-02-011-24/+9
| * | | ice: Do not call ice_finalize_xdp_rx() unnecessarilyMaciej Fijalkowski2023-02-011-1/+1
| * | | ice: Use ice_max_xdp_frame_size() in ice_xdp_setup_prog()Maciej Fijalkowski2023-02-011-14/+14
| * | | ice: Centrallize Rx buffer recyclingMaciej Fijalkowski2023-02-012-38/+44
| * | | ice: Inline eop checkMaciej Fijalkowski2023-02-012-21/+22
| * | | ice: Pull out next_to_clean bump out of ice_put_rx_buf()Maciej Fijalkowski2023-02-011-13/+16
| * | | ice: Store page count inside ice_rx_bufMaciej Fijalkowski2023-02-012-17/+12
| * | | ice: Add xdp_buff to ice_rx_ring structMaciej Fijalkowski2023-02-013-16/+25
| * | | ice: Prepare legacy-rx for upcoming XDP multi-buffer supportMaciej Fijalkowski2023-02-015-23/+17
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-097-24/+53
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|