Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
121b8fe2fdc931a60f7437a94db3b8af8c62ee54
/
drivers
/
net
/
fddi
fa121bb3
Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
by Linus Torvalds
· 5 years ago
3ce7ee2
net: fddi: skfp: Remove unused private PCI definitions
by Puranjay Mohan
· 6 years ago
a08f1c4
net: fddi: skfp: Include generic PCI definitions
by Puranjay Mohan
· 6 years ago
f8da5da
net: fddi: skfp: Rename local PCI defines to match generic PCI defines
by Puranjay Mohan
· 6 years ago
262e4c3
FDDI: defza: Include linux/io-64-nonatomic-lo-hi.h
by Paul Burton
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
f75b6f3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
d97c6f6
fddi: fix typos in code comments
by Weitao Hou
· 6 years ago
a655fe9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
1323f75
net: fddi: skfp: Mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
3703a39
net: defxx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profiles
by Yang Wei
· 6 years ago
750afb0
cross-tree: phase out dma_zalloc_coherent()
by Luis Chamberlain
· 6 years ago
8f5365e
FDDI: defza: Make the driver version string constant
by Maciej W. Rozycki
· 6 years ago
04453b6
FDDI: defza: Move SMT Tx data buffer declaration next to its skb
by Maciej W. Rozycki
· 6 years ago
5f5fae3
FDDI: defza: Add missing comment closing
by Maciej W. Rozycki
· 6 years ago
96ed82c
FDDI: defza: Fix SPDX annotation
by Maciej W. Rozycki
· 6 years ago
9f9a742
FDDI: defza: Support capturing outgoing SMT traffic
by Maciej W. Rozycki
· 6 years ago
61414f5
FDDI: defza: Add support for DEC FDDIcontroller 700 TURBOchannel adapter
by Maciej W. Rozycki
· 6 years ago
7cc2d50
net: fddi: skfp: Remove unused macros 'PNMI_GET_ID' and 'PNMI_SET_ID'
by YueHaibing
· 6 years ago
6b8e327
net: fddi: skfp: Remove unused function
by Nathan Chancellor
· 6 years ago
6310a88
net: fddi: fix a possible null-ptr-deref
by YueHaibing
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
46d9cea
net: defxx: constify eisa_device_id
by Arvind Yadav
· 7 years ago
0632466
format-security: move static strings to const
by Kees Cook
· 8 years ago
5671e8c
fddi: skfp: Use more common logging styles
by Joe Perches
· 8 years ago
5dbc653
skfp: hwmtm: Use proper logging macros, correct mismatches
by Joe Perches
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
551cde1
net: fddi: skfp: use %p format specifier for addresses rather than %x
by Colin Ian King
· 8 years ago
b3e3893
net: use core MTU range checking in misc drivers
by Jarod Wilson
· 8 years ago
4a18367
net: skfb: remove obsolete -I cflag
by Arnd Bergmann
· 9 years ago
62f2aaa
defxx: fix build warning
by Sudip Mukherjee
· 9 years ago
f02e58f
net/fddi: remove HWM_REVERSE() macro
by yalin wang
· 9 years ago
908e80d
fddi: print an address with %p format specifier rather than %x
by Colin Ian King
· 10 years ago
6af01a7
net: fddi: skfp: smt.c: Remove unused function
by Rickard Strandqvist
· 10 years ago
4d0438e
defxx: Clean up DEFEA resource management
by Maciej W. Rozycki
· 10 years ago
6a931423
defxx: Disable DEFEA's ESIC I/O decoding on shutdown
by Maciej W. Rozycki
· 10 years ago
fef85fc
defxx: Correct DEFEA's ESIC MMIO decoding
by Maciej W. Rozycki
· 10 years ago
a65da0c
defxx: Fix DEFPA enable error propagation
by Maciej W. Rozycki
· 10 years ago
b98dfaf
defxx: DEFEA's ESIC port I/O decoding cleanup
by Maciej W. Rozycki
· 10 years ago
b1a6d3e
defxx: DEFEA's Burst Holdoff register initialization fix
by Maciej W. Rozycki
· 10 years ago
8a189f1
defxx: Correct DEFEA's ESIC port I/O accesses
by Maciej W. Rozycki
· 10 years ago
4357450
drivers/net/fddi/skfp/h/skfbi.h: Remove useless PCI_BASE_2ND macros
by Chen Gang
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
1a98c69
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
51ba0ed
defxx: Fix issues with debug printk calls
by Maciej W. Rozycki
· 10 years ago
8848761
defxx: Add missing DMA synchronisation calls
by Maciej W. Rozycki
· 10 years ago
b37cccf
defxx: Handle DMA mapping errors
by Maciej W. Rozycki
· 10 years ago
a630be7
defxx: Use netdev_alloc_skb consistently
by Maciej W. Rozycki
· 10 years ago
6329fe5
defxx: Discard DMA maps on buffer deallocation
by Maciej W. Rozycki
· 10 years ago
d68ab59
defxx: Correct the receive DMA map size
by Maciej W. Rozycki
· 10 years ago
1b03747
defxx: Fix !DYNAMIC_BUFFERS compilation warnings
by Maciej W. Rozycki
· 11 years ago
f46d53d
defxx: Remove an incorrectly inverted preprocessor conditional
by Maciej W. Rozycki
· 11 years ago
a81ab36
drivers/net: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
7c3c299
net: fddi: slight optimization of addr compare
by dingtianhong
· 11 years ago
89e47d3
fddi: cleanup unsigned to unsigned int/short
by tanxiaojun
· 11 years ago
49f74ed
net: fddi: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
5349d93
net/fddi: Replace local macro with PCI standard macro
by Yijing Wang
· 11 years ago
d458cdf
net:drivers/net: Miscellaneous conversions to ETH_ALEN
by Joe Perches
· 11 years ago
d140ad9
fddi/skfp: Remove extern from function prototypes
by Joe Perches
· 11 years ago
ede23fa8
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
by Joe Perches
· 11 years ago
30d05f9
net/fddi/skfp/skfddi: Use module_pci_driver to register driver
by Peter Hüwe
· 12 years ago
1f9061d2
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
by Joe Perches
· 12 years ago
d0320f7
drivers:net: Remove dma_alloc_coherent OOM messages
by Joe Perches
· 12 years ago
1dd06ae
drivers/net: fix up function prototypes after __dev* removals
by Greg Kroah-Hartman
· 12 years ago
c354dfc
fddi: remove __dev* attributes
by Bill Pemberton
· 12 years ago
e1b2aa7
fddi: 64 bit bug in smt_add_para()
by Dan Carpenter
· 12 years ago
c2fd03a
drivers: net: Remove casts to same type
by Joe Perches
· 13 years ago
aab3ac2
skfp: Fix SysKonnect FDDI driver compile issues
by Jeff Kirsher
· 13 years ago
33f810b
fddi: Move the FDDI drivers
by Jeff Kirsher
· 13 years ago