summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic
AgeCommit message (Expand)AuthorFilesLines
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+6
2016-05-12qlcnic: potential NULL dereference in qlcnic_83xx_get_minidump_template()Dan Carpenter1-2/+6
2016-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2016-04-24qlcnic: Update version to 5.3.64Manish Chopra1-2/+2
2016-04-21qlcnic: protect qlicnic_attach_func with rtnl_lockHannes Frederic Sowa1-2/+8
2016-03-11qlcnic: Fix mailbox completion handling during spurious interruptRajesh Borundia3-5/+14
2016-03-11qlcnic: Remove unnecessary usage of atomic_tRajesh Borundia2-6/+5
2016-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2016-01-05qlcnic: correctly handle qlcnic_alloc_mbx_argsInsu Yun1-2/+4
2016-01-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-12-28qlcnic: constify qlcnic_dcb_ops structuresJulia Lawall2-3/+3
2015-12-24qlcnic: fix a loop exit condition betterDan Carpenter1-1/+1
2015-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-12-15qlcnic: fix a timeout loopDan Carpenter1-1/+2
2015-11-19net: add netif_tx_napi_add()Eric Dumazet1-2/+2
2015-11-07net/qlcnic: fix mac address restore in bond mode 5/6Jarod Wilson1-1/+2
2015-10-13qlcnic: constify qlcnic_mbx_ops structureJulia Lawall2-3/+3
2015-09-18qlcnic: track vxlan port countJiri Benc2-5/+14
2015-09-10net: qlcnic: delete redundant memsetsRasmus Villemoes3-6/+0
2015-08-10qlcnic: Update version to 5.3.63Shahed Shaikh1-2/+2
2015-08-10qlcnic: Don't use kzalloc unncecessarily for allocating large chunk of memoryShahed Shaikh1-2/+2
2015-08-10qlcnic: Add new VF device ID 0x8C30Shahed Shaikh2-5/+12
2015-08-10qlcnic: Print firmware minidump buffer and template header addressesShahed Shaikh1-2/+3
2015-08-10qlcnic: Add support to enable capability to extend minidump for iSCSIShahed Shaikh5-0/+61
2015-08-10qlcnic: Rearrange ordering of header files inclusionHarish Patil10-21/+22
2015-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-07-30qlcnic: Fix corruption while copyingShahed Shaikh1-1/+1
2015-07-16net: qlcnic: Deletion of unnecessary memsetChristophe Jaillet1-1/+0
2015-05-29net: qlcnic: clean up sysfs error codesVladimir Zapolskiy3-46/+36
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-3/+4
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2015-03-29net: Move check for multiple vlans to driversToshiaki Makita1-0/+1
2015-03-09ethernet: codespell comment spelling fixesJoe Perches2-3/+3
2015-03-07treewide: Fix typo in printk messagesMasanari Iida1-1/+1
2015-03-01qlcnic: Fix trivial typo in commentYannick Guerrini1-1/+1
2015-02-12qlcnic: Delete existing multicast MAC list before adding newShahed Shaikh3-13/+51
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+24
2015-02-05qlogic: Deletion of unnecessary checks before two function callsMarkus Elfring2-18/+9
2015-02-05qlcnic: Fix NAPI poll routine for Tx completionShahed Shaikh1-3/+24
2015-01-14net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-4/+4
2015-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2015-01-05qlcnic: Fix dump_skb outputJoe Perches1-8/+9
2015-01-01qlcnic: Fix return value in qlcnic_probe()Yongjian Xu1-0/+1
2014-12-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-3/+5
2014-12-03net: rename netdev_phys_port_id to more generic nameJiri Pirko1-1/+1
2014-12-03net: make vid as a parameter for ndo_fdb_add/ndo_fdb_delJiri Pirko1-4/+5
2014-11-15qlcnic: Implement ndo_gso_check()Joe Stringer1-0/+6
2014-10-15qlcnic: Fix number of arguments in destroy tx context commandRajesh Borundia1-1/+1
2014-10-15qlcnic: Fix programming number of arguments in a command.Rajesh Borundia1-2/+2
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-69/+335