aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/plip
AgeCommit message (Expand)AuthorFilesLines
2022-12-07net: plip: don't call kfree_skb/dev_kfree_skb() under spin_lock_irq()Gravatar Yang Yingliang 1-2/+2
2022-08-09plip: avoid rcu debug splatGravatar Florian Westphal 1-1/+1
2022-03-06slip/plip: Use netif_rx().Gravatar Sebastian Andrzej Siewior 1-1/+1
2021-10-22net: plip: use eth_hw_addr_set()Gravatar Jakub Kicinski 1-2/+6
2021-07-27slip/plip: use ndo_siocdevprivateGravatar Arnd Bergmann 1-3/+9
2021-03-10net: plip: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-13/+13
2020-06-28net: plip: fix plip_tx_packet()'s return typeGravatar Luc Van Oostenryck 1-2/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2020-04-30docs: networking: convert PLIP.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+1
2019-06-02net: ipv4: provide __rcu annotation for ifa_listGravatar Florian Westphal 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2017-11-05net: plip: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+13
2016-10-13net: deprecate eth_change_mtu, remove usageGravatar Jarod Wilson 1-1/+0
2016-01-09net: plip: use new parport device modelGravatar Sudip Mukherjee 1-8/+28
2013-12-31net: plip: slight optimization of addr compareGravatar dingtianhong 1-2/+2
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENGravatar Joe Perches 1-1/+1
2013-03-28net: add ETH_P_802_3_MINGravatar Simon Horman 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2012-01-31drivers/net: Remove alloc_etherdev error messagesGravatar Joe Perches 1-3/+1
2011-08-27plip: Move the PLIP driverGravatar Jeff Kirsher 3-0/+1446