summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* bonding: add Speed/Duplex information to /proc/net/bonding/bondKrzysztof Oledzki2010-10-061-0/+2
* bonding: reread information about speed and duplex when interface goes upKrzysztof Piotr Oledzki2010-10-061-0/+2
* bonding: print information about speed and duplex seen by the driverKrzysztof Piotr Oledzki2010-10-061-2/+3
* bnx2x: update version to 1.60.00-1Dmitry Kravkov2010-10-061-2/+2
* bnx2x: properly initialize FW statsDmitry Kravkov2010-10-061-0/+13
* bnx2x: code beautifyDmitry Kravkov2010-10-067-233/+318
* bnx2x, cnic: Fix SPQ return creditDmitry Kravkov2010-10-064-47/+91
* bnx2x: move msix table initialization to probe()Dmitry Kravkov2010-10-064-134/+228
* bnx2x: use L1_CACHE_BYTES instead of magic numberDmitry Kravkov2010-10-061-2/+2
* bnx2x: use proper constants for dma_unmap* callsDmitry Kravkov2010-10-062-2/+2
* bnx2x: remove unused fields in main driver structureDmitry Kravkov2010-10-061-7/+0
* bnx2x: remove unused parameter in reuse_rx_skb()Dmitry Kravkov2010-10-062-3/+3
* bnx2x: Add 57712 supportDmitry Kravkov2010-10-0613-789/+3426
* bnx2x: change type of spq_left to atomicDmitry Kravkov2010-10-063-13/+11
* bnx2x: rename MF related fieldsDmitry Kravkov2010-10-065-47/+47
* bnx2x, cnic, bnx2i: use new FW/HSIDmitry Kravkov2010-10-0616-3219/+4758
* bnx2x: create folder for bnx2x firmware filesDmitry Kravkov2010-10-061-2/+2
* cnic: Fine-tune ring init code.Michael Chan2010-10-062-6/+19
* cnic: Use pfid for internal memory offsets.Michael Chan2010-10-062-70/+75
* cnic: Pass cp pointer to BNX2X_HW_CID.Michael Chan2010-10-062-11/+11
* [PATCH net-next] tg3: Set real_num_rx_queues for non-multiq devsMatt Carlson2010-10-061-0/+1
* bna: scope and dead code cleanupRasesh Mody2010-10-0511-692/+170
* bna: fix interrupt handlingRasesh Mody2010-10-051-21/+27
* bonding: add retransmit membership reports tunableFlavio Leitner2010-10-053-0/+61
* bonding: rejoin multicast groups on VLANsFlavio Leitner2010-10-052-11/+50
* ehea: converting msleeps to waitqueue on check_sqs() functionBreno Leitao2010-10-052-7/+12
* ehea: using wait queues instead of msleep on ehea_flush_sqBreno Leitao2010-10-052-7/+13
* ixgbevf: declare functions as staticEmil Tantilov2010-10-053-4/+2
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-7/+1
* ppp: Use a real SKB control block in fragmentation engine.David S. Miller2010-10-051-21/+25
* wimax: make functions localstephen hemminger2010-10-056-23/+11
* qlcnic: remove dead codestephen hemminger2010-10-052-176/+0
* don't let BCM63XX_PHY depend on non-existant symbolUwe Kleine-König2010-10-051-1/+0
* net/phy: fix many "defined but unused" warningsUwe Kleine-König2010-10-0515-15/+15
* qlcnic: set mtu lower limitSritej Velaga2010-10-042-3/+4
* qlcnic: cleanup port mode settingSritej Velaga2010-10-041-40/+0
* qlcnic: sparse warning fixesSucheta Chakraborty2010-10-042-11/+11
* qlcnic: fix vlan TSO on big endian machineSucheta Chakraborty2010-10-043-8/+20
* qlcnic: fix endianess for lroSucheta Chakraborty2010-10-042-3/+10
* qlcnic: fix diag registerAmit Kumar Salecha2010-10-041-3/+3
* qlcnic: fix eswitch statsAmit Kumar Salecha2010-10-042-9/+34
* qlcnic: fix internal loopback testAmit Kumar Salecha2010-10-042-8/+37
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-043-4/+17
|\
| * netdev: Depend on INET before selecting INET_LROBen Hutchings2010-10-031-2/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-09-302-2/+2
| |\
| | * iwl3945: queue the right work if the scan needs to be abortedFlorian Mickler2010-09-282-2/+2
| * | de2104x: fix ethtoolOndrej Zary2010-09-271-2/+5
| * | 3c59x: fix regression from patch "Add ethtool WOL support"Jan Beulich2010-09-271-0/+10
* | | be2net: add multiple RX queue supportSathya Perla2010-10-035-363/+526
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-10-0334-277/+367
|\ \ \