summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-09team: change the getter function in the team_option structure to voidZhengchao Shao4-48/+33
2023-08-09team: change the init function in the team_option structure to voidZhengchao Shao4-19/+11
2023-08-09team: remove unreferenced header in broadcast and roundrobin filesZhengchao Shao2-2/+0
2023-08-09team: add __exit modifier to team_nl_fini()Zhengchao Shao1-1/+1
2023-08-09Merge branch 'net-fs_enet-driver-cleanup'Jakub Kicinski13-197/+27
2023-08-09net: fs_enet: Use cpm_muram_xxx() functions instead of cpm_dpxxx() macrosChristophe Leroy2-5/+5
2023-08-09net: fs_enet: Remove linux/fs_enet_pd.hChristophe Leroy2-119/+0
2023-08-09net: fs_enet: Don't include fs_enet_pd.h when not neededChristophe Leroy3-3/+0
2023-08-09net: fs_enet: Move struct fs_platform_info into fs_enet.hChristophe Leroy3-17/+19
2023-08-09net: fs_enet: Remove stale prototypes from fsl_soc.cChristophe Leroy1-3/+0
2023-08-09net: fs_enet: Remove has_phy field in fs_platform_info structChristophe Leroy2-15/+0
2023-08-09net: fs_enet: Remove unused fields in fs_platform_info structChristophe Leroy1-19/+0
2023-08-09net: fs_enet: Remove fs_get_id()Christophe Leroy1-11/+0
2023-08-09net: fs_enet: Fix address space and base types mismatchesChristophe Leroy2-3/+3
2023-08-09net: fs_enet: Remove set but not used variableChristophe Leroy1-2/+0
2023-08-09net: hns: Remove unused function declaration mac_adjust_link()Yue Haibing1-1/+0
2023-08-09i40e: Remove unused function declarationsYue Haibing1-17/+0
2023-08-09ixgbe: Remove unused function declarationsYue Haibing2-7/+0
2023-08-08Merge branch 'net-remove-redundant-initialization-owner'Jakub Kicinski2-2/+0
2023-08-08net: dpaa2-switch: Remove redundant initialization owner in dpaa2_switch_drvLi Zetao1-1/+0
2023-08-08net: dpaa2-eth: Remove redundant initialization owner in dpaa2_eth_driverLi Zetao1-1/+0
2023-08-08Merge branch 'octeontx2-af-tc-flower-offload-changes'Jakub Kicinski5-38/+89
2023-08-08octeontx2-af: TC flower offload support for inner VLANSuman Ghosh5-6/+44
2023-08-08octeontx2-af: Code restructure to handle TC outer VLAN offloadSuman Ghosh1-40/+53
2023-08-07Merge branch 'page_pool-a-couple-of-assorted-optimizations'Jakub Kicinski44-308/+339
2023-08-07net: skbuff: always try to recycle PP pages directly when in softirqAlexander Lobakin1-1/+3
2023-08-07page_pool: add a lockdep check for recycling in hardirqJakub Kicinski2-0/+9
2023-08-07net: skbuff: avoid accessing page_pool if !napi_safe when returning pageAlexander Lobakin1-5/+7
2023-08-07page_pool: place frag_* fields in one cachelineAlexander Lobakin1-5/+5
2023-08-07net: skbuff: don't include <net/page_pool/types.h> to <linux/skbuff.h>Alexander Lobakin4-45/+46
2023-08-07page_pool: split types and declarations from page_pool.hYunsheng Lin43-267/+284
2023-08-07Merge tag 'linux-can-next-for-6.6-20230807' of git://git.kernel.org/pub/scm/l...Jakub Kicinski1-30/+0
2023-08-07Merge branch 'net-stmmac-correct-mac-propagation-delay'Jakub Kicinski6-0/+64
2023-08-07net: stmmac: dwmac-imx: enable MAC propagation delay correction for i.MX8MPJohannes Zink1-0/+5
2023-08-07net: stmmac: correct MAC propagation delayJohannes Zink5-0/+59
2023-08-07udp/udplite: Remove unused function declarations udp{,lite}_get_port()Yue Haibing2-5/+0
2023-08-07net: sfp: Remove unused function declaration sfp_link_configure()Yue Haibing1-1/+0
2023-08-07ndisc: Remove unused ndisc_ifinfo_sysctl_strategy() declarationYue Haibing1-3/+0
2023-08-07net: pkt_cls: Remove unused inline helpersYue Haibing1-13/+0
2023-08-07neighbour: Remove unused function declaration pneigh_for_each()Yue Haibing1-2/+0
2023-08-07net/tls: Remove unused function declarationsYue Haibing1-4/+0
2023-08-07Revert "riscv: dts: allwinner: d1: Add CAN controller nodes"Marc Kleine-Budde1-30/+0
2023-08-06net: omit ndo_hwtstamp_get() call when possible in dev_set_hwtstamp_phylib()Vladimir Oltean1-2/+5
2023-08-06net: ethernet: adi: adin1110: use eth_broadcast_addr() to assign broadcast ad...Yang Yingliang1-4/+4
2023-08-06ibmvnic: remove unused rc variableYu Liao1-2/+1
2023-08-06net: mana: Add page pool for RX buffersHaiyang Zhang2-16/+77
2023-08-06Merge branch 'gve-desc'David S. Miller7-121/+649
2023-08-06gve: update gve.rstRushil Gupta1-0/+9
2023-08-06gve: RX path for DQO-QPLRushil Gupta2-18/+114
2023-08-06gve: Tx path for DQO-QPLRushil Gupta2-83/+398