summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-2615-25/+67
|\
| * net: Revert ARCNET and PHYLIB to tristate optionsBen Hutchings2011-11-262-2/+2
| * ehea: Use round_jiffies_relative to align workqueueAnton Blanchard2011-11-241-2/+4
| * ehea: Reduce memory usage in buffer poolsAnton Blanchard2011-11-241-2/+2
| * qlge: fix size of external list for TX address descriptorsThadeu Lima de Souza Cascardo2011-11-241-5/+3
| * bnx2x: Fix 5461x LEDYaniv Rosner2011-11-242-1/+39
| * b44: Use dev_kfree_skb_irq() in b44_tx()Xander Hover2011-11-231-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-223-4/+5
| |\
| | * Revert "rt2800pci: handle spurious interrupts"John W. Linville2011-11-221-6/+1
| | * Revert "rt2x00: handle spurious pci interrupts"John W. Linville2011-11-223-3/+3
| | * prism54: potential memory corruption in prism54_get_essid()Dan Carpenter2011-11-211-1/+1
| | * p54spi: Fix workqueue deadlockMichael Büsch2011-11-171-2/+2
| | * p54spi: Add missing spin_lock_initMichael Büsch2011-11-171-0/+1
| | * rt2x00: Fix efuse EEPROM reading on PPC32.Gertjan van Wingerde2011-11-171-1/+1
| | * rt2x00: handle spurious pci interruptsStanislaw Gruszka2011-11-173-3/+3
| | * rt2800pci: handle spurious interruptsStanislaw Gruszka2011-11-171-1/+6
| * | net, sja1000: Don't include version.h in peak_pci.c when not neededJesper Juhl2011-11-211-1/+0
| * | xen-netback: use correct index for invalidation in xen_netbk_tx_check_gop()Jan Beulich2011-11-211-1/+1
| * | stmmac: mask mmc interruptsGiuseppe CAVALLARO2011-11-211-5/+9
| * | iseries_veth: Fix wrong parameter given to sizeof callThomas Jarosch2011-11-211-1/+1
* | | net: mv643xx_eth: fix build errorAxel Lin2011-11-241-4/+5
* | | net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-248-19/+19
* | | net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet2011-11-227-20/+18
* | | Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-2217-31/+7
* | | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-224-13/+11
* | | tg3: Add MDI-X reportingMatt Carlson2011-11-222-1/+28
* | | tg3: Restrict large prod ring cap devicesMatt Carlson2011-11-221-5/+4
* | | tg3: Adjust BD replenish thresholdsMatt Carlson2011-11-221-5/+3
* | | tg3: Make 1000Base-X FC resolution look like 1000TMatt Carlson2011-11-221-12/+6
* | | CDC NCM: Use kzalloc rather than kmalloc followed by memset with 0Thomas Meyer2011-11-221-3/+1
* | | tg3: Fix advertisement handlingHiroaki SHIMODA2011-11-221-4/+3
* | | tg3: switch to build_skb() infrastructureEric Dumazet2011-11-212-55/+66
* | | net: Change mii to ethtool advertisement function namesMatt Carlson2011-11-215-27/+26
* | | gianfar: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-211-2/+1
* | | ksz884x: Use kzalloc rather than kmalloc followed by memset with 0Thomas Meyer2011-11-211-4/+2
* | | ks8*/ksz8*: Casting (void *) value returned by kmalloc is uselessThomas Meyer2011-11-211-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-21166-816/+1303
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-2048-200/+428
| |\ \
| | * | sky2: fix hang in napi_disablestephen hemminger2011-11-182-7/+11
| | * | sky2: enforce minimum ring sizestephen hemminger2011-11-181-2/+12
| | * | bonding: Don't allow mode change via sysfs with slaves presentVeaceslav Falico2011-11-181-0/+7
| | * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-174-2/+23
| | |\ \
| | | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-174-2/+23
| | | |\|
| | | | * Net, libertas: Resolve memory leak in if_spi_host_to_card()Jesper Juhl2011-11-151-0/+1
| | | | * rt2x00: Fix sleep-while-atomic bug in powersaving code.Gertjan van Wingerde2011-11-152-2/+21
| | | | * rt2x00: Add USB device ID of Buffalo WLI-UC-GNHP.Gertjan van Wingerde2011-11-151-0/+1
| | * | | f_phonet: fix page offset of first received fragmentRémi Denis-Courmont2011-11-171-1/+1
| | |/ /
| | * | stmmac: fix pm functions avoiding sleep on spinlockFrancesco Virlinzi2011-11-171-5/+7
| | * | stmmac: remove spin_lock in stmmac_ioctl.Srinivas Kandagatla2011-11-171-2/+0
| | * | stmmac: parameters auto-tuning through HW cap regGiuseppe CAVALLARO2011-11-173-29/+72