summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mlx4_en: updated driver version to 1.5.4.1Yevgeny Petrilin2011-03-231-2/+2
| * | | mlx4_en: Using blue flame supportYevgeny Petrilin2011-03-233-22/+64
| * | | mlx4_core: reserve UARs for userspace consumersEli Cohen2011-03-231-0/+8
| * | | mlx4_core: maintain available field in bitmap allocatorEli Cohen2011-03-232-0/+15
| * | | mlx4: Add blue flame support for kernel consumersEli Cohen2011-03-233-0/+128
| * | | mlx4_en: Enabling new steeringYevgeny Petrilin2011-03-238-58/+291
| * | | mlx4: Add support for promiscuous mode in the new steering model.Yevgeny Petrilin2011-03-233-11/+620
| * | | mlx4: generalization of multicast steering.Yevgeny Petrilin2011-03-235-36/+85
| * | | mlx4_en: Reporting HW revision in ethtool -iYevgeny Petrilin2011-03-233-1/+19
| * | | mlx4: Wake on LAN supportYevgeny Petrilin2011-03-235-2/+89
| * | | mlx4_en: using new mlx4 interrupt schemeYevgeny Petrilin2011-03-235-23/+62
| * | | mlx4: Changing interrupt schemeYevgeny Petrilin2011-03-235-13/+126
| * | | mlx4_en: bringing link up when registering netdeviceYevgeny Petrilin2011-03-231-0/+17
| * | | mlx4_en: optimize adaptive moderation algorithm for better latencyYevgeny Petrilin2011-03-232-13/+6
| * | | mlx4_en: moderation parameters are not reseted.Yevgeny Petrilin2011-03-231-2/+1
| * | | mlx4_en: going out of range of TX rings when reporting statsYevgeny Petrilin2011-03-231-1/+1
| * | | net: davinci_emac:Fix translation logic for buffer descriptorSriram2011-03-223-4/+13
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2011-03-226-22/+30
| |\ \ \ | | | |/ | | |/|
| | * | ath9k: Fix kernel panic in AR2427Mohammed Shafi Shajakhan2011-03-211-2/+2
| | * | rtlwifi: Fix memset argument orderIlia Mirkin2011-03-211-16/+15
| | * | rt2x00: Add unknown Toshiba devicePeter Lemenkov2011-03-211-0/+2
| | * | rt2x00: Add 2L Central Europe BV 8070Peter Lemenkov2011-03-211-0/+2
| | * | rt2x00: Add Planex Communications, Inc. RT8070Peter Lemenkov2011-03-211-0/+1
| | * | rt2x00: Add rt2870 device idPeter Lemenkov2011-03-211-1/+1
| | * | orinoco: Maintain lock until entry removed from listJoe Gunn2011-03-211-1/+1
| | * | iwlwifi: missing unlock on error pathDan Carpenter2011-03-211-2/+5
| | * | zd1211rw: TrendNet TEW-509UB id addedTõnu Samuel2011-03-211-0/+1
| * | | NET: smsc95xx: don't use stack for async writes to the deviceMarc Zyngier2011-03-221-7/+10
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-03-241-0/+3
|\ \ \
| * | | IB: Increase DMA max_segment_size on Mellanox hardwareDavid Dillow2011-03-221-0/+3
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same...Linus Torvalds2011-03-242-2/+4
|\ \ \ \
| * | | | mfd: mfd_cell is now implicitly available to janz driversAndres Salomon2011-03-231-1/+2
| * | | | mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon2011-03-231-1/+2
* | | | | rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine2011-03-231-1/+1
* | | | | rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine2011-03-231-2/+2
|/ / / /
* | | | zlib: slim down zlib_deflate() workspace when possibleJim Keniston2011-03-221-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-03-228-15/+34
|\ \ \ \ | | |/ / | |/| |
| * | | veth: Fix the byte countersEric W. Biederman2011-03-211-1/+1
| * | | macvlan: Fix use after free of struct macvlan_port.Eric W. Biederman2011-03-211-6/+12
| * | | can: c_can: Do basic c_can configuration _before_ enabling the interruptsJan Altenberg2011-03-211-3/+3
| | |/ | |/|
| * | niu: Rename NIU parent platform device name to fix conflict.David S. Miller2011-03-191-1/+1
| * | r8169: fix a bug in rtl8169_init_phy()Eric Dumazet2011-03-191-2/+2
| * | bonding: fix a typo in a commentNicolas de Pesloüan2011-03-191-1/+1
| * | ftmac100: use resource_size()Dan Carpenter2011-03-181-1/+1
| * | gianfar: Fall back to software tcp/udp checksum on older controllersAlex Dubov2011-03-182-2/+15
* | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-205-10/+6
|\ \ \
| * | | net: change to new flag variablematt mooney2011-03-175-10/+6
* | | | r8169: fix a bug in rtl8169_init_phy()Eric Dumazet2011-03-201-2/+2
| |/ / |/| |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-03-183-4/+4
|\ \ \
| * | | kbuild, mtd, net: a few comment typo fixes and rewordingGilles Espinasse2011-02-171-1/+1
OpenPOWER on IntegriCloud