Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
5e44f8e299f64c7b5ce8c9185d14f6f98ff30b21
/
drivers
/
net
/
ethernet
/
qlogic
/
qlcnic
/
qlcnic_main.c
5e44f8e
qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_port
by Alexander Duyck
· 8 years ago
50d65d7
qlcnic: protect qlicnic_attach_func with rtnl_lock
by Hannes Frederic Sowa
· 9 years ago
e824de8
net/qlcnic: fix mac address restore in bond mode 5/6
by Jarod Wilson
· 9 years ago
378fddc
qlcnic: track vxlan port count
by Jiri Benc
· 9 years ago
da286a6
qlcnic: Add new VF device ID 0x8C30
by Shahed Shaikh
· 9 years ago
a930a46
qlcnic: Rearrange ordering of header files inclusion
by Harish Patil
· 9 years ago
e29dd44
net: qlcnic: Deletion of unnecessary memset
by Christophe Jaillet
· 9 years ago
d7a32b6
net: qlcnic: clean up sysfs error codes
by Vladimir Zapolskiy
· 10 years ago
8cb65d0
net: Move check for multiple vlans to drivers
by Toshiaki Makita
· 10 years ago
7061b2b
qlogic: Deletion of unnecessary checks before two function calls
by Markus Elfring
· 10 years ago
7824acd
qlcnic: Fix return value in qlcnic_probe()
by Yongjian Xu
· 10 years ago
5f35227
net: Generalize ndo_gso_check to ndo_features_check
by Jesse Gross
· 10 years ago
02637fc
net: rename netdev_phys_port_id to more generic name
by Jiri Pirko
· 10 years ago
f6f6424
net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del
by Jiri Pirko
· 10 years ago
795a05c
qlcnic: Implement ndo_gso_check()
by Joe Stringer
· 10 years ago
3ced0a8
qlcnic: Add support to run firmware POST
by Shahed Shaikh
· 10 years ago
40e2b8e
qlcnic: Add support for 0x8830 device ID
by Shahed Shaikh
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
d247b6a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
cd1560e
qlcnic: Initialize dcbnl_ops before register_netdev
by Rajesh Borundia
· 10 years ago
bf63014
qlcnic: Set driver version before registering netdev
by Rajesh Borundia
· 10 years ago
5d5eacb
bridge: fdb dumping takes a filter device
by Jamal Hadi Salim
· 10 years ago
665d1ec
qlcnic: Enhance Tx timeout debug data collection.
by Harish Patil
· 10 years ago
18e0d62
qlcnic: Optimize ring count validations
by Shahed Shaikh
· 10 years ago
4da005c
qlcnic: Pre-allocate DMA buffer used for minidump collection
by Shahed Shaikh
· 10 years ago
ed61668
net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool.
by Sucheta Chakraborty
· 11 years ago
7ad24ea
net: get rid of SET_ETHTOOL_OPS
by Wilfried Klaebe
· 11 years ago
f06c7f9
vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()
by dingtianhong
· 11 years ago
5f013c9b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
d747c33
qlcnic: Add mac learning support to SR-IOV VF.
by Rajesh Borundia
· 11 years ago
74b7ba1
qlcnic: Add support to process commands in atomic context
by Rajesh Borundia
· 11 years ago
132a3f2
qlcnic: Allow SR-IOV VF probe in hypervisor.
by Rajesh Borundia
· 11 years ago
84d7ad2
qlcnic: Set real_num_{tx|rx}_queues properly
by Shahed Shaikh
· 11 years ago
d5d2bf3
qlcnic: Fix panic while dumping TX queues on TX timeout
by Manish Chopra
· 11 years ago
aaecf51
qlcnic: Limit vNIC support in legacy interrupt mode
by Sucheta Chakraborty
· 11 years ago
c65762f
qlcnic: Add driver logs in error path.
by Sucheta Chakraborty
· 11 years ago
868e914
qlcnic: Allow setting TX interrupt coalescing parameters from VF.
by Sucheta Chakraborty
· 11 years ago
1f0f467
qlcnic: Add hwmon interface to export board temperature.
by Harish Patil
· 11 years ago
f716775
qlcnic: Use pci_enable_msix_exact() instead of pci_enable_msix()
by Alexander Gordeev
· 11 years ago
2c97e9e
qlcnic: Reset firmware API lock at driver load time
by Sony Chacko
· 11 years ago
8564ae0
qlcnic: Fix MSI-X initialization code
by Alexander Gordeev
· 11 years ago
4d52e1e
qlcnic: Fix to send INIT_NIC_FUNC as first mailbox.
by Sucheta Chakraborty
· 11 years ago
7f1f605
qlcnic: Fix build failure due to undefined reference to `vxlan_get_rx_port'
by Shahed Shaikh
· 11 years ago
2b3d7b7
qlcnic: Add VXLAN Rx offload support
by Shahed Shaikh
· 11 years ago
381709d
qlcnic: Add VXLAN Tx offload support
by Shahed Shaikh
· 11 years ago
67ddc87
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
42beb3f
qlcnic: Fix number of rings when we fall back from msix to legacy.
by Rajesh Borundia
· 11 years ago
b7520d2
qlcnic: Fix usage of use_msi and use_msi_x module parameters
by Shahed Shaikh
· 11 years ago
fc49bea
qlcnic: Fix function return error check
by Shahed Shaikh
· 11 years ago
2a355aec
qlcnic: Enhance driver message in failed state.
by Sucheta Chakraborty
· 11 years ago
225837a
qlcnic: Re-factor firmware minidump template header handling
by Shahed Shaikh
· 11 years ago
9732ec0
qlcnic: Use pci_enable_msix_range() instead of pci_enable_msix()
by Alexander Gordeev
· 11 years ago
74a1fa4
qlcnic: Cleanup qlcnic_enable_msix() return values
by Alexander Gordeev
· 11 years ago
060d056
qlcnic: Fix tx timeout.
by Rajesh Borundia
· 11 years ago
cb9327d
qlcnic: Enhance logic to calculate msix vectors.
by Himanshu Madhani
· 11 years ago
a514722
qlcnic: Refactor interrupt coalescing code for all adapters.
by Himanshu Madhani
· 11 years ago
2b018ad9
qlcnic: Update poll controller code path
by Manish chopra
· 11 years ago
2cc5752
qlcnic: Interrupt code cleanup
by Manish chopra
· 11 years ago
95b3890
qlcnic: Enhance Tx timeout debugging.
by Himanshu Madhani
· 11 years ago
2104140
qlcnic: make local functions static
by stephen hemminger
· 11 years ago
0a379e21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
a043158
qlcnic: Enable beaconing for 83xx/84xx Series adapter.
by Himanshu Madhani
· 11 years ago
1ac6762
qlcnic: Fix bug in TX statistics
by Manish Chopra
· 11 years ago
56a4342
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
a02bdd4
qlcnic: Fix bug in Tx completion path
by Shahed Shaikh
· 11 years ago
6878f79
net: qlcnic: slight optimization of addr compare
by dingtianhong
· 11 years ago
143c905
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
2f514c5
qlcnic: Support for 16 virtual NIC functions.
by Jitendra Kalsaria
· 11 years ago
154d0c8
qlcnic: VLAN enhancement for 84XX adapters
by Manish Chopra
· 11 years ago
80c0e4f
qlcnic: Allow single Tx/Rx queue for all adapters.
by Himanshu Madhani
· 11 years ago
9b0fff2
qlcnic: Refactor initialize nic code path.
by Sucheta Chakraborty
· 11 years ago
3720bf7
qlcnic: Issue INIT_NIC command only once.
by Sucheta Chakraborty
· 11 years ago
3c44bba
qlcnic: Disable DCB operations from SR-IOV VFs.
by Sucheta Chakraborty
· 11 years ago
f956626
qlcnic: Fix TSS/RSS ring validation logic.
by Himanshu Madhani
· 11 years ago
3bf517d
qlcnic: Fix diagnostic test for all adapters.
by Himanshu Madhani
· 11 years ago
18afc10
qlcnic: Enable multiple Tx queue support for 83xx/84xx Series adapters.
by Himanshu Madhani
· 11 years ago
34e8c40
qlcnic: refactor Tx/SDS ring calculation and validation in driver.
by Himanshu Madhani
· 11 years ago
f27c75b
qlcnic: Enhance ethtool Statistics for Multiple Tx queue.
by Himanshu Madhani
· 11 years ago
78ea2d9
qlcnic: Register netdev in FAILED state for 83xx/84xx
by Sucheta Chakraborty
· 11 years ago
394efd1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
d6994ca
qlcnic: Do not read QLCNIC_FW_CAPABILITY_MORE_CAPS bit for 83xx adapter
by Shahed Shaikh
· 11 years ago
c3fa32b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 11 years ago
4e532ee
net: qlcnic: remove unnecessary pci_set_drvdata()
by Jingoo Han
· 11 years ago
66c562e
qlcnic: Validate Tx queue only for 82xx adapters.
by Himanshu Madhani
· 11 years ago
1de899d
qlcnic: dcb code cleanup and refactoring.
by Sucheta Chakraborty
· 11 years ago
4c776aa
qlcnic: Remove redundant eSwitch enable commands
by Sony Chacko
· 11 years ago
891e71b1b
qlcnic: Firmware dump collection when auto recovery is disabled.
by Pratik Pujar
· 11 years ago
9e63095
qlcnic: Print informational messages only once during driver load.
by Sucheta Chakraborty
· 11 years ago
2b1f18a
qlcnic: add missing destroy_workqueue() on error path in qlcnic_probe()
by Wei Yongjun
· 11 years ago
6645161
qlcnic: Fix register device in FAILED state for 82xx.
by Sucheta Chakraborty
· 11 years ago
35dafcb
qlcnic: Add support for per port eswitch configuration
by Sony Chacko
· 11 years ago
7000078
qlcnic: Restructuring of qlc_83xx_fw_info structure.
by Pratik Pujar
· 11 years ago
4460f2e
qlcnic: Add AER callback handlers.
by Pratik Pujar
· 11 years ago
890b6e0
qlcnic: Store firmware dump state in CAMRAM register
by Shahed Shaikh
· 11 years ago
60dcbcb
qlcnic: Remove inline keyword
by Manish Chopra
· 11 years ago
80b17be
qlcnic: underflow in qlcnic_validate_max_tx_rings()
by Dan Carpenter
· 11 years ago
48365e4
qlcnic: dcb: Add support for CEE Netlink interface.
by Sucheta Chakraborty
· 11 years ago
14d385b
qlcnic: dcb: Query adapter DCB capabilities.
by Sucheta Chakraborty
· 11 years ago
07a251c
qlcnic: Implement ndo_get_phys_port_id for 82xx adapter
by Shahed Shaikh
· 11 years ago
c2c5e3a
qlcnic: Enable diagnostic test for multiple Tx queues.
by Himanshu Madhani
· 11 years ago
Next »