summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mISDN: consistently define 'debug' as '*u_int'Hannes Eder2008-12-134-5/+5
* mISDN: use NULL pointer instead of plain integerHannes Eder2008-12-133-47/+47
* net: Add support for the KS8695 ethernet devices.Daniel Silverstone2008-12-124-0/+1792
* tc35815: Enable StripCRC featureAtsushi Nemoto2008-12-121-8/+12
* smsc9420: SMSC LAN9420 10/100 PCI ethernet adapterSteve Glendinning2008-12-124-0/+1900
* igb: fixup AER with proper error handlingJeff Kirsher2008-12-121-3/+17
* smsc911x: add dynamic bus configurationSteve Glendinning2008-12-112-80/+79Star
* ixgbe: Implement PCIe AER supportPeter P Waskiewicz Jr2008-12-102-8/+34
* igb: Correctly determine pci-e function number in virtual environmentAlexander Duyck2008-12-103-14/+10Star
* igb: update handling of RCTL for smaller buffer sizesAlexander Duyck2008-12-101-18/+14Star
* bonding: turn all bond_parm_tbls constHolger Eitzenberger2008-12-102-10/+10
* bonding: make tbl argument to bond_parse_parm() constHolger Eitzenberger2008-12-102-2/+2
* bonding: remove duplicate declarationsHolger Eitzenberger2008-12-101-7/+0Star
* bonding: use pr_debug instead of own macrosHolger Eitzenberger2008-12-106-98/+82Star
* bonding: fix compile error if debug enabledHolger Eitzenberger2008-12-101-1/+1
* bonding: use table for mode namesHolger Eitzenberger2008-12-101-17/+13Star
* bonding: add and use bond_is_lb()Holger Eitzenberger2008-12-102-20/+15Star
* phy: Add LSI ET1011C PHY driverChaithrika U S2008-12-103-0/+119
* myri10ge: check fragmentation in LRO get_frag_header()Brice Goglin2008-12-091-0/+2
* hydra: fix compilationAlexey Dobriyan2008-12-091-1/+1
* netdevice: Kill netdev->privWang Chen2008-12-0812-17/+19
* staging-winbond: Kill directly reference of netdev->privWang Chen2008-12-081-1/+5
* staging-slicoss: Kill directly reference of netdev->privWang Chen2008-12-071-4/+3Star
* staging-p80211: Kill directly reference of netdev->privWang Chen2008-12-072-39/+39
* s390_net: Kill directly reference of netdev->privWang Chen2008-12-071-6/+6
* net: Fix incorrect use of loose in spider_net.cNick Andrew2008-12-071-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-12-0610-17/+85
|\
| * zd1211rw: use unaligned safe memcmp() in-place of compare_ether_addr()Shaddy Baddah2008-12-051-1/+1
| * ipw2200: fix netif_*_queue() removal regressionZhu Yi2008-12-051-0/+4
| * iwlwifi: clean key table in iwl_clear_stations_table functionTomas Winkler2008-12-052-3/+24
| * netx-eth: initialize per device spinlockUwe Kleine-König2008-12-041-0/+2
| * enc28j60: Fix sporadic packet loss (corrected again)Baruch Siach2008-12-041-2/+14
| * hysdn: fix writing outside the field on 64 bitsPascal Terjan2008-12-041-2/+2
| * b1isa: fix b1isa_exit() to really remove registered capi controllersWilfried Klaebe2008-12-041-4/+2Star
| * bnx2: Add workaround to handle missed MSI.Michael Chan2008-12-032-3/+38
* | tty: driverdata and discdata are void *Alan Cox2008-12-062-10/+10
* | tty: Flags should be accessed via the foo_bit interfacesAlan Cox2008-12-064-19/+15Star
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2008-12-0662-1677/+2469
|\ \
| * | ath9k: Use GFP_ATOMIC when allocating TX private areaLuis R. Rodriguez2008-12-051-2/+20
| * | ath9k: Check for pci_map_single() errorsLuis R. Rodriguez2008-12-053-3/+53
| * | rt2x00: Correctly initialize AID during set_key()Ivo van Doorn2008-12-051-0/+12
| * | rt2x00: Move crypto TX descriptor handling to rt2x00crypto.cIvo van Doorn2008-12-053-25/+36
| * | rt2x00: Fix check for BSS info changesIvo van Doorn2008-12-051-1/+1
| * | generic swap(): ath9k: rename swap() to swap_array()Wu Fengguang2008-12-052-2/+2
| * | rt2x00: Add RXDONE_CRYPTO_IV/ICV flagsIvo van Doorn2008-12-055-1/+14
| * | iwl3945 : Fix a-band association for passive channelsAbhijeet Kolekar2008-12-052-8/+24
| * | iwlwifi: rely on API version read from firmwareReinette Chatre2008-12-058-56/+217
| * | iwlwifi: store ucode version numberChatre, Reinette2008-12-056-8/+36
| * | iwlwifi: fix DMA channel number in iwl_txq_ctx_stopZhu Yi2008-12-054-7/+10
| * | iwl3945: Fix iwl3945 rate scaling.Abbas, Mohamed2008-12-052-55/+52Star