aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* bnx2x: New link codeYaniv Rosner2008-06-235-3399/+1826
* bnx2x: Adding bnx2x_linkYaniv Rosner2008-06-232-0/+4686
* bnx2x: Rename bnx2x.c to bnx2x_main.cEilon Greenstein2008-06-232-0/+1
* bnx2: Update driver version to 1.7.7.Michael Chan2008-06-191-3/+3
* bnx2: Cleanup error handling in bnx2_open().Michael Chan2008-06-191-23/+14
* bnx2: Turn on multi rx rings.Michael Chan2008-06-192-17/+80
* bnx2: Update firmware to support multi rx rings.Michael Chan2008-06-191-4419/+4437
* bnx2: Use one handler for all MSI-X vectors.Michael Chan2008-06-191-59/+40
* bnx2: Optimize fast-path tx and rx work.Michael Chan2008-06-192-44/+72
* bnx2: Put rx ring variables in a separate struct.Michael Chan2008-06-192-169/+259
* bnx2: Put tx ring variables in a separate struct.Michael Chan2008-06-192-129/+199
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-1912-242/+204
|\
| * Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller2008-06-1711-242/+189
| |\
| | * atl1: relax eeprom mac address error checkRadu Cristescu2008-06-171-1/+0
| | * net/enc28j60: low power modeDavid Brownell2008-06-171-24/+58
| | * net/enc28j60: section fixDavid Brownell2008-06-171-3/+2
| | * sky2: 88E8040T pci device idStephen Hemminger2008-06-171-0/+1
| | * netxen: download firmware in pci probeDhananjay Phadke2008-06-172-59/+30
| | * netxen: cleanup debug messagesDhananjay Phadke2008-06-174-132/+70
| | * netxen: remove global physical_port arrayDhananjay Phadke2008-06-176-24/+22
| | * netxen: fix portnum for hp mezz cardsDhananjay Phadke2008-06-171-2/+8
| | * ibm_newemac: select CRC32 in KconfigJosh Boyer2008-06-171-0/+1
| * | tun: Proper handling of IPv6 header in tun driver when TUN_NO_PI is setAng Way Chuang2008-06-171-0/+15
| |/
* | bonding: Allow setting max_bonds to zeroJay Vosburgh2008-06-182-22/+6
* | bonding: Rework / fix multiple gratuitous ARP supportJay Vosburgh2008-06-182-22/+24
* | bonding: deliver netdev event for fail-over under the active-backup modeOr Gerlitz2008-06-171-0/+8
* | bonding: bond_change_active_slave() cleanup under active-backupOr Gerlitz2008-06-171-10/+8
* | sky2: version 1.22Stephen Hemminger2008-06-171-1/+1
* | sky2: 88E8057 chip supportStephen Hemminger2008-06-172-5/+16
* | sky2: use DEFINE_PCI_DEVICE_TABLEStephen Hemminger2008-06-171-1/+1
* | sky2: chip version printoutStephen Hemminger2008-06-171-15/+25
* | sky2: phy setup changesStephen Hemminger2008-06-171-3/+3
* | ibm_emac: Remove the ibm_emac driverJosh Boyer2008-06-1719-5281/+0
* | Merge branch 'for-2.6.27' of git://git.marvell.com/mv643xx_eth into upstream-...Jeff Garzik2008-06-171-2672/+1885
|\ \
| * | mv643xx_eth: update driver version and author fieldsLennert Buytenhek2008-06-121-3/+3
| * | mv643xx_eth: add PHY-less modeLennert Buytenhek2008-06-121-13/+74
| * | mv643xx_eth: be more agressive about RX refillLennert Buytenhek2008-06-121-1/+1
| * | mv643xx_eth: detect alternate TX BW control register locationLennert Buytenhek2008-06-121-5/+32
| * | mv643xx_eth: detect extended rx coal register fieldLennert Buytenhek2008-06-121-7/+31
| * | mv643xx_eth: work around TX hang hardware issueLennert Buytenhek2008-06-121-5/+30
| * | mv643xx_eth: allow multiple TX queuesLennert Buytenhek2008-06-121-43/+103
| * | mv643xx_eth: allow multiple RX queuesLennert Buytenhek2008-06-121-25/+74
| * | mv643xx_eth: add tx rate controlLennert Buytenhek2008-06-121-1/+103
| * | mv643xx_eth: general cleanupLennert Buytenhek2008-06-121-511/+438
| * | mv643xx_eth: remove write-only interrupt coalescing variablesLennert Buytenhek2008-06-121-25/+4
| * | mv643xx_eth: split out tx queue stateLennert Buytenhek2008-06-121-256/+254
| * | mv643xx_eth: split out rx queue stateLennert Buytenhek2008-06-121-216/+225
| * | mv643xx_eth: massively simplify multicast address crc8 computationLennert Buytenhek2008-06-121-74/+21
| * | mv643xx_eth: kill private unused instance of struct net_device_statsLennert Buytenhek2008-06-121-54/+66
| * | mv643xx_eth: kill FUNC_RET_STATUS/pkt_infoLennert Buytenhek2008-06-121-21/+0