summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-061-0/+2
|\
| * qlcnic: add wmb() call in transmit data path.Sony Chacko2016-07-011-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+1
|\|
| * qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag()Dan Carpenter2016-06-291-1/+1
* | qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2016-06-183-22/+14
* | net: qlcnic: don't set unused function argumentArnd Bergmann2016-06-171-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-151-2/+6
|\
| * qlcnic: potential NULL dereference in qlcnic_83xx_get_minidump_template()Dan Carpenter2016-05-121-2/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-271-2/+2
|\|
| * qlcnic: Update version to 5.3.64Manish Chopra2016-04-241-2/+2
* | qlcnic: protect qlicnic_attach_func with rtnl_lockHannes Frederic Sowa2016-04-211-2/+8
|/
* qlcnic: Fix mailbox completion handling during spurious interruptRajesh Borundia2016-03-103-5/+14
* qlcnic: Remove unnecessary usage of atomic_tRajesh Borundia2016-03-102-6/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-071-2/+4
|\
| * qlcnic: correctly handle qlcnic_alloc_mbx_argsInsu Yun2016-01-041-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-011-1/+1
|\|
| * qlcnic: fix a loop exit condition betterDan Carpenter2015-12-241-1/+1
* | qlcnic: constify qlcnic_dcb_ops structuresJulia Lawall2015-12-282-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-12-181-1/+2
|\|
| * qlcnic: fix a timeout loopDan Carpenter2015-12-151-1/+2
* | net: add netif_tx_napi_add()Eric Dumazet2015-11-181-2/+2
|/
* net/qlcnic: fix mac address restore in bond mode 5/6Jarod Wilson2015-11-071-1/+2
* qlcnic: constify qlcnic_mbx_ops structureJulia Lawall2015-10-132-3/+3
* qlcnic: track vxlan port countJiri Benc2015-09-182-5/+14
* net: qlcnic: delete redundant memsetsRasmus Villemoes2015-09-103-6/+0
* qlcnic: Update version to 5.3.63Shahed Shaikh2015-08-101-2/+2
* qlcnic: Don't use kzalloc unncecessarily for allocating large chunk of memoryShahed Shaikh2015-08-101-2/+2
* qlcnic: Add new VF device ID 0x8C30Shahed Shaikh2015-08-102-5/+12
* qlcnic: Print firmware minidump buffer and template header addressesShahed Shaikh2015-08-101-2/+3
* qlcnic: Add support to enable capability to extend minidump for iSCSIShahed Shaikh2015-08-105-0/+61
* qlcnic: Rearrange ordering of header files inclusionHarish Patil2015-08-1010-21/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-011-1/+1
|\
| * qlcnic: Fix corruption while copyingShahed Shaikh2015-07-301-1/+1
* | net: qlcnic: Deletion of unnecessary memsetChristophe Jaillet2015-07-161-1/+0
|/
* net: qlcnic: clean up sysfs error codesVladimir Zapolskiy2015-05-293-46/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-04-153-3/+4
|\
| * net: Move check for multiple vlans to driversToshiaki Makita2015-03-291-0/+1
| * ethernet: codespell comment spelling fixesJoe Perches2015-03-092-3/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-04-141-1/+1
|\ \ | |/ |/|
| * treewide: Fix typo in printk messagesMasanari Iida2015-03-061-1/+1
* | qlcnic: Fix trivial typo in commentYannick Guerrini2015-03-011-1/+1
* | qlcnic: Delete existing multicast MAC list before adding newShahed Shaikh2015-02-123-13/+51
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-3/+24
|\ \
| * | qlcnic: Fix NAPI poll routine for Tx completionShahed Shaikh2015-02-051-3/+24
* | | qlogic: Deletion of unnecessary checks before two function callsMarkus Elfring2015-02-052-18/+9
* | | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-4/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-071-0/+1
|\| |
| * | qlcnic: Fix return value in qlcnic_probe()Yongjian Xu2015-01-011-0/+1
* | | qlcnic: Fix dump_skb outputJoe Perches2015-01-051-8/+9
|/ /
* | net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-261-3/+5