summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-11-06net, compat_ioctl: handle socket ioctl abuses in tty driversArnd Bergmann5-0/+103
2009-11-06net/tun: handle compat_ioctl directlyArnd Bergmann1-7/+46
2009-11-06Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/lowp...David S. Miller1-12/+47
2009-11-06Merge branch 'linux-2.6.33.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller19-606/+2001
2009-11-06fakehard: mlme_ops->get_phy implementationDmitry Eremin-Solenikov1-6/+32
2009-11-06fakehard: claim all 2.4 Ghz channels as supportedDmitry Eremin-Solenikov1-1/+9
2009-11-06fakehard: no need to export net_to_phy, make it staticDmitry Eremin-Solenikov1-1/+1
2009-11-06ieee802154: constify struct net_device in some operationsDmitry Eremin-Solenikov1-4/+4
2009-11-06wpan-phy: follow usual patter of devices registrationDmitry Eremin-Solenikov1-1/+2
2009-11-06wpan-phy: allow specifying a per-page channel maskDmitry Eremin-Solenikov1-1/+1
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller32-154/+546
2009-11-06be2net: Fix CQE_STATUS_EXTD_SHIFT defineSathya Perla1-1/+1
2009-11-05net: pass kern to net_proto_family create functionEric Paris2-2/+3
2009-11-05bnx2x: version 1.52.1-3Yaniv Rosner1-2/+2
2009-11-05bnx2x: Fix register access timeout in 10MYaniv Rosner1-1/+2
2009-11-05bnx2x: Fix 10G mode in BCM8481/BCM84823Yaniv Rosner2-30/+9
2009-11-05bnx2x: Fix BCM8726 ROM load seqYaniv Rosner1-11/+2
2009-11-05bnx2x: Add support for BCM84823Yaniv Rosner2-3/+42
2009-11-05bnx2x: Modify BCM8706 link init seqYaniv Rosner1-13/+18
2009-11-05bnx2x: Enable FC when parallel-detect is usedYaniv Rosner2-0/+41
2009-11-05bnx2x: Miscellaneous debug print and tabsYaniv Rosner1-1/+3
2009-11-05bnx2x: Fix CL73 autoneg issuesYaniv Rosner4-65/+104
2009-11-05bnx2x: Fix Parallel-Detect settingsYaniv Rosner1-6/+9
2009-11-05virtio_net: rename driver struct to please modpostUwe Kleine-König1-3/+3
2009-11-04TI DaVinci EMAC: Add suspend/resume capabilityRanjith Lohithakshan1-3/+27
2009-11-04NET: sungem, use spin_trylock_irqsaveJiri Slaby1-3/+1
2009-11-04isdn: hfc_usb: Fix read buffer overflowRoel Kluin1-2/+2
2009-11-04isdn: hisax: Fix test in waitforxfwRoel Kluin2-2/+2
2009-11-04isdn: eicon: Return on errorJiri Slaby1-2/+3
2009-11-04isdn: eicon: Use offsetofJiri Slaby1-9/+9
2009-11-04misdn: Fix reversed 'if' in st_own_ctrlDan Carpenter1-1/+1
2009-11-04isdn: hisax: Fix lock imbalance.Jiri Slaby2-0/+2
2009-11-04DaVinci EMAC: correct param for ISRTonyliu1-1/+1
2009-11-04cdc_ether: additional Ericsson MBM PID's to the whitelistTorgny Johansson2-2/+42
2009-11-04bnx2: avoid compiler warningsEric Dumazet1-0/+4
2009-11-04trivial: remove duplicated MIN macro from tehuti.Thiago Farina2-3/+1
2009-11-04cnic: ensure ulp_type is not negativeroel kluin1-4/+4
2009-11-04qlge: Clean up netdev->stats usage.Ron Mercer2-5/+49
2009-11-04qlge: Add firmware/driver sub-command support.Ron Mercer2-7/+61
2009-11-04qlge: Fix indentations.Ron Mercer1-4/+4
2009-11-03wimax/i2400m: fix inverted value in i2400ms_bus_setup()Inaky Perez-Gonzalez1-2/+2
2009-11-03wimax/i2400m: fix SDIO debugfs dentry nameInaky Perez-Gonzalez1-1/+1
2009-11-03wimax/i2400m: fix bad assignment of return value in i2400mu_tx_bulk_outInaky Perez-Gonzalez1-1/+0
2009-11-03wimax/i2400m: handle USB stallsInaky Perez-Gonzalez4-6/+116
2009-11-03wimax/i2400m: don't retry SDIO enable in probe() pathsInaky Perez-Gonzalez2-1/+20
2009-11-03wimax/i2400m: correctly identify all iwmc3200-based SKUsInaky Perez-Gonzalez2-3/+16
2009-11-03wimax/i2400m: Fix USB timeout specifications (to ms from HZ)Inaky Perez-Gonzalez4-4/+4
2009-11-03wimax/i2400m: fix device getting stuck in IDLE modeInaky Perez-Gonzalez1-3/+14
2009-11-03wimax/i2400m: introduce i2400m_reset(), stopping TX and carrierInaky Perez-Gonzalez9-21/+35
2009-11-03wimax/i2400m: implement passive mode as a module optionInaky Perez-Gonzalez1-0/+10