aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-01-19bnx2x: Version updateEilon Greenstein4-6/+6
2009-01-19bnx2x: Barriers for the compilerEilon Greenstein2-19/+27
2009-01-19bnx2x: Driver description updateEilon Greenstein1-1/+1
2009-01-19bnx2x: Handling PHY FW load failureEilon Greenstein1-3/+4
2009-01-19bnx2x: Legacy speeds autoneg failuresEilon Greenstein1-2/+8
2009-01-19bnx2x: Prevent self test loopback failuresEilon Greenstein1-1/+1
2009-01-19bnx2x: 1G-10G toggling raceEilon Greenstein1-11/+32
2009-01-19bnx2x: Overstepping array boundsEilon Greenstein1-0/+4
2009-01-19bnx2x: Block nvram access when the device is inactiveEilon Greenstein1-0/+3
2009-01-19bnx2x: Read chip IDEilon Greenstein1-1/+1
2009-01-19bnx2x: Wrong HDR offset in CAMEilon Greenstein1-3/+6
2009-01-19bnx2x: Potential race after iSCSI bootEilon Greenstein1-5/+9
2009-01-19bnx2x: Handling probe failuresEilon Greenstein1-7/+5
2009-01-19bnx2x: Free IRQEilon Greenstein1-3/+3
2009-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-3/+3
2009-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+5
2009-01-16netxen: include ipv6.h (fixes build failure)Dhananjay Phadke1-0/+1
2009-01-16netxen: avoid invalid iounmapDhananjay Phadke1-2/+4
2009-01-15mlx4_core: Fix min() warningAndrew Morton1-3/+3
2009-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds49-539/+750
2009-01-15b44: GFP_DMA skb should not escape from driverEric Dumazet2-2/+4
2009-01-15hso serial throttled tty kref fix.Denis Joseph Barrow1-1/+3
2009-01-15tty: Fix double grabbing of a spinlockDenis Joseph Barrow1-2/+1
2009-01-15tty: Fix a kref leak in the HSO driver on re-openAlan Cox1-0/+1
2009-01-15korina: do not use IRQF_SHARED with IRQF_DISABLEDPhil Sutter1-4/+4
2009-01-15korina: do not stop queue herePhil Sutter1-1/+0
2009-01-15korina: fix handling tx_chain_tailPhil Sutter1-11/+11
2009-01-15korina: do tx at the right positionPhil Sutter1-4/+4
2009-01-15korina: do schedule napi after testing for itPhil Sutter1-1/+1
2009-01-15korina: rework korina_rx() for use with napiPhil Sutter1-46/+43
2009-01-15korina: disable napi on close and restartPhil Sutter1-0/+4
2009-01-15korina: reset resource buffer size to 1536Phil Sutter1-1/+4
2009-01-15korina: fix usage of driver_dataPhil Sutter1-1/+0
2009-01-15bnx2x: First slow path interrupt raceEilon Greenstein1-9/+9
2009-01-15bnx2x: MTU FilterEilon Greenstein1-1/+1
2009-01-15bnx2x: Indirection table initialization indexEilon Greenstein1-5/+4
2009-01-15bnx2x: Missing bracketsEilon Greenstein1-1/+1
2009-01-15bnx2x: Fixing the doorbell sizeEilon Greenstein1-1/+1
2009-01-15bnx2x: Endianness issuesEilon Greenstein1-5/+6
2009-01-15bnx2x: VLAN tagged packets without VLAN offloadEilon Greenstein2-14/+40
2009-01-15bnx2x: Protecting the link change indicationEilon Greenstein1-3/+5
2009-01-15bnx2x: Flow control updated before reporting the linkEilon Greenstein1-1/+2
2009-01-15bnx2x: Missing mask when calculating flow controlEilon Greenstein1-1/+2
2009-01-15bnx2x: Using system page size for SGEEilon Greenstein2-16/+19
2009-01-15bnx2x: Missing memory barriersEilon Greenstein1-2/+26
2009-01-15bnx2x: Using singlethread work queueEilon Greenstein2-6/+16
2009-01-14ax88796: start_xmit fix using net_device_opsMagnus Damm1-6/+21
2009-01-14net: Add init_dummy_netdev() and fix EMAC driver using itBenjamin Herrenschmidt2-1/+5
2009-01-14drivers/net/irda/irda-usb.c: fix buffer overflowJos-Vicente Gilabert1-1/+1
2009-01-14netxen: handle dma mapping failuresDhananjay Phadke3-40/+67