summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net/ethoc: support big-endian register layoutMax Filippov2015-09-231-2/+12
* net: davinci_emac: Add support for fixed-link PHYNeil Armstrong2015-09-231-2/+6
* Driver: Vmxnet3: Extend register dump supportShrikrishna Khare2015-09-232-30/+92
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-09-2317-91/+568
|\
| * ixgbe: Enable bit-banging mode on X550Mark Rustad2015-09-221-2/+63
| * ixgbe: Set lan_id before first I2C eeprom accessMark Rustad2015-09-221-3/+3
| * ixgbe: Provide unlocked I2C methodsMark Rustad2015-09-224-28/+186
| * ixgbe: Provide I2C combined on X550EMMark Rustad2015-09-221-2/+2
| * ixgbe: Add X550EM support for SFP insertion interruptMark Rustad2015-09-221-0/+2
| * ixgbe: Accept SFP not present errors on all devicesMark Rustad2015-09-221-2/+1
| * ixgbevf: Enables TSO for stacked VLANToshiaki Makita2015-09-221-0/+1
| * e1000e: Enable TSO for stacked VLANToshiaki Makita2015-09-221-0/+1
| * igbvf: Enable TSO for stacked VLANToshiaki Makita2015-09-221-0/+1
| * e1000: remove dead e1000_init_eeprom_params callsFrancois Romieu2015-09-221-8/+0
| * fm10k: add support for extra debug statisticsJacob Keller2015-09-226-36/+243
| * fm10k: TRIVIAL remove unnecessary commaJacob Keller2015-09-221-2/+2
| * fm10k: create "correct" header for the remote end on connectJacob Keller2015-09-221-1/+24
| * fm10k: drop transmitted messages in Tx FIFO as part of reset_workJacob Keller2015-09-221-1/+18
| * ixgbe: Add fdir support for SCTP on X550Don Skidmore2015-09-222-0/+11
| * ixgbe: Add SFP+ detection for X550 hardwareDon Skidmore2015-09-221-3/+9
| * fm10k: remove comment about rtnl_lock around mbx operationsJacob Keller2015-09-221-3/+1
* | rocker: add FDB cleanup timerScott Feldman2015-09-231-0/+42
* | rocker: adding port ageing_time for ageing out FDB entriesScott Feldman2015-09-231-0/+2
* | 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