| Commit message (Expand) | Author | Age | Files | Lines |
* | net: fill in MODULE_DESCRIPTION()s for plip | Breno Leitao | 2024-02-15 | 1 | -0/+1 |
* | net: plip: don't call kfree_skb/dev_kfree_skb() under spin_lock_irq() | Yang Yingliang | 2022-12-07 | 1 | -2/+2 |
* | plip: avoid rcu debug splat | Florian Westphal | 2022-08-09 | 1 | -1/+1 |
* | slip/plip: Use netif_rx(). | Sebastian Andrzej Siewior | 2022-03-06 | 1 | -1/+1 |
* | net: plip: use eth_hw_addr_set() | Jakub Kicinski | 2021-10-22 | 1 | -2/+6 |
* | slip/plip: use ndo_siocdevprivate | Arnd Bergmann | 2021-07-27 | 1 | -3/+9 |
* | net: plip: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 2021-03-10 | 1 | -0/+2 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-23 | 1 | -13/+13 |
* | net: plip: fix plip_tx_packet()'s return type | Luc Van Oostenryck | 2020-06-28 | 1 | -2/+2 |
* | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-14 | 1 | -1/+1 |
* | docs: networking: convert PLIP.txt to ReST | Mauro Carvalho Chehab | 2020-04-30 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-07 | 1 | -5/+1 |
|\ |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | | net: ipv4: provide __rcu annotation for ifa_list | Florian Westphal | 2019-06-02 | 1 | -2/+2 |
|/ |
|
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | net: plip: mark expected switch fall-throughs | Gustavo A. R. Silva | 2017-11-05 | 1 | -0/+13 |
* | net: deprecate eth_change_mtu, remove usage | Jarod Wilson | 2016-10-13 | 1 | -1/+0 |
* | net: plip: use new parport device model | Sudip Mukherjee | 2016-01-09 | 1 | -8/+28 |
* | net: plip: slight optimization of addr compare | dingtianhong | 2013-12-31 | 1 | -2/+2 |
* | net:drivers/net: Miscellaneous conversions to ETH_ALEN | Joe Perches | 2013-10-02 | 1 | -1/+1 |
* | net: add ETH_P_802_3_MIN | Simon Horman | 2013-03-28 | 1 | -1/+1 |
* | Remove all #inclusions of asm/system.h | David Howells | 2012-03-28 | 1 | -1/+0 |
* | drivers/net: Remove alloc_etherdev error messages | Joe Perches | 2012-01-31 | 1 | -3/+1 |
* | plip: Move the PLIP driver | Jeff Kirsher | 2011-08-27 | 3 | -0/+1446 |