summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic
AgeCommit message (Expand)AuthorFilesLines
2013-03-10qlcnic: Fix endian issues in 83xx driverShahed Shaikh3-26/+130
2013-03-08qlcnic: Use generic fdb handler when driver options are not enabled.Vlad Yasevich1-15/+6
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin2-10/+10
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-10/+3
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-02-22qlcnic: Bump up the version to 5.1.35Jitendra Kalsaria1-2/+2
2013-02-22qlcnic: Fix configure interrupts for 83xx adapter typesManish Chopra1-7/+0
2013-02-22qlcnic: Fix internal loopback test for 82xx adapterShahed Shaikh1-1/+1
2013-02-19qlcnic: Bump up the version to 5.1.34Jitendra Kalsaria1-2/+2
2013-02-19qlcnic: fix ping resumption to a VM after a live migrationShahed Shaikh4-12/+177
2013-02-19qlcnic: fix estimation of receive MSS in case of LRO for 83xx adapterShahed Shaikh3-9/+29
2013-02-19qlcnic: refactor Legacy interrupt handling for 83xxHimanshu Madhani4-56/+144
2013-02-19qlcnic: fix mailbox interrupt.Sucheta Chakraborty3-19/+29
2013-02-19qlcnic: fix unsupported CDRP command error message.Jitendra Kalsaria1-2/+23
2013-02-14bridge: Add vlan support to static neighborsVlad Yasevich1-2/+2
2013-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2013-02-11qlcnic: fix mailbox response handlingJitendra Kalsaria1-26/+40
2013-02-11qlcnic: enhance MSIX allocation failure log messageManish Chopra1-2/+3
2013-02-11qlcnic: fix async event handling during diagnostic loopback testJitendra Kalsaria1-2/+5
2013-02-11qlcnic: refactor 83xx diagnostic IRQ testJitendra Kalsaria3-27/+48
2013-02-11qlcnic: refactor 83xx diagnostic loopback testJitendra Kalsaria5-32/+158
2013-02-11qlcnic: helper routine to handle async eventsJitendra Kalsaria4-64/+45
2013-02-11qlcnic: fix firmware based IDC participationJitendra Kalsaria1-4/+4
2013-02-11qlcnic: fix initialize NIC mailbox commandHimanshu Madhani3-7/+12
2013-02-11qlcnic: set gso_typeMichael S. Tsirkin1-1/+6
2013-02-05qlcnic: Updating copyright information.Jitendra Kalsaria15-7/+62
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches5-50/+22
2013-02-03qlcnic: silence false positive overflow warningDan Carpenter1-1/+1
2013-01-31qlcnic: Bump up the version to 5.1.33Jitendra Kalsaria1-2/+2
2013-01-31qlcnic: make pci_error_handlers constStephen Hemminger1-1/+1
2013-01-31qlcnic: Fix RX/TX checksum setting for some adapter typesManish chopra1-1/+2
2013-01-31qlcnic: Fix minidump in NPAR modeShahed Shaikh1-0/+2
2013-01-31qlcnic: driver LRO bug fixManish chopra2-5/+19
2013-01-31qlcnic: Free irq for mailbox interruptsManish chopra1-1/+1
2013-01-31qlcnic: Fix bug in reading HW reset templateManish chopra1-1/+1
2013-01-31qlcnic: Fix sparse check endian warningsShahed Shaikh1-1/+1
2013-01-29Merge branch 'master' into for-nextJiri Kosina11-3548/+3728
2013-01-27qlcnic: Bump up the version to 5.1.32Jitendra Kalsaria1-3/+3
2013-01-27qlcnic: add support for FDB netdevice ops.Jitendra Kalsaria4-9/+117
2013-01-27qlcnic: sleeping function called from invalid contextJitendra Kalsaria1-1/+1
2013-01-27qlcnic: Fix LED/Beaconing tests to work on all ports of an adapter.Himanshu Madhani1-1/+1
2013-01-27qlcnic: avoid mixed mode interrupts for some adapter typesManish chopra1-9/+26
2013-01-27qlcnic: enable RSS for TCP over IPv6Shahed Shaikh1-6/+15
2013-01-27qlcnic: enable LRO on IPv6 without dest ip checkShahed Shaikh4-7/+38
2013-01-27qlcnic: set driver version in firmwareSritej Velaga3-0/+42
2013-01-16Merge 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-09remove init of dev->perm_addr in driversJiri Pirko1-2/+1
2013-01-05qlcnic: guard __vlan_find_dev_deep() by rcu_read_lockJiri Pirko1-0/+2
2013-01-03qlcnic: fix build errorSony Chacko1-2/+1