summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/cortina
AgeCommit message (Expand)AuthorFilesLines
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-05-06net: cortina: Fix use correct return type for ndo_start_xmit()Yunjian Wang1-1/+2
2020-03-11net: gemini: reject unsupported coalescing paramsJakub Kicinski1-0/+2
2020-03-04net/cortina: Delete driver version from ethtool outputLeon Romanovsky1-2/+0
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-12-17net: gemini: Fix memory leak in gmac_setup_txqsNavid Emamdoost1-0/+2
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-16net: gemini: add missed free_netdevChuhong Yuan1-0/+1
2019-10-26net: ethernet: Use the correct style for SPDX License IdentifierNishad Kamdar1-1/+1
2019-07-31net: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-3/+2
2019-04-19net: gemini: remove unnecessary assertJakub Kicinski1-2/+0
2018-11-24net: gemini: Fix copy/paste errorAndreas Fiedler1-1/+1
2018-09-13net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-2/+1
2018-09-13net: ethernet: Use phy_set_max_speed() to limit advertised speedAndrew Lunn1-1/+1
2018-07-13net: gemini: Indicate that we can handle jumboframesLinus Walleij1-0/+5
2018-07-13net: gemini: Move main init to portLinus Walleij1-2/+14
2018-07-13net: gemini: Allow multiple ports to instantiateLinus Walleij1-1/+4
2018-07-13net: gemini: Improve connection printsLinus Walleij1-20/+26
2018-07-13net: gemini: Look up L3 maxlen from tableLinus Walleij1-15/+46
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-05net: gemini: fix spelling mistake: "it" -> "is"YueHaibing1-3/+3
2018-03-20net: gemini: fix memory leakIgor Pylypiv1-0/+1
2018-01-22net: gemini: Depend on HAS_IOMEMLinus Walleij1-0/+1
2018-01-15net: ethernet: Add a driver for Gemini gigabit ethernetLinus Walleij4-0/+3577