summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2024-08-01igc: Fix double reset adapter triggered from a single taprio cmdFaizal Rahim1-16/+17
2024-07-29ice: xsk: fix txq interrupt mappingMaciej Fijalkowski1-10/+14
2024-07-29ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_progMaciej Fijalkowski1-1/+1
2024-07-29ice: improve updating ice_{t,r}x_ring::xsk_poolMaciej Fijalkowski6-55/+87
2024-07-29ice: toggle netif_carrier when setting up XSK poolMaciej Fijalkowski1-1/+7
2024-07-29ice: modify error handling when setting XSK pool in ndo_bpfMaciej Fijalkowski1-14/+16
2024-07-29ice: replace synchronize_rcu with synchronize_netMaciej Fijalkowski1-5/+4
2024-07-29ice: don't busy wait for Rx queue disable in ice_qp_dis()Maciej Fijalkowski1-3/+1
2024-07-29ice: respect netif readiness in AF_XDP ZC related ndo'sMichal Kubiak1-1/+5
2024-07-25Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-5/+25
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-24ice: Fix recipe read procedureWojciech Drewek1-4/+4
2024-07-24ice: Add a per-VF limit on number of FDIR filtersAhmed Zaki4-1/+21
2024-07-17Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds78-2716/+6772
2024-07-16Merge tag 'timers-core-2024-07-14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-3/+9
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski6-6/+6
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent6-6/+6
2024-07-14Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-496/+272
2024-07-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski23-50/+142
2024-07-13Merge tag 'timers-v6.11-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner15-210/+466
2024-07-13Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski13-1392/+1666
2024-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+0
2024-07-12i40e: fix: remove needless retries of NVM updateAleksandr Loktionov1-4/+0
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-25/+57
2024-07-11igc: Remove the internal 'eee_advert' fieldSasha Neftin3-10/+0
2024-07-11ice: remove eswitch rebuildMichal Swiatkowski3-24/+0
2024-07-11ice: Add support for devlink local_forwarding paramPawel Kaminski4-1/+141
2024-07-11i40e: correct i40e_addr_to_hkey() name in kdocSimon Horman1-1/+1
2024-07-11net: intel: Remove MODULE_AUTHORsTony Nguyen14-14/+0
2024-07-11ice: Add tracepoint for adding and removing switch rulesMarcin Szycik4-2/+43
2024-07-11ice: Remove unused members from switch APIMarcin Szycik4-81/+10
2024-07-11ice: Optimize switch recipe creationMarcin Szycik3-337/+212
2024-07-11ice: remove unused recipe bookkeeping dataMichal Swiatkowski3-43/+15
2024-07-11ice: Simplify bitmap setting in adding recipeMichal Swiatkowski1-15/+9
2024-07-11ice: Remove reading all recipes before adding a new oneMichal Swiatkowski1-27/+2
2024-07-11ice: Remove unused struct ice_prot_lkup_ext membersMarcin Szycik2-29/+19
2024-07-11ice: Implement driver functionality to dump serdes equalizer valuesAnil Samal5-2/+245
2024-07-11ice: Implement driver functionality to dump fec statisticsAnil Samal5-0/+403
2024-07-11ice: Extend Sideband Queue command to support flagsAnil Samal3-13/+14
2024-07-11e1000e: fix force smbus during suspend flowVitaly Lifshits1-20/+53
2024-07-10idpf: use libeth Rx buffer management for payload bufferAlexander Lobakin6-246/+120
2024-07-10idpf: convert header split mode to libeth + napi_build_skb()Alexander Lobakin4-116/+204
2024-07-10libeth: support different types of buffers for RxAlexander Lobakin1-11/+121
2024-07-10idpf: remove legacy Page Pool Ethtool statsAlexander Lobakin2-29/+1
2024-07-10idpf: reuse libeth's definitions of parsed ptype structuresAlexander Lobakin8-252/+153
2024-07-10idpf: compile singleq code only under default-n CONFIG_IDPF_SINGLEQAlexander Lobakin6-19/+44
2024-07-10idpf: merge singleq and splitq &net_device_opsAlexander Lobakin4-63/+20
2024-07-10idpf: strictly assert cachelines of queue and queue vector structuresAlexander Lobakin1-67/+118
2024-07-10idpf: avoid bloating &idpf_q_vector with big %NR_CPUSAlexander Lobakin3-18/+22
2024-07-10idpf: split &idpf_queue into 4 strictly-typed queue structuresAlexander Lobakin7-728/+1018