| Commit message (Expand) | Author | Age | Files | Lines |
* | drivers/net: Remove unnecessary returns from void function()s | Joe Perches | 2010-05-14 | 3 | -10/+0 |
* | ixgbe: Refactor common code between 82598 & 82599 to accommodate new hardware | Mallikarjuna R Chilakala | 2010-05-14 | 5 | -421/+557 |
* | ixgbe: Use bool flag to see if the packet unmapping is delayed in HWRSC | Mallikarjuna R Chilakala | 2010-05-14 | 1 | -6/+11 |
* | ixgbe: fix setting of promisc mode when using mac-vlans | Emil Tantilov | 2010-05-14 | 3 | -4/+8 |
* | ixgbe: Streamline MC filter setup for VFs | Greg Rose | 2010-05-06 | 1 | -2/+11 |
* | ixgbe: Remove unneeded register writes in VF VLAN setup | Greg Rose | 2010-05-06 | 1 | -11/+0 |
* | ixgbe: Add support for VF MAC and VLAN configuration | Greg Rose | 2010-05-06 | 5 | -4/+118 |
* | ixgbe: Add boolean parameter to ixgbe_set_vmolr | Greg Rose | 2010-05-06 | 3 | -6/+9 |
* | Revert "ixgbe: disable MSI-X by default on certain Cisco adapters" | David S. Miller | 2010-05-04 | 2 | -20/+1 |
* | ixgbe: disable MSI-X by default on certain Cisco adapters | Nicholas Nunley | 2010-04-28 | 2 | -1/+20 |
* | ixgbe: add registers etc. printout code just before resetting adapters | Taku Izumi | 2010-04-28 | 1 | -0/+341 |
* | ixgbe: use DMA API instead of PCI DMA functions | Nick Nunley | 2010-04-28 | 2 | -55/+64 |
* | ixgbe: Properly display 1 gig downshift warning for backplane | Anjali Singhai | 2010-04-27 | 1 | -0/+5 |
* | ixgbe: cleanup ethtool autoneg input | Don Skidmore | 2010-04-27 | 1 | -1/+1 |
* | ixgbe: ixgbe_down needs to stop dev_watchdog | John Fastabend | 2010-04-27 | 1 | -8/+7 |
* | ixgbe: fix bug when EITR=0 causing no writebacks | Jesse Brandeburg | 2010-04-27 | 2 | -14/+26 |
* | ixgbe: enable extremely low latency | Jesse Brandeburg | 2010-04-27 | 2 | -9/+87 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-27 | 3 | -24/+62 |
|\ |
|
| * | ixgbe: Power down PHY during driver resets | Peter Waskiewicz | 2010-04-27 | 3 | -24/+62 |
* | | ixgbe: fix bug with vlan strip in promsic mode | Jesse Brandeburg | 2010-04-15 | 1 | -43/+72 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 3 | -0/+3 |
|\| |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 3 | -0/+3 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-07 | 5 | -23/+82 |
|\| |
|
| * | ixgbe: Do not run all Diagnostic offline tests when VFs are active | Greg Rose | 2010-03-27 | 1 | -0/+21 |
| * | ixgbe: filter FIP frames into the FCoE offload queues | Chris Leech | 2010-03-26 | 2 | -0/+16 |
| * | ixgbe: Priority tag FIP frames | Robert Love | 2010-03-26 | 1 | -9/+17 |
| * | ixgbe: Don't allow user buffer count to exceed 256 | Robert Love | 2010-03-26 | 1 | -8/+10 |
| * | ixgbe: cleanup maximum number of tx queues | John Fastabend | 2010-03-26 | 2 | -3/+5 |
| * | ixgbe: Change where clear_to_send_flag is reset to zero. | Greg Rose | 2010-03-26 | 1 | -3/+5 |
| * | ixgbe: In SR-IOV mode insert delay before bring the adapter up | Greg Rose | 2010-03-26 | 1 | -0/+8 |
* | | net: convert multicast list to list_head | Jiri Pirko | 2010-04-03 | 1 | -3/+3 |
* | | ixgbe: convert to use netdev_for_each_mc_addr | Jiri Pirko | 2010-03-27 | 4 | -36/+12 |
* | | net/intel: remove trailing space in messages | Frans Pop | 2010-03-24 | 3 | -6/+6 |
|/ |
|
* | ixgbe: Set IXGBE_RSC_CB(skb)->DMA field to zero after unmapping the address | Mallikarjuna R Chilakala | 2010-03-20 | 1 | -2/+6 |
* | ixgbe: fix for real_num_tx_queues update issue | Vasu Dev | 2010-03-20 | 1 | -3/+3 |
* | ixgbe: Fix 82599 KX4 Wake on LAN issue after an improper system shutdown | Mallikarjuna R Chilakala | 2010-03-19 | 1 | -3/+0 |
* | ixgbe: Fix 82599 multispeed fiber link issues due to Tx laser flapping | Mallikarjuna R Chilakala | 2010-03-19 | 3 | -36/+54 |
* | bitops: rename for_each_bit() to for_each_set_bit() | Akinobu Mita | 2010-03-06 | 1 | -1/+1 |
* | ixgbe: move TC_PRIO_CONTROL check into ixgbe_select_queue() | John Fastabend | 2010-02-27 | 1 | -10/+11 |
* | ixgbe: Do not allocate too many netdev txqueues | John Fastabend | 2010-02-26 | 1 | -1/+13 |
* | ixgbe: do not stop tx queues in ixgbe_set_tso | John Fastabend | 2010-02-26 | 1 | -2/+0 |
* | ixgbe: Fix DMA mapping/unmapping issues when HWRSC is enabled on IOMMU enable... | Mallikarjuna R Chilakala | 2010-02-26 | 1 | -3/+29 |
* | ixgbe: prevent speculative processing of descriptors before ready | Milton Miller | 2010-02-23 | 1 | -0/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-02-17 | 2 | -0/+26 |
|\ |
|
| * | ixgbe: fix WOL register setup for 82599 | Don Skidmore | 2010-02-16 | 1 | -0/+4 |
| * | ixgbe: Fix - Do not allow Rx FC on 82598 at 1G due to errata | Don Skidmore | 2010-02-16 | 1 | -0/+22 |
* | | ixgbe: Cleanup incorrect header comments | Peter Waskiewicz | 2010-02-16 | 1 | -5/+0 |
* | | net: use netdev_mc_count and netdev_mc_empty when appropriate | Jiri Pirko | 2010-02-12 | 1 | -1/+1 |
* | | ixgbe: Bump driver version up | Peter Waskiewicz | 2010-02-11 | 1 | -1/+1 |
* | | ixgbe: Add support for the new ethtool n-tuple programming interface | Peter Waskiewicz | 2010-02-11 | 5 | -18/+228 |