summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cadence
AgeCommit message (Expand)AuthorFilesLines
2023-03-16net: Use of_property_read_bool() for boolean propertiesRob Herring1-1/+1
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-15/+16
2023-02-04net: macb: Perform zynqmp dynamic configuration only for SGMII interfaceRadhey Shyam Pandey1-15/+16
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+1
2023-01-18net: macb: simplify TX timestamp handlingRobert Hancock3-94/+34
2023-01-18net: macb: fix PTP TX timestamp failure due to packet paddingRobert Hancock1-8/+1
2023-01-18net: macb: Separate C22 and C45 transactionsAndrew Lunn1-53/+108
2022-11-08net: macb: implement live mac addr changeRoman Gushchin1-1/+15
2022-11-08net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)1-1/+0
2022-10-21net: macb: Specify PHY PM management done by MACSergiu Moga1-0/+1
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+2
2022-09-23net: macb: Fix ZynqMP SGMII non-wakeup source resume failureRadhey Shyam Pandey1-0/+4
2022-09-20net: macb: Add zynqmp SGMII dynamic configuration supportRadhey Shyam Pandey1-0/+22
2022-08-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds1-1/+0
2022-08-03net: remove cdns,at32ap7000-macb device tree entryHans-Christian Noren Egtvedt1-1/+0
2022-07-28net: cdns,macb: use correct xlnx prefix for XilinxKrzysztof Kozlowski1-3/+5
2022-07-25net: macb: Update tsu clk usage in runtime suspend/resume for VersalHarini Katakam2-2/+16
2022-07-25net: macb: Sort CAPS flags by bit positionsHarini Katakam1-2/+2
2022-07-19net: macb: fixup sparse warnings on __be16 portsBen Dooks1-3/+4
2022-07-08net: macb: sort init_reset_optional() with other init()sConor Dooley1-34/+34
2022-07-08net: macb: simplify error paths in init_reset_optional()Conor Dooley1-13/+7
2022-07-08net: macb: unify macb_config alignment styleConor Dooley1-8/+8
2022-07-08net: macb: add polarfire soc reset supportConor Dooley1-8/+18
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-1/+1
2022-06-17net: macb: fix negative max_mtu size for sama5d3Oleksij Rempel1-2/+2
2022-06-09net: macb: change return type for gem_ptp_set_one_step_sync()Claudiu Beznea1-5/+2
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+39
2022-05-20net: macb: Fix PTP one step sync supportHarini Katakam2-5/+39
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-05-14net: macb: Increment rx bd head after allocating skb and bufferHarini Katakam1-1/+1
2022-05-12net: macb: use NAPI for TX completion pathRobert Hancock2-73/+161
2022-05-12net: macb: simplify/cleanup NAPI reschedule checkingRobert Hancock1-34/+31
2022-04-22net: macb: In ZynqMP initialization make SGMII phy configuration optionalRadhey Shyam Pandey1-1/+1
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+8
2022-04-12net/cadence: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-14/+8
2022-04-12net: macb: Restart tx only if queue pointer is laggingTomas Melin1-0/+8
2022-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+24
2022-03-04net: macb: Fix lost RX packet wakeup race in NAPI receiveRobert Hancock1-1/+24
2022-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-02-10net: macb: Align the dma and coherent dma masksMarc St-Amand1-1/+1
2022-01-29net: macb: Added ZynqMP-specific initializationRobert Hancock2-3/+64
2022-01-06net: macb: use .mac_select_pcs() interfaceRussell King (Oracle)2-15/+14
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-11-26net: macb: convert to phylink_generic_validate()Russell King (Oracle)1-103/+30
2021-11-22Fix coverity issue 'Uninitialized scalar variable"Yacov Simhony1-1/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-16net: macb: Fix several edge cases in validateSean Anderson1-39/+73
2021-10-28net: macb: Fix mdio child node detectionGuenter Roeck1-1/+1
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-6/+5