aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2025-03-05ice: register devlink prior to creating health reportersPrzemek Kitszel1-2/+2
2025-03-05ice: Fix switchdev slow-path in LAGMarcin Szycik2-1/+30
2025-03-05ice: fix memory leak in aRFS after resetGrzegorz Nitka1-1/+1
2025-03-05ice: do not configure destination override for switchdevLarysa Zaremba3-28/+0
2025-02-27idpf: fix checksums set in idpf_rx_rsc()Eric Dumazet1-1/+2
2025-02-25ixgbe: fix media cage present detection for E610 devicePiotr Kwapulinski1-1/+1
2025-02-25iavf: fix circular lock dependency with netdev_lockJacob Keller1-4/+8
2025-02-25ice: Avoid setting default Rx VSI twice in switchdev setupMarcin Szycik1-2/+1
2025-02-25ice: Fix deinitializing VF in error pathMarcin Szycik3-4/+10
2025-02-12Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-14/+20
2025-02-11iavf: Fix a locking bug in an error pathBart Van Assche1-1/+1
2025-02-11igc: Set buffer type for empty frames in igc_init_empty_frameSong Yoong Siang1-0/+1
2025-02-11igc: Fix HW RX timestamp when passed by ZC XDPZdenek Bouska1-9/+12
2025-02-11ixgbe: Fix possible skb NULL pointer dereferencePiotr Kwapulinski1-1/+1
2025-02-11idpf: call set_real_num_queues in idpf_openJoshua Hay1-0/+5
2025-02-11idpf: record rx queue in skb for RSC packetsSridhar Samudrala1-2/+1
2025-02-11idpf: fix handling rsc packet with a single segmentSridhar Samudrala1-2/+0
2025-02-03Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-91/+103
2025-02-01ice: Add check for devm_kzalloc()Jiasheng Jiang1-0/+3
2025-01-31ice: stop storing XDP verdict within ice_rx_bufMaciej Fijalkowski3-70/+36
2025-01-31ice: gather page_count()'s of each frag right before XDP prog callMaciej Fijalkowski1-1/+26
2025-01-31ice: put Rx buffers after being done with current frameMaciej Fijalkowski1-29/+50
2025-01-24iavf: allow changing VLAN state without calling PFMichal Swiatkowski1-2/+17
2025-01-24ice: remove invalid parameter of equalizerMateusz Polchlopek3-3/+0
2025-01-24ice: fix ice_parser_rt::bst_key array sizePrzemek Kitszel2-11/+7
2025-01-24idpf: add more info during virtchnl transaction timeout/salt mismatchManoj Vishwanathan1-4/+7
2025-01-24idpf: convert workqueues to unboundMarco Leogrande1-5/+10
2025-01-24idpf: Acquire the lock before accessing the xn->saltManoj Vishwanathan1-1/+2
2025-01-24idpf: fix transaction timeouts on resetEmil Tantilov1-1/+10
2025-01-24idpf: add read memory barrier when checking descriptor done bitEmil Tantilov1-0/+6
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds77-1679/+6811
2025-01-21Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-3/+3
2025-01-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-3/+80
2025-01-16ice: support FW Recovery ModeKonrad Knitter6-3/+80
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-144/+209
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski1-2/+2
2025-01-15net: protect netdev->napi_list with netdev_lock()Jakub Kicinski1-3/+3
2025-01-15net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski1-37/+37
2025-01-14ice: Add in/out PTP pin delaysKarol Kolacinski4-70/+49
2025-01-14ice: implement low latency PHY timer updatesJacob Keller2-0/+109
2025-01-14ice: check low latency PHY timer update firmware capabilityJacob Keller2-0/+5
2025-01-14ice: add lock to protect low latency interfaceJacob Keller3-8/+62
2025-01-14ice: rename TS_LL_READ* macros to REG_LL_PROXY_H_*Jacob Keller3-19/+22
2025-01-14ice: use read_poll_timeout_atomic in ice_read_phy_tstamp_ll_e810Jacob Keller2-18/+15
2025-01-14ice: use string choice helpersR Sundar1-4/+4
2025-01-14ice: add fw and port health reportersKonrad Knitter7-8/+437
2025-01-14ice: add recipe priority check in searchMichal Swiatkowski1-1/+2
2025-01-14ice: ice_probe: init ice_adapter after HW initPrzemek Kitszel1-10/+11
2025-01-14ice: minor: rename goto labels from err to unrollPrzemek Kitszel1-8/+8
2025-01-14ice: split ice_init_hw() out from ice_init_dev()Przemek Kitszel2-12/+20