aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-19qlcnic: Support polling for mailbox events.Rajesh Borundia1-1/+4
2013-04-19qlcnic: Fix loopback test for SR-IOV PF.Rajesh Borundia1-1/+4
2013-04-19qlcnic: Support VLAN id config.Rajesh Borundia1-5/+36
2013-04-19qlcnic: Support MAC address, Tx rate config.Rajesh Borundia1-0/+5
2013-04-19qlcnic: VF FLR implementation.Rajesh Borundia1-0/+1
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-4/+4
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2013-04-02qlcnic: Fix NULL dereference in error path.Rajesh Borundia1-6/+5
2013-03-29qlcnic: Support atomic commandsRajesh Borundia1-0/+2
2013-03-29qlcnic: Support VF-PF communication channel commands.Rajesh Borundia1-0/+5
2013-03-29qlcnic: Use shared interrupt vector for Tx and RxRajesh Borundia1-7/+16
2013-03-29qlcnic: SR-IOV VF probeRajesh Borundia1-9/+21
2013-03-29qlcnic: Support SR-IOV enable and disableRajesh Borundia1-1/+7
2013-03-22qlcnic: Clear link status when interface is downShahed Shaikh1-0/+1
2013-03-22qlcnic: Log warning message for 83xx adapter in MSI mode.Himanshu Madhani1-0/+6
2013-03-07qlcnic: Use generic fdb handler when driver options are not enabled.Vlad Yasevich1-15/+6
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-02-19qlcnic: fix ping resumption to a VM after a live migrationShahed Shaikh1-0/+21
2013-02-19qlcnic: fix estimation of receive MSS in case of LRO for 83xx adapterShahed Shaikh1-8/+16
2013-02-19qlcnic: refactor Legacy interrupt handling for 83xxHimanshu Madhani1-13/+24
2013-02-19qlcnic: fix mailbox interrupt.Sucheta Chakraborty1-13/+4
2013-02-13bridge: Add vlan support to static neighborsVlad Yasevich1-2/+2
2013-02-11qlcnic: enhance MSIX allocation failure log messageManish Chopra1-2/+3
2013-02-11qlcnic: refactor 83xx diagnostic loopback testJitendra Kalsaria1-8/+2
2013-02-11qlcnic: fix firmware based IDC participationJitendra Kalsaria1-4/+4
2013-02-11qlcnic: fix initialize NIC mailbox commandHimanshu Madhani1-2/+4
2013-02-04qlcnic: Updating copyright information.Jitendra Kalsaria1-1/+1
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-13/+6
2013-02-02qlcnic: silence false positive overflow warningDan Carpenter1-1/+1
2013-01-30qlcnic: make pci_error_handlers constStephen Hemminger1-1/+1
2013-01-30qlcnic: Free irq for mailbox interruptsManish chopra1-1/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina1-1778/+219
2013-01-27qlcnic: add support for FDB netdevice ops.Jitendra Kalsaria1-3/+81
2013-01-27qlcnic: sleeping function called from invalid contextJitendra Kalsaria1-1/+1
2013-01-27qlcnic: avoid mixed mode interrupts for some adapter typesManish chopra1-9/+26
2013-01-27qlcnic: enable LRO on IPv6 without dest ip checkShahed Shaikh1-0/+6
2013-01-27qlcnic: set driver version in firmwareSritej Velaga1-0/+9
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-01-09treewide: Fix typo in various driversMasanari Iida1-1/+1
2013-01-08remove init of dev->perm_addr in driversJiri Pirko1-2/+1
2013-01-04qlcnic: guard __vlan_find_dev_deep() by rcu_read_lockJiri Pirko1-0/+2
2013-01-03qlcnic: fix build errorSony Chacko1-2/+1
2013-01-03qlcnic: do not duplicate infrastructure functionsStephen Rothwell1-19/+1
2013-01-02qlcnic: 83xx ethtool interface routinesSony Chacko1-6/+15
2013-01-02qlcnic: enable 83xx virtual NIC modeSony Chacko1-4/+5
2013-01-02qlcnic: flash template based firmware reset recoverySony Chacko1-0/+1
2013-01-02qlcnic: 83xx CNA inter driver communication mechanismSony Chacko1-11/+13
2013-01-02qlcnic: 83xx sysfs routinesSony Chacko1-31/+25
2013-01-02qlcnic: 83xx base driverSony Chacko1-174/+329