summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* be2net: Add a few inline functions to test TXQ conditionsSriharsha Basavapatna2015-02-201-4/+18
* be2net: Minor code cleanup in tx completion processSriharsha Basavapatna2015-02-202-23/+31
* be2net: Refactor be_xmit_enqueue() routineSriharsha Basavapatna2015-02-201-40/+86
* be2net: Refactor wrb_fill_hdr() routineSriharsha Basavapatna2015-02-202-39/+99
* net: dsa: mv88e6171: Enable access to phys via internal mdio busAndrew Lunn2015-02-191-8/+10
* net: dsa: mv88e6352: Refactor shareable codeAndrew Lunn2015-02-193-65/+71
* net: eth: altera: Change reset_mac failure message masks from err to dbgVince Bridgers2015-02-191-2/+10
* net: eth: altera: Change access ports to mdio for all xMII applicationsVince Bridgers2015-02-191-4/+4
* r8152: support setting rx coalescehayeswang2015-02-191-0/+57
* r8152: change rx early size when the mtu is changedhayeswang2015-02-191-1/+15
* r8152: separate USB_RX_EARLY_AGGhayeswang2015-02-191-26/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-1826-74/+222
|\
| * com20020-pci: add support for eae single cardMichael Grzeschik2015-02-151-3/+18
| * vhost_net: fix wrong iter offset when setting number of buffersJason Wang2015-02-151-5/+6
| * net: phy: micrel: disable NAND-tree for KSZ8021, KSZ8031, KSZ8051, KSZ8081Sylvain Rochet2015-02-151-0/+28
| * r8152: restore hw settingshayeswang2015-02-151-2/+57
| * hso: fix rx parsing logic when skb allocation failsAleksander Morgado2015-02-131-1/+1
| * ipvlan: add a missing __percpu pcpu_statsEric Dumazet2015-02-121-1/+1
| * tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()Jun'ichi Nomura \(NEC\)2015-02-121-0/+2
| * Merge tag 'wireless-drivers-for-davem-2015-02-11' of git://git.kernel.org/pub...David S. Miller2015-02-121-4/+1
| |\
| | * rtlwifi: Remove logging statement that is no longer neededLarry Finger2015-02-101-4/+1
| * | bgmac: fix device initialization on Northstar SoCs (condition typo)Rafał Miłecki2015-02-121-2/+3
| * | qlcnic: Delete existing multicast MAC list before adding newShahed Shaikh2015-02-123-13/+51
| * | net/mlx5_core: Fix configuration of log_uar_page_szEli Cohen2015-02-121-0/+1
| * | sunvnet: don't change gso data on clonesDavid L Stevens2015-02-121-13/+10
| * | drivers/net: Use setup_timer and mod_timerVaishali Thakkar2015-02-121-5/+2
| * | drivers: net: xgene: Make xgene_enet_of_match depend on CONFIG_OFGeert Uytterhoeven2015-02-121-0/+2
| * | et131x: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-02-121-2/+4
| * | vxlan: Use checksum partial with remote checksum offloadTom Herbert2015-02-121-6/+19
| * | net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-121-2/+2
| * | net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-121-10/+9
| * | treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches2015-02-115-5/+5
| * | treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches2015-02-115-5/+5
* | | Merge tag 'md/3.20-fixes' of git://neil.brown.name/mdLinus Torvalds2015-02-183-3/+6
|\ \ \
| * | | md/raid5: Fix livelock when array is both resyncing and degraded.NeilBrown2015-02-181-1/+2
| * | | md/raid10: round up to bdev_logical_block_size in narrow_write_error.NeilBrown2015-02-161-1/+2
| * | | md/raid1: round up to bdev_logical_block_size in narrow_write_errorNate Dailey2015-02-161-1/+2
* | | | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-184-42/+26
|\ \ \ \
| * | | | debugfs: Provide a file creation function that also takes an initial sizeDavid Howells2015-02-174-42/+26
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-174-52/+1
|\ \ \ \ \
| * | | | | mode_t whack-a-mole: chelsioAl Viro2015-01-261-1/+1
| * | | | | get rid of lustre_dump_dentry()Al Viro2015-01-263-51/+0
| |/ / / /
* | | | | Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-173-88/+233
|\ \ \ \ \
| * | | | | ACPI / idle: Implement ->enter_freeze callback routineRafael J. Wysocki2015-02-151-8/+40
| * | | | | intel_idle: Add ->enter_freeze callbacksRafael J. Wysocki2015-02-151-54/+125
| * | | | | PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki2015-02-151-5/+44
| * | | | | PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki2015-02-131-23/+26
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2015-02-176-62/+85
|\ \ \ \ \ \
| * \ \ \ \ \ Merge https://github.com/PeterHuewe/linux-tpmdd into for-linusJames Morris2015-02-166-62/+85
| |\ \ \ \ \ \
| | * | | | | | Added Little Endian support to vtpm modulehonclo2015-02-151-8/+12