aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-07iavf: remove an unneeded variableJason Wang1-3/+1
2022-01-07i40e: remove variables set but not usedYang Li1-5/+0
2022-01-07i40e: Remove non-inclusive languageMateusz Palczewski2-3/+3
2022-01-07i40e: Update FW API versionMateusz Palczewski1-2/+2
2022-01-07i40e: Minimize amount of busy-waiting during AQ sendJedrzej Jagielski3-14/+35
2022-01-07i40e: Add ensurance of MacVlan resources for every trusted VFKaren Sornek1-5/+29
2022-01-06ice: Use bitmap_free() to free bitmapChristophe JAILLET1-1/+1
2022-01-06ice: Optimize a few bitmap operationsChristophe JAILLET1-3/+3
2022-01-06ice: Slightly simply ice_find_free_recp_res_idxChristophe JAILLET1-2/+0
2022-01-06ice: improve switchdev's slow-pathWojciech Drewek10-170/+220
2022-01-06ice: replay advanced rules after resetVictor Raj2-4/+39
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-18/+87
2022-01-04iavf: Fix limit of total number of queues to active queues of VFKaren Sornek1-1/+4
2022-01-04i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski1-7/+25
2022-01-04i40e: Fix for displaying message regarding NVM versionMateusz Palczewski1-2/+2
2022-01-04i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu1-0/+24
2022-01-04i40e: Fix to not show opcode msg on unsuccessful VF MAC changeMateusz Palczewski1-8/+32
2022-01-04net: fixup build after bpf header changesJakub Kicinski1-0/+2
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller14-12/+14
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+20
2021-12-30ice: Add flow director support for channel modeKiran Patil8-25/+444
2021-12-29igb: support EXTTS on 82580/i354/i350Ruud Bos2-5/+51
2021-12-29igb: support PEROUT on 82580/i354/i350Ruud Bos2-4/+182
2021-12-29igb: move PEROUT and EXTTS isr logic to separate functionsRuud Bos1-35/+46
2021-12-29igb: move SDP config initialization to separate functionRuud Bos1-8/+19
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski3-0/+5
2021-12-28igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin1-0/+6
2021-12-28igc: Do not enable crosstimestamping for i225-V modelsVinicius Costa Gomes1-1/+14
2021-12-28ixgbevf: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28ixgbe: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28igc: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28igb: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28ice: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28iavf: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28i40e: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28e1000: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-28e1000: switch to napi_consume_skb()Alexander Lobakin1-5/+7
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-47/+75
2021-12-22ice: trivial: fix odd indentingJesse Brandeburg1-3/+4
2021-12-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski11-233/+4357
2021-12-21fm10k: Fix syntax errors in commentsXiang wangx1-1/+1
2021-12-21igbvf: Refactor traceKaren Sornek1-1/+1
2021-12-21igb: remove never changed variable `ret_val'Jason Wang1-2/+1
2021-12-21igc: Remove obsolete defineSasha Neftin1-1/+0
2021-12-21igc: Remove obsolete maskSasha Neftin1-3/+0
2021-12-21igc: Remove obsolete nvm typeSasha Neftin2-4/+0
2021-12-21igc: Remove unused phy typeSasha Neftin1-1/+0
2021-12-21igc: Remove unused _I_PHY_ID defineSasha Neftin1-3/+0
2021-12-21ice: support crosstimestamping on E822 devices if supportedJacob Keller3-0/+135
2021-12-21ice: exit bypass mode once hardware finishes timestamp calibrationJacob Keller4-2/+616