aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/marvell
AgeCommit message (Expand)AuthorFilesLines
2022-04-13octeon_ep: add hardware configuration APIsVeerasenareddy Burru3-7/+505
2022-04-13octeon_ep: Add driver framework and device initializationVeerasenareddy Burru17-0/+2861
2022-04-11net: marvell: prestera: Use dscp_t in struct prestera_kern_fib_cacheGuillaume Nault1-3/+3
2022-04-11ipv4: Use dscp_t in struct fib_entry_notifier_infoGuillaume Nault1-3/+3
2022-04-11ipv4: Use dscp_t in struct fib_rt_infoGuillaume Nault1-1/+2
2022-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-04-06prestera: acl: add action hw_stats supportVolodymyr Mytnyk2-7/+18
2022-04-05net: ethernet: mv643xx: Fix over zealous checking of_get_mac_address()Andrew Lunn1-1/+1
2022-03-26octeontx2-af: initialize action variableTom Rix1-8/+7
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds38-407/+2226
2022-03-24Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linuxLinus Torvalds1-3/+3
2022-03-23net: marvell: prestera: add missing destroy_workqueue() in prestera_module_init()Yang Yingliang1-1/+3
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+1
2022-03-17net: mvneta: Add support for 98DX2530 Ethernet portChris Packham1-0/+12
2022-03-16net: mv643xx_eth: undo some opreations in mv643xx_eth_probeMinghao Chi1-2/+4
2022-03-11net: mv643xx_eth: use platform_get_irq() instead of platform_get_resource()Minghao Chi1-5/+5
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-03-09net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base_mac_addrMiaoqian Lin1-0/+1
2022-03-08net: prestera: acl: make read-only array client_map static constColin Ian King1-1/+1
2022-03-03net: marvell: Use min() instead of doing it manuallyHaowen Bai1-1/+1
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu1-0/+43
2022-02-24net: marvell: prestera: Fix return value check in prestera_kern_fib_cache_find()Yang Yingliang1-1/+1
2022-02-24net: marvell: prestera: Fix return value check in prestera_fib_node_find()Yang Yingliang1-1/+1
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-13/+17
2022-02-24net: mv643xx_eth: process retval from of_get_mac_addressMauri Sandberg1-10/+14
2022-02-23octeontx2-pf: Vary completion queue event sizeSubbaraya Sundeep5-5/+21
2022-02-21octeontx2-af: cn10k: add workaround for ptp errataNaveen Mamindlapalli1-7/+80
2022-02-21octeontx2-pf: cn10k: add support for new ptp timestamp formatNaveen Mamindlapalli6-3/+75
2022-02-19net: prestera: acl: fix 'client_map' buff overflowVolodymyr Mytnyk1-1/+1
2022-02-19net: prestera: flower: fix destroy tmpl in chainVolodymyr Mytnyk1-9/+19
2022-02-18net: mvpp2: always set port pcs opsJeremy Linton1-3/+3
2022-02-17net: marvell: prestera: handle fib notificationsYevhen Orlov3-0/+427
2022-02-17net: marvell: prestera: add hardware router objects accounting for lpmYevhen Orlov3-7/+170
2022-02-17net: marvell: prestera: Add router LPM ABIYevhen Orlov2-0/+55
2022-02-17treewide: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva1-3/+3
2022-02-14net: prestera: acl: add multi-chain support offloadVolodymyr Mytnyk7-39/+203
2022-02-11octeontx2-af: fix array bound errorHariprasad Kelam1-2/+3
2022-02-10octeontx2-pf: Add TC feature for VFsSubbaraya Sundeep6-62/+69
2022-02-09octeontx2-pf: PFC config support with DCBxHariprasad Kelam7-8/+271
2022-02-09octeontx2-af: Flow control resource managementHariprasad Kelam9-47/+275
2022-02-09octeontx2-af: Priority flow control configuration supportSunil Kumar Kori7-15/+251
2022-02-09octeontx2-af: Don't enable Pause frames by defaultHariprasad Kelam6-80/+44
2022-02-05crypto: octeontx2 - disable DMA black hole on an DMA faultSrujana Challa1-0/+1
2022-01-28octeontx2-pf: Change receive buffer size using ethtoolSubbaraya Sundeep5-1/+33
2022-01-28net: mvneta: remove unnecessary if condition in mvneta_xdp_submit_frameLorenzo Bianconi1-4/+2
2022-01-27net: mvneta: use .mac_select_pcs() interfaceRussell King (Oracle)1-2/+10
2022-01-27net: mvneta: reorder initialisationRussell King (Oracle)1-52/+51
2022-01-24net: use bool values to pass bool param of phy_init_eee()Jisheng Zhang1-1/+1
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-80/+124
2022-01-21bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron1-1/+2