summaryrefslogtreecommitdiffstats
path: root/drivers/net/plip
Commit message (Expand)AuthorAgeFilesLines
* net: plip: don't call kfree_skb/dev_kfree_skb() under spin_lock_irq()Yang Yingliang2022-12-071-2/+2
* plip: avoid rcu debug splatFlorian Westphal2022-08-091-1/+1
* slip/plip: Use netif_rx().Sebastian Andrzej Siewior2022-03-061-1/+1
* net: plip: use eth_hw_addr_set()Jakub Kicinski2021-10-221-2/+6
* slip/plip: use ndo_siocdevprivateArnd Bergmann2021-07-271-3/+9
* net: plip: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-101-0/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-13/+13
* net: plip: fix plip_tx_packet()'s return typeLuc Van Oostenryck2020-06-281-2/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* docs: networking: convert PLIP.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-021-2/+2
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: plip: mark expected switch fall-throughsGustavo A. R. Silva2017-11-051-0/+13
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* net: plip: use new parport device modelSudip Mukherjee2016-01-091-8/+28
* net: plip: slight optimization of addr comparedingtianhong2013-12-311-2/+2
* net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-021-1/+1
* net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-3/+1
* plip: Move the PLIP driverJeff Kirsher2011-08-273-0/+1446