summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-2081-355/+612
|\
| * forcedeth: call vlan_mode only if hw supports vlansJiri Pirko2011-08-181-1/+2
| * via-velocity: remove non-tagged packet filteringJiri Pirko2011-08-181-4/+0
| * bonding:reset backup and inactive flag of slavePeter Pan(潘卫平)2011-08-181-0/+18
| * gianfar: reduce stack usage in gianfar_ethtool.cWang Shaoyan2011-08-141-5/+21
| * gianfar: prevent buggy hw rx vlan taggingJiri Pirko2011-08-141-2/+7
| * net: sh_eth: Fix build by forgot including linux/interrupt.hNobuhiro Iwamatsu2011-08-141-0/+1
| * drivers/net/can/sja1000/plx_pci.c: eliminate double freeJulia Lawall2011-08-141-2/+2
| * usbnet/cdc_ncm: Don't use stack variables for DMAJosh Boyer2011-08-141-9/+38
| * vmxnet3: Don't enable vlan filters in promiscuous mode.Jesse Gross2011-08-141-14/+20
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-08-134-18/+135
| |\
| | * e1000e: workaround invalid Tx/Rx tail descriptor register writeBruce Allan2011-08-133-4/+85
| | * e1000e: workaround for packet drop on 82579 at 100MbpsBruce Allan2011-08-131-5/+14
| | * e1000e: Spurious interrupts & dropped packets with 82577/8/9 in half-duplexBruce Allan2011-08-131-8/+33
| | * ixgbe: Fix FCOE memory leak for DDP packetsAlexander Duyck2011-08-131-1/+3
| * | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-08-1324-126/+113
| |\ \
| | * | USB: Serial: Add PID(0xF7C0) to FTDI SIO driver for a zeitcontrol-deviceArtur Zimmer2011-08-112-1/+6
| | * | USB: Serial: Add device ID for Sierra Wireless MC8305Florian Echtler2011-08-111-0/+1
| | * | USB: Serial: Added device ID for Qualcomm Modem in Sagemcom's HiLo3GVijay Chavan2011-08-081-0/+1
| | * | usb/host/pci-quirks.c: correct annotation of `ehci_dmi_nohandoff_table'Arnaud Lacombe2011-08-081-1/+1
| | * | USB: option driver: add PID for Vodafone-Huawei K4511Andrew Bird2011-08-081-0/+3
| | * | USB: option driver: add PID for Vodafone-Huawei K4510Andrew Bird2011-08-081-0/+3
| | * | USB: option driver: add PID for Vodafone-Huawei K3771Andrew Bird2011-08-081-0/+3
| | * | USB: option driver: add PID for Vodafone-Huawei K3770Andrew Bird2011-08-081-0/+3
| | * | usb: serial: ftdi_sio.c: For the FT232H FTDI_SIO_SET_BAUDRATE_REQUEST, index ...Uwe Bonnes2011-08-081-1/+4
| | * | usb/isp1760: Added missing call to usb_hcd_check_unlink_urb() during unlinkArvid Brodin2011-08-081-0/+3
| | * | USB: EHCI: Fix test mode sequenceBoris Todorov2011-08-081-0/+12
| | * | USB: ftdi_sio: fix minor typo in get_ftdi_divisorIonut Nicu2011-08-081-1/+1
| | * | USB: at91_udc: include linux/prefetch.h explicitlyJean-Christophe PLAGNIOL-VILLARD2011-08-081-0/+1
| | * | USB: usb-storage: unusual_devs entry for ARM V2M motherboard.Nick Bowler2011-08-081-0/+10
| | * | usb/ehci-mxc: add missing inclusion of mach/hardware.hShawn Guo2011-08-081-0/+1
| | * | USB: assign instead of equal in usbtmc.cMaxim Nikulin2011-08-081-1/+1
| | * | usb: renesas_usbhs: fixup usbhsg_for_each_uep 1st posKuninori Morimoto2011-08-081-1/+1
| | * | usb: renesas_usbhs: fix DMA build by including dma-mapping.hKuninori Morimoto2011-08-081-0/+1
| | * | usb: gadget: net2272 - Correct includesGeert Uytterhoeven2011-08-081-1/+1
| | * | Merge 3.1-rc1 into usb-linusGreg Kroah-Hartman2011-08-08225-2014/+5970
| | |\ \
| | * \ \ Merge branch 'for-greg' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/...Greg Kroah-Hartman2011-08-029-108/+35
| | |\ \ \
| | | * | | usb: musb: fix oops on musb_gadget_pullupJohn Stultz2011-08-011-0/+5
| | | * | | usb: host: ehci-omap: fix .remove and failure handling path of .probe(v1)Ming Lei2011-08-011-0/+16
| | | * | | usb: gadget: hid: don't STALL when processing a HID Descriptor requestSebastian Bauer2011-08-011-0/+7
| | | * | | usb: musb: fix KconfigRabin Vincent2011-08-012-4/+1
| | | * | | usb: musb: tusb6010_omap: fix build failure: error: 'musb' undeclaredSergei Trofimovich2011-08-011-1/+1
| | | * | | usb: gadget: composite: fix bMaxPacketSize for SuperSpeedSebastian Andrzej Siewior2011-08-011-2/+4
| | | * | | usb: gadget: fusb300: remove #if 0 blockSebastian Andrzej Siewior2011-08-011-101/+0
| | | * | | usb: gadget: s3c2410_udc: fix unterminated platform_device_id tableAxel Lin2011-08-011-0/+1
| | * | | | Merge branch 'for-usb-linus' of git+ssh://master.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2011-08-023-11/+21
| | |\ \ \ \
| | | * | | | usb/config: use proper endian access for wMaxPacketSizeSebastian Andrzej Siewior2011-08-011-5/+6
| | | * | | | USB: xhci: fix OS want to own HCJiSheng Zhang2011-08-011-1/+1
| | | * | | | xhci: Don't submit commands or URBs to halted hosts.Sarah Sharp2011-08-011-5/+14
| | | |/ / /
| * | | | | Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-08-1321-95/+111
| |\ \ \ \ \