aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/cxgb3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-10chelsio: Move the Chelsio driversJeff Kirsher24-21791/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma3-3/+3
2011-07-21cxgb3: do vlan cleanupJiri Pirko4-48/+49
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-4/+4
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2011-06-27cxgb3: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2-8/+4
2011-06-24cxgb3: skb_record_rx_queue now records the queue index relative to the net_device.John (Jay) Hernandez1-2/+2
2011-06-21drivers/net: Remove casts of void *Joe Perches1-1/+1
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-4/+6
2011-04-17net: cxgb3: convert to hw_featuresMichał Mirosław4-76/+17
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W1-1/+1
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-4/+4
2011-04-06cxgb3: implement set_phys_idstephen hemminger1-11/+14
2011-03-31Fix common misspellingsLucas De Marchi2-4/+4
2011-03-28cxgb3: Apply interrupt coalescing settings to all queuesAnton Blanchard1-4/+10
2011-02-13net: make dev->master generalJiri Pirko1-1/+2
2011-02-08net: Kill NETEVENT_PMTU_UPDATE.David S. Miller1-2/+0
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+0
2010-12-21drivers/net/*/: Use static constJoe Perches2-13/+13
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-1/+2
2010-11-28cxgb3: Removing unused return variableBreno Leitao1-2/+1
2010-11-27drivers/net: use vzalloc()Eric Dumazet1-4/+2
2010-11-01cxgb3: remove call to stop TX queues at load time.Divy Le Ray1-1/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König2-2/+2
2010-10-28cxgb3: Fix panic in free_tx_desc()Krishna Kumar1-1/+3
2010-10-28cxgb3: fix crash due to manipulating queues before registrationNishanth Aravamudan1-1/+1
2010-10-25cxgb3: fix device opening error pathDivy Le Ray1-3/+5
2010-10-21cxgb3: function namespace cleanupstephen hemminger7-289/+18
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-2/+2
2010-09-27cxgb3: Use netif_set_real_num_{rx,tx}_queues()Ben Hutchings1-1/+4
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+2
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-09-16drivers/net/cxgb3/cxgb3_main.c: prevent reading uninitialized stack memoryDan Rosenberg1-0/+2
2010-09-13net/cxgb3: remove undefined operationsAndreas Schwab1-1/+1
2010-09-03cxgb3: Avoid flush_workqueue() deadlock.Casey Leedom1-9/+15
2010-09-03cxgb3: Leave interrupts for fatal errors asserted in common code.Casey Leedom1-2/+2
2010-09-03cxgb3: Set FATALPERREN.Casey Leedom1-0/+1
2010-09-03cxgb3: Add register bit definition for Fatal Parity Error.Casey Leedom1-0/+4
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-04cxgb3: do not use PCI resources before pci_enable_device()Kulikov Vasiliy1-12/+13
2010-07-21drivers/net/cxgb3/t3_hw.c: use new hex_to_bin() methodAndy Shevchenko1-12/+4
2010-07-08cxgb3: simplify need_skb_unmapFUJITA Tomonori1-9/+5
2010-06-25cxgb3: request 7.10 firmwareDivy Le Ray1-2/+2
2010-05-31drivers/net/cxgb3: Use memdup_userJulia Lawall1-9/+3
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-04-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-2/+2
2010-04-27cxgb3: Wait longer for control packets on initializationAndre Detsch1-1/+1