summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-2526-108/+203
|\
| * net: Fix driver name for mdio-gpio.cDirk Eibach2011-10-241-1/+1
| * jme: fix irq storm after suspend/resumeClemens Buchacher2011-10-241-0/+6
| * tg3: fix tigon3_dma_hwbug_workaround()Eric Dumazet2011-10-221-4/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-10-206-44/+84
| |\
| | * r8169: fix wrong eee setting for rlt8111evlhayeswang2011-10-201-1/+1
| | * r8169: fix driver shutdown WoL regression.françois romieu2011-10-191-32/+56
| | * pptp: pptp_rcv_core() misses pskb_may_pull() callEric Dumazet2011-10-191-8/+12
| | * pptp: fix skb leak in pptp_xmit()Eric Dumazet2011-10-191-0/+2
| | * bonding: use local function pointer of bond->recv_probe in bond_handle_frameMitsuo Hayasaka2011-10-191-2/+5
| | * smsc911x: Add support for SMSC LAN89218Phil Edworthy2011-10-191-0/+2
| | * tg3: negate USE_PHYLIB flag checkJiri Pirko2011-10-191-1/+1
| | * netconsole: enable netconsole can make net_device refcnt incorrentGao feng2011-10-191-0/+5
| * | Merge branch 'v4l_for_linus' of git://linuxtv.org/mchehab/for_linusLinus Torvalds2011-10-191-1/+1
| |\ \
| | * | [media] videodev: fix a NULL pointer dereference in v4l2_device_release()Antonio Ospite2011-10-191-1/+1
| | |/
| * | drm/radeon/kms/atom: fix handling of FB scratch indicesAlex Deucher2011-10-192-2/+14
| * | drm/radeon/kms/DCE4.1: fix Select_CrtcSource EncodeMode setting for DP bridge...Alex Deucher2011-10-181-1/+11
| * | drm/radeon/kms/DCE4.1: ss is not supported on the internal ppllsAlex Deucher2011-10-181-1/+1
| * | drm/radeon/kms/DCE4.1: fix dig encoder to transmitter mappingAlex Deucher2011-10-181-4/+9
| * | ttm: Fix error-path using an uninitialized valueThomas Hellstrom2011-10-181-1/+1
| |/
| * Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-10-141-4/+11
| |\
| | * hwmon: (w83627ehf) Properly report thermal diode sensorsJean Delvare2011-10-141-4/+11
| * | Merge branch 'gpio/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-10-142-1/+2
| |\ \
| | * | gpio-pca953x: fix gpio_baseHartmut Knaack2011-10-131-0/+1
| | * | gpio/omap: fix build error with certain OMAP1 configsJanusz Krzysztofik2011-10-131-1/+1
| | |/
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-10-134-13/+24
| |\ \
| | * | mscan: too much data copied to CAN frame due to 16 bit accessesWolfgang Grandegger2011-10-101-3/+8
| | * | bnx2x: fix cl_id allocation for non-eth clients for NPAR modeDmitry Kravkov2011-10-102-7/+13
| | * | mlx4_en: fix endianness with blue frame supportThadeu Lima de Souza Cascardo2011-10-101-3/+3
| * | | ide: Fix file references in drivers/ide/Johann Felix Soden2011-10-131-12/+12
| |/ /
| * | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-10-103-21/+21
| |\ \
| | * | drm/radeon/kms: use hardcoded dig encoder to transmitter mapping for DCE4.1Alex Deucher2011-10-061-3/+6
| | * | drm/radeon/kms: fix dp_detect handling for DP bridge chipsAlex Deucher2011-10-051-15/+6
| | * | drm/radeon/kms: retry aux transactions if there are status flagsAlex Deucher2011-10-051-3/+9
| | |/
| * | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2011-10-102-2/+5
| |\ \
| | * | staging/octeon: Software should check the checksum of no tcp/udp packetsRoy.Li2011-09-271-1/+2
| | * | SERIAL: Lantiq: Set timeout in uart_portJohn Crispin2011-09-211-1/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller2011-10-246-66/+148
|\ \ \ \
| * | | | igb: VFTA Table Fix for i350 devicesCarolyn Wyborny2011-10-215-4/+65
| * | | | igb: Move DMA Coalescing init code to separate function.Carolyn Wyborny2011-10-211-56/+68
| * | | | igb: Fix for Alt MAC Address feature on 82580 and later devicesCarolyn Wyborny2011-10-211-0/+7
| * | | | igbvf: Bump version numberWilliams, Mitch A2011-10-211-1/+1
| * | | | igbvf: Update module identification stringsWilliams, Mitch A2011-10-211-5/+7
* | | | | Add ethtool -g support to virtio_netRick Jones2011-10-242-0/+23
* | | | | bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_mastersEric W. Biederman2011-10-221-0/+1
|/ / / /
* | | | macvtap: Fix the minor device number allocationEric W. Biederman2011-10-211-16/+71
* | | | macvtap: Rewrite macvtap_newlink so the error handling works.Eric W. Biederman2011-10-211-24/+49
* | | | macvtap: Don't leak unreceived packets when we delete a macvtap device.Eric W. Biederman2011-10-211-0/+6
* | | | macvtap: Fix macvtap_open races in the zero copy enable code.Eric W. Biederman2011-10-211-6/+5
* | | | macvtap: Close a race between macvtap_open and macvtap_dellink.Eric W. Biederman2011-10-211-0/+2