Sathya Perla
|
b31c50a7f9
be2net: fix some cmds to use mccq instead of mbox
|
16 years ago |
Ajit Khaparde
|
c190e3c8f6
be2net: Code changes in Tx path to use skb_dma_map/skb_dma_unmap
|
16 years ago |
Ajit Khaparde
|
84517482e1
be2net: Changes to support flashing of the be2 network adapter
|
16 years ago |
Eric Dumazet
|
451f144398
drivers: Kill now superfluous ->last_rx stores
|
16 years ago |
Stephen Hemminger
|
61357325f3
netdev: convert bulk of drivers to netdev_tx_t
|
16 years ago |
Sathya Perla
|
1a8887d81a
be2net: destroy mcc queue before tx queues
|
16 years ago |
Sathya Perla
|
b628bde2b5
be2net: refactor be_msix_(un)register() code.
|
16 years ago |
Sathya Perla
|
a65027e4d8
be2net: Set mac addr in hw regardless of netif_running()
|
16 years ago |
Sarveshwar Bandi
|
9b0365f195
be2net:Creating/destroying queues regardless of netif_running() in suspend/resume path
|
16 years ago |
Sathya Perla
|
859b1e4ec8
be2net: clear & notify residual events before destroying event queues
|
16 years ago |
Sathya Perla
|
cdab23b701
be2net: fix bad queue traversal in be_rx_q_clean()
|
16 years ago |
Sathya Perla
|
a8e9179a7d
be2net: Clear pending tx completions before destroying tx queue
|
16 years ago |
sarveshwarb
|
14074eab8d
be2net: Patch to perform function reset at initialization
|
16 years ago |
Sathya Perla
|
efd2e40a8c
be2net: some name changes for consistency
|
16 years ago |
Sathya Perla
|
5f0b849eb3
be2net: replace some printks with dev_err()/dev_warn()
|
16 years ago |
Sathya Perla
|
eec368fb3c
be2net: remove pci_func field from be_adapter struct
|
16 years ago |
Sathya Perla
|
8788fdc2a5
be2net: get rid of be_ctrl_info struct/abstraction
|
16 years ago |
David S. Miller
|
74d154189d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
|
16 years ago |
Ajit Khaparde
|
5be93b9a86
be2net: Add GRO support to the be2net driver. LRO is not supported anymore.
|
16 years ago |
Ajit Khaparde
|
fa77406aee
be2net: Bug fix in the non-lro path. Size of received packet was not updated in statistics properly.
|
16 years ago |
Sathya Perla
|
c001c213b1
be2net: fix spurious interrupt handling in intx mode
|
16 years ago |
Ajit Khaparde
|
bd46cb6cf1
be2net: Fix to avoid a crash seen on PPC with LRO and Jumbo frames.
|
16 years ago |
Sathya Perla
|
a8f447bda3
be2net: receive asynchronous link status notifications from BE
|
16 years ago |
Sathya Perla
|
24307eef74
be2net: cleanup multicast_set cmd to avoid mc_list copy
|
16 years ago |
Sathya Perla
|
5fb379ee67
be2net: Add MCC queue mechanism for BE cmds
|
16 years ago |
Sathya Perla
|
934037bc2e
be2net: Fix be_tx_q_clean() being called on freed queues
|
16 years ago |
Sathya Perla
|
a7a0ef31de
be2net: Fix early reset of rx-completion
|
16 years ago |
Sathya Perla
|
76fbb42919
be2net: Fix rx stats updation in non-lro path
|
16 years ago |
Sathya Perla
|
6811086899
be2net: fix netdev stats rx_errors and rx_dropped
|
16 years ago |
Sathya Perla
|
b305be78a0
be2net: Use cancel_delayed_work_sync instead of cancel_delayed_work()
|
16 years ago |