Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | ixgbe: fix dca issue with relaxed ordering turned on | Don Skidmore | 2009-01-19 | 2 | -0/+6 | |
* | | | korina: drop leftover assignment | Phil Sutter | 2009-01-19 | 1 | -2/+1 | |
* | | | korina: adjust headroom for new skb's also | Phil Sutter | 2009-01-19 | 1 | -0/+3 | |
* | | | korina: fix loop back of receive descriptors | Phil Sutter | 2009-01-19 | 1 | -4/+5 | |
* | | | cxgb3: Fix LRO misalignment | Divy Le Ray | 2009-01-19 | 1 | -0/+1 | |
* | | | macb: avoid lockup when TGO during underrun | Richard Röjfors | 2009-01-19 | 1 | -0/+8 | |
* | | | bnx2x: Version update | Eilon Greenstein | 2009-01-19 | 4 | -6/+6 | |
* | | | bnx2x: Barriers for the compiler | Eilon Greenstein | 2009-01-19 | 2 | -19/+27 | |
* | | | bnx2x: Driver description update | Eilon Greenstein | 2009-01-19 | 1 | -1/+1 | |
* | | | bnx2x: Handling PHY FW load failure | Eilon Greenstein | 2009-01-19 | 1 | -3/+4 | |
* | | | bnx2x: Legacy speeds autoneg failures | Eilon Greenstein | 2009-01-19 | 1 | -2/+8 | |
* | | | bnx2x: Prevent self test loopback failures | Eilon Greenstein | 2009-01-19 | 1 | -1/+1 | |
* | | | bnx2x: 1G-10G toggling race | Eilon Greenstein | 2009-01-19 | 1 | -11/+32 | |
* | | | bnx2x: Overstepping array bounds | Eilon Greenstein | 2009-01-19 | 1 | -0/+4 | |
* | | | bnx2x: Block nvram access when the device is inactive | Eilon Greenstein | 2009-01-19 | 1 | -0/+3 | |
* | | | bnx2x: Read chip ID | Eilon Greenstein | 2009-01-19 | 1 | -1/+1 | |
* | | | bnx2x: Wrong HDR offset in CAM | Eilon Greenstein | 2009-01-19 | 1 | -3/+6 | |
* | | | bnx2x: Potential race after iSCSI boot | Eilon Greenstein | 2009-01-19 | 1 | -5/+9 | |
* | | | bnx2x: Handling probe failures | Eilon Greenstein | 2009-01-19 | 1 | -7/+5 | |
* | | | bnx2x: Free IRQ | Eilon Greenstein | 2009-01-19 | 1 | -3/+3 | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2009-01-17 | 1 | -3/+3 | |
|\ \ \ | ||||||
| * | | | mlx4_core: Fix min() warning | Andrew Morton | 2009-01-15 | 1 | -3/+3 | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-01-16 | 1 | -2/+5 | |
|\ \ \ \ | ||||||
| * | | | | netxen: include ipv6.h (fixes build failure) | Dhananjay Phadke | 2009-01-16 | 1 | -0/+1 | |
| * | | | | netxen: avoid invalid iounmap | Dhananjay Phadke | 2009-01-16 | 1 | -2/+4 | |
| | |/ / | |/| | | ||||||
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-01-15 | 49 | -551/+762 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | b44: GFP_DMA skb should not escape from driver | Eric Dumazet | 2009-01-15 | 2 | -2/+4 | |
| * | | | korina: do not use IRQF_SHARED with IRQF_DISABLED | Phil Sutter | 2009-01-15 | 1 | -4/+4 | |
| * | | | korina: do not stop queue here | Phil Sutter | 2009-01-15 | 1 | -1/+0 | |
| * | | | korina: fix handling tx_chain_tail | Phil Sutter | 2009-01-15 | 1 | -11/+11 | |
| * | | | korina: do tx at the right position | Phil Sutter | 2009-01-15 | 1 | -4/+4 | |
| * | | | korina: do schedule napi after testing for it | Phil Sutter | 2009-01-15 | 1 | -1/+1 | |
| * | | | korina: rework korina_rx() for use with napi | Phil Sutter | 2009-01-15 | 1 | -56/+53 | |
| * | | | korina: disable napi on close and restart | Phil Sutter | 2009-01-15 | 1 | -0/+4 | |
| * | | | korina: reset resource buffer size to 1536 | Phil Sutter | 2009-01-15 | 1 | -1/+4 | |
| * | | | korina: fix usage of driver_data | Phil Sutter | 2009-01-15 | 1 | -1/+0 | |
| * | | | bnx2x: First slow path interrupt race | Eilon Greenstein | 2009-01-15 | 1 | -9/+9 | |
| * | | | bnx2x: MTU Filter | Eilon Greenstein | 2009-01-15 | 1 | -1/+1 | |
| * | | | bnx2x: Indirection table initialization index | Eilon Greenstein | 2009-01-15 | 1 | -5/+4 | |
| * | | | bnx2x: Missing brackets | Eilon Greenstein | 2009-01-15 | 1 | -1/+1 | |
| * | | | bnx2x: Fixing the doorbell size | Eilon Greenstein | 2009-01-15 | 1 | -1/+1 | |
| * | | | bnx2x: Endianness issues | Eilon Greenstein | 2009-01-15 | 1 | -5/+6 | |
| * | | | bnx2x: VLAN tagged packets without VLAN offload | Eilon Greenstein | 2009-01-15 | 2 | -14/+40 | |
| * | | | bnx2x: Protecting the link change indication | Eilon Greenstein | 2009-01-15 | 1 | -3/+5 | |
| * | | | bnx2x: Flow control updated before reporting the link | Eilon Greenstein | 2009-01-15 | 1 | -1/+2 | |
| * | | | bnx2x: Missing mask when calculating flow control | Eilon Greenstein | 2009-01-15 | 1 | -1/+2 | |
| * | | | bnx2x: Using system page size for SGE | Eilon Greenstein | 2009-01-15 | 2 | -16/+19 | |
| * | | | bnx2x: Missing memory barriers | Eilon Greenstein | 2009-01-15 | 1 | -2/+26 | |
| * | | | bnx2x: Using singlethread work queue | Eilon Greenstein | 2009-01-15 | 2 | -6/+16 | |
| * | | | ax88796: start_xmit fix using net_device_ops | Magnus Damm | 2009-01-14 | 1 | -6/+21 |