summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* rocker: store rocker_port in fdb key rather than pportScott Feldman2015-09-231-4/+4
* rocker: track when FDB entry is touched.Scott Feldman2015-09-231-6/+12
* arcnet: capmode: remove extra functionMichael Grzeschik2015-09-231-6/+3
* arcnet: arc-rawmode: reorder module functionsMichael Grzeschik2015-09-231-46/+38
* arcnet: com20020: replace magic numbers with readable macrosMichael Grzeschik2015-09-233-8/+11
* arcnet: reformat structs to C99 formatMichael Grzeschik2015-09-232-14/+35
* arcnet: Remove unused arcnet_<I/O>w macrosJoe Perches2015-09-231-10/+0
* arcnet: Add com9026.h to standardize COM9026_REG_<foo>Joe Perches2015-09-235-34/+21
* arcnet: Remove function pointer macro indirectionsJoe Perches2015-09-232-37/+32
* arcnet: com90xx: Use arcnet_readb/writeb routinesJoe Perches2015-09-231-12/+17
* arcnet: arc-rimi: Use arcnet_<I/O> routinesJoe Perches2015-09-231-30/+25
* arcnet: arcdevice.h: Add arcnet_readb and arcnet_writebJoe Perches2015-09-231-0/+5
* arcnet: com90xx: Use arcnet_<I/O> routinesJoe Perches2015-09-231-34/+33
* arcnet: com90io: Use arcnet_<I/O> routinesJoe Perches2015-09-231-53/+48
* arcnet: com20020: Use arcnet_<I/O> routinesJoe Perches2015-09-236-122/+114
* arcnet: Add arcnet_<I/O> macrosJoe Perches2015-09-231-0/+25
* arcnet: Make a char * array const char * constJoe Perches2015-09-231-5/+10
* arcnet: Move files out of include/linuxJoe Perches2015-09-2314-21/+519
* arcnet: Wrap some long linesJoe Perches2015-09-2310-46/+75
* arcnet: Remove pointer comparisons to NULLJoe Perches2015-09-234-6/+6
* arcnet: Remove assignments from ifsJoe Perches2015-09-233-3/+7
* arcnet: Remove unnecessary OOM messagesJoe Perches2015-09-235-10/+2
* arcnet: Move EXPORT_SYMBOL after declarationsJoe Perches2015-09-231-15/+18
* arcnet: Convert printk to pr_<level>Joe Perches2015-09-2312-64/+65
* arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_contJoe Perches2015-09-2311-312/+338
* arcnet: Expand odd BUGLVL macro with if and usesJoe Perches2015-09-2311-50/+84
* arcnet: Use network block comment styleJoe Perches2015-09-2311-132/+95
* arcnet: Use include/linux path for asmJoe Perches2015-09-237-7/+7
* arcnet: Coalesce string fragmentsJoe Perches2015-09-236-36/+22
* arcnet: Use normal kernel brace styleJoe Perches2015-09-238-71/+52
* arcnet: Add and remove blank linesJoe Perches2015-09-2312-81/+13
* arcnet: Use normal kernel spacing styleJoe Perches2015-09-2312-349/+349
* usbnet: remove invalid checkAndrzej Hajda2015-09-233-15/+0
* rndis_wlan: fix checking for default valueAndrzej Hajda2015-09-231-1/+1
* orinoco: fix checking for default valueAndrzej Hajda2015-09-231-3/+3
* mwifiex: fix comparison expressionAndrzej Hajda2015-09-231-2/+2
* net: brcm80211: fix range checkAndrzej Hajda2015-09-231-1/+1
* net: stmmac: fix type of entry variableAndrzej Hajda2015-09-231-1/+1
* net/ibm/emac: fix type of phy_modeAndrzej Hajda2015-09-231-1/+1
* isdn: hisax: fix frame calculationAndrzej Hajda2015-09-231-5/+5
* drivers/net/ieee802154/at86rf230.c: seq_printf() now returns NULLStephen Rothwell2015-09-221-25/+10
* drivers: net: cpsw-common: add support for reading mac address for dra7 and a...Mugunthan V N2015-09-221-0/+6
* drivers: net: cpsw: davinci_emac: move reading mac id to common fileMugunthan V N2015-09-224-59/+57
* Merge tag 'linux-can-next-for-4.4-20150921' of git://git.kernel.org/pub/scm/l...David S. Miller2015-09-221-105/+92
|\
| * can: flexcan: enable interrupts atomically at the end of flexcan_chip_start()Marc Kleine-Budde2015-09-211-1/+6
| * can: flexcan: give member of flexcan_priv holding mailboxes a sensible nameMarc Kleine-Budde2015-09-211-13/+13
| * can: flexcan: use pointer to struct regs instead of void pointer for mmio add...Marc Kleine-Budde2015-09-211-21/+21
| * can: flexcan: rename feature into quirksMarc Kleine-Budde2015-09-211-10/+10
| * can: flexcan: flexcan_chip_start(): cleanup writing of reg_mcrMarc Kleine-Budde2015-09-211-4/+4
| * can: flexcan: remove unused header filesMarc Kleine-Budde2015-09-211-4/+0