summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* atheros: Remove extern from function prototypesJoe Perches2013-09-243-10/+10
* adi: Remove extern from function prototypesJoe Perches2013-09-241-1/+1
* 8390: Remove extern from function prototypesJoe Perches2013-09-241-20/+20
* can: Remove extern from function prototypesJoe Perches2013-09-242-15/+15
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2013-09-2310-159/+807
|\
| * sfc: Support ARFS for IPv6 flowsBen Hutchings2013-09-201-28/+62
| * sfc: Use TX PIO for sufficiently small packetsJon Cooper2013-09-204-0/+155
| * sfc: Introduce inline functions to simplify TX insertionBen Hutchings2013-09-201-20/+33
| * sfc: Separate out queue-empty check from efx_nic_may_push_tx_desc()Ben Hutchings2013-09-201-6/+22
| * sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings2013-09-206-3/+353
| * sfc: Implement firmware-assisted TSO for EF10Ben Hutchings2013-09-201-52/+121
| * sfc: Fold tso_get_head_fragment() into tso_start()Ben Hutchings2013-09-201-31/+31
| * sfc: Add EF10 registers to register dumpBen Hutchings2013-09-201-31/+42
| * sfc: efx_ef10_filter_update_rx_scatter() can be staticFengguang Wu2013-09-201-1/+1
| * sfc: efx_ethtool_get_ts_info() can be staticFengguang Wu2013-09-201-2/+2
* | tg3: Update version to 3.134Nithin Sujir2013-09-211-2/+2
* | tg3: Remove unnecessary spinlockNithin Sujir2013-09-211-2/+0
* | tg3: Appropriately classify interrupts during request_irqNithin Sujir2013-09-211-1/+12
* | tg3: Remove redundant if checkNithin Sujir2013-09-211-4/+1
* | tg3: Remove if 0'd codeNithin Sujir2013-09-211-18/+0
* | tg3: LED in shared mode does not blink during trafficNithin Sujir2013-09-211-0/+6
* | tg3: Add support for new 577xx device idsNithin Sujir2013-09-212-2/+16
* | tg3: Add function tg3_phy_shdw_write()Nithin Sujir2013-09-211-8/+10
* | declance: Remove `incompatible pointer type' warningsMaciej W. Rozycki2013-09-201-8/+8
* | phy/micrel: Add suspend/resume support to Micrel PHYsPatrice Vilchez2013-09-201-0/+24
* | net: cdc-phonet: Staticize usbpn_probeSachin Kamat2013-09-201-1/+1
* | net: cxgb4vf: Staticize local symbolsSachin Kamat2013-09-201-5/+6
* | net: bnx2x: Staticize local symbolsSachin Kamat2013-09-201-3/+4
* | net: emaclite: Code cleanupMichal Simek2013-09-201-14/+14
* | net: emaclite: Not necessary to call devm_iounmapMichal Simek2013-09-201-8/+3
|/
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-192-8/+0
|\
| * Merge tag 'omap-for-v3.12/fixes-signed' of git://git.kernel.org/pub/scm/linux...Olof Johansson2013-09-181-1/+0
| |\
| | * mailbox: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-181-1/+0
| * | mtd: nand: pxa3xx: Remove unneeded ifdef CONFIG_OFEzequiel Garcia2013-09-171-7/+0
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-1995-409/+626
|\ \
| * | netconsole: fix a deadlock with rtnl and netconsole's mutexNikolay Aleksandrov2013-09-191-4/+1
| * | skge: fix broken driverMikulas Patocka2013-09-191-2/+3
| * | ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-191-1/+1
| * | xen-netback: Don't destroy the netdev until the vif is shut downPaul Durrant2013-09-193-21/+23
| * | cnic: Fix crash in cnic_bnx2x_service_kcq()Michael Chan2013-09-181-1/+2
| * | bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.Michael Chan2013-09-187-10/+43
| * | vxlan: Avoid creating fdb entry with NULL destinationSridhar Samudrala2013-09-171-9/+13
| * | drivers: net: phy: cicada.c: clears warning Use #include <linux/io.h> instead...Avinash Kumar2013-09-171-2/+2
| * | net loopback: Set loopback_dev to NULL when freedEric W. Biederman2013-09-171-0/+1
| * | Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2013-09-164-22/+43
| |\ \
| | * | sfc: Reinitialise and re-validate datapath caps after MC rebootBen Hutchings2013-09-112-0/+13
| | * | sfc: Clean up validation of datapath capabilitiesBen Hutchings2013-09-111-19/+22
| | * | sfc: Reset derived rx_bad_bytes statistic when EF10 MC is rebootedBen Hutchings2013-09-111-0/+5
| | * | sfc: Disable PTP on EF10 until we're ready to handle inline RX timestampsBen Hutchings2013-09-111-2/+0
| | * | sfc: Minimal support for 40G link speedBen Hutchings2013-09-052-1/+3