qlcnic: fix memory leaks
[safe/jmp/linux-2.6] / drivers / net / benet /
2009-10-05 Ajit Khapardebe2net: Fix a bug in preparation of mcc wrb which was...
2009-10-05 Ben Hutchingsnet: Convert ethtool {get_stats, self_test}_count(...
2009-10-01 Ajit Khapardebe2net: Workaround to fix a bug in Rx Completion proces...
2009-09-17 Sathya Perlabe2net: fix some cmds to use mccq instead of mbox
2009-09-07 Ajit Khapardebe2net: Code changes in Tx path to use skb_dma_map...
2009-09-07 Ajit Khapardebe2net: Changes to support flashing of the be2 network...
2009-09-03 Eric Dumazetdrivers: Kill now superfluous ->last_rx stores
2009-09-02 Stephen Hemmingernetdev: drivers should make ethtool_ops const
2009-09-01 Stephen Hemmingernetdev: convert bulk of drivers to netdev_tx_t
2009-08-18 Sathya Perlabe2net: destroy mcc queue before tx queues
2009-08-18 Sathya Perlabe2net: refactor be_msix_(un)register() code.
2009-08-18 Sathya Perlabe2net: Set mac addr in hw regardless of netif_running()
2009-08-13 Sarveshwar Bandibe2net:Creating/destroying queues regardless of netif_r...
2009-08-13 Sathya Perlabe2net: clear & notify residual events before destroyin...
2009-08-13 Sathya Perlabe2net: fix bad queue traversal in be_rx_q_clean()
2009-08-13 Sathya Perlabe2net: Clear pending tx completions before destroying...
2009-08-05 sarveshwarbbe2net: Patch to perform function reset at initialization
2009-08-02 Sathya Perlabe2net: delete unnecessary code from be_cmd_POST()
2009-08-02 Sathya Perlabe2net: some name changes for consistency
2009-08-02 Sathya Perlabe2net: replace some printks with dev_err()/dev_warn()
2009-08-02 Sathya Perlabe2net: remove pci_func field from be_adapter struct
2009-08-02 Sathya Perlabe2net: get rid of be_ctrl_info struct/abstraction
2009-07-24 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-24 Ajit Khapardebe2net: Add GRO support to the be2net driver. LRO is...
2009-07-22 Ajit Khapardebe2net: Bug fix in the non-lro path. Size of received...
2009-07-04 Sathya Perlabe2net: fix spurious interrupt handling in intx mode
2009-06-29 Ajit Khapardebe2net: Fix to avoid a crash seen on PPC with LRO and...
2009-06-19 Sathya Perlabe2net: receive asynchronous link status notifications...
2009-06-19 Sathya Perlabe2net: cleanup multicast_set cmd to avoid mc_list...
2009-06-19 Sathya Perlabe2net: Use MCC queue for cmds that may be called in...
2009-06-19 Sathya Perlabe2net: Add MCC queue mechanism for BE cmds
2009-06-11 Sathya Perlabe2net: Fix be_tx_q_clean() being called on freed queues
2009-06-11 Sathya Perlabe2net: Fix early reset of rx-completion
2009-06-11 Sathya Perlabe2net: Fix rx stats updation in non-lro path
2009-06-11 Sathya Perlabe2net: fix netdev stats rx_errors and rx_dropped
2009-06-11 Sathya Perlabe2net: Use cancel_delayed_work_sync instead of cancel_...
2009-06-09 David S. Millerbe2net: Remove unnecessary frag list traversing.
2009-05-29 Eric Dumazetnet: dont update dev->trans_start in 10GB drivers
2009-05-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-05-18 Ajit Khapardebe2net: add two new pci device ids to pci device table
2009-04-17 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-04-16 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-04-13 Ajit Khapardebe2net: fix for default setting of pause auto-negotiation
2009-04-13 Ajit Khapardebe2net: changes for checksum and segmentation offload
2009-04-13 Yang HongyangReplace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)
2009-03-27 Stephen Hemmingerbenet: use do_div() for 64 bit divide
2009-03-24 Sathya Perlabe2net: cleanup rx/tx rate calculations
2009-03-20 Sathya Perlabe2net: fix to restore vlan ids into BE2 during a IF...
2009-03-20 Sathya Perlabe2net: replenish when posting to rx-queue is starved...
2009-03-12 Sathya Perlanet: Add be2net driver.