summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c
AgeCommit message (Expand)Author
2013-02-03qlcnic: silence false positive overflow warningDan Carpenter
2013-01-31qlcnic: make pci_error_handlers constStephen Hemminger
2013-01-31qlcnic: Free irq for mailbox interruptsManish chopra
2013-01-27qlcnic: add support for FDB netdevice ops.Jitendra Kalsaria
2013-01-27qlcnic: sleeping function called from invalid contextJitendra Kalsaria
2013-01-27qlcnic: avoid mixed mode interrupts for some adapter typesManish chopra
2013-01-27qlcnic: enable LRO on IPv6 without dest ip checkShahed Shaikh
2013-01-27qlcnic: set driver version in firmwareSritej Velaga
2013-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-09remove init of dev->perm_addr in driversJiri Pirko
2013-01-04qlcnic: guard __vlan_find_dev_deep() by rcu_read_lockJiri Pirko
2013-01-03qlcnic: fix build errorSony Chacko
2013-01-03qlcnic: do not duplicate infrastructure functionsStephen Rothwell
2013-01-02qlcnic: 83xx ethtool interface routinesSony Chacko
2013-01-02qlcnic: enable 83xx virtual NIC modeSony Chacko
2013-01-02qlcnic: flash template based firmware reset recoverySony Chacko
2013-01-02qlcnic: 83xx CNA inter driver communication mechanismSony Chacko
2013-01-02qlcnic: 83xx sysfs routinesSony Chacko
2013-01-02qlcnic: 83xx base driverSony Chacko
2013-01-02qlcnic: 83xx data path routinesSony Chacko
2013-01-02qlcnic: 83xx memory map and HW access routinesSony Chacko
2013-01-02qlcnic: macros for common register accessHimanshu Madhani
2013-01-02qlcnic: change driver hardware interface mechanismSony Chacko
2012-12-19qlcnic: fix unused variable warningsShahed Shaikh
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-04qlcnic: rename module params with module_param_namedSony Chacko
2012-12-04qlcnic: update NIC partition interface routinesSony Chacko
2012-12-04qlcnic: get board name APISony Chacko
2012-12-04qlcnic: modify PCI and register access routinesSony Chacko
2012-12-04qlcnic: move HW specific data to seperate structureSony Chacko
2012-12-04qlcnic: add 82xx adapter specific checksSony Chacko
2012-12-03qlcnic: remove __dev* attributesBill Pemberton
2012-11-28qlcnic: create file qlcnic_sysfs.c for sysfs routinesSony Chacko
2012-11-28qlcnic: create file qlcnic_io.c for datapath routinesSony Chacko
2012-11-25qlcnic: fix sparse check endian warningsShahed Shaikh
2012-11-18qlcnic: fix compiler warningsSony Chacko
2012-10-07drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c: fix error return codePeter Senna Tschudin
2012-09-07netdev: make pci_error_handlers constStephen Hemminger
2012-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-15qlcnic: off by one in qlcnic_init_pci_info()Dan Carpenter
2012-06-07qlcnic: Fix protcol type in case of inband vlan.Rajesh Borundia
2012-06-07qlcnic: Fix estimation of recv MSS in case of LRORajesh Borundia
2012-05-11drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-04-27qlcnic: Register device in FAILED state.Sucheta Chakraborty
2012-03-23qlcnic: Bug fix for LROAnirban Chakraborty
2012-02-23ethernet: unify return value of .ndo_set_mac_address if address is invalidDanny Kukawka
2012-02-04qlcnic: Fix firmware abort code check.Sritej Velaga
2012-02-04qlcnic: Stop pause ctrl frames on fw hang.Sritej Velaga
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2011-12-09net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko