summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-05-216-39/+35Star
|\
| * USB: remove leftover references to udev->autosuspend_disabledAlan Stern2010-05-201-1/+1
| * USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-205-38/+34Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-21793-32480/+59842
|\ \
| * \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-194-0/+4
| |\ \
| * | | ixgbe: add support for active DA cablesDon Skidmore2010-05-196-14/+54
| * | | ixgbe: dcb, do not tag tc_prio_control framesJohn Fastabend2010-05-191-1/+2
| * | | ixgbe: fix ixgbe_tx_is_paused logicJohn Fastabend2010-05-191-4/+4
| * | | ixgbe: always enable vlan strip/insert when DCB is enabledYi Zou2010-05-191-1/+9
| * | | ixgbe: remove some redundant code in setting FCoE FIP filterYi Zou2010-05-191-6/+0Star
| * | | ixgbe: fix wrong offset to fc_frame_header in ixgbe_fcoe_ddpYi Zou2010-05-191-4/+7
| * | | ixgbe: fix header len when unsplit packet overflows to data bufferShannon Nelson2010-05-191-2/+3
| * | | cxgb4: notify upper drivers if the device is already up when they loadDimitris Michailidis2010-05-191-0/+3
| * | | cxgb4: keep interrupts available when the ports are brought downDimitris Michailidis2010-05-192-28/+22Star
| * | | cxgb4: fix initial addition of MAC addressDimitris Michailidis2010-05-191-1/+1
| * | | cnic: Return SPQ credit to bnx2x after ring setup and shutdown.Michael Chan2010-05-192-1/+75
| * | | cnic: Convert cnic_local_flags to atomic ops.Michael Chan2010-05-192-6/+5Star
| * | | can: Fix SJA1000 command register writes on SMP systemsOliver Hartkopp2010-05-182-3/+18
| * | | ARCNET: Limit com20020 PCI ID matches for SOHARD cardsAndreas Bombe2010-05-181-2/+2
| * | | cleanup: remove pppoe_ioctl() declaration.Rami Rosen2010-05-181-1/+0Star
| * | | drivers/net: Use kcalloc or kzallocJulia Lawall2010-05-182-4/+2Star
| * | | drivers/net/vmxnet3: Use kzallocJulia Lawall2010-05-181-2/+1Star
| * | | drivers/net: Use kzallocJulia Lawall2010-05-181-2/+1Star
| * | | net: Add ndo_{set|get}_vf_port support for enic dynamic vnicsScott Feldman2010-05-189-24/+521
| * | | drivers/net: remove useless semicolonsJoe Perches2010-05-1823-33/+33
| * | | pegasus: fix USB device ID for ETX-US2Tadashi Abe2010-05-181-1/+1
| * | | can: sja1000 platform data fixesWolfgang Grandegger2010-05-181-1/+2
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-05-1853-1434/+1966
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-1753-1434/+1966
| | |\ \ \
| | | * | | rt2x00: In debugfs frame dumping allow the TX descriptor to be part of the skb.Gertjan van Wingerde2010-05-122-4/+13
| | | * | | rt2x00: Dump beacons under a different identifier than TX frames.Gertjan van Wingerde2010-05-122-1/+7
| | | * | | rt2x00: Simplify TXD handling of beacons.Gertjan van Wingerde2010-05-1210-81/+72Star
| | | * | | rt2x00: Re-order tx descriptor writing code in drivers.Gertjan van Wingerde2010-05-125-44/+59
| | | * | | rt2x00: Fix beacon descriptor writing for rt61pci.Gertjan van Wingerde2010-05-121-5/+5
| | | * | | rt2x00: Consistently name skb frame descriptor skbdesc.Gertjan van Wingerde2010-05-121-6/+7
| | | * | | ar9170usb: add vendor and device ID for Qwest/Actiontec 802AIN Wireless N USB...Steve Tanner2010-05-121-0/+2
| | | * | | drivers/net/wireless/hostap: Drop memory allocation castJulia Lawall2010-05-122-4/+2Star
| | | * | | ath9k_hw: clean up EEPROM endian handling on AR9003Felix Fietkau2010-05-122-103/+81Star
| | | * | | ath9k: add debugfs files for reading/writing registersFelix Fietkau2010-05-122-0/+90
| | | * | | ath9k: add debugfs files for reading/writing the rx and tx chainmaskFelix Fietkau2010-05-121-0/+92
| | | * | | ath9k: use debugfs_remove_recursive() instead of keeping pointers to all entriesFelix Fietkau2010-05-122-46/+16Star
| | | * | | ath9k_htc: Fix array overflowSujith.Manoharan@atheros.com2010-05-122-9/+6Star
| | | * | | ath9k_htc: Fix target ready race conditionSujith.Manoharan@atheros.com2010-05-123-0/+11
| | | * | | ath9k_htc: Reorder HTC initializationSujith.Manoharan@atheros.com2010-05-123-34/+35
| | | * | | ath9k_htc: Allocate URBs properlySujith.Manoharan@atheros.com2010-05-121-18/+18
| | | * | | ath9k_htc: Lock sta_notify() callbackSujith.Manoharan@atheros.com2010-05-121-0/+4
| | | * | | ath9k: Remove unused rx_edma in ath_rx_addbuffer_edma()Vasanthakumar Thiagarajan2010-05-111-2/+0Star
| | | * | | ath9k: Fix bug in handling rx frames with invalid descriptor contentVasanthakumar Thiagarajan2010-05-111-0/+1
| | | * | | ath9k_hw: new initialization values for AR9003Luis R. Rodriguez2010-05-111-134/+134
| | | * | | ath5k: drop warning on jumbo framesLuis R. Rodriguez2010-05-111-6/+6