aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-11octeontx2-af: Invoke exact match functions if supportedRatheesh Kannoth2-0/+41
2022-07-11octeontx2-af: Wrapper functions for MAC addr add/del/update/resetRatheesh Kannoth2-12/+370
2022-07-11octeontx2: Modify mbox request and response structuresRatheesh Kannoth3-9/+24
2022-07-11octeontx2-af: Debugsfs support for exact match.Ratheesh Kannoth1-0/+179
2022-07-11octeontx2-af: Drop rules for NPC MCAMRatheesh Kannoth6-6/+481
2022-07-11octeontx2-af: FLR handler for exact match table.Ratheesh Kannoth3-0/+31
2022-07-11octeontx2-af: devlink configuration supportRatheesh Kannoth3-2/+101
2022-07-11octeontx2-af: Exact match scan from kex profileRatheesh Kannoth2-3/+35
2022-07-11octeontx2-af: Exact match supportRatheesh Kannoth6-1/+1029
2022-07-11octeontx2-af: Use hashed field in MCAM keyRatheesh Kannoth12-17/+554
2022-07-11fddi/skfp: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-11ethernet/via: fix repeated words in commentsJilin Yuan1-1/+1
2022-07-09ixp4xx_eth: Set MAC address from device treeLinus Walleij1-1/+9
2022-07-09ixp4xx_eth: Fall back to random MAC addressLinus Walleij1-1/+4
2022-07-08bcm63xx_enet: change the driver variables to staticYang Yingliang1-2/+2
2022-07-08net: phylink: fix SGMII inband autoneg enableRussell King (Oracle)1-1/+3
2022-07-08net: ag71xx: switch to napi_build_skb() to reuse skbuff_headsSieng-Piaw Liew1-5/+5
2022-07-08octeontx2-af: Don't reset previous pfc configHariprasad Kelam3-13/+23
2022-07-08eth: sp7021: switch to netif_napi_add_tx()Jakub Kicinski1-1/+1
2022-07-08eth: mtk: switch to netif_napi_add_tx()Jakub Kicinski1-2/+1
2022-07-07net: macb: sort init_reset_optional() with other init()sConor Dooley1-34/+34
2022-07-07net: macb: simplify error paths in init_reset_optional()Conor Dooley1-13/+7
2022-07-07net: macb: unify macb_config alignment styleConor Dooley1-8/+8
2022-07-07net: macb: add polarfire soc reset supportConor Dooley1-8/+18
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-241/+485
2022-07-07Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds24-237/+433
2022-07-06wireguard: Kconfig: select CRYPTO_CHACHA_S390Vladis Dronov1-0/+1
2022-07-06qed: Use bitmap_empty()Christophe JAILLET1-1/+1
2022-07-06qed: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-06cnic: Use the bitmap API to allocate bitmapsChristophe JAILLET1-2/+2
2022-07-06bnxt: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+2
2022-07-06sfc: falcon: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+2
2022-07-06sfc/siena: Use the bitmap API to allocate bitmapsChristophe JAILLET1-4/+2
2022-07-06r8169: fix accessing unset transport headerHeiner Kallweit1-6/+4
2022-07-06net: dsa: b53: remove unnecessary spi_set_drvdata()Yang Yingliang1-2/+0
2022-07-06usbnet: fix memory leak in error caseOliver Neukum1-5/+12
2022-07-06Revert "Merge branch 'octeontx2-af-next'"Jakub Kicinski20-2876/+67
2022-07-06net: hinic: avoid kernel hung in hinic_get_stats64()Qiao Ma1-4/+0
2022-07-06net: hinic: fix bug that ethtool get wrong statsQiao Ma4-48/+16
2022-07-06net/mlx5e: Fix matchall police parameters validationVlad Buslov1-7/+6
2022-07-06octeontx2-af: Enable Exact match flag in kex profileRatheesh Kannoth1-2/+3
2022-07-06octeontx2-pf: Add support for exact match table.Ratheesh Kannoth4-29/+67
2022-07-06octeontx2-af: Invoke exact match functions if supportedRatheesh Kannoth2-0/+41
2022-07-06octeontx2-af: Wrapper functions for MAC addr add/del/update/resetRatheesh Kannoth2-11/+363
2022-07-06octeontx2: Modify mbox request and response structuresRatheesh Kannoth3-9/+24
2022-07-06octeontx2-af: Debugsfs support for exact match.Ratheesh Kannoth1-0/+179
2022-07-06octeontx2-af: Drop rules for NPC MCAMRatheesh Kannoth6-6/+476
2022-07-06octeontx2-af: FLR handler for exact match table.Ratheesh Kannoth3-0/+31
2022-07-06octeontx2-af: devlink configuration supportRatheesh Kannoth3-2/+100
2022-07-06octeontx2-af: Exact match scan from kex profileRatheesh Kannoth2-3/+35