summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-01-02bnx2x: VF fastpathAriel Elior3-51/+50
2013-01-02bnx2x: Support ndo_set_rxmode in VF driverAriel Elior3-6/+179
2013-01-02bnx2x: Add teardown_q and close to VF <-> PF channelAriel Elior4-2/+112
2013-01-02bnx2x: Add init, setup_q, set_mac to VF <-> PF channelAriel Elior4-0/+310
2013-01-02bnx2x: Separate VF and PF logicAriel Elior6-266/+525
2013-01-02bnx2x: Add to VF <-> PF channel the release requestAriel Elior3-0/+59
2013-01-02bnx2x: VF <-> PF channel 'acquire' at vf probeAriel Elior7-1/+407
2013-01-02bnx2x: Support probing and removing of VF deviceAriel Elior7-158/+353
2012-12-30team: add ethtool supportFlavio Leitner1-0/+17
2012-12-30veth: extend device featuresEric Dumazet1-1/+6
2012-12-30veth: reduce stat overheadEric Dumazet1-68/+47
2012-12-30team: implement carrier changeFlavio Leitner1-0/+10
2012-12-28dummy: implement carrier changeJiri Pirko1-0/+10
2012-12-27bnx2x: use ARRAY_SIZE where possibleSasha Levin1-7/+7
2012-12-27Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+12
2012-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-41/+22
2012-12-26net/vxlan: Use the underlying device index when joining/leaving multicast groupsYan Burman1-2/+4
2012-12-26cpts: fix a run time warn_on.Richard Cochran1-1/+1
2012-12-26cpts: fix build error by removing useless code.Richard Cochran2-2/+0
2012-12-23Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds54-247/+241
2012-12-23Partly revert "[media] uvcvideo: Set error_idx properly for extended controls...Rafael J. Wysocki2-18/+13
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton54-247/+241
2012-12-22hwmon: (emc6w201) Fix DIV_ROUND_CLOSEST problem with unsigned divisorsGuenter Roeck1-1/+1
2012-12-22Drivers: network: more __dev* removalGreg KH3-14/+13
2012-12-21hwmon: (lm73} Detect and report i2c bus errorsChris Verges1-5/+11
2012-12-21Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds17-444/+725
2012-12-21Merge tag 'dm-3.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds28-433/+473
2012-12-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds21-214/+2233
2012-12-21tuntap: dont use a private kmem_cacheEric Dumazet1-21/+3
2012-12-21solos-pci: double lock in geos_gpio_store()Dan Carpenter1-1/+1
2012-12-21dm stripe: add WRITE SAME supportMike Snitzer1-4/+6
2012-12-21dm: remove map_infoMikulas Patocka13-50/+29
2012-12-21dm snapshot: do not use map_contextMikulas Patocka1-13/+23
2012-12-21dm thin: dont use map_contextMikulas Patocka1-36/+13
2012-12-21dm raid1: dont use map_contextMikulas Patocka1-9/+13
2012-12-21dm flakey: dont use map_contextMikulas Patocka1-4/+11
2012-12-21dm raid1: rename read_record to bio_recordMikulas Patocka1-11/+11
2012-12-21dm: move target request nr to dm_target_ioMikulas Patocka3-4/+5
2012-12-21dm snapshot: use per_bio_dataMikulas Patocka1-35/+8
2012-12-21dm verity: use per_bio_dataMikulas Patocka1-18/+4
2012-12-21dm raid1: use per_bio_dataMikulas Patocka1-34/+5
2012-12-21dm: introduce per_bio_dataMikulas Patocka3-20/+26
2012-12-21dm kcopyd: add WRITE SAME support to dm_kcopyd_zeroMike Snitzer3-10/+33
2012-12-21dm linear: add WRITE SAME supportMike Snitzer1-1/+2
2012-12-21dm: add WRITE SAME supportMike Snitzer1-5/+39
2012-12-21dm: prepare to support WRITE SAMEMike Snitzer1-1/+29
2012-12-21dm ioctl: use kmalloc if possibleMikulas Patocka1-13/+32
2012-12-21dm ioctl: remove PF_MEMALLOCMikulas Patocka1-9/+4
2012-12-21dm persistent data: improve improve space map block alloc failure messageJoe Thornber1-1/+1
2012-12-21dm thin: use DMERR_LIMIT for errorsMike Snitzer1-10/+15