summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+11Star
* 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-0611-692/+170Star
* bna: fix interrupt handlingRasesh Mody2010-10-061-21/+27
* bonding: add retransmit membership reports tunableFlavio Leitner2010-10-063-0/+61
* bonding: rejoin multicast groups on VLANsFlavio Leitner2010-10-062-11/+50
* ehea: converting msleeps to waitqueue on check_sqs() functionBreno Leitao2010-10-062-7/+12
* ehea: using wait queues instead of msleep on ehea_flush_sqBreno Leitao2010-10-062-7/+13
* ixgbevf: declare functions as staticEmil Tantilov2010-10-063-4/+2Star
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-7/+1Star
* 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/+11Star
* qlcnic: remove dead codestephen hemminger2010-10-052-176/+0Star
* don't let BCM63XX_PHY depend on non-existant symbolUwe Kleine-König2010-10-051-1/+0Star
* net/phy: fix many "defined but unused" warningsUwe Kleine-König2010-10-0515-15/+15
* qlcnic: set mtu lower limitSritej Velaga2010-10-052-3/+4
* qlcnic: cleanup port mode settingSritej Velaga2010-10-051-40/+0Star
* qlcnic: sparse warning fixesSucheta Chakraborty2010-10-052-11/+11
* qlcnic: fix vlan TSO on big endian machineSucheta Chakraborty2010-10-053-8/+20
* qlcnic: fix endianess for lroSucheta Chakraborty2010-10-052-3/+10
* qlcnic: fix diag registerAmit Kumar Salecha2010-10-051-3/+3
* qlcnic: fix eswitch statsAmit Kumar Salecha2010-10-052-9/+34
* qlcnic: fix internal loopback testAmit Kumar Salecha2010-10-052-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-041-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-281-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-045-363/+526
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2010-10-0434-277/+367
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-0134-277/+367
| |\ \ \
| | * | | carl9170: interrupt urbs must not set URB_ZERO_PACKETChristian Lamparter2010-09-281-2/+0Star
| | * | | ath5k: Fix bitmasks and typos for PCU Diagnostic registerBruno Randolf2010-09-283-19/+18Star
| | * | | ath5k: Disable interrupts in ath5k_hw_get_tsf64Bruno Randolf2010-09-281-0/+6
| | * | | ath5k: Increase "fudge" for beacon timersBruno Randolf2010-09-281-2/+5
| | * | | ath5k: Check and fix ATIM windowBruno Randolf2010-09-283-0/+101
| | * | | ath5k: Remove unused variable for atim windowBruno Randolf2010-09-283-3/+1Star